-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.9.0-alpha5, 7.9.2
-
None
In BpmnParse.java, while parsing intermediate throw event, the activity behavior and execution listeners are attached post running bpmnParseListeners.
There are two issues with current implementation
1. Its inconsistent with the parsing logic for rest of the BPMN activities like service task, user task, manual task etc.
2. It block extending camunda activity behavior for intermediate via bpmnParseListeners for advanced use-cases.