mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:48:13 +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
e38e82aef2
commit
de2f7aeec3
@ -60,12 +60,7 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:userTask id="Activity_0h4w26t" name="Edit Composer">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># {{c.composer}}
|
||||
## Genre: {{c.genre}}
|
||||
## Famous Works:
|
||||
{% for work in c.famous_works %}
|
||||
* {{work}}
|
||||
{% endfor %}</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:instructionsForEndUser />
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="composer-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="composer-uischema.json" />
|
||||
@ -92,6 +87,9 @@ 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="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="722" 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>
|
||||
@ -99,9 +97,6 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<dc:Bounds x="410" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="722" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0y9m172_di" bpmnElement="Activity_0y9m172">
|
||||
<dc:Bounds x="560" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
Loading…
x
Reference in New Issue
Block a user