mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:08:19 +00:00
User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn
This commit is contained in:
parent
67adbd6d7f
commit
5457c83f17
@ -209,9 +209,9 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>| Philosopher | Major Works |
|
||||
|---|---|
|
||||
{%- for p in german_philosophers -%}
|
||||
| p.philosopher | p.works |
|
||||
{%- endfor -%}
|
||||
{% for p in german_philosophers -%}
|
||||
| {{p.philosopher}} | {{p.works}} |
|
||||
{% endfor -%}
|
||||
</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0dz9zf6</bpmn:incoming>
|
||||
@ -250,13 +250,12 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<bpmn:dataStore id="german_philosophers" name="JSONDataStore" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_populate_data_store_9nyy6hu">
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0duh4ez_di" bpmnElement="TextAnnotation_0duh4ez">
|
||||
<dc:Bounds x="540" y="290" width="250" height="98" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="882" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1e6hw1x_di" bpmnElement="Activity_0qpzdpu">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
@ -269,17 +268,6 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<bpmndi:BPMNShape id="Activity_0hqeq0u_di" bpmnElement="Activity_02wo1je">
|
||||
<dc:Bounds x="590" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0kqbgms_di" bpmnElement="TextAnnotation_0kqbgms">
|
||||
<dc:Bounds x="160" y="-20" width="230" height="84" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1kw6rar_di" bpmnElement="TextAnnotation_1kw6rar">
|
||||
<dc:Bounds x="690" y="10" width="230" height="70" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="882" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1rb5ebd_di" bpmnElement="Activity_09c6nko">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
@ -287,14 +275,18 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<dc:Bounds x="730" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_1xmxoqo_di" bpmnElement="Association_1xmxoqo">
|
||||
<di:waypoint x="503" y="217" />
|
||||
<di:waypoint x="544" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_0ther5z_di" bpmnElement="Association_0ther5z">
|
||||
<di:waypoint x="706" y="290" />
|
||||
<di:waypoint x="766" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0kqbgms_di" bpmnElement="TextAnnotation_0kqbgms">
|
||||
<dc:Bounds x="160" y="-20" width="230" height="84" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0duh4ez_di" bpmnElement="TextAnnotation_0duh4ez">
|
||||
<dc:Bounds x="540" y="290" width="250" height="98" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1kw6rar_di" bpmnElement="TextAnnotation_1kw6rar">
|
||||
<dc:Bounds x="690" y="10" width="230" height="70" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
@ -319,17 +311,25 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
<di:waypoint x="505" y="53" />
|
||||
<di:waypoint x="597" y="138" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1hb6m9c_di" bpmnElement="Flow_1hb6m9c">
|
||||
<di:waypoint x="830" y="177" />
|
||||
<di:waypoint x="882" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_12oy6mf_di" bpmnElement="Association_12oy6mf">
|
||||
<di:waypoint x="296" y="137" />
|
||||
<di:waypoint x="252" y="64" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1xmxoqo_di" bpmnElement="Association_1xmxoqo">
|
||||
<di:waypoint x="503" y="217" />
|
||||
<di:waypoint x="544" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_12kr3qt_di" bpmnElement="Association_12kr3qt">
|
||||
<di:waypoint x="666" y="137" />
|
||||
<di:waypoint x="704" y="80" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1hb6m9c_di" bpmnElement="Flow_1hb6m9c">
|
||||
<di:waypoint x="830" y="177" />
|
||||
<di:waypoint x="882" y="177" />
|
||||
<bpmndi:BPMNEdge id="Association_0ther5z_di" bpmnElement="Association_0ther5z">
|
||||
<di:waypoint x="706" y="290" />
|
||||
<di:waypoint x="766" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
Loading…
x
Reference in New Issue
Block a user