bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.
MIT License
293 stars 196 forks source link

Support to configure `CalledElement#propagateAllParentVariables` #953

Closed romansmirnov closed 1 year ago

romansmirnov commented 1 year ago

Is your feature request related to a problem? Please describe.

When users model a Call Activity, they can decide if they want to propagate all variables or only specific ones.

Describe the solution you'd like

Similar to the existing Output Propagation a toggle to enable/disable propagation of all variables.

Describe alternatives you've considered

Additional context