-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.1.0-alpha4
-
None
Reproduce steps:
Using the ProcessApplicationExecutionListener in conjuntion with a process containing a boundary error event on a service task
Problem:
The ProcessApplicationExecutionListener will be invoked twice for the start and end of the service task with the attached boundary error event.
Expected behavior:
The ProcessApplicationExecutionListener will be invoked only once for start and end of the service task
See commit c2976cc666977ac87e8868727cbdffee58545742 for failing testcase