AyushS9020 commited on
Commit
93093fe
·
verified ·
1 Parent(s): 27ff00e

Create code.xml

Browse files
Files changed (1) hide show
  1. code.xml +90 -0
code.xml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <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">
2
+ <process id="PizzaCourierProcess" name="Pizza Courier Process" isExecutable="false">
3
+ <laneSet>
4
+ <lane id="DeliveryBoyLane" name="Delivery Boy">
5
+ <flowNodeRef>ReceivePizzaTask</flowNodeRef>
6
+ <flowNodeRef>DeliverPizzaTask</flowNodeRef>
7
+ <flowNodeRef>ReceivePaymentTask</flowNodeRef>
8
+ <flowNodeRef>EndEvent</flowNodeRef>
9
+ </lane>
10
+ </laneSet>
11
+ <startEvent id="StartEvent" name="Pizza Baked">
12
+ <outgoing>Flow1</outgoing>
13
+ </startEvent>
14
+ <task id="ReceivePizzaTask" name="Receive the Pizza">
15
+ <incoming>Flow1</incoming>
16
+ <outgoing>Flow2</outgoing>
17
+ </task>
18
+ <sequenceFlow id="Flow1" sourceRef="StartEvent" targetRef="ReceivePizzaTask" />
19
+ <task id="DeliverPizzaTask" name="Deliver the Pizza">
20
+ <incoming>Flow2</incoming>
21
+ <outgoing>Flow3</outgoing>
22
+ </task>
23
+ <sequenceFlow id="Flow2" sourceRef="ReceivePizzaTask" targetRef="DeliverPizzaTask" />
24
+ <task id="ReceivePaymentTask" name="Receive Payment">
25
+ <incoming>Flow3</incoming>
26
+ <outgoing>Flow4</outgoing>
27
+ </task>
28
+ <sequenceFlow id="Flow3" sourceRef="DeliverPizzaTask" targetRef="ReceivePaymentTask" />
29
+ <endEvent id="EndEvent" name="Process Ends">
30
+ <incoming>Flow4</incoming>
31
+ </endEvent>
32
+ <sequenceFlow id="Flow4" sourceRef="ReceivePaymentTask" targetRef="EndEvent" />
33
+ </process>
34
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
35
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="PizzaCourierProcess">
36
+ <bpmndi:BPMNShape id="StartEvent_1" bpmnElement="StartEvent">
37
+ <dc:Bounds x="102" y="102" width="36" height="36" />
38
+ <bpmndi:BPMNLabel>
39
+ <dc:Bounds x="98" y="144" width="44" height="14" />
40
+ </bpmndi:BPMNLabel>
41
+ </bpmndi:BPMNShape>
42
+ <bpmndi:BPMNShape id="ReceivePizzaTask_1" bpmnElement="ReceivePizzaTask">
43
+ <dc:Bounds x="186" y="90" width="80" height="50" />
44
+ <bpmndi:BPMNLabel>
45
+ <dc:Bounds x="182" y="146" width="88" height="14" />
46
+ </bpmndi:BPMNLabel>
47
+ </bpmndi:BPMNShape>
48
+ <bpmndi:BPMNShape id="DeliverPizzaTask_1" bpmnElement="DeliverPizzaTask">
49
+ <dc:Bounds x="318" y="90" width="80" height="50" />
50
+ <bpmndi:BPMNLabel>
51
+ <dc:Bounds x="314" y="146" width="88" height="14" />
52
+ </bpmndi:BPMNLabel>
53
+ </bpmndi:BPMNShape>
54
+ <bpmndi:BPMNShape id="ReceivePaymentTask_1" bpmnElement="ReceivePaymentTask">
55
+ <dc:Bounds x="450" y="90" width="80" height="50" />
56
+ <bpmndi:BPMNLabel>
57
+ <dc:Bounds x="446" y="146" width="88" height="14" />
58
+ </bpmndi:BPMNLabel>
59
+ </bpmndi:BPMNShape>
60
+ <bpmndi:BPMNShape id="EndEvent_1" bpmnElement="EndEvent">
61
+ <dc:Bounds x="582" y="102" width="36" height="36" />
62
+ <bpmndi:BPMNLabel>
63
+ <dc:Bounds x="578" y="144" width="44" height="14" />
64
+ </bpmndi:BPMNLabel>
65
+ </bpmndi:BPMNShape>
66
+ <bpmndi:BPMNEdge id="Flow1_1" bpmnElement="Flow1">
67
+ <di:waypoint x="138" y="118" />
68
+ <di:waypoint x="186" y="118" />
69
+ </bpmndi:BPMNEdge>
70
+ <bpmndi:BPMNEdge id="Flow2_1" bpmnElement="Flow2">
71
+ <di:waypoint x="266" y="118" />
72
+ <di:waypoint x="318" y="118" />
73
+ </bpmndi:BPMNEdge>
74
+ <bpmndi:BPMNEdge id="Flow3_1" bpmnElement="Flow3">
75
+ <di:waypoint x="398" y="118" />
76
+ <di:waypoint x="450" y="118" />
77
+ </bpmndi:BPMNEdge>
78
+ <bpmndi:BPMNEdge id="Flow4_1" bpmnElement="Flow4">
79
+ <di:waypoint x="530" y="118" />
80
+ <di:waypoint x="582" y="118" />
81
+ </bpmndi:BPMNEdge>
82
+ <bpmndi:BPMNShape id="DeliveryBoyLane_1" bpmnElement="DeliveryBoyLane">
83
+ <dc:Bounds x="51" y="66" width="643" height="110" />
84
+ <bpmndi:BPMNLabel>
85
+ <dc:Bounds x="57" y="186" width="82" height="14" />
86
+ </bpmndi:BPMNLabel>
87
+ </bpmndi:BPMNShape>
88
+ </bpmndi:BPMNPlane>
89
+ </bpmndi:BPMNDiagram>
90
+ </definitions>