Sehrat / code.xml
AyushS9020's picture
Create code.xml
93093fe verified
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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_1" targetNamespace="http://www.trisotech.com/definitions/_1406748725398" exporter="BPMN Modeler" exporterVersion="5.0.22" expressionLanguage="http://www.w3.org/1999/XPath" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="PizzaCourierProcess" name="Pizza Courier Process" isExecutable="false">
<laneSet>
<lane id="DeliveryBoyLane" name="Delivery Boy">
<flowNodeRef>ReceivePizzaTask</flowNodeRef>
<flowNodeRef>DeliverPizzaTask</flowNodeRef>
<flowNodeRef>ReceivePaymentTask</flowNodeRef>
<flowNodeRef>EndEvent</flowNodeRef>
</lane>
</laneSet>
<startEvent id="StartEvent" name="Pizza Baked">
<outgoing>Flow1</outgoing>
</startEvent>
<task id="ReceivePizzaTask" name="Receive the Pizza">
<incoming>Flow1</incoming>
<outgoing>Flow2</outgoing>
</task>
<sequenceFlow id="Flow1" sourceRef="StartEvent" targetRef="ReceivePizzaTask" />
<task id="DeliverPizzaTask" name="Deliver the Pizza">
<incoming>Flow2</incoming>
<outgoing>Flow3</outgoing>
</task>
<sequenceFlow id="Flow2" sourceRef="ReceivePizzaTask" targetRef="DeliverPizzaTask" />
<task id="ReceivePaymentTask" name="Receive Payment">
<incoming>Flow3</incoming>
<outgoing>Flow4</outgoing>
</task>
<sequenceFlow id="Flow3" sourceRef="DeliverPizzaTask" targetRef="ReceivePaymentTask" />
<endEvent id="EndEvent" name="Process Ends">
<incoming>Flow4</incoming>
</endEvent>
<sequenceFlow id="Flow4" sourceRef="ReceivePaymentTask" targetRef="EndEvent" />
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="PizzaCourierProcess">
<bpmndi:BPMNShape id="StartEvent_1" bpmnElement="StartEvent">
<dc:Bounds x="102" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="98" y="144" width="44" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ReceivePizzaTask_1" bpmnElement="ReceivePizzaTask">
<dc:Bounds x="186" y="90" width="80" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="182" y="146" width="88" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DeliverPizzaTask_1" bpmnElement="DeliverPizzaTask">
<dc:Bounds x="318" y="90" width="80" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="314" y="146" width="88" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ReceivePaymentTask_1" bpmnElement="ReceivePaymentTask">
<dc:Bounds x="450" y="90" width="80" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="446" y="146" width="88" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1" bpmnElement="EndEvent">
<dc:Bounds x="582" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="578" y="144" width="44" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow1_1" bpmnElement="Flow1">
<di:waypoint x="138" y="118" />
<di:waypoint x="186" y="118" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow2_1" bpmnElement="Flow2">
<di:waypoint x="266" y="118" />
<di:waypoint x="318" y="118" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow3_1" bpmnElement="Flow3">
<di:waypoint x="398" y="118" />
<di:waypoint x="450" y="118" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow4_1" bpmnElement="Flow4">
<di:waypoint x="530" y="118" />
<di:waypoint x="582" y="118" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="DeliveryBoyLane_1" bpmnElement="DeliveryBoyLane">
<dc:Bounds x="51" y="66" width="643" height="110" />
<bpmndi:BPMNLabel>
<dc:Bounds x="57" y="186" width="82" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>