You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: