mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 20:08:11 +00:00
58 lines
3.0 KiB
XML
58 lines
3.0 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" name="Write Data">
|
|
<bpmn:incoming>Flow_1a2jfxl</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1vw9b4l</bpmn:outgoing>
|
|
<bpmn:dataOutputAssociation id="DataOutputAssociation_1vesex3">
|
|
<bpmn:targetRef>DataStoreReference_0q8s3o6</bpmn:targetRef>
|
|
</bpmn:dataOutputAssociation>
|
|
<bpmn:script>beer_and_food = {
|
|
"x": 1
|
|
}</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:dataStoreReference id="DataStoreReference_0q8s3o6" name="Beer and Food" dataStoreRef="beer_and_food" type="json" />
|
|
</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="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-88" y="32" width="36" height="36" />
|
|
</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="Activity_02i1952_di" bpmnElement="Activity_1cd33kh">
|
|
<dc:Bounds x="10" y="10" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataStoreReference_0q8s3o6_di" bpmnElement="DataStoreReference_0q8s3o6">
|
|
<dc:Bounds x="35" y="155" width="50" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="24" y="212" width="73" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<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:BPMNEdge id="DataOutputAssociation_1vesex3_di" bpmnElement="DataOutputAssociation_1vesex3">
|
|
<di:waypoint x="61" y="90" />
|
|
<di:waypoint x="64" y="155" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|