blob: f0baac025406b44c59bd835a72e6f8145ab16433 [file] [log] [blame]
Yulian Han32fdbf92018-08-20 11:05:37 +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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3">
Yulian Hane992deb2018-09-20 11:30:15 +08003 <bpmn:process id="DeleteDeviceResource" name="DeleteDeviceResource" isExecutable="true">
Yulian Han32fdbf92018-08-20 11:05:37 +08004 <bpmn:endEvent id="EndEvent_1x6k78c" name="delete Dev end">
5 <bpmn:incoming>SequenceFlow_0auvfvm</bpmn:incoming>
6 </bpmn:endEvent>
7 <bpmn:scriptTask id="ScriptTask_1g5zyi6" name="Send Sync Ack Response" scriptFormat="groovy">
8 <bpmn:incoming>SequenceFlow_05niqbf</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_0auvfvm</bpmn:outgoing>
10 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
Yulian Hane992deb2018-09-20 11:30:15 +080011def csi = new DeleteDeviceResource()
Yulian Han32fdbf92018-08-20 11:05:37 +080012csi.sendSyncResponse(execution)]]></bpmn:script>
13 </bpmn:scriptTask>
14 <bpmn:sequenceFlow id="SequenceFlow_05niqbf" sourceRef="Task_0bga3e8" targetRef="ScriptTask_1g5zyi6" />
15 <bpmn:sequenceFlow id="SequenceFlow_0auvfvm" sourceRef="ScriptTask_1g5zyi6" targetRef="EndEvent_1x6k78c" />
16 <bpmn:callActivity id="Task_0bga3e8" name="call Delete SDNC Network Resource" calledElement="DeleteSDNCNetworkResource">
17 <bpmn:extensionElements>
18 <camunda:in source="mso-request-id" target="mso-request-id" />
19 <camunda:in source="requestAction" target="requestAction" />
20 <camunda:in source="recipeParams" target="recipeParams" />
21 <camunda:in source="resourceInput" target="resourceInput" />
22 <camunda:in source="recipeParamXsd" target="recipeParamXsd" />
23 <camunda:in source="operationId" target="operationId" />
24 <camunda:in source="svcAction" target="svcAction" />
25 <camunda:in source="requestAction" target="requestAction" />
26 <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
27 <camunda:in source="networkRequest" target="networkRequest" />
28 </bpmn:extensionElements>
29 <bpmn:incoming>SequenceFlow_1gu13by</bpmn:incoming>
30 <bpmn:outgoing>SequenceFlow_05niqbf</bpmn:outgoing>
31 </bpmn:callActivity>
32 <bpmn:startEvent id="StartEvent_1vjxae6" name="deleteDev_StartEvent">
33 <bpmn:outgoing>SequenceFlow_1rwaeun</bpmn:outgoing>
34 </bpmn:startEvent>
35 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1caax8u" name="GoTo StartDeleteDevinSDNC">
36 <bpmn:incoming>SequenceFlow_1ylvnxq</bpmn:incoming>
37 <bpmn:linkEventDefinition name="StartDeleteDevinSDNC" />
38 </bpmn:intermediateThrowEvent>
39 <bpmn:scriptTask id="ScriptTask_00y93jj" name="Check DevType from AAI" scriptFormat="groovy">
40 <bpmn:incoming>SequenceFlow_0rq2jb1</bpmn:incoming>
41 <bpmn:outgoing>SequenceFlow_1hp2h5t</bpmn:outgoing>
42 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
43def dcsi = new DeleteDeviceResource()
44dcsi.checkDevType(execution)]]></bpmn:script>
45 </bpmn:scriptTask>
Yulian Hane992deb2018-09-20 11:30:15 +080046 <bpmn:exclusiveGateway id="ExclusiveGateway_0kba700" name="Dev Type" default="SequenceFlow_1g6azih">
Yulian Han32fdbf92018-08-20 11:05:37 +080047 <bpmn:incoming>SequenceFlow_1hp2h5t</bpmn:incoming>
48 <bpmn:outgoing>SequenceFlow_1ss02ik</bpmn:outgoing>
49 <bpmn:outgoing>SequenceFlow_0h4378g</bpmn:outgoing>
Yulian Hane992deb2018-09-20 11:30:15 +080050 <bpmn:outgoing>SequenceFlow_1g6azih</bpmn:outgoing>
Yulian Han32fdbf92018-08-20 11:05:37 +080051 </bpmn:exclusiveGateway>
52 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1chnlq6" name="GoTo StartDeleteDevinSDNC">
53 <bpmn:incoming>SequenceFlow_0h4378g</bpmn:incoming>
54 <bpmn:linkEventDefinition name="StartDeleteDevinSDNC" />
55 </bpmn:intermediateThrowEvent>
56 <bpmn:sequenceFlow id="SequenceFlow_1ss02ik" name="VNF" sourceRef="ExclusiveGateway_0kba700" targetRef="ScriptTask_02rli65">
57 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("device_class" ) == "VNF" )}]]></bpmn:conditionExpression>
58 </bpmn:sequenceFlow>
59 <bpmn:sequenceFlow id="SequenceFlow_1hp2h5t" sourceRef="ScriptTask_00y93jj" targetRef="ExclusiveGateway_0kba700" />
60 <bpmn:sequenceFlow id="SequenceFlow_0h4378g" name="PNF" sourceRef="ExclusiveGateway_0kba700" targetRef="IntermediateThrowEvent_1chnlq6">
61 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("device_class" ) == "PNF" )}]]></bpmn:conditionExpression>
62 </bpmn:sequenceFlow>
63 <bpmn:sequenceFlow id="SequenceFlow_1rwaeun" sourceRef="StartEvent_1vjxae6" targetRef="ScriptTask_14dav1d" />
64 <bpmn:scriptTask id="ScriptTask_14dav1d" name="Pre Process Request" scriptFormat="groovy">
65 <bpmn:incoming>SequenceFlow_1rwaeun</bpmn:incoming>
66 <bpmn:outgoing>SequenceFlow_0rq2jb1</bpmn:outgoing>
67 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
68def dcsi = new DeleteDeviceResource()
69dcsi.preProcessRequest(execution)]]></bpmn:script>
70 </bpmn:scriptTask>
71 <bpmn:sequenceFlow id="SequenceFlow_0rq2jb1" sourceRef="ScriptTask_14dav1d" targetRef="ScriptTask_00y93jj" />
72 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0slgrxw" name="StartDeleteDevinSDNC">
73 <bpmn:outgoing>SequenceFlow_1gu13by</bpmn:outgoing>
74 <bpmn:linkEventDefinition name="StartDeleteDevinSDNC" />
75 </bpmn:intermediateCatchEvent>
76 <bpmn:sequenceFlow id="SequenceFlow_1gu13by" sourceRef="IntermediateCatchEvent_0slgrxw" targetRef="Task_0bga3e8" />
77 <bpmn:callActivity id="CallActivity_0pyrfca" name="call DeleteVNF" calledElement="DoDeleteVNF">
78 <bpmn:extensionElements>
79 <camunda:in source="mso-request-id" target="mso-request-id" />
80 <camunda:in source="requestAction" target="requestAction" />
81 <camunda:in source="recipeParams" target="recipeParams" />
82 <camunda:in source="resourceInput" target="resourceInput" />
83 <camunda:in source="recipeParamXsd" target="recipeParamXsd" />
84 <camunda:in source="operationId" target="operationId" />
85 <camunda:in source="svcAction" target="svcAction" />
86 <camunda:in source="requestAction" target="requestAction" />
87 <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
88 <camunda:in source="networkRequest" target="networkRequest" />
89 </bpmn:extensionElements>
90 <bpmn:incoming>SequenceFlow_0pg3072</bpmn:incoming>
91 <bpmn:outgoing>SequenceFlow_0pkp4ce</bpmn:outgoing>
92 </bpmn:callActivity>
93 <bpmn:sequenceFlow id="SequenceFlow_0pkp4ce" sourceRef="CallActivity_0pyrfca" targetRef="ScriptTask_0u1piih" />
Yulian Han32fdbf92018-08-20 11:05:37 +080094 <bpmn:scriptTask id="ScriptTask_02rli65" name="Get VNF ID" scriptFormat="groovy">
95 <bpmn:incoming>SequenceFlow_1ss02ik</bpmn:incoming>
96 <bpmn:outgoing>SequenceFlow_0pg3072</bpmn:outgoing>
97 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
98def dcsi = new DeleteDeviceResource()
99dcsi.getVNFTemplatefromSDC(execution)]]></bpmn:script>
100 </bpmn:scriptTask>
101 <bpmn:sequenceFlow id="SequenceFlow_0pg3072" sourceRef="ScriptTask_02rli65" targetRef="CallActivity_0pyrfca" />
102 <bpmn:scriptTask id="ScriptTask_0u1piih" name="Post VNF info process " scriptFormat="groovy">
103 <bpmn:incoming>SequenceFlow_0pkp4ce</bpmn:incoming>
104 <bpmn:outgoing>SequenceFlow_1ylvnxq</bpmn:outgoing>
105 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
106def dcsi = new DeleteDeviceResource()
107dcsi.postVNFInfoProcess(execution)]]></bpmn:script>
108 </bpmn:scriptTask>
109 <bpmn:sequenceFlow id="SequenceFlow_1ylvnxq" sourceRef="ScriptTask_0u1piih" targetRef="IntermediateThrowEvent_1caax8u" />
Yulian Hane992deb2018-09-20 11:30:15 +0800110 <bpmn:scriptTask id="ScriptTask_14oc86m" name="Prepare Create resource progress" scriptFormat="groovy">
111 <bpmn:incoming>SequenceFlow_1g6azih</bpmn:incoming>
112 <bpmn:outgoing>SequenceFlow_003svcq</bpmn:outgoing>
113 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
114execution.setVariable("progress", "100")
115execution.setVariable("status", "finished")
116execution.setVariable("statusDescription", "Finished for the devType")
117def dcsi = new DeleteDeviceResource()
118dcsi.prepareUpdateProgress(execution)]]></bpmn:script>
119 </bpmn:scriptTask>
120 <bpmn:serviceTask id="ServiceTask_1b3omyh" name="resource progress update">
121 <bpmn:extensionElements>
122 <camunda:connector>
123 <camunda:inputOutput>
124 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
125 <camunda:inputParameter name="headers">
126 <camunda:map>
127 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
128 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
129 </camunda:map>
130 </camunda:inputParameter>
131 <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter>
132 <camunda:inputParameter name="method">POST</camunda:inputParameter>
133 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
134 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
135 </camunda:inputOutput>
136 <camunda:connectorId>http-connector</camunda:connectorId>
137 </camunda:connector>
138 </bpmn:extensionElements>
139 <bpmn:incoming>SequenceFlow_003svcq</bpmn:incoming>
140 <bpmn:outgoing>SequenceFlow_1donwoj</bpmn:outgoing>
141 </bpmn:serviceTask>
142 <bpmn:sequenceFlow id="SequenceFlow_003svcq" sourceRef="ScriptTask_14oc86m" targetRef="ServiceTask_1b3omyh" />
143 <bpmn:sequenceFlow id="SequenceFlow_1g6azih" sourceRef="ExclusiveGateway_0kba700" targetRef="ScriptTask_14oc86m" />
144 <bpmn:endEvent id="EndEvent_1tn8i1e">
145 <bpmn:incoming>SequenceFlow_1donwoj</bpmn:incoming>
146 </bpmn:endEvent>
147 <bpmn:sequenceFlow id="SequenceFlow_1donwoj" sourceRef="ServiceTask_1b3omyh" targetRef="EndEvent_1tn8i1e" />
Yulian Han32fdbf92018-08-20 11:05:37 +0800148 </bpmn:process>
149 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
Yulian Hane992deb2018-09-20 11:30:15 +0800150 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteDeviceResource">
Yulian Han32fdbf92018-08-20 11:05:37 +0800151 <bpmndi:BPMNShape id="EndEvent_15pcuuc_di" bpmnElement="EndEvent_1x6k78c">
152 <dc:Bounds x="1026" y="111" width="36" height="36" />
153 <bpmndi:BPMNLabel>
154 <dc:Bounds x="994" y="153" width="75" height="12" />
155 </bpmndi:BPMNLabel>
156 </bpmndi:BPMNShape>
157 <bpmndi:BPMNShape id="ScriptTask_1g5zyi6_di" bpmnElement="ScriptTask_1g5zyi6">
158 <dc:Bounds x="494" y="89" width="100" height="80" />
159 </bpmndi:BPMNShape>
160 <bpmndi:BPMNEdge id="SequenceFlow_05niqbf_di" bpmnElement="SequenceFlow_05niqbf">
161 <di:waypoint xsi:type="dc:Point" x="191" y="129" />
162 <di:waypoint xsi:type="dc:Point" x="494" y="129" />
163 <bpmndi:BPMNLabel>
164 <dc:Bounds x="297.5" y="104" width="90" height="20" />
165 </bpmndi:BPMNLabel>
166 </bpmndi:BPMNEdge>
167 <bpmndi:BPMNEdge id="SequenceFlow_0auvfvm_di" bpmnElement="SequenceFlow_0auvfvm">
168 <di:waypoint xsi:type="dc:Point" x="594" y="129" />
169 <di:waypoint xsi:type="dc:Point" x="1026" y="129" />
170 <bpmndi:BPMNLabel>
171 <dc:Bounds x="765" y="104" width="90" height="20" />
172 </bpmndi:BPMNLabel>
173 </bpmndi:BPMNEdge>
174 <bpmndi:BPMNShape id="CallActivity_0aywvn3_di" bpmnElement="Task_0bga3e8">
175 <dc:Bounds x="91" y="89" width="100" height="80" />
176 </bpmndi:BPMNShape>
177 <bpmndi:BPMNShape id="StartEvent_1vjxae6_di" bpmnElement="StartEvent_1vjxae6">
178 <dc:Bounds x="-188" y="-145" width="36" height="36" />
179 <bpmndi:BPMNLabel>
180 <dc:Bounds x="-211" y="-109" width="88" height="24" />
181 </bpmndi:BPMNLabel>
182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNShape id="IntermediateThrowEvent_1caax8u_di" bpmnElement="IntermediateThrowEvent_1caax8u">
184 <dc:Bounds x="1026" y="-145" width="36" height="36" />
185 <bpmndi:BPMNLabel>
186 <dc:Bounds x="1010" y="-104" width="77" height="36" />
187 </bpmndi:BPMNLabel>
188 </bpmndi:BPMNShape>
189 <bpmndi:BPMNShape id="ScriptTask_00y93jj_di" bpmnElement="ScriptTask_00y93jj">
190 <dc:Bounds x="141" y="-167" width="100" height="80" />
191 </bpmndi:BPMNShape>
192 <bpmndi:BPMNShape id="ExclusiveGateway_0kba700_di" bpmnElement="ExclusiveGateway_0kba700" isMarkerVisible="true">
193 <dc:Bounds x="334" y="-152" width="50" height="50" />
194 <bpmndi:BPMNLabel>
Yulian Hane992deb2018-09-20 11:30:15 +0800195 <dc:Bounds x="302" y="-166" width="48" height="12" />
Yulian Han32fdbf92018-08-20 11:05:37 +0800196 </bpmndi:BPMNLabel>
197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="IntermediateThrowEvent_1chnlq6_di" bpmnElement="IntermediateThrowEvent_1chnlq6">
199 <dc:Bounds x="341" y="-28" width="36" height="36" />
200 <bpmndi:BPMNLabel>
201 <dc:Bounds x="325" y="13" width="78" height="36" />
202 </bpmndi:BPMNLabel>
203 </bpmndi:BPMNShape>
204 <bpmndi:BPMNEdge id="SequenceFlow_1ss02ik_di" bpmnElement="SequenceFlow_1ss02ik">
205 <di:waypoint xsi:type="dc:Point" x="384" y="-127" />
206 <di:waypoint xsi:type="dc:Point" x="480" y="-127" />
207 <bpmndi:BPMNLabel>
208 <dc:Bounds x="420.94444444444446" y="-148" width="23" height="12" />
209 </bpmndi:BPMNLabel>
210 </bpmndi:BPMNEdge>
211 <bpmndi:BPMNEdge id="SequenceFlow_1hp2h5t_di" bpmnElement="SequenceFlow_1hp2h5t">
212 <di:waypoint xsi:type="dc:Point" x="241" y="-127" />
213 <di:waypoint xsi:type="dc:Point" x="334" y="-127" />
214 <bpmndi:BPMNLabel>
215 <dc:Bounds x="242.5" y="-148" width="90" height="12" />
216 </bpmndi:BPMNLabel>
217 </bpmndi:BPMNEdge>
218 <bpmndi:BPMNEdge id="SequenceFlow_0h4378g_di" bpmnElement="SequenceFlow_0h4378g">
219 <di:waypoint xsi:type="dc:Point" x="359" y="-102" />
220 <di:waypoint xsi:type="dc:Point" x="359" y="-28" />
221 <bpmndi:BPMNLabel>
222 <dc:Bounds x="365" y="-67.27272727272728" width="22" height="12" />
223 </bpmndi:BPMNLabel>
224 </bpmndi:BPMNEdge>
225 <bpmndi:BPMNEdge id="SequenceFlow_1rwaeun_di" bpmnElement="SequenceFlow_1rwaeun">
226 <di:waypoint xsi:type="dc:Point" x="-152" y="-127" />
227 <di:waypoint xsi:type="dc:Point" x="-53" y="-127" />
228 <bpmndi:BPMNLabel>
229 <dc:Bounds x="-147.5" y="-148" width="90" height="12" />
230 </bpmndi:BPMNLabel>
231 </bpmndi:BPMNEdge>
232 <bpmndi:BPMNShape id="ScriptTask_14dav1d_di" bpmnElement="ScriptTask_14dav1d">
233 <dc:Bounds x="-53" y="-167" width="100" height="80" />
234 </bpmndi:BPMNShape>
235 <bpmndi:BPMNEdge id="SequenceFlow_0rq2jb1_di" bpmnElement="SequenceFlow_0rq2jb1">
236 <di:waypoint xsi:type="dc:Point" x="47" y="-127" />
237 <di:waypoint xsi:type="dc:Point" x="141" y="-127" />
238 <bpmndi:BPMNLabel>
239 <dc:Bounds x="49" y="-148" width="90" height="12" />
240 </bpmndi:BPMNLabel>
241 </bpmndi:BPMNEdge>
242 <bpmndi:BPMNShape id="IntermediateCatchEvent_0slgrxw_di" bpmnElement="IntermediateCatchEvent_0slgrxw">
243 <dc:Bounds x="-188" y="111" width="36" height="36" />
244 <bpmndi:BPMNLabel>
245 <dc:Bounds x="-203" y="147" width="78" height="24" />
246 </bpmndi:BPMNLabel>
247 </bpmndi:BPMNShape>
248 <bpmndi:BPMNEdge id="SequenceFlow_1gu13by_di" bpmnElement="SequenceFlow_1gu13by">
249 <di:waypoint xsi:type="dc:Point" x="-152" y="129" />
250 <di:waypoint xsi:type="dc:Point" x="91" y="129" />
251 <bpmndi:BPMNLabel>
252 <dc:Bounds x="-75.5" y="108" width="90" height="12" />
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNEdge>
255 <bpmndi:BPMNShape id="CallActivity_0pyrfca_di" bpmnElement="CallActivity_0pyrfca">
256 <dc:Bounds x="662" y="-167" width="100" height="80" />
257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNEdge id="SequenceFlow_0pkp4ce_di" bpmnElement="SequenceFlow_0pkp4ce">
259 <di:waypoint xsi:type="dc:Point" x="762" y="-127" />
260 <di:waypoint xsi:type="dc:Point" x="849" y="-127" />
261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="760.5" y="-148" width="90" height="12" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNEdge>
Yulian Han32fdbf92018-08-20 11:05:37 +0800265 <bpmndi:BPMNShape id="ScriptTask_02rli65_di" bpmnElement="ScriptTask_02rli65">
266 <dc:Bounds x="480" y="-167" width="100" height="80" />
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNEdge id="SequenceFlow_0pg3072_di" bpmnElement="SequenceFlow_0pg3072">
269 <di:waypoint xsi:type="dc:Point" x="580" y="-127" />
270 <di:waypoint xsi:type="dc:Point" x="662" y="-127" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="621" y="-148" width="0" height="12" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNShape id="ScriptTask_0u1piih_di" bpmnElement="ScriptTask_0u1piih">
276 <dc:Bounds x="849" y="-167" width="100" height="80" />
277 </bpmndi:BPMNShape>
278 <bpmndi:BPMNEdge id="SequenceFlow_1ylvnxq_di" bpmnElement="SequenceFlow_1ylvnxq">
279 <di:waypoint xsi:type="dc:Point" x="949" y="-127" />
280 <di:waypoint xsi:type="dc:Point" x="1026" y="-127" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="987.5" y="-148" width="0" height="12" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
Yulian Hane992deb2018-09-20 11:30:15 +0800285 <bpmndi:BPMNShape id="ScriptTask_14oc86m_di" bpmnElement="ScriptTask_14oc86m">
286 <dc:Bounds x="309" y="-281" width="100" height="80" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="ServiceTask_1b3omyh_di" bpmnElement="ServiceTask_1b3omyh">
289 <dc:Bounds x="480" y="-281" width="100" height="80" />
290 </bpmndi:BPMNShape>
291 <bpmndi:BPMNEdge id="SequenceFlow_003svcq_di" bpmnElement="SequenceFlow_003svcq">
292 <di:waypoint xsi:type="dc:Point" x="409" y="-241" />
293 <di:waypoint xsi:type="dc:Point" x="480" y="-241" />
294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="444.5" y="-262" width="0" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNEdge id="SequenceFlow_1g6azih_di" bpmnElement="SequenceFlow_1g6azih">
299 <di:waypoint xsi:type="dc:Point" x="359" y="-152" />
300 <di:waypoint xsi:type="dc:Point" x="359" y="-201" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="374" y="-182.5" width="0" height="12" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNShape id="EndEvent_1tn8i1e_di" bpmnElement="EndEvent_1tn8i1e">
306 <dc:Bounds x="663" y="-259" width="36" height="36" />
307 <bpmndi:BPMNLabel>
308 <dc:Bounds x="681" y="-219" width="0" height="12" />
309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNShape>
311 <bpmndi:BPMNEdge id="SequenceFlow_1donwoj_di" bpmnElement="SequenceFlow_1donwoj">
312 <di:waypoint xsi:type="dc:Point" x="580" y="-241" />
313 <di:waypoint xsi:type="dc:Point" x="663" y="-241" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="621.5" y="-262" width="0" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
Yulian Han32fdbf92018-08-20 11:05:37 +0800318 </bpmndi:BPMNPlane>
319 </bpmndi:BPMNDiagram>
320</bpmn:definitions>