67 lines
3.4 KiB
XML
67 lines
3.4 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
<bpmn:process id="Process_1" isExecutable="false">
|
|
<bpmn:startEvent id="StartEvent_1" name="Hunger noticed">
|
|
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:task id="Task_1" name="Choose recipe">
|
|
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
|
|
<bpmn:outgoing>SequenceFlow_3</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="StartEvent_1" targetRef="Task_1" />
|
|
<bpmn:task id="Task_2" name="Bi Bim Bap">
|
|
<bpmn:incoming>SequenceFlow_2</bpmn:incoming>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="Task_2" />
|
|
<bpmn:task id="Task_3" name="Dessert if starving ">
|
|
<bpmn:incoming>SequenceFlow_3</bpmn:incoming>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="SequenceFlow_3" sourceRef="Task_1" targetRef="Task_3" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="160" y="179" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="133" y="215" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="289" y="157" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1_di" bpmnElement="SequenceFlow_1">
|
|
<di:waypoint xsi:type="dc:Point" x="196" y="197" />
|
|
<di:waypoint xsi:type="dc:Point" x="289" y="197" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="197.5" y="187" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
|
|
<dc:Bounds x="497" y="73" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2">
|
|
<di:waypoint xsi:type="dc:Point" x="389" y="197" />
|
|
<di:waypoint xsi:type="dc:Point" x="443" y="197" />
|
|
<di:waypoint xsi:type="dc:Point" x="443" y="113" />
|
|
<di:waypoint xsi:type="dc:Point" x="497" y="113" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="398" y="145" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Task_3_di" bpmnElement="Task_3">
|
|
<dc:Bounds x="497" y="238" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_3_di" bpmnElement="SequenceFlow_3">
|
|
<di:waypoint xsi:type="dc:Point" x="389" y="197" />
|
|
<di:waypoint xsi:type="dc:Point" x="443" y="197" />
|
|
<di:waypoint xsi:type="dc:Point" x="443" y="278" />
|
|
<di:waypoint xsi:type="dc:Point" x="497" y="278" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="398" y="227.5" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|