Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LIXNA opened this issue Aug 27, 2024 · 2 comments
Open

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

LIXNA opened this issue Aug 27, 2024 · 2 comments

Comments

@LIXNA
Copy link

LIXNA commented Aug 27, 2024

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
Copy link
Contributor

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
Copy link
Author

LIXNA commented Aug 27, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants