mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:28:14 +00:00
107 lines
5.6 KiB
XML
107 lines
5.6 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="cook_and_deliver">
|
|
<bpmn:participant id="Participant_1jf2psu" processRef="Process_cook_and_deliver" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_cook_and_deliver" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_1eydklf">
|
|
<bpmn:lane id="Lane_1uy9v1d">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_0ib5sep" name="myome_chef">
|
|
<bpmn:flowNodeRef>Activity_17fu038</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_098n2i7</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_0bg5zfn" name="myome_delivery">
|
|
<bpmn:flowNodeRef>Activity_1yua7fy</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_1yro541</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0apvu1n</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0apvu1n" sourceRef="StartEvent_1" targetRef="Activity_17fu038" />
|
|
<bpmn:endEvent id="Event_1yro541" name="Pizza Delivered">
|
|
<bpmn:incoming>Flow_1akgdev</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1akgdev" sourceRef="Activity_1yua7fy" targetRef="Event_1yro541" />
|
|
<bpmn:sequenceFlow id="Flow_1kj2unt" sourceRef="Activity_17fu038" targetRef="Event_098n2i7" />
|
|
<bpmn:manualTask id="Activity_17fu038" name="Cook Pizza">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>Click "Continue" below when you have completed this order</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0apvu1n</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1kj2unt</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:userTask id="Activity_1yua7fy" name="Deliver Pizza">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>Click "Continue" below when you have delivered this order</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_12n30lq</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1akgdev</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_12n30lq" sourceRef="Event_098n2i7" targetRef="Activity_1yua7fy" />
|
|
<bpmn:intermediateThrowEvent id="Event_098n2i7" name="Pizza Cooked">
|
|
<bpmn:incoming>Flow_1kj2unt</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_12n30lq</bpmn:outgoing>
|
|
</bpmn:intermediateThrowEvent>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cook_and_deliver">
|
|
<bpmndi:BPMNShape id="Participant_1jf2psu_di" bpmnElement="Participant_1jf2psu" isHorizontal="true">
|
|
<dc:Bounds x="-478" y="-118" width="648" height="370" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_0bg5zfn_di" bpmnElement="Lane_0bg5zfn" isHorizontal="true">
|
|
<dc:Bounds x="-448" y="132" width="618" height="120" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_0ib5sep_di" bpmnElement="Lane_0ib5sep" isHorizontal="true">
|
|
<dc:Bounds x="-448" y="7" width="618" height="125" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1uy9v1d_di" bpmnElement="Lane_1uy9v1d" isHorizontal="true">
|
|
<dc:Bounds x="-448" y="-118" width="618" height="125" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-398" y="-68" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1yro541_di" bpmnElement="Event_1yro541">
|
|
<dc:Bounds x="82" y="172" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="62" y="215" width="77" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1uyssue_di" bpmnElement="Activity_17fu038">
|
|
<dc:Bounds x="-250" y="20" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_04hlmrk_di" bpmnElement="Activity_1yua7fy">
|
|
<dc:Bounds x="-90" y="150" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_098n2i7_di" bpmnElement="Event_098n2i7">
|
|
<dc:Bounds x="-58" y="42" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="-74" y="12" width="68" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0apvu1n_di" bpmnElement="Flow_0apvu1n">
|
|
<di:waypoint x="-362" y="-50" />
|
|
<di:waypoint x="-311" y="-50" />
|
|
<di:waypoint x="-311" y="60" />
|
|
<di:waypoint x="-250" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1akgdev_di" bpmnElement="Flow_1akgdev">
|
|
<di:waypoint x="10" y="190" />
|
|
<di:waypoint x="82" y="190" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1kj2unt_di" bpmnElement="Flow_1kj2unt">
|
|
<di:waypoint x="-150" y="60" />
|
|
<di:waypoint x="-58" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_12n30lq_di" bpmnElement="Flow_12n30lq">
|
|
<di:waypoint x="-40" y="78" />
|
|
<di:waypoint x="-40" y="150" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|