mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:58:11 +00:00
User: dan@sartography.com added process model file playground/dan/pizza-palace-20/cook_and_deliver.bpmn
This commit is contained in:
parent
e1f0bf1409
commit
c40626ea49
41
playground/dan/pizza-palace-20/cook_and_deliver.bpmn
Normal file
41
playground/dan/pizza-palace-20/cook_and_deliver.bpmn
Normal file
@ -0,0 +1,41 @@
|
||||
<?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:process id="Process_x4jmtiq" isExecutable="true">
|
||||
<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:sequenceFlow id="Flow_0djr5lm" sourceRef="StartEvent_1" targetRef="Activity_1n8oyzq" />
|
||||
<bpmn:sequenceFlow id="Flow_07th4vo" sourceRef="Activity_1n8oyzq" targetRef="Event_04js52z" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_x4jmtiq">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-18" y="22" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_04js52z_di" bpmnElement="Event_04js52z">
|
||||
<dc:Bounds x="212" y="22" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0hitszy_di" bpmnElement="Activity_1n8oyzq">
|
||||
<dc:Bounds x="60" y="0" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0djr5lm_di" bpmnElement="Flow_0djr5lm">
|
||||
<di:waypoint x="18" y="40" />
|
||||
<di:waypoint x="60" y="40" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07th4vo_di" bpmnElement="Flow_07th4vo">
|
||||
<di:waypoint x="160" y="40" />
|
||||
<di:waypoint x="212" y="40" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
x
Reference in New Issue
Block a user