1. 介绍Flowable是BPMN的一个基于Java的软件实现,但是不仅仅限于BPMN,还有DMN决策表和CMMN Case管理引擎,并且有自己的用户管理,微服务API的功能,是一个服务平台。 是由开发了Acitivity6的开发人员,再次升级开发的。2. 项目搭建2.1 初始化构建一个普通maven项目。引入依赖:<dependencies> <depende java 工作流 xml...
The logic to replace the start timer event is here: https://github.com/flowable/flowable-engine/blob/main/modules/flowable-engine/src/main/java/org/flowable/engine/impl/bpmn/deployer/BpmnDeploymentHelper.java#L166 There is also a unit test for this here: https://github.com/flowable/flow...
https://github.com/flowable/flowable-engine/blob/master/modules/flowable-job-service/src/main/java/org/flowable/job/service/impl/asyncexecutor/AcquireTimerJobsRunnable.java From your description I understand that some timer jobs are not moved to the ACT_RU_JOB table anymore. Did you look at ...