mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 06:25:32 +00:00
User: dan@sartography.com clicked save for examples/2-in-depth/2-5-loops/multi-instance/multi-instance.bpmn
This commit is contained in:
parent
00b863b265
commit
069820ed00
@ -60,10 +60,10 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:manualTask id="Activity_0h4w26t" name="Show Composer">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># {{composer.composer}}
|
||||
## Genre: {{composer.genre}}
|
||||
<spiffworkflow:instructionsForEndUser># {{c.composer}}
|
||||
## Genre: {{c.genre}}
|
||||
## Famous Works:
|
||||
{% for work in composer.famous_works %}
|
||||
{% for work in c.famous_works %}
|
||||
* {{work}}
|
||||
{% endfor %}</spiffworkflow:instructionsForEndUser>
|
||||
</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:multiInstanceLoopCharacteristics isSequential="true">
|
||||
<bpmn:loopDataInputRef>composers</bpmn:loopDataInputRef>
|
||||
<bpmn:inputDataItem id="composer" name="composer" />
|
||||
<bpmn:inputDataItem id="c" name="c" />
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<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">
|
||||
<dc:Bounds x="572" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0mx090y_di" bpmnElement="Activity_0qpzdpu">
|
||||
<dc:Bounds x="250" y="137" width="100" height="80" />
|
||||
</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">
|
||||
<dc:Bounds x="410" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
Loading…
x
Reference in New Issue
Block a user