blob: 3024e39c4e32343c62c7a63cfb97050ffca10bce [file] [log] [blame]
zm330ab25d662020-03-03 12:49:35 +08001<?xml version="1.0" encoding="UTF-8"?>
2<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" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0prw6yo" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
3 <bpmn:process id="DeleteSliceService" name="DeleteSliceService" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1" name="start">
5 <bpmn:outgoing>SequenceFlow_1ti9sxe</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:sequenceFlow id="SequenceFlow_0xmiev9" sourceRef="Task_1f3k0gq" targetRef="Task_0gsr9fu" />
8 <bpmn:sequenceFlow id="SequenceFlow_1ti9sxe" sourceRef="StartEvent_1" targetRef="Task_1f3k0gq" />
9 <bpmn:scriptTask id="Task_1f3k0gq" name="PreProcess Incoming Request" scriptFormat="groovy">
10 <bpmn:incoming>SequenceFlow_1ti9sxe</bpmn:incoming>
11 <bpmn:outgoing>SequenceFlow_0xmiev9</bpmn:outgoing>
12 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
13def dss= new DeleteSliceService()
14dss.preProcessRequest(execution)</bpmn:script>
15 </bpmn:scriptTask>
16 <bpmn:serviceTask id="Task_0gsr9fu" name="Init Service Operation Status">
17 <bpmn:extensionElements>
18 <camunda:connector>
19 <camunda:inputOutput>
20 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
21 <camunda:inputParameter name="headers">
22 <camunda:map>
23 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
24 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
25 </camunda:map>
26 </camunda:inputParameter>
27 <camunda:inputParameter name="payload">${updateOperationStatus}</camunda:inputParameter>
28 <camunda:inputParameter name="method">POST</camunda:inputParameter>
29 <camunda:outputParameter name="NSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
30 <camunda:outputParameter name="NSMF_dbResponse">${response}</camunda:outputParameter>
31 </camunda:inputOutput>
32 <camunda:connectorId>http-connector</camunda:connectorId>
33 </camunda:connector>
34 </bpmn:extensionElements>
35 <bpmn:incoming>SequenceFlow_0xmiev9</bpmn:incoming>
36 <bpmn:outgoing>SequenceFlow_0uehx9h</bpmn:outgoing>
37 </bpmn:serviceTask>
38 <bpmn:sequenceFlow id="SequenceFlow_0uehx9h" sourceRef="Task_0gsr9fu" targetRef="Task_0walqr6" />
39 <bpmn:scriptTask id="Task_0walqr6" name="Send Async Ack Response" scriptFormat="groovy">
40 <bpmn:incoming>SequenceFlow_0uehx9h</bpmn:incoming>
41 <bpmn:outgoing>SequenceFlow_16lh6o6</bpmn:outgoing>
42 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
43def dss= new DeleteSliceService()
44dss.sendAsyncResponse(execution)</bpmn:script>
45 </bpmn:scriptTask>
46 <bpmn:sequenceFlow id="SequenceFlow_16lh6o6" sourceRef="Task_0walqr6" targetRef="Task_04n2tl9" />
47 <bpmn:exclusiveGateway id="ExclusiveGateway_1mcgr3m" name="success?">
48 <bpmn:incoming>SequenceFlow_0nl4kfh</bpmn:incoming>
49 <bpmn:outgoing>SequenceFlow_0wel7ie</bpmn:outgoing>
50 <bpmn:outgoing>SequenceFlow_0eqx2y2</bpmn:outgoing>
51 </bpmn:exclusiveGateway>
52 <bpmn:sequenceFlow id="SequenceFlow_0nl4kfh" sourceRef="Task_04n2tl9" targetRef="ExclusiveGateway_1mcgr3m" />
53 <bpmn:sequenceFlow id="SequenceFlow_0wel7ie" name="yes" sourceRef="ExclusiveGateway_1mcgr3m" targetRef="Task_01siwzc">
54 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
55 </bpmn:sequenceFlow>
56 <bpmn:sequenceFlow id="SequenceFlow_0eqx2y2" name="no" sourceRef="ExclusiveGateway_1mcgr3m" targetRef="EndEvent_02ix4tc" />
57 <bpmn:endEvent id="EndEvent_02ix4tc">
58 <bpmn:incoming>SequenceFlow_0eqx2y2</bpmn:incoming>
59 <bpmn:errorEventDefinition errorRef="Error_1jz8wj7" />
60 </bpmn:endEvent>
61 <bpmn:sequenceFlow id="SequenceFlow_18oizb2" sourceRef="Task_0k1pi3g" targetRef="Task_1vklzip" />
62 <bpmn:scriptTask id="Task_0k1pi3g" name="Delete slice service From AAI" scriptFormat="groovy">
63 <bpmn:incoming>SequenceFlow_0wel7ie</bpmn:incoming>
64 <bpmn:outgoing>SequenceFlow_18oizb2</bpmn:outgoing>
65 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
66def dss= new DeleteSliceService()
67dss.deleteSliceServiceInstance(execution)</bpmn:script>
68 </bpmn:scriptTask>
69 <bpmn:serviceTask id="Task_1vklzip" name="Update Service Operation Status to Success">
70 <bpmn:extensionElements>
71 <camunda:connector>
72 <camunda:inputOutput>
73 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
74 <camunda:inputParameter name="headers">
75 <camunda:map>
76 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
77 <camunda:entry key="Authorization">${UrnPropertiesReader.getVariable("mso.adapters.requestDb.auth", execution)}</camunda:entry>
78 </camunda:map>
79 </camunda:inputParameter>
80 <camunda:inputParameter name="payload">${updateOperationStatus}</camunda:inputParameter>
81 <camunda:inputParameter name="method">POST</camunda:inputParameter>
82 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
83 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
84 </camunda:inputOutput>
85 <camunda:connectorId>http-connector</camunda:connectorId>
86 </camunda:connector>
87 </bpmn:extensionElements>
88 <bpmn:incoming>SequenceFlow_18oizb2</bpmn:incoming>
89 <bpmn:outgoing>SequenceFlow_1oxmm7d</bpmn:outgoing>
90 </bpmn:serviceTask>
91 <bpmn:endEvent id="EndEvent_0tyqdpw" name="End">
92 <bpmn:incoming>SequenceFlow_1oxmm7d</bpmn:incoming>
93 </bpmn:endEvent>
94 <bpmn:sequenceFlow id="SequenceFlow_1oxmm7d" sourceRef="Task_1vklzip" targetRef="EndEvent_0tyqdpw" />
95 <bpmn:callActivity id="Task_04n2tl9" name="Do Delete SliceServiceV1" calledElement="DoDeleteSliceServiceV1">
96 <bpmn:extensionElements>
97 <camunda:in source="msoRequestId" target="msoRequestId" />
98 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
99 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
100 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
101 <camunda:in source="serviceType" target="serviceType" />
102 <camunda:in source="operationId" target="operationId" />
103 <camunda:in source="operationType" target="operationType" />
104 <camunda:out source="WorkflowException" target="WorkflowException" />
105 </bpmn:extensionElements>
106 <bpmn:incoming>SequenceFlow_16lh6o6</bpmn:incoming>
107 <bpmn:outgoing>SequenceFlow_0nl4kfh</bpmn:outgoing>
108 </bpmn:callActivity>
109 <bpmn:scriptTask id="Task_01siwzc" name="Delete Service Profile From AAI" scriptFormat="groovy">
110 <bpmn:incoming>SequenceFlow_0wel7ie</bpmn:incoming>
111 <bpmn:outgoing>SequenceFlow_142j1q2</bpmn:outgoing>
112 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
113def dss= new DeleteSliceService()
114dss.delServiceProfileFromAAI(execution)</bpmn:script>
115 </bpmn:scriptTask>
116 <bpmn:sequenceFlow id="SequenceFlow_142j1q2" sourceRef="Task_01siwzc" targetRef="Task_0k1pi3g" />
117 <bpmn:subProcess id="SubProcess_07kf25g" name="Java Exception Handling Sub Process" triggeredByEvent="true">
118 <bpmn:startEvent id="StartEvent_1qskwib">
119 <bpmn:outgoing>SequenceFlow_0x8msq9</bpmn:outgoing>
120 <bpmn:errorEventDefinition id="ErrorEventDefinition_1mmlos4" />
121 </bpmn:startEvent>
122 <bpmn:endEvent id="EndEvent_086jahv">
123 <bpmn:incoming>SequenceFlow_10lwgo7</bpmn:incoming>
124 </bpmn:endEvent>
125 <bpmn:sequenceFlow id="SequenceFlow_0x8msq9" sourceRef="StartEvent_1qskwib" targetRef="ScriptTask_19sjlk2" />
126 <bpmn:scriptTask id="ScriptTask_19sjlk2" name="Send Error Response" scriptFormat="groovy">
127 <bpmn:incoming>SequenceFlow_0x8msq9</bpmn:incoming>
128 <bpmn:outgoing>SequenceFlow_1ihiv5k</bpmn:outgoing>
129 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
130def dss = new DeleteCustomE2EServiceInstance()
131dss.sendSyncError(execution)</bpmn:script>
132 </bpmn:scriptTask>
133 <bpmn:sequenceFlow id="SequenceFlow_1ihiv5k" sourceRef="ScriptTask_19sjlk2" targetRef="Task_1fxg7am" />
134 <bpmn:sequenceFlow id="SequenceFlow_0zvzs12" sourceRef="Task_1fxg7am" targetRef="ServiceTask_17jq3cx" />
135 <bpmn:scriptTask id="Task_1fxg7am" name="Termination Service Operation Status" scriptFormat="groovy">
136 <bpmn:incoming>SequenceFlow_1ihiv5k</bpmn:incoming>
137 <bpmn:outgoing>SequenceFlow_0zvzs12</bpmn:outgoing>
138 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
139def dss = new DeleteSliceService()
140dss.prepareEndOperationStatus(execution)</bpmn:script>
141 </bpmn:scriptTask>
142 <bpmn:serviceTask id="ServiceTask_17jq3cx" name="Update Service Operation Status To Terminate">
143 <bpmn:extensionElements>
144 <camunda:connector>
145 <camunda:inputOutput>
hetengjiao9eba7e82020-05-13 23:08:47 +0800146 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
zm330ab25d662020-03-03 12:49:35 +0800147 <camunda:inputParameter name="headers">
148 <camunda:map>
149 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
150 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
151 </camunda:map>
152 </camunda:inputParameter>
hetengjiao9eba7e82020-05-13 23:08:47 +0800153 <camunda:inputParameter name="payload">${updateOperationStatus}
154</camunda:inputParameter>
zm330ab25d662020-03-03 12:49:35 +0800155 <camunda:inputParameter name="method">POST</camunda:inputParameter>
156 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
157 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
158 </camunda:inputOutput>
159 <camunda:connectorId>http-connector</camunda:connectorId>
160 </camunda:connector>
161 </bpmn:extensionElements>
162 <bpmn:incoming>SequenceFlow_0zvzs12</bpmn:incoming>
163 <bpmn:outgoing>SequenceFlow_10lwgo7</bpmn:outgoing>
164 </bpmn:serviceTask>
165 <bpmn:sequenceFlow id="SequenceFlow_10lwgo7" sourceRef="ServiceTask_17jq3cx" targetRef="EndEvent_086jahv" />
166 </bpmn:subProcess>
167 <bpmn:subProcess id="SubProcess_0so7l00" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
168 <bpmn:startEvent id="StartEvent_1jknl5k">
169 <bpmn:outgoing>SequenceFlow_0rasmiu</bpmn:outgoing>
170 <bpmn:errorEventDefinition />
171 </bpmn:startEvent>
172 <bpmn:sequenceFlow id="SequenceFlow_0rasmiu" sourceRef="StartEvent_1jknl5k" targetRef="Task_0c422xd" />
173 <bpmn:endEvent id="EndEvent_1vr9nc9">
174 <bpmn:incoming>SequenceFlow_1jipldf</bpmn:incoming>
175 </bpmn:endEvent>
176 <bpmn:sequenceFlow id="SequenceFlow_1jipldf" sourceRef="Task_0c422xd" targetRef="EndEvent_1vr9nc9" />
177 <bpmn:scriptTask id="Task_0c422xd" name="Handle Unexpected Error" scriptFormat="groovy">
178 <bpmn:incoming>SequenceFlow_0rasmiu</bpmn:incoming>
179 <bpmn:outgoing>SequenceFlow_1jipldf</bpmn:outgoing>
180 <bpmn:script>import org.onap.so.bpmn.common.scripts.*
181ExceptionUtil ex = new ExceptionUtil()
182ex.processJavaException(execution)</bpmn:script>
183 </bpmn:scriptTask>
184 </bpmn:subProcess>
185 </bpmn:process>
186 <bpmn:error id="Error_1jz8wj7" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
187 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
188 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteSliceService">
189 <bpmndi:BPMNEdge id="SequenceFlow_1ti9sxe_di" bpmnElement="SequenceFlow_1ti9sxe">
190 <di:waypoint x="188" y="117" />
191 <di:waypoint x="290" y="117" />
192 </bpmndi:BPMNEdge>
193 <bpmndi:BPMNEdge id="SequenceFlow_0xmiev9_di" bpmnElement="SequenceFlow_0xmiev9">
194 <di:waypoint x="390" y="117" />
195 <di:waypoint x="480" y="117" />
196 </bpmndi:BPMNEdge>
197 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
198 <dc:Bounds x="152" y="99" width="36" height="36" />
199 <bpmndi:BPMNLabel>
200 <dc:Bounds x="159" y="142" width="23" height="14" />
201 </bpmndi:BPMNLabel>
202 </bpmndi:BPMNShape>
203 <bpmndi:BPMNShape id="ScriptTask_0aqhg4z_di" bpmnElement="Task_1f3k0gq">
204 <dc:Bounds x="290" y="77" width="100" height="80" />
205 </bpmndi:BPMNShape>
206 <bpmndi:BPMNShape id="ServiceTask_1n9ja9t_di" bpmnElement="Task_0gsr9fu">
207 <dc:Bounds x="480" y="77" width="100" height="80" />
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNEdge id="SequenceFlow_0uehx9h_di" bpmnElement="SequenceFlow_0uehx9h">
210 <di:waypoint x="580" y="117" />
211 <di:waypoint x="660" y="117" />
212 </bpmndi:BPMNEdge>
213 <bpmndi:BPMNShape id="ScriptTask_13qpvgg_di" bpmnElement="Task_0walqr6">
214 <dc:Bounds x="660" y="77" width="100" height="80" />
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNEdge id="SequenceFlow_16lh6o6_di" bpmnElement="SequenceFlow_16lh6o6">
217 <di:waypoint x="760" y="117" />
218 <di:waypoint x="840" y="117" />
219 </bpmndi:BPMNEdge>
220 <bpmndi:BPMNShape id="ExclusiveGateway_1mcgr3m_di" bpmnElement="ExclusiveGateway_1mcgr3m" isMarkerVisible="true">
221 <dc:Bounds x="1025" y="92" width="50" height="50" />
222 <bpmndi:BPMNLabel>
223 <dc:Bounds x="1026" y="73" width="47" height="14" />
224 </bpmndi:BPMNLabel>
225 </bpmndi:BPMNShape>
226 <bpmndi:BPMNEdge id="SequenceFlow_0nl4kfh_di" bpmnElement="SequenceFlow_0nl4kfh">
227 <di:waypoint x="940" y="117" />
228 <di:waypoint x="1025" y="117" />
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNEdge id="SequenceFlow_0wel7ie_di" bpmnElement="SequenceFlow_0wel7ie">
231 <di:waypoint x="1075" y="117" />
232 <di:waypoint x="1164" y="117" />
233 <bpmndi:BPMNLabel>
234 <dc:Bounds x="1100" y="98" width="17" height="14" />
235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNEdge>
237 <bpmndi:BPMNEdge id="SequenceFlow_0eqx2y2_di" bpmnElement="SequenceFlow_0eqx2y2">
238 <di:waypoint x="1050" y="142" />
239 <di:waypoint x="1050" y="202" />
240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="1059" y="169" width="13" height="14" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="EndEvent_169jlln_di" bpmnElement="EndEvent_02ix4tc">
245 <dc:Bounds x="1032" y="202" width="36" height="36" />
246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNEdge id="SequenceFlow_18oizb2_di" bpmnElement="SequenceFlow_18oizb2">
248 <di:waypoint x="1440" y="117" />
249 <di:waypoint x="1530" y="117" />
250 </bpmndi:BPMNEdge>
251 <bpmndi:BPMNShape id="ScriptTask_10g3cz7_di" bpmnElement="Task_0k1pi3g">
252 <dc:Bounds x="1340" y="77" width="100" height="80" />
253 </bpmndi:BPMNShape>
254 <bpmndi:BPMNShape id="ServiceTask_0pct2ne_di" bpmnElement="Task_1vklzip">
255 <dc:Bounds x="1530" y="77" width="100" height="80" />
256 </bpmndi:BPMNShape>
257 <bpmndi:BPMNShape id="EndEvent_0tyqdpw_di" bpmnElement="EndEvent_0tyqdpw">
258 <dc:Bounds x="1562" y="202" width="36" height="36" />
259 <bpmndi:BPMNLabel>
260 <dc:Bounds x="1570" y="245" width="20" height="14" />
261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNEdge id="SequenceFlow_1oxmm7d_di" bpmnElement="SequenceFlow_1oxmm7d">
264 <di:waypoint x="1580" y="157" />
265 <di:waypoint x="1580" y="202" />
266 </bpmndi:BPMNEdge>
267 <bpmndi:BPMNShape id="CallActivity_1igxzig_di" bpmnElement="Task_04n2tl9">
268 <dc:Bounds x="840" y="77" width="100" height="80" />
269 </bpmndi:BPMNShape>
270 <bpmndi:BPMNShape id="ScriptTask_0qqsp7x_di" bpmnElement="Task_01siwzc">
271 <dc:Bounds x="1164" y="77" width="100" height="80" />
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNEdge id="SequenceFlow_142j1q2_di" bpmnElement="SequenceFlow_142j1q2">
274 <di:waypoint x="1264" y="117" />
275 <di:waypoint x="1340" y="117" />
276 </bpmndi:BPMNEdge>
277 <bpmndi:BPMNShape id="SubProcess_07kf25g_di" bpmnElement="SubProcess_07kf25g" isExpanded="true">
278 <dc:Bounds x="340" y="430" width="637" height="162" />
279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNShape id="StartEvent_1qskwib_di" bpmnElement="StartEvent_1qskwib">
281 <dc:Bounds x="377" y="497" width="36" height="36" />
282 </bpmndi:BPMNShape>
283 <bpmndi:BPMNShape id="EndEvent_086jahv_di" bpmnElement="EndEvent_086jahv">
284 <dc:Bounds x="902" y="497" width="36" height="36" />
285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNEdge id="SequenceFlow_0x8msq9_di" bpmnElement="SequenceFlow_0x8msq9">
287 <di:waypoint x="413" y="515" />
288 <di:waypoint x="456" y="515" />
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNShape id="ScriptTask_19sjlk2_di" bpmnElement="ScriptTask_19sjlk2">
291 <dc:Bounds x="456" y="475" width="100" height="80" />
292 </bpmndi:BPMNShape>
293 <bpmndi:BPMNEdge id="SequenceFlow_1ihiv5k_di" bpmnElement="SequenceFlow_1ihiv5k">
294 <di:waypoint x="556" y="515" />
295 <di:waypoint x="615" y="515" />
296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNEdge id="SequenceFlow_0zvzs12_di" bpmnElement="SequenceFlow_0zvzs12">
298 <di:waypoint x="715" y="515" />
299 <di:waypoint x="765" y="515" />
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNShape id="ScriptTask_0bjcnd3_di" bpmnElement="Task_1fxg7am">
302 <dc:Bounds x="615" y="475" width="100" height="80" />
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNShape id="ServiceTask_17jq3cx_di" bpmnElement="ServiceTask_17jq3cx">
305 <dc:Bounds x="765" y="475" width="100" height="80" />
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNEdge id="SequenceFlow_10lwgo7_di" bpmnElement="SequenceFlow_10lwgo7">
308 <di:waypoint x="865" y="515" />
309 <di:waypoint x="902" y="515" />
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNShape id="SubProcess_1dd77tu_di" bpmnElement="SubProcess_0so7l00" isExpanded="true">
312 <dc:Bounds x="470" y="650" width="350" height="200" />
313 </bpmndi:BPMNShape>
314 <bpmndi:BPMNShape id="StartEvent_14mwxm0_di" bpmnElement="StartEvent_1jknl5k">
315 <dc:Bounds x="510" y="732" width="36" height="36" />
316 </bpmndi:BPMNShape>
317 <bpmndi:BPMNEdge id="SequenceFlow_0rasmiu_di" bpmnElement="SequenceFlow_0rasmiu">
318 <di:waypoint x="546" y="750" />
319 <di:waypoint x="600" y="750" />
320 </bpmndi:BPMNEdge>
321 <bpmndi:BPMNShape id="EndEvent_1vr9nc9_di" bpmnElement="EndEvent_1vr9nc9">
322 <dc:Bounds x="762" y="732" width="36" height="36" />
323 </bpmndi:BPMNShape>
324 <bpmndi:BPMNEdge id="SequenceFlow_1jipldf_di" bpmnElement="SequenceFlow_1jipldf">
325 <di:waypoint x="700" y="750" />
326 <di:waypoint x="762" y="750" />
327 </bpmndi:BPMNEdge>
328 <bpmndi:BPMNShape id="ScriptTask_0vb5d51_di" bpmnElement="Task_0c422xd">
329 <dc:Bounds x="600" y="710" width="100" height="80" />
330 </bpmndi:BPMNShape>
331 </bpmndi:BPMNPlane>
332 </bpmndi:BPMNDiagram>
hetengjiao9eba7e82020-05-13 23:08:47 +0800333</bpmn:definitions>