blob: 6a0b260a70e8f04836c4fd015d59e5f1c9aff035 [file] [log] [blame]
EricMooreca5b7102019-10-31 13:34:09 +00001<?xml version="1.0" encoding="UTF-8"?>
tragait44ffcde2020-09-04 13:34:35 +01002<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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0474hns" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.0.0">
rameshiyer279d8d8d92020-07-29 18:39:01 +01003 <bpmn:process id="GenericPnfSWUPDownload" name="GenericPnfSWUPDownload" isExecutable="true">
EricMooreca5b7102019-10-31 13:34:09 +00004 <bpmn:startEvent id="download_StartEvent" name="Start Flow">
5 <bpmn:outgoing>SequenceFlow_1fdclh0</bpmn:outgoing>
6 </bpmn:startEvent>
tragait44ffcde2020-09-04 13:34:35 +01007 <bpmn:serviceTask id="ServiceTask_1mpt2eq" name="NF Download Dispatcher" camunda:delegateExpression="${GenericPnfDispatcher}">
EricMooreca5b7102019-10-31 13:34:09 +00008 <bpmn:incoming>SequenceFlow_1fdclh0</bpmn:incoming>
Enbo Wangb2ee1e92020-03-19 23:27:16 +08009 <bpmn:outgoing>SequenceFlow_0kusy70</bpmn:outgoing>
EricMooreca5b7102019-10-31 13:34:09 +000010 </bpmn:serviceTask>
11 <bpmn:endEvent id="download_EndEvent" name="End">
Enbo Wangb2ee1e92020-03-19 23:27:16 +080012 <bpmn:incoming>SequenceFlow_0mjjdia</bpmn:incoming>
EricMooreca5b7102019-10-31 13:34:09 +000013 <bpmn:terminateEventDefinition id="TerminateEventDefinition_1kiurmf" />
14 </bpmn:endEvent>
15 <bpmn:exclusiveGateway id="ExclusiveGateway_1ja7grm" default="SequenceFlow_078xmlz">
16 <bpmn:incoming>SequenceFlow_0o6b6a8</bpmn:incoming>
17 <bpmn:outgoing>SequenceFlow_078xmlz</bpmn:outgoing>
18 <bpmn:outgoing>SequenceFlow_0qznt4u</bpmn:outgoing>
19 </bpmn:exclusiveGateway>
20 <bpmn:endEvent id="EndEvent_1j64ij1">
21 <bpmn:incoming>SequenceFlow_078xmlz</bpmn:incoming>
22 <bpmn:errorEventDefinition id="ErrorEventDefinition_0b3kbjs" errorRef="Error_1q14dnd" />
23 </bpmn:endEvent>
24 <bpmn:exclusiveGateway id="ExclusiveGateway_1rj84ne" default="SequenceFlow_1tfbzn1">
25 <bpmn:incoming>SequenceFlow_1ccldpp</bpmn:incoming>
26 <bpmn:outgoing>SequenceFlow_0s6i4o9</bpmn:outgoing>
27 <bpmn:outgoing>SequenceFlow_1tfbzn1</bpmn:outgoing>
28 </bpmn:exclusiveGateway>
29 <bpmn:endEvent id="EndEvent_1ubpef4">
30 <bpmn:incoming>SequenceFlow_1tfbzn1</bpmn:incoming>
31 <bpmn:errorEventDefinition id="ErrorEventDefinition_0wevx6s" errorRef="Error_1q14dnd" />
32 </bpmn:endEvent>
33 <bpmn:exclusiveGateway id="ExclusiveGateway_08lusga" default="SequenceFlow_1gawssm">
34 <bpmn:incoming>SequenceFlow_1kaikh5</bpmn:incoming>
EricMooreca5b7102019-10-31 13:34:09 +000035 <bpmn:outgoing>SequenceFlow_1gawssm</bpmn:outgoing>
Enbo Wangb2ee1e92020-03-19 23:27:16 +080036 <bpmn:outgoing>SequenceFlow_1d2rfyx</bpmn:outgoing>
EricMooreca5b7102019-10-31 13:34:09 +000037 </bpmn:exclusiveGateway>
38 <bpmn:endEvent id="EndEvent_11hee4g">
39 <bpmn:incoming>SequenceFlow_1gawssm</bpmn:incoming>
40 <bpmn:errorEventDefinition id="ErrorEventDefinition_12tyzwb" errorRef="Error_1q14dnd" />
41 </bpmn:endEvent>
42 <bpmn:serviceTask id="ServiceTask_0yavde3" name="Download" camunda:delegateExpression="${ControllerExecutionDE}">
43 <bpmn:extensionElements>
44 <camunda:inputOutput>
45 <camunda:inputParameter name="action">downloadNESw</camunda:inputParameter>
46 <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
47 <camunda:inputParameter name="mode">async</camunda:inputParameter>
48 </camunda:inputOutput>
49 </bpmn:extensionElements>
50 <bpmn:incoming>SequenceFlow_0s6i4o9</bpmn:incoming>
51 <bpmn:outgoing>SequenceFlow_0o6b6a8</bpmn:outgoing>
52 </bpmn:serviceTask>
53 <bpmn:serviceTask id="ServiceTask_1wxo7xz" name="Post check" camunda:delegateExpression="${ControllerExecutionDE}">
54 <bpmn:extensionElements>
55 <camunda:inputOutput>
56 <camunda:inputParameter name="action">postCheck</camunda:inputParameter>
57 <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
58 <camunda:inputParameter name="mode">async</camunda:inputParameter>
59 </camunda:inputOutput>
60 </bpmn:extensionElements>
61 <bpmn:incoming>SequenceFlow_0qznt4u</bpmn:incoming>
62 <bpmn:outgoing>SequenceFlow_1kaikh5</bpmn:outgoing>
63 </bpmn:serviceTask>
64 <bpmn:serviceTask id="ServiceTask_1nl90ao" name="Pre check" camunda:delegateExpression="${ControllerExecutionDE}">
65 <bpmn:extensionElements>
66 <camunda:inputOutput>
67 <camunda:inputParameter name="action">preCheck</camunda:inputParameter>
68 <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
69 <camunda:inputParameter name="mode">async</camunda:inputParameter>
70 </camunda:inputOutput>
71 </bpmn:extensionElements>
72 <bpmn:incoming>SequenceFlow_12155q6</bpmn:incoming>
73 <bpmn:outgoing>SequenceFlow_1ccldpp</bpmn:outgoing>
74 </bpmn:serviceTask>
75 <bpmn:sequenceFlow id="SequenceFlow_1fdclh0" sourceRef="download_StartEvent" targetRef="ServiceTask_1mpt2eq" />
Enbo Wangb2ee1e92020-03-19 23:27:16 +080076 <bpmn:sequenceFlow id="SequenceFlow_12155q6" sourceRef="ScriptTask_1ankfw8" targetRef="ServiceTask_1nl90ao" />
EricMooreca5b7102019-10-31 13:34:09 +000077 <bpmn:sequenceFlow id="SequenceFlow_0o6b6a8" sourceRef="ServiceTask_0yavde3" targetRef="ExclusiveGateway_1ja7grm" />
78 <bpmn:sequenceFlow id="SequenceFlow_078xmlz" name="Failure" sourceRef="ExclusiveGateway_1ja7grm" targetRef="EndEvent_1j64ij1" />
79 <bpmn:sequenceFlow id="SequenceFlow_1ccldpp" sourceRef="ServiceTask_1nl90ao" targetRef="ExclusiveGateway_1rj84ne" />
80 <bpmn:sequenceFlow id="SequenceFlow_0s6i4o9" name="Success" sourceRef="ExclusiveGateway_1rj84ne" targetRef="ServiceTask_0yavde3">
81 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression>
82 </bpmn:sequenceFlow>
83 <bpmn:sequenceFlow id="SequenceFlow_1tfbzn1" name="Failure" sourceRef="ExclusiveGateway_1rj84ne" targetRef="EndEvent_1ubpef4" />
84 <bpmn:sequenceFlow id="SequenceFlow_1kaikh5" sourceRef="ServiceTask_1wxo7xz" targetRef="ExclusiveGateway_08lusga" />
85 <bpmn:sequenceFlow id="SequenceFlow_1gawssm" name="Failure" sourceRef="ExclusiveGateway_08lusga" targetRef="EndEvent_11hee4g" />
86 <bpmn:sequenceFlow id="SequenceFlow_0qznt4u" name="Success" sourceRef="ExclusiveGateway_1ja7grm" targetRef="ServiceTask_1wxo7xz">
87 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression>
88 </bpmn:sequenceFlow>
Enbo Wangb2ee1e92020-03-19 23:27:16 +080089 <bpmn:subProcess id="SubProcess_02e59i3" name="Subprocess for FalloutHandler" triggeredByEvent="true">
90 <bpmn:startEvent id="StartEvent_0uftj43" name="Catch All Errors">
91 <bpmn:outgoing>SequenceFlow_0swi04u</bpmn:outgoing>
92 <bpmn:errorEventDefinition id="ErrorEventDefinition_061iekb" />
93 </bpmn:startEvent>
94 <bpmn:scriptTask id="ScriptTask_1yzq4u7" name="Prepare FalloutHandler" scriptFormat="groovy">
95 <bpmn:incoming>SequenceFlow_0swi04u</bpmn:incoming>
96 <bpmn:outgoing>SequenceFlow_1ppn4a8</bpmn:outgoing>
97 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
rameshiyer279d8d8d92020-07-29 18:39:01 +010098def pnfSwUpgrade = new GenericPnfSoftwareUpgrade()
Enbo Wangb2ee1e92020-03-19 23:27:16 +080099pnfSwUpgrade.prepareFalloutHandler(execution)</bpmn:script>
100 </bpmn:scriptTask>
101 <bpmn:callActivity id="CallActivity_0ikcgtm" name="Call FalloutHandler" calledElement="FalloutHandler">
102 <bpmn:extensionElements>
103 <camunda:in source="PnfSwUpgrade_FalloutHandlerRequest" target="FalloutHandlerRequest" />
104 </bpmn:extensionElements>
105 <bpmn:incoming>SequenceFlow_1ppn4a8</bpmn:incoming>
106 <bpmn:outgoing>SequenceFlow_1ahmdun</bpmn:outgoing>
107 </bpmn:callActivity>
108 <bpmn:endEvent id="EndEvent_1xtb63b" name="End">
109 <bpmn:incoming>SequenceFlow_1ahmdun</bpmn:incoming>
110 <bpmn:terminateEventDefinition id="TerminateEventDefinition_1vngo0e" />
111 </bpmn:endEvent>
112 <bpmn:sequenceFlow id="SequenceFlow_1ahmdun" sourceRef="CallActivity_0ikcgtm" targetRef="EndEvent_1xtb63b" />
113 <bpmn:sequenceFlow id="SequenceFlow_1ppn4a8" sourceRef="ScriptTask_1yzq4u7" targetRef="CallActivity_0ikcgtm" />
114 <bpmn:sequenceFlow id="SequenceFlow_0swi04u" sourceRef="StartEvent_0uftj43" targetRef="ScriptTask_1yzq4u7" />
115 </bpmn:subProcess>
116 <bpmn:scriptTask id="ScriptTask_1ankfw8" name="Send Response" scriptFormat="groovy">
117 <bpmn:incoming>SequenceFlow_0kusy70</bpmn:incoming>
118 <bpmn:outgoing>SequenceFlow_12155q6</bpmn:outgoing>
119 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
rameshiyer279d8d8d92020-07-29 18:39:01 +0100120def pnfSwUpgrade = new GenericPnfSoftwareUpgrade()
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800121pnfSwUpgrade.sendResponse(execution)</bpmn:script>
122 </bpmn:scriptTask>
123 <bpmn:sequenceFlow id="SequenceFlow_0kusy70" sourceRef="ServiceTask_1mpt2eq" targetRef="ScriptTask_1ankfw8" />
124 <bpmn:scriptTask id="ScriptTask_17f7m2t" name="Prepare Completion" scriptFormat="groovy">
125 <bpmn:incoming>SequenceFlow_1d2rfyx</bpmn:incoming>
126 <bpmn:outgoing>SequenceFlow_183s0wo</bpmn:outgoing>
127 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
rameshiyer279d8d8d92020-07-29 18:39:01 +0100128def pnfSwUpgrade = new GenericPnfSoftwareUpgrade()
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800129pnfSwUpgrade.prepareCompletion(execution)</bpmn:script>
130 </bpmn:scriptTask>
131 <bpmn:callActivity id="CallActivity_0tq2dug" name="Complete Process" calledElement="CompleteMsoProcess">
132 <bpmn:extensionElements>
133 <camunda:in source="PnfSwUpgrade_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
134 </bpmn:extensionElements>
135 <bpmn:incoming>SequenceFlow_183s0wo</bpmn:incoming>
136 <bpmn:outgoing>SequenceFlow_0mjjdia</bpmn:outgoing>
137 </bpmn:callActivity>
138 <bpmn:sequenceFlow id="SequenceFlow_183s0wo" sourceRef="ScriptTask_17f7m2t" targetRef="CallActivity_0tq2dug" />
139 <bpmn:sequenceFlow id="SequenceFlow_1d2rfyx" name="Success" sourceRef="ExclusiveGateway_08lusga" targetRef="ScriptTask_17f7m2t">
140 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression>
141 </bpmn:sequenceFlow>
142 <bpmn:sequenceFlow id="SequenceFlow_0mjjdia" sourceRef="CallActivity_0tq2dug" targetRef="download_EndEvent" />
EricMooreca5b7102019-10-31 13:34:09 +0000143 </bpmn:process>
144 <bpmn:error id="Error_1q14dnd" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
145 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
rameshiyer279d8d8d92020-07-29 18:39:01 +0100146 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GenericPnfSWUPDownload">
tragait44ffcde2020-09-04 13:34:35 +0100147 <bpmndi:BPMNEdge id="SequenceFlow_0mjjdia_di" bpmnElement="SequenceFlow_0mjjdia">
148 <di:waypoint x="455" y="481" />
149 <di:waypoint x="512" y="481" />
150 </bpmndi:BPMNEdge>
151 <bpmndi:BPMNEdge id="SequenceFlow_1d2rfyx_di" bpmnElement="SequenceFlow_1d2rfyx">
152 <di:waypoint x="925" y="260" />
153 <di:waypoint x="970" y="260" />
154 <di:waypoint x="970" y="410" />
155 <di:waypoint x="160" y="410" />
156 <di:waypoint x="160" y="481" />
157 <di:waypoint x="202" y="481" />
158 <bpmndi:BPMNLabel>
159 <dc:Bounds x="938" y="242" width="43" height="14" />
160 </bpmndi:BPMNLabel>
161 </bpmndi:BPMNEdge>
162 <bpmndi:BPMNEdge id="SequenceFlow_183s0wo_di" bpmnElement="SequenceFlow_183s0wo">
163 <di:waypoint x="302" y="481" />
164 <di:waypoint x="355" y="481" />
165 </bpmndi:BPMNEdge>
166 <bpmndi:BPMNEdge id="SequenceFlow_0kusy70_di" bpmnElement="SequenceFlow_0kusy70">
167 <di:waypoint x="370" y="121" />
168 <di:waypoint x="440" y="121" />
169 </bpmndi:BPMNEdge>
170 <bpmndi:BPMNEdge id="SequenceFlow_0qznt4u_di" bpmnElement="SequenceFlow_0qznt4u">
171 <di:waypoint x="665" y="260" />
172 <di:waypoint x="720" y="260" />
173 <bpmndi:BPMNLabel>
174 <dc:Bounds x="671" y="242" width="43" height="14" />
175 </bpmndi:BPMNLabel>
176 </bpmndi:BPMNEdge>
177 <bpmndi:BPMNEdge id="SequenceFlow_1gawssm_di" bpmnElement="SequenceFlow_1gawssm">
178 <di:waypoint x="900" y="285" />
179 <di:waypoint x="900" y="344" />
180 <bpmndi:BPMNLabel>
181 <dc:Bounds x="912" y="290" width="32" height="14" />
182 </bpmndi:BPMNLabel>
183 </bpmndi:BPMNEdge>
184 <bpmndi:BPMNEdge id="SequenceFlow_1kaikh5_di" bpmnElement="SequenceFlow_1kaikh5">
185 <di:waypoint x="820" y="260" />
186 <di:waypoint x="875" y="260" />
187 </bpmndi:BPMNEdge>
188 <bpmndi:BPMNEdge id="SequenceFlow_1tfbzn1_di" bpmnElement="SequenceFlow_1tfbzn1">
189 <di:waypoint x="380" y="285" />
190 <di:waypoint x="380" y="344" />
191 <bpmndi:BPMNLabel>
192 <dc:Bounds x="384" y="292" width="32" height="14" />
193 </bpmndi:BPMNLabel>
194 </bpmndi:BPMNEdge>
195 <bpmndi:BPMNEdge id="SequenceFlow_0s6i4o9_di" bpmnElement="SequenceFlow_0s6i4o9">
196 <di:waypoint x="405" y="260" />
197 <di:waypoint x="480" y="260" />
198 <bpmndi:BPMNLabel>
199 <dc:Bounds x="398" y="242" width="43" height="14" />
200 </bpmndi:BPMNLabel>
201 </bpmndi:BPMNEdge>
202 <bpmndi:BPMNEdge id="SequenceFlow_1ccldpp_di" bpmnElement="SequenceFlow_1ccldpp">
203 <di:waypoint x="300" y="260" />
204 <di:waypoint x="355" y="260" />
205 </bpmndi:BPMNEdge>
206 <bpmndi:BPMNEdge id="SequenceFlow_078xmlz_di" bpmnElement="SequenceFlow_078xmlz">
207 <di:waypoint x="640" y="285" />
208 <di:waypoint x="640" y="344" />
209 <bpmndi:BPMNLabel>
210 <dc:Bounds x="650" y="291" width="32" height="14" />
211 </bpmndi:BPMNLabel>
212 </bpmndi:BPMNEdge>
213 <bpmndi:BPMNEdge id="SequenceFlow_0o6b6a8_di" bpmnElement="SequenceFlow_0o6b6a8">
214 <di:waypoint x="580" y="260" />
215 <di:waypoint x="615" y="260" />
216 </bpmndi:BPMNEdge>
217 <bpmndi:BPMNEdge id="SequenceFlow_12155q6_di" bpmnElement="SequenceFlow_12155q6">
218 <di:waypoint x="540" y="121" />
219 <di:waypoint x="570" y="121" />
220 <di:waypoint x="570" y="190" />
221 <di:waypoint x="160" y="190" />
222 <di:waypoint x="160" y="260" />
223 <di:waypoint x="200" y="260" />
224 </bpmndi:BPMNEdge>
225 <bpmndi:BPMNEdge id="SequenceFlow_1fdclh0_di" bpmnElement="SequenceFlow_1fdclh0">
226 <di:waypoint x="208" y="121" />
227 <di:waypoint x="270" y="121" />
228 </bpmndi:BPMNEdge>
EricMooreca5b7102019-10-31 13:34:09 +0000229 <bpmndi:BPMNShape id="StartEvent_1k8gssq_di" bpmnElement="download_StartEvent">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800230 <dc:Bounds x="172" y="103" width="36" height="36" />
EricMooreca5b7102019-10-31 13:34:09 +0000231 <bpmndi:BPMNLabel>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800232 <dc:Bounds x="167" y="146" width="50" height="14" />
EricMooreca5b7102019-10-31 13:34:09 +0000233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNShape>
235 <bpmndi:BPMNShape id="ServiceTask_1mpt2eq_di" bpmnElement="ServiceTask_1mpt2eq">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800236 <dc:Bounds x="270" y="81" width="100" height="80" />
EricMooreca5b7102019-10-31 13:34:09 +0000237 </bpmndi:BPMNShape>
238 <bpmndi:BPMNShape id="EndEvent_1e4dq7w_di" bpmnElement="download_EndEvent">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800239 <dc:Bounds x="512" y="463" width="36" height="36" />
EricMooreca5b7102019-10-31 13:34:09 +0000240 <bpmndi:BPMNLabel>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800241 <dc:Bounds x="522" y="506" width="18" height="14" />
EricMooreca5b7102019-10-31 13:34:09 +0000242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNShape>
244 <bpmndi:BPMNShape id="ExclusiveGateway_1ja7grm_di" bpmnElement="ExclusiveGateway_1ja7grm" isMarkerVisible="true">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800245 <dc:Bounds x="615" y="235" width="50" height="50" />
EricMooreca5b7102019-10-31 13:34:09 +0000246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNShape id="EndEvent_1j64ij1_di" bpmnElement="EndEvent_1j64ij1">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800248 <dc:Bounds x="622" y="344" width="36" height="36" />
EricMooreca5b7102019-10-31 13:34:09 +0000249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNShape id="ExclusiveGateway_1rj84ne_di" bpmnElement="ExclusiveGateway_1rj84ne" isMarkerVisible="true">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800251 <dc:Bounds x="355" y="235" width="50" height="50" />
EricMooreca5b7102019-10-31 13:34:09 +0000252 </bpmndi:BPMNShape>
253 <bpmndi:BPMNShape id="EndEvent_1ubpef4_di" bpmnElement="EndEvent_1ubpef4">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800254 <dc:Bounds x="362" y="344" width="36" height="36" />
EricMooreca5b7102019-10-31 13:34:09 +0000255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNShape id="ExclusiveGateway_08lusga_di" bpmnElement="ExclusiveGateway_08lusga" isMarkerVisible="true">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800257 <dc:Bounds x="875" y="235" width="50" height="50" />
EricMooreca5b7102019-10-31 13:34:09 +0000258 </bpmndi:BPMNShape>
259 <bpmndi:BPMNShape id="EndEvent_11hee4g_di" bpmnElement="EndEvent_11hee4g">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800260 <dc:Bounds x="882" y="344" width="36" height="36" />
EricMooreca5b7102019-10-31 13:34:09 +0000261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="ServiceTask_0yavde3_di" bpmnElement="ServiceTask_0yavde3">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800263 <dc:Bounds x="480" y="220" width="100" height="80" />
EricMooreca5b7102019-10-31 13:34:09 +0000264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="ServiceTask_1wxo7xz_di" bpmnElement="ServiceTask_1wxo7xz">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800266 <dc:Bounds x="720" y="220" width="100" height="80" />
EricMooreca5b7102019-10-31 13:34:09 +0000267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="ServiceTask_1nl90ao_di" bpmnElement="ServiceTask_1nl90ao">
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800269 <dc:Bounds x="200" y="220" width="100" height="80" />
EricMooreca5b7102019-10-31 13:34:09 +0000270 </bpmndi:BPMNShape>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800271 <bpmndi:BPMNShape id="SubProcess_02e59i3_di" bpmnElement="SubProcess_02e59i3" isExpanded="true">
272 <dc:Bounds x="190" y="580" width="650" height="190" />
273 </bpmndi:BPMNShape>
tragait44ffcde2020-09-04 13:34:35 +0100274 <bpmndi:BPMNEdge id="SequenceFlow_0swi04u_di" bpmnElement="SequenceFlow_0swi04u">
275 <di:waypoint x="298" y="680" />
276 <di:waypoint x="360" y="680" />
277 </bpmndi:BPMNEdge>
278 <bpmndi:BPMNEdge id="SequenceFlow_1ppn4a8_di" bpmnElement="SequenceFlow_1ppn4a8">
279 <di:waypoint x="460" y="680" />
280 <di:waypoint x="530" y="680" />
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNEdge id="SequenceFlow_1ahmdun_di" bpmnElement="SequenceFlow_1ahmdun">
283 <di:waypoint x="630" y="680" />
284 <di:waypoint x="702" y="680" />
285 </bpmndi:BPMNEdge>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800286 <bpmndi:BPMNShape id="StartEvent_0uftj43_di" bpmnElement="StartEvent_0uftj43">
287 <dc:Bounds x="262" y="662" width="36" height="36" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="242" y="703" width="76" height="14" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNShape id="ScriptTask_1yzq4u7_di" bpmnElement="ScriptTask_1yzq4u7">
293 <dc:Bounds x="360" y="640" width="100" height="80" />
294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNShape id="CallActivity_0ikcgtm_di" bpmnElement="CallActivity_0ikcgtm">
296 <dc:Bounds x="530" y="640" width="100" height="80" />
297 </bpmndi:BPMNShape>
298 <bpmndi:BPMNShape id="EndEvent_1xtb63b_di" bpmnElement="EndEvent_1xtb63b">
299 <dc:Bounds x="702" y="662" width="36" height="36" />
300 <bpmndi:BPMNLabel>
301 <dc:Bounds x="712" y="705" width="18" height="14" />
302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNShape>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800304 <bpmndi:BPMNShape id="ScriptTask_1ankfw8_di" bpmnElement="ScriptTask_1ankfw8">
305 <dc:Bounds x="440" y="81" width="100" height="80" />
306 </bpmndi:BPMNShape>
Enbo Wangb2ee1e92020-03-19 23:27:16 +0800307 <bpmndi:BPMNShape id="ScriptTask_17f7m2t_di" bpmnElement="ScriptTask_17f7m2t">
308 <dc:Bounds x="202" y="441" width="100" height="80" />
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="CallActivity_0tq2dug_di" bpmnElement="CallActivity_0tq2dug">
311 <dc:Bounds x="355" y="441" width="100" height="80" />
312 </bpmndi:BPMNShape>
EricMooreca5b7102019-10-31 13:34:09 +0000313 </bpmndi:BPMNPlane>
314 </bpmndi:BPMNDiagram>
315</bpmn:definitions>