66 lines
3.5 KiB
XML
66 lines
3.5 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_070y7vb">
|
|
<bpmn:participant id="Participant_193622z" processRef="cook_and_deliver_dan" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="cook_and_deliver_dan" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_1jsdxx6">
|
|
<bpmn:lane id="Lane_17lrf6u">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_0h8lqik" name="myome_chef">
|
|
<bpmn:flowNodeRef>Event_04js52z</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_1n8oyzq</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:sequenceFlow id="Flow_0djr5lm" sourceRef="StartEvent_1" targetRef="Activity_1n8oyzq" />
|
|
<bpmn:sequenceFlow id="Flow_07th4vo" sourceRef="Activity_1n8oyzq" targetRef="Event_04js52z" />
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0djr5lm</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="Event_04js52z">
|
|
<bpmn:incoming>Flow_07th4vo</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:manualTask id="Activity_1n8oyzq" name="Cook the food">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser># Click continue when food is ready</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0djr5lm</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_07th4vo</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_070y7vb">
|
|
<bpmndi:BPMNShape id="Participant_193622z_di" bpmnElement="Participant_193622z" isHorizontal="true">
|
|
<dc:Bounds x="-170" y="-70" width="600" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_17lrf6u_di" bpmnElement="Lane_17lrf6u" isHorizontal="true">
|
|
<dc:Bounds x="-140" y="-70" width="570" height="125" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_0h8lqik_di" bpmnElement="Lane_0h8lqik" isHorizontal="true">
|
|
<dc:Bounds x="-140" y="55" width="570" height="125" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-98" y="-18" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_04js52z_di" bpmnElement="Event_04js52z">
|
|
<dc:Bounds x="342" y="112" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0hitszy_di" bpmnElement="Activity_1n8oyzq">
|
|
<dc:Bounds x="60" y="90" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0djr5lm_di" bpmnElement="Flow_0djr5lm">
|
|
<di:waypoint x="-62" y="0" />
|
|
<di:waypoint x="-1" y="0" />
|
|
<di:waypoint x="-1" y="130" />
|
|
<di:waypoint x="60" y="130" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_07th4vo_di" bpmnElement="Flow_07th4vo">
|
|
<di:waypoint x="160" y="130" />
|
|
<di:waypoint x="342" y="130" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|