mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:08:08 +00:00
86 lines
4.4 KiB
XML
86 lines
4.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: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:collaboration id="Collaboration_1n86lkj">
|
|
<bpmn:participant id="Participant_0anh5nw" processRef="cook-and-deliver" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="cook-and-deliver" name="Dylan's Cook and Deliver" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_11bboyk">
|
|
<bpmn:lane id="Lane_1qerkzy">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_075eeky</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_12l6s92" name="myome_chef">
|
|
<bpmn:flowNodeRef>Activity_03sjqv0</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_12atmwh" name="myome_deliver">
|
|
<bpmn:flowNodeRef>Activity_00ikoqg</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:sequenceFlow id="Flow_1fpgiap" sourceRef="StartEvent_1" targetRef="Activity_03sjqv0" />
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1fpgiap</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:manualTask id="Activity_03sjqv0" name="Cook Food">
|
|
<bpmn:incoming>Flow_1fpgiap</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0tp63zn</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:sequenceFlow id="Flow_0tp63zn" sourceRef="Activity_03sjqv0" targetRef="Activity_00ikoqg" />
|
|
<bpmn:manualTask id="Activity_00ikoqg" name="Deliver Food">
|
|
<bpmn:incoming>Flow_0tp63zn</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0e60hf1</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:endEvent id="Event_075eeky">
|
|
<bpmn:incoming>Flow_0e60hf1</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0e60hf1" sourceRef="Activity_00ikoqg" targetRef="Event_075eeky" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1n86lkj">
|
|
<bpmndi:BPMNShape id="Participant_0anh5nw_di" bpmnElement="Participant_0anh5nw" isHorizontal="true">
|
|
<dc:Bounds x="-250" y="-640" width="860" height="370" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_12l6s92_di" bpmnElement="Lane_12l6s92" isHorizontal="true">
|
|
<dc:Bounds x="-220" y="-515" width="830" height="125" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1qerkzy_di" bpmnElement="Lane_1qerkzy" isHorizontal="true">
|
|
<dc:Bounds x="-220" y="-640" width="830" height="125" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_12atmwh_di" bpmnElement="Lane_12atmwh" isHorizontal="true">
|
|
<dc:Bounds x="-220" y="-390" width="830" height="120" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-178" y="-598" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0j2kg0h_di" bpmnElement="Activity_03sjqv0">
|
|
<dc:Bounds x="-30" y="-490" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1sa32qu_di" bpmnElement="Activity_00ikoqg">
|
|
<dc:Bounds x="160" y="-370" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_075eeky_di" bpmnElement="Event_075eeky">
|
|
<dc:Bounds x="462" y="-598" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1fpgiap_di" bpmnElement="Flow_1fpgiap">
|
|
<di:waypoint x="-142" y="-580" />
|
|
<di:waypoint x="-86" y="-580" />
|
|
<di:waypoint x="-86" y="-450" />
|
|
<di:waypoint x="-30" y="-450" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0tp63zn_di" bpmnElement="Flow_0tp63zn">
|
|
<di:waypoint x="70" y="-450" />
|
|
<di:waypoint x="115" y="-450" />
|
|
<di:waypoint x="115" y="-330" />
|
|
<di:waypoint x="160" y="-330" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0e60hf1_di" bpmnElement="Flow_0e60hf1">
|
|
<di:waypoint x="260" y="-330" />
|
|
<di:waypoint x="361" y="-330" />
|
|
<di:waypoint x="361" y="-580" />
|
|
<di:waypoint x="462" y="-580" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|