flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
7.81k stars 2.59k forks source link

flowable Does it not support the use of multiple modules? #3952

Open LIXNA opened 2 weeks ago

LIXNA commented 2 weeks ago

Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc. If multiple modules are used, it may not be possible to monitor whether the job has completed execution, even if a timer is specified. Is there a solution?

Environment: Java17, flowable 7.0.1

tijsrademakers commented 2 weeks ago

What do you mean with "multiple modules are used"? You can always perform a job query against the database to see the job status.

LIXNA commented 2 weeks ago

“使用多个模块”是什么意思?您始终可以对数据库执行作业查询以查看作业状态。

In the case of multiple modules and startup classes in springboot, sometimes we cannot listen JOB_EXECUTION_FAILURE or JOB_EXECUTION_SUCCESS, The method of AbstractFlowableEngineEventListener is also not executed