2023-11-20 22:11:02 +00:00
|
|
|
<?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">
|
2023-11-20 22:13:09 +00:00
|
|
|
<bpmn:process id="cook-and-deliver" name="Dylan's Cook and Deliver" isExecutable="true">
|
2023-11-20 22:11:02 +00:00
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
|
|
<bpmn:outgoing>Flow_1fpgiap</bpmn:outgoing>
|
|
|
|
</bpmn:startEvent>
|
|
|
|
<bpmn:endEvent id="Event_075eeky">
|
|
|
|
<bpmn:incoming>Flow_1amvx46</bpmn:incoming>
|
|
|
|
</bpmn:endEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1fpgiap" sourceRef="StartEvent_1" targetRef="Activity_03sjqv0" />
|
|
|
|
<bpmn:manualTask id="Activity_03sjqv0" name="Cook Food">
|
|
|
|
<bpmn:incoming>Flow_1fpgiap</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1amvx46</bpmn:outgoing>
|
|
|
|
</bpmn:manualTask>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1amvx46" sourceRef="Activity_03sjqv0" targetRef="Event_075eeky" />
|
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
2023-11-20 22:12:08 +00:00
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cook-and-deliver">
|
2023-11-20 22:11:02 +00:00
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="-198" y="-468" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Event_075eeky_di" bpmnElement="Event_075eeky">
|
|
|
|
<dc:Bounds x="552" y="-468" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Activity_0j2kg0h_di" bpmnElement="Activity_03sjqv0">
|
|
|
|
<dc:Bounds x="-110" y="-490" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1fpgiap_di" bpmnElement="Flow_1fpgiap">
|
|
|
|
<di:waypoint x="-162" y="-450" />
|
|
|
|
<di:waypoint x="-110" y="-450" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1amvx46_di" bpmnElement="Flow_1amvx46">
|
|
|
|
<di:waypoint x="-10" y="-450" />
|
|
|
|
<di:waypoint x="552" y="-450" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|