Skip to content

Commit

Permalink
Added variable propagation in xml (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heinrichs authored Feb 14, 2022
1 parent 6665e40 commit c8f4297
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ It's recommended to disable the attribute `propagateAllChildVariables` or define

### XML representation

A call activity with static process id:
A call activity with static process id and propagation of all child variables turned on:

```xml
<bpmn:callActivity id="task-A" name="A">
<bpmn:callActivity id="Call_Activity" name="Call Process A">
<bpmn:extensionElements>
<zeebe:calledElement processId="child-process-id" />
<zeebe:calledElement processId="child-process-a" propagateAllChildVariables="true" />
</bpmn:extensionElements>
</bpmn:callActivity>
```
Expand Down

0 comments on commit c8f4297

Please sign in to comment.