Skip to content

Commit

Permalink
expr bpmn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lack30 committed Nov 29, 2024
1 parent 347ced5 commit 5f6c5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/condexpr_dataobject.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<bpmn:outgoing>Flow_0gwt8id</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="cond1" name="cond1" sourceRef="Gateway_14p39vu" targetRef="a1">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">$('cond1o')</bpmn:conditionExpression>
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">d$('cond1o')</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:task id="a2" name="a2">
<bpmn:incoming>cond2</bpmn:incoming>
<bpmn:outgoing>Flow_04cxx78</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="cond2" name="cond2" sourceRef="Gateway_14p39vu" targetRef="a2">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">$('cond2o')</bpmn:conditionExpression>
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">d$('cond2o')</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:endEvent id="end">
<bpmn:incoming>Flow_0gwt8id</bpmn:incoming>
Expand Down

0 comments on commit 5f6c5b4

Please sign in to comment.