User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/key-value-data-store/key-value-data-store.bpmn
This commit is contained in:
parent
63cc36aaef
commit
8bad23779d
|
@ -143,6 +143,9 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1pjndnw">
|
||||
<bpmn:targetRef>DataStoreReference_17ombu1</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
<bpmn:script>movies = {
|
||||
"Quentin Tarantino": {
|
||||
"Reservoir Dogs": [
|
||||
|
@ -257,7 +260,9 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
}
|
||||
}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_17ombu1" name="movies" dataStoreRef="movies" type="kkv" />
|
||||
</bpmn:process>
|
||||
<bpmn:dataStore id="movies" name="KKVDataStore" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_key_value_data_store_rnri4w9">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
|
@ -269,6 +274,12 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="652" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_17ombu1_di" bpmnElement="DataStoreReference_17ombu1">
|
||||
<dc:Bounds x="295" y="285" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="302" y="342" width="36" height="14" />
|
||||
</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" />
|
||||
|
@ -277,6 +288,10 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="652" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1pjndnw_di" bpmnElement="DataOutputAssociation_1pjndnw">
|
||||
<di:waypoint x="323" y="217" />
|
||||
<di:waypoint x="328" y="285" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue