mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:28:14 +00:00
63 lines
3.3 KiB
XML
63 lines
3.3 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:lane>
|
|
<bpmn:lane id="Lane_12l6s92" name="myome_chef">
|
|
<bpmn:flowNodeRef>Event_075eeky</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_03sjqv0</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<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:sequenceFlow id="Flow_1amvx46" sourceRef="Activity_03sjqv0" targetRef="Event_075eeky" />
|
|
<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_1amvx46</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
</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="250" />
|
|
</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="Event_075eeky_di" bpmnElement="Event_075eeky">
|
|
<dc:Bounds x="552" y="-468" width="36" height="36" />
|
|
</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: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_1amvx46_di" bpmnElement="Flow_1amvx46">
|
|
<di:waypoint x="70" y="-450" />
|
|
<di:waypoint x="552" y="-450" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|