User: dan@sartography.com clicked save for examples/2-in-depth/2-5-loops/loop-back/loop-back.bpmn
This commit is contained in:
parent
2cea7c7823
commit
19753f23b1
|
@ -27,7 +27,7 @@
|
|||
<bpmn:incoming>Flow_1o0bh0b</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1o0bh0b" sourceRef="Gateway_0tt44zi" targetRef="Event_0uk8cv4" />
|
||||
<bpmn:sequenceFlow id="Flow_0oa66pj" sourceRef="Gateway_0tt44zi" targetRef="Event_07h1nv9">
|
||||
<bpmn:sequenceFlow id="Flow_0oa66pj" name="a < 3" sourceRef="Gateway_0tt44zi" targetRef="Event_07h1nv9">
|
||||
<bpmn:conditionExpression>a < 3</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:intermediateThrowEvent id="Event_07h1nv9" name="loop back">
|
||||
|
@ -81,6 +81,9 @@
|
|||
<di:waypoint x="240" y="165" />
|
||||
<di:waypoint x="240" y="350" />
|
||||
<di:waypoint x="188" y="350" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="257" y="255" width="25" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_17ga2wf_di" bpmnElement="Flow_17ga2wf">
|
||||
<di:waypoint x="152" y="350" />
|
||||
|
|
Loading…
Reference in New Issue