56 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_ouq1gjw" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0kkrjuu</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_0boa6pl">
<bpmn:incoming>Flow_10jnrqm</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_10jnrqm" sourceRef="Activity_0cybfxb" targetRef="Event_0boa6pl" />
<bpmn:sequenceFlow id="Flow_0kkrjuu" sourceRef="StartEvent_1" targetRef="Activity_0cybfxb" />
<bpmn:scriptTask id="Activity_0cybfxb" name="Beer">
<bpmn:incoming>Flow_0kkrjuu</bpmn:incoming>
<bpmn:outgoing>Flow_10jnrqm</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_1jyl9fi">
<bpmn:targetRef>DataStoreReference_1p3nisn</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>beer_and_food= {"default_beer": "pils"}</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataStoreReference id="DataStoreReference_1p3nisn" 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_ouq1gjw">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0boa6pl_di" bpmnElement="Event_0boa6pl">
<dc:Bounds x="462" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1hj50qj_di" bpmnElement="Activity_0cybfxb">
<dc:Bounds x="290" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataStoreReference_1p3nisn_di" bpmnElement="DataStoreReference_1p3nisn">
<dc:Bounds x="315" y="275" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="304" y="332" width="72" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_10jnrqm_di" bpmnElement="Flow_10jnrqm">
<di:waypoint x="390" y="177" />
<di:waypoint x="462" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0kkrjuu_di" bpmnElement="Flow_0kkrjuu">
<di:waypoint x="215" y="177" />
<di:waypoint x="290" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_1jyl9fi_di" bpmnElement="DataOutputAssociation_1jyl9fi">
<di:waypoint x="340" y="217" />
<di:waypoint x="340" y="275" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>