mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:58:28 +00:00
57 lines
2.9 KiB
XML
57 lines
2.9 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:process id="Process_61atuyl" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_13v4szo</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_13v4szo" sourceRef="StartEvent_1" targetRef="Activity_0pfob0h" />
|
|
<bpmn:sequenceFlow id="Flow_02kce3s" sourceRef="Activity_0pfob0h" targetRef="Activity_0r03utf" />
|
|
<bpmn:sendTask id="Activity_0r03utf" name="Notify the buyer about the order">
|
|
<bpmn:incoming>Flow_02kce3s</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1rhu0rm</bpmn:outgoing>
|
|
</bpmn:sendTask>
|
|
<bpmn:scriptTask id="Activity_0pfob0h" name="Has it been delivered?">
|
|
<bpmn:incoming>Flow_13v4szo</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_02kce3s</bpmn:outgoing>
|
|
<bpmn:script>order = {
|
|
"house_number" : 10,
|
|
"Product1" : "Extra Large Cloth"
|
|
"Product2" : "Size 11 Shoe"
|
|
}</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:intermediateThrowEvent id="Event_12ul73q">
|
|
<bpmn:incoming>Flow_1rhu0rm</bpmn:incoming>
|
|
</bpmn:intermediateThrowEvent>
|
|
<bpmn:sequenceFlow id="Flow_1rhu0rm" sourceRef="Activity_0r03utf" targetRef="Event_12ul73q" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_61atuyl">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-98" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1q3amvp_di" bpmnElement="Activity_0r03utf">
|
|
<dc:Bounds x="150" y="120" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0h5r7rx_di" bpmnElement="Activity_0pfob0h">
|
|
<dc:Bounds x="-10" y="120" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_12ul73q_di" bpmnElement="Event_12ul73q">
|
|
<dc:Bounds x="312" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_13v4szo_di" bpmnElement="Flow_13v4szo">
|
|
<di:waypoint x="-62" y="160" />
|
|
<di:waypoint x="-10" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_02kce3s_di" bpmnElement="Flow_02kce3s">
|
|
<di:waypoint x="90" y="160" />
|
|
<di:waypoint x="150" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1rhu0rm_di" bpmnElement="Flow_1rhu0rm">
|
|
<di:waypoint x="250" y="160" />
|
|
<di:waypoint x="312" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|