mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:48:13 +00:00
67 lines
3.3 KiB
XML
67 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||
<bpmn:process id="Process_99fvz50" isExecutable="true">
|
||
<bpmn:startEvent id="StartEvent_1">
|
||
<bpmn:outgoing>Flow_1a2jfxl</bpmn:outgoing>
|
||
</bpmn:startEvent>
|
||
<bpmn:sequenceFlow id="Flow_1a2jfxl" sourceRef="StartEvent_1" targetRef="Activity_1cd33kh" />
|
||
<bpmn:endEvent id="Event_112m1pm">
|
||
<bpmn:incoming>Flow_1vw9b4l</bpmn:incoming>
|
||
</bpmn:endEvent>
|
||
<bpmn:sequenceFlow id="Flow_1vw9b4l" sourceRef="Activity_1cd33kh" targetRef="Event_112m1pm" />
|
||
<bpmn:scriptTask id="Activity_1cd33kh">
|
||
<bpmn:incoming>Flow_1a2jfxl</bpmn:incoming>
|
||
<bpmn:outgoing>Flow_1vw9b4l</bpmn:outgoing>
|
||
</bpmn:scriptTask>
|
||
<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>
|
||
<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>
|
||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
<dc:Bounds x="-88" y="32" width="36" height="36" />
|
||
</bpmndi:BPMNShape>
|
||
<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_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" />
|
||
</bpmndi:BPMNEdge>
|
||
<bpmndi:BPMNEdge id="Flow_1vw9b4l_di" bpmnElement="Flow_1vw9b4l">
|
||
<di:waypoint x="110" y="50" />
|
||
<di:waypoint x="182" y="50" />
|
||
</bpmndi:BPMNEdge>
|
||
</bpmndi:BPMNPlane>
|
||
</bpmndi:BPMNDiagram>
|
||
</bpmn:definitions>
|