camunda / zeebe-bpmn-moddle

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

feat: add `CalledElement#propagateAllParentVariables` #51

Closed romansmirnov closed 10 months ago

romansmirnov commented 10 months ago

closes #50

nikku commented 10 months ago

Thanks for your contribution.

nikku commented 10 months ago

As a follow-up you could decide to explicitly encode the default (true). This ensures only propagateAllChildVariables=false is serialized.

romansmirnov commented 10 months ago

@nikku, thanks for the follow-up. I applied the requested adjustments in a separate PR: https://github.com/camunda/zeebe-bpmn-moddle/pull/52

nikku commented 10 months ago

Released as v1.0.0, thanks!