camunda / zeebe-bpmn-moddle

Zeebe moddle extensions for BPMN 2.0
MIT License
14 stars 7 forks source link

Add `CalledElement#propagateAllParentVariables` property #50

Closed romansmirnov closed 10 months ago

romansmirnov commented 10 months ago

The corresponding XML:

<bpmn:callActivity id="CallActivity_1">
  <bpmn:extensionElements>
    <zeebe:calledElement propagateAllParentVariables="true|false" />
  </bpmn:extensionElements>
</bpmn:callActivity>

Default value is true