User: dan@sartography.com clicked save for playground/matplus/dan-funk/datastore_example.bpmn
This commit is contained in:
parent
831a7b90fb
commit
8a0ede196a
|
@ -12,15 +12,31 @@
|
|||
<bpmn:scriptTask id="Activity_1cd33kh">
|
||||
<bpmn:incoming>Flow_1a2jfxl</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1vw9b4l</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1mpyrim">
|
||||
<bpmn:targetRef>DataStoreReference_1yrava0</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_1yrava0" name="Beer and Food" dataStoreRef="beer_and_food" type="json" />
|
||||
<bpmn:dataStoreReference id="DataStoreReference_0q8s3o6" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_1xzt1q2">
|
||||
<bpmn:text>{
|
||||
"requests_to_check": {
|
||||
"/v1.0/process-models/playground:matplus:dan-funk": [
|
||||
"PUT"
|
||||
],
|
||||
"/v1.0/process-models/playground:matplus:dan-funk/files/datastore_example.bpmn": [
|
||||
"POST",
|
||||
"GET",
|
||||
"PUT",
|
||||
"DELETE"
|
||||
]
|
||||
}
|
||||
}</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_018ja7t" sourceRef="DataStoreReference_0q8s3o6" targetRef="TextAnnotation_1xzt1q2" />
|
||||
</bpmn:process>
|
||||
<bpmn:dataStore id="beer_and_food" name="JSONDataStore" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_99fvz50">
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1xzt1q2_di" bpmnElement="TextAnnotation_1xzt1q2">
|
||||
<dc:Bounds x="90" y="90" width="500" height="270" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_112m1pm_di" bpmnElement="Event_112m1pm">
|
||||
<dc:Bounds x="182" y="32" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -30,12 +46,13 @@
|
|||
<bpmndi:BPMNShape id="Activity_02i1952_di" bpmnElement="Activity_1cd33kh">
|
||||
<dc:Bounds x="10" y="10" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_1yrava0_di" bpmnElement="DataStoreReference_1yrava0">
|
||||
<dc:Bounds x="35" y="165" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="24" y="222" width="73" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_0q8s3o6_di" bpmnElement="DataStoreReference_0q8s3o6">
|
||||
<dc:Bounds x="35" y="175" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_018ja7t_di" bpmnElement="Association_018ja7t">
|
||||
<di:waypoint x="81" y="175" />
|
||||
<di:waypoint x="90" y="164" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1a2jfxl_di" bpmnElement="Flow_1a2jfxl">
|
||||
<di:waypoint x="-52" y="50" />
|
||||
<di:waypoint x="10" y="50" />
|
||||
|
@ -44,10 +61,6 @@
|
|||
<di:waypoint x="110" y="50" />
|
||||
<di:waypoint x="182" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1mpyrim_di" bpmnElement="DataOutputAssociation_1mpyrim">
|
||||
<di:waypoint x="61" y="90" />
|
||||
<di:waypoint x="64" y="165" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue