User: kevin@sartography.com clicked save for examples/2-in-depth/2-5-loops/loop-back/loop-back.bpmn
This commit is contained in:
parent
391e8fc5aa
commit
f3d592a4e0
|
@ -13,7 +13,7 @@
|
||||||
<bpmn:sequenceFlow id="Flow_1qa5rz5" sourceRef="init_a" targetRef="increment" />
|
<bpmn:sequenceFlow id="Flow_1qa5rz5" sourceRef="init_a" targetRef="increment" />
|
||||||
<bpmn:scriptTask id="increment" name="increment a by 1">
|
<bpmn:scriptTask id="increment" name="increment a by 1">
|
||||||
<bpmn:incoming>Flow_1qa5rz5</bpmn:incoming>
|
<bpmn:incoming>Flow_1qa5rz5</bpmn:incoming>
|
||||||
<bpmn:incoming>Flow_0oa66pj</bpmn:incoming>
|
<bpmn:incoming>Flow_17ga2wf</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_0cfrt17</bpmn:outgoing>
|
<bpmn:outgoing>Flow_0cfrt17</bpmn:outgoing>
|
||||||
<bpmn:script>a += 1</bpmn:script>
|
<bpmn:script>a += 1</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
|
@ -27,9 +27,14 @@
|
||||||
<bpmn:incoming>Flow_1o0bh0b</bpmn:incoming>
|
<bpmn:incoming>Flow_1o0bh0b</bpmn:incoming>
|
||||||
</bpmn:endEvent>
|
</bpmn:endEvent>
|
||||||
<bpmn:sequenceFlow id="Flow_1o0bh0b" sourceRef="Gateway_0tt44zi" targetRef="Event_0uk8cv4" />
|
<bpmn:sequenceFlow id="Flow_1o0bh0b" sourceRef="Gateway_0tt44zi" targetRef="Event_0uk8cv4" />
|
||||||
<bpmn:sequenceFlow id="Flow_0oa66pj" sourceRef="Gateway_0tt44zi" targetRef="increment">
|
<bpmn:sequenceFlow id="Flow_0oa66pj" sourceRef="Gateway_0tt44zi" targetRef="Event_07h1nv9">
|
||||||
<bpmn:conditionExpression>a < 3</bpmn:conditionExpression>
|
<bpmn:conditionExpression>a < 3</bpmn:conditionExpression>
|
||||||
</bpmn:sequenceFlow>
|
</bpmn:sequenceFlow>
|
||||||
|
<bpmn:intermediateThrowEvent id="Event_07h1nv9" name="loop back">
|
||||||
|
<bpmn:incoming>Flow_0oa66pj</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_17ga2wf</bpmn:outgoing>
|
||||||
|
</bpmn:intermediateThrowEvent>
|
||||||
|
<bpmn:sequenceFlow id="Flow_17ga2wf" sourceRef="Event_07h1nv9" targetRef="increment" />
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_a6111aa">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_a6111aa">
|
||||||
|
@ -50,6 +55,12 @@
|
||||||
<bpmndi:BPMNShape id="Event_0uk8cv4_di" bpmnElement="Event_0uk8cv4">
|
<bpmndi:BPMNShape id="Event_0uk8cv4_di" bpmnElement="Event_0uk8cv4">
|
||||||
<dc:Bounds x="332" y="122" width="36" height="36" />
|
<dc:Bounds x="332" y="122" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Event_07h1nv9_di" bpmnElement="Event_07h1nv9">
|
||||||
|
<dc:Bounds x="152" y="332" width="36" height="36" />
|
||||||
|
<bpmndi:BPMNLabel>
|
||||||
|
<dc:Bounds x="146" y="375" width="48" height="14" />
|
||||||
|
</bpmndi:BPMNLabel>
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNEdge id="Flow_1tehcsp_di" bpmnElement="Flow_1tehcsp">
|
<bpmndi:BPMNEdge id="Flow_1tehcsp_di" bpmnElement="Flow_1tehcsp">
|
||||||
<di:waypoint x="-162" y="140" />
|
<di:waypoint x="-162" y="140" />
|
||||||
<di:waypoint x="-110" y="140" />
|
<di:waypoint x="-110" y="140" />
|
||||||
|
@ -69,6 +80,10 @@
|
||||||
<bpmndi:BPMNEdge id="Flow_0oa66pj_di" bpmnElement="Flow_0oa66pj">
|
<bpmndi:BPMNEdge id="Flow_0oa66pj_di" bpmnElement="Flow_0oa66pj">
|
||||||
<di:waypoint x="240" y="165" />
|
<di:waypoint x="240" y="165" />
|
||||||
<di:waypoint x="240" y="350" />
|
<di:waypoint x="240" y="350" />
|
||||||
|
<di:waypoint x="188" y="350" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_17ga2wf_di" bpmnElement="Flow_17ga2wf">
|
||||||
|
<di:waypoint x="152" y="350" />
|
||||||
<di:waypoint x="100" y="350" />
|
<di:waypoint x="100" y="350" />
|
||||||
<di:waypoint x="100" y="180" />
|
<di:waypoint x="100" y="180" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
|
|
Loading…
Reference in New Issue