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_1vagt1i" isExecutable="true">
<bpmn:startEvent id="Event_1ti9mjx">
<bpmn:outgoing>Flow_1ektwpr</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1ektwpr" sourceRef="Event_1ti9mjx" targetRef="Activity_0tz66k4" />
<bpmn:endEvent id="Event_0ynn9ci">
<bpmn:incoming>Flow_0pzpc5z</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0pzpc5z" sourceRef="Activity_0tz66k4" targetRef="Event_0ynn9ci" />
<bpmn:scriptTask id="Activity_0tz66k4" name="Write Data">
<bpmn:incoming>Flow_1ektwpr</bpmn:incoming>
<bpmn:outgoing>Flow_0pzpc5z</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_1o5rt8q">
<bpmn:targetRef>DataStoreReference_1gzter8</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>beer_and_food = {
"x": 1
}</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataStoreReference id="DataStoreReference_1gzter8" 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_1vagt1i">
<bpmndi:BPMNShape id="Event_1ti9mjx_di" bpmnElement="Event_1ti9mjx">
<dc:Bounds x="-18" y="32" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1a5hbin_di" bpmnElement="Activity_0tz66k4">
<dc:Bounds x="70" y="10" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataStoreReference_1gzter8_di" bpmnElement="DataStoreReference_1gzter8">
<dc:Bounds x="85" y="175" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="74" y="232" width="72" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0ynn9ci_di" bpmnElement="Event_0ynn9ci">
<dc:Bounds x="312" y="32" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ektwpr_di" bpmnElement="Flow_1ektwpr">
<di:waypoint x="18" y="50" />
<di:waypoint x="70" y="50" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0pzpc5z_di" bpmnElement="Flow_0pzpc5z">
<di:waypoint x="170" y="50" />
<di:waypoint x="312" y="50" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_1o5rt8q_di" bpmnElement="DataOutputAssociation_1o5rt8q">
<di:waypoint x="120" y="90" />
<di:waypoint x="120" y="175" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>