-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
When calling "RuntimeService.correlateMessage" a new process instance is started if the message is a start event.
Unfortunately the "CorrelateMessageCmd" uses the StartProcessInstanceCmd and not StartProcessInstanceByMessageCmd which leads to the process instance being started in the none start event - not the message start event.