-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.3.2
Given:
- a process definition with an embedded subprocess that is marked as multi instance and has a element variable
- the subprocess contains tasks with compensation handlers (on boundary event or compensation event subprocess)
- the tasks and the compensation handlers access the element variable
When:
- the subprocess is executed and a compensation event is thrown
Then:
- the compensation handler can not access the element variable
AT:
- fix the test case org.camunda.bpm.engine.test.bpmn.event.compensate.CompensateEventTest.testCompensateMiSubprocessVariableSnapshots() -> should actual fail but still run
- enable test case org.camunda.bpm.engine.test.bpmn.event.compensate.CompensateEventTest.FAILING_testCompensateMiSubprocessVariableSnapshotOfElementVariable()