-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.4.0, 7.5.0
-
None
Variables are always propagated across call activity boundaries (cf. https://github.com/camunda/camunda-bpm-platform/blob/7.5.0/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/ThrowEscalationEventActivityBehavior.java#L56) but the called process instance does not end in case the catching event is non-interrupting (https://github.com/camunda/camunda-bpm-platform/blob/7.5.0/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/ThrowEscalationEventActivityBehavior.java#L71-L73).