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

This commit is contained in:
sartography-automated-committer 2024-02-21 03:02:15 +00:00
parent 00b863b265
commit 069820ed00

View File

@ -60,10 +60,10 @@ You can also change the text you are reading here by updating the *Instructions*
</bpmn:scriptTask> </bpmn:scriptTask>
<bpmn:manualTask id="Activity_0h4w26t" name="Show Composer"> <bpmn:manualTask id="Activity_0h4w26t" name="Show Composer">
<bpmn:extensionElements> <bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># {{composer.composer}} <spiffworkflow:instructionsForEndUser># {{c.composer}}
## Genre: {{composer.genre}} ## Genre: {{c.genre}}
## Famous Works: ## Famous Works:
{% for work in composer.famous_works %} {% for work in c.famous_works %}
* {{work}} * {{work}}
{% endfor %}</spiffworkflow:instructionsForEndUser> {% endfor %}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements> </bpmn:extensionElements>
@ -71,21 +71,21 @@ You can also change the text you are reading here by updating the *Instructions*
<bpmn:outgoing>Flow_1y9syi8</bpmn:outgoing> <bpmn:outgoing>Flow_1y9syi8</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics isSequential="true"> <bpmn:multiInstanceLoopCharacteristics isSequential="true">
<bpmn:loopDataInputRef>composers</bpmn:loopDataInputRef> <bpmn:loopDataInputRef>composers</bpmn:loopDataInputRef>
<bpmn:inputDataItem id="composer" name="composer" /> <bpmn:inputDataItem id="c" name="c" />
</bpmn:multiInstanceLoopCharacteristics> </bpmn:multiInstanceLoopCharacteristics>
</bpmn:manualTask> </bpmn:manualTask>
</bpmn:process> </bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_multi_instance_f7w10zo"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_multi_instance_f7w10zo">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="152" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1"> <bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
<dc:Bounds x="572" y="159" width="36" height="36" /> <dc:Bounds x="572" y="159" width="36" height="36" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0mx090y_di" bpmnElement="Activity_0qpzdpu"> <bpmndi:BPMNShape id="Activity_0mx090y_di" bpmnElement="Activity_0qpzdpu">
<dc:Bounds x="250" y="137" width="100" height="80" /> <dc:Bounds x="250" y="137" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<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_016wj9v_di" bpmnElement="Activity_0h4w26t"> <bpmndi:BPMNShape id="Activity_016wj9v_di" bpmnElement="Activity_0h4w26t">
<dc:Bounds x="410" y="137" width="100" height="80" /> <dc:Bounds x="410" y="137" width="100" height="80" />
<bpmndi:BPMNLabel /> <bpmndi:BPMNLabel />