User: dan@sartography.com clicked save for examples/2-in-depth/2-5-loops/looping-tasks/looping-tasks.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-21 02:45:42 +00:00
parent ad31457aba
commit c80ca9cb7b

View File

@ -31,7 +31,7 @@ You can also change the text you are reading here by updating the *Instructions*
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
<bpmn:outgoing>Flow_097yugv</bpmn:outgoing>
<bpmn:standardLoopCharacteristics>
<bpmn:loopCondition xsi:type="bpmn:tFormalExpression">a &lt; 3</bpmn:loopCondition>
<bpmn:loopCondition xsi:type="bpmn:tFormalExpression">a &lt;= 3</bpmn:loopCondition>
</bpmn:standardLoopCharacteristics>
<bpmn:script>a = a + 1</bpmn:script>
</bpmn:scriptTask>
@ -41,12 +41,12 @@ You can also change the text you are reading here by updating the *Instructions*
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="152" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0mfw4hk_di" bpmnElement="Activity_0qpzdpu">
<dc:Bounds x="220" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
<dc:Bounds x="502" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0mfw4hk_di" bpmnElement="Activity_0qpzdpu">
<dc:Bounds x="220" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0wa7jk1_di" bpmnElement="Activity_07plrv5">
<dc:Bounds x="360" y="137" width="100" height="80" />
</bpmndi:BPMNShape>