-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.12.0
-
None
What are the steps to reproduce your problem?
- Start Spring boot starter app
- Create a BPMN with a service task in which both async-before and async-after flags are checked.
- Deploy the model via Modeler
- Stop the engine
- Start the engine
- Start the process instance
What is the problem?
In the ACT_HI_JOB_LOG, job corresponding to async-after contains incorrect JOB_DEF_CONFIGURATION_ and JOB_DEF_ID_.
- Value of JOB_DEF_CONFIGURATION_ is populated as "async-before"
- Value of JOB_DEF_ID_ corresponds to the job definition of async-before, instead of async-after
What would be the expected behavior:
In the ACT_HI_JOB_LOG, job corresponding to async-after should contain "async-after" as an JOB_DEF_CONFIGURATION_. And JOB_DEF_ID_ should be corresponding to the job definition of async-after.
Hints (optional):