-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
1. Deploy the attached Bpmn process
2. start a process instance by using the message correlation mechanism:
"runtimeService.correlateMessage("newInvoiceMessage");
3. execute the created job
-> The other start event ("startEvent") will be executed so that the process instance stays in the task "taskAfterStartEvent".
Expected Behavior:
- The message start event ("messageStartEvent") will be executed
- The process instance stays in the task "taskAfterMessageStartEvent"