update install and configure document
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCustomDeleteE2EServiceInstanceV2.bpmn
1 <?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3   <bpmn:process id="DoCustomDeleteE2EServiceInstanceV2" name="DoCustomDeleteE2EServiceInstanceV2" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow">
5       <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy">
8       <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing>
10       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
12 ddsi.preProcessRequest(execution)
13 ]]></bpmn:script>
14     </bpmn:scriptTask>
15     <bpmn:endEvent id="EndEvent_1uqzt26">
16       <bpmn:incoming>SequenceFlow_06tonva</bpmn:incoming>
17     </bpmn:endEvent>
18     <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
19       <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming>
20       <bpmn:outgoing>SequenceFlow_00a3ijv</bpmn:outgoing>
21       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
22 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
23 ddsi.postProcessAAIGET(execution)]]></bpmn:script>
24     </bpmn:scriptTask>
25     <bpmn:scriptTask id="ScriptTask_01erufg" name="&#10;AAI&#10;Delete&#10;(svc instance)&#10;" scriptFormat="groovy">
26       <bpmn:incoming>SequenceFlow_0t5f2dt</bpmn:incoming>
27       <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing>
28       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
29 def ddsi = new DoCustomDeleteE2EServiceInstance()
30 ddsi.deleteServiceInstance(execution)]]></bpmn:script>
31     </bpmn:scriptTask>
32     <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
33       <bpmn:startEvent id="StartEvent_0sf5lpt">
34         <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
35         <bpmn:errorEventDefinition />
36       </bpmn:startEvent>
37       <bpmn:endEvent id="EndEvent_06utmg4">
38         <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
39       </bpmn:endEvent>
40       <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
41         <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
42         <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
43         <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
44 ExceptionUtil ex = new ExceptionUtil()
45 ex.processJavaException(execution)]]></bpmn:script>
46       </bpmn:scriptTask>
47       <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
48       <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
49     </bpmn:subProcess>
50     <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" />
51     <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
52     <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="ScriptTask_1vlvb1r" />
53     <bpmn:scriptTask id="ScriptTask_postProcessVFCDelete" name="Post Process VFC Delete" scriptFormat="groovy">
54       <bpmn:incoming>SequenceFlow_1931m8u</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_17b01zs</bpmn:outgoing>
56       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
57
58 String response = execution.getVariable("vfcDeleteResponse")
59 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
60 ddsi.postProcessVFCDelete(execution, response, "delete")]]></bpmn:script>
61     </bpmn:scriptTask>
62     <bpmn:scriptTask id="ScriptTask_1g0tsto" name="Post Process SDNC Delete" scriptFormat="groovy">
63       <bpmn:incoming>SequenceFlow_1w2n8dn</bpmn:incoming>
64       <bpmn:outgoing>SequenceFlow_09z6zl7</bpmn:outgoing>
65       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
66
67 String response = execution.getVariable("sdncDeleteResponse")
68 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
69 ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn:script>
70     </bpmn:scriptTask>
71     <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For Overlay" scriptFormat="groovy">
72       <bpmn:incoming>SequenceFlow_1jfyo1x</bpmn:incoming>
73       <bpmn:outgoing>SequenceFlow_1t1mg6y</bpmn:outgoing>
74       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
75 String resourceName = "underlay"
76 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
77 ddsi.preSDNCResourceDelete(execution, resourceName )]]></bpmn:script>
78     </bpmn:scriptTask>
79     <bpmn:sequenceFlow id="SequenceFlow_0rpu756" sourceRef="CallActivity_Del_SDNC_cust" targetRef="ExclusiveGateway_0plkf6p" />
80     <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_preProcessVFCResourceDelete" targetRef="Task_CallNetworkServiceDeleteforVFC" />
81     <bpmn:sequenceFlow id="SequenceFlow_1931m8u" sourceRef="Task_CallNetworkServiceDeleteforVFC" targetRef="ScriptTask_postProcessVFCDelete" />
82     <bpmn:scriptTask id="Task_preProcessVFCResourceDelete" name="Prepare Resource Delele For VFC" scriptFormat="groovy">
83       <bpmn:incoming>SequenceFlow_1bx4es4</bpmn:incoming>
84       <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing>
85       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
86 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
87 ddsi.preProcessVFCResourceDelete(execution)]]></bpmn:script>
88     </bpmn:scriptTask>
89     <bpmn:callActivity id="Task_CallNetworkServiceDeleteforVFC" name="Call Network Service Delete for VFC" calledElement="DoDeleteVFCNetworkServiceInstance">
90       <bpmn:extensionElements>
91         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
92         <camunda:in source="serviceType" target="serviceType" />
93         <camunda:in source="serviceInstanceId" target="serviceId" />
94         <camunda:in source="operationId" target="operationId" />
95         <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
96         <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
97         <camunda:in source="resourceType" target="resourceType" />
98         <camunda:in source="operationType" target="operationType" />
99       </bpmn:extensionElements>
100       <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming>
101       <bpmn:outgoing>SequenceFlow_1931m8u</bpmn:outgoing>
102     </bpmn:callActivity>
103     <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
104       <bpmn:incoming>SequenceFlow_0a1q5fw</bpmn:incoming>
105       <bpmn:outgoing>SequenceFlow_0rpu756</bpmn:outgoing>
106     </bpmn:serviceTask>
107     <bpmn:sequenceFlow id="SequenceFlow_1g4djgh" sourceRef="Task_1j1u666" targetRef="ExclusiveGateway_125wehq" />
108     <bpmn:sequenceFlow id="SequenceFlow_0uc2beq" sourceRef="Task_0edkv0m" targetRef="ExclusiveGateway_1kavnc9" />
109     <bpmn:scriptTask id="Task_14erap6" name="Prepare Resource Delele For Underlay" scriptFormat="groovy">
110       <bpmn:incoming>SequenceFlow_1lv9vmb</bpmn:incoming>
111       <bpmn:outgoing>SequenceFlow_16r9z75</bpmn:outgoing>
112       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
113 String resourceName = "underlay"
114 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
115 ddsi.preSDNCResourceDelete(execution, resourceName )]]></bpmn:script>
116     </bpmn:scriptTask>
117     <bpmn:serviceTask id="Task_1j1u666" name="Call Custom Delete SDNC Underlay" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
118       <bpmn:incoming>SequenceFlow_0m7ks9t</bpmn:incoming>
119       <bpmn:outgoing>SequenceFlow_1g4djgh</bpmn:outgoing>
120     </bpmn:serviceTask>
121     <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
122       <bpmn:incoming>SequenceFlow_0akcnw7</bpmn:incoming>
123       <bpmn:outgoing>SequenceFlow_0uc2beq</bpmn:outgoing>
124     </bpmn:serviceTask>
125     <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService">
126       <bpmn:extensionElements>
127         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
128         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
129         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
130         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
131         <camunda:out source="WorkflowException" target="WorkflowException" />
132         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
133         <camunda:out source="GENGS_service" target="GENGS_service" />
134         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
135         <camunda:in source="serviceType" target="GENGS_serviceType" />
136       </bpmn:extensionElements>
137       <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
138       <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing>
139     </bpmn:callActivity>
140     <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" />
141     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1d5z35x" name="GoTo Delete SDNC Resource">
142       <bpmn:incoming>SequenceFlow_1qzxy2i</bpmn:incoming>
143       <bpmn:linkEventDefinition name="DeleteSDNCResource" />
144     </bpmn:intermediateThrowEvent>
145     <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_1h6kkwi" name="Start Delete SDNC Resource">
146       <bpmn:outgoing>SequenceFlow_1jfyo1x</bpmn:outgoing>
147       <bpmn:linkEventDefinition name="DeleteSDNCResource" />
148     </bpmn:intermediateCatchEvent>
149     <bpmn:sequenceFlow id="SequenceFlow_1jfyo1x" sourceRef="IntermediateThrowEvent_1h6kkwi" targetRef="ScriptTask_0z30dax" />
150     <bpmn:sequenceFlow id="SequenceFlow_09z6zl7" sourceRef="ScriptTask_1g0tsto" targetRef="IntermediateThrowEvent_01vy71e" />
151     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_01vy71e" name="GoTo Delete VFC Resource">
152       <bpmn:incoming>SequenceFlow_09z6zl7</bpmn:incoming>
153       <bpmn:linkEventDefinition name="DeleteVFCResource" />
154     </bpmn:intermediateThrowEvent>
155     <bpmn:sequenceFlow id="SequenceFlow_17b01zs" sourceRef="ScriptTask_postProcessVFCDelete" targetRef="ScriptTask_postProcessDecomposeNextResource" />
156     <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_0ow0ck5" name="Start Delete VFC Resource">
157       <bpmn:outgoing>SequenceFlow_0homduu</bpmn:outgoing>
158       <bpmn:linkEventDefinition name="DeleteVFCResource" />
159     </bpmn:intermediateCatchEvent>
160     <bpmn:sequenceFlow id="SequenceFlow_0homduu" sourceRef="IntermediateThrowEvent_0ow0ck5" targetRef="ExclusiveGateway_ServiceResourceIsFinish" />
161     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_03gc5du" name="Start Delete Service Instance">
162       <bpmn:outgoing>SequenceFlow_0t5f2dt</bpmn:outgoing>
163       <bpmn:linkEventDefinition name="DeleteServiceInstance" />
164     </bpmn:intermediateCatchEvent>
165     <bpmn:sequenceFlow id="SequenceFlow_0t5f2dt" sourceRef="IntermediateCatchEvent_03gc5du" targetRef="ScriptTask_01erufg" />
166     <bpmn:exclusiveGateway id="ExclusiveGateway_ServiceResourceIsFinish" name="Service Resource Finish?" default="SequenceFlow_0n7qeqt">
167       <bpmn:incoming>SequenceFlow_0homduu</bpmn:incoming>
168       <bpmn:incoming>SequenceFlow_0eoibq3</bpmn:incoming>
169       <bpmn:outgoing>SequenceFlow_0n7qeqt</bpmn:outgoing>
170       <bpmn:outgoing>SequenceFlow_13c2v9z</bpmn:outgoing>
171     </bpmn:exclusiveGateway>
172     <bpmn:sequenceFlow id="SequenceFlow_0n7qeqt" name="No" sourceRef="ExclusiveGateway_ServiceResourceIsFinish" targetRef="ScriptTask_preProcessDecomposeNextResource" />
173     <bpmn:scriptTask id="ScriptTask_preProcessDecomposeNextResource" name="PreProcess Decompose Next Resouce" scriptFormat="groovy">
174       <bpmn:incoming>SequenceFlow_0n7qeqt</bpmn:incoming>
175       <bpmn:outgoing>SequenceFlow_1a5ki3p</bpmn:outgoing>
176       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
177 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
178 ddsi.preProcessDecomposeNextResource(execution )]]></bpmn:script>
179     </bpmn:scriptTask>
180     <bpmn:sequenceFlow id="SequenceFlow_1a5ki3p" sourceRef="ScriptTask_preProcessDecomposeNextResource" targetRef="ScriptTask_0mjvi2p" />
181     <bpmn:scriptTask id="ScriptTask_postProcessDecomposeNextResource" name="PostProcess Decompose Next Resouce" scriptFormat="groovy">
182       <bpmn:incoming>SequenceFlow_17b01zs</bpmn:incoming>
183       <bpmn:outgoing>SequenceFlow_0gxv0wp</bpmn:outgoing>
184       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
185 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
186 ddsi.postProcessDecomposeNextResource(execution )]]></bpmn:script>
187     </bpmn:scriptTask>
188     <bpmn:sequenceFlow id="SequenceFlow_0gxv0wp" sourceRef="ScriptTask_postProcessDecomposeNextResource" targetRef="ScriptTask_06sbvjm" />
189     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_01fw8bb" name="GoTo Delete Servcie Instance">
190       <bpmn:incoming>SequenceFlow_13c2v9z</bpmn:incoming>
191       <bpmn:linkEventDefinition name="DeleteServiceInstance" />
192     </bpmn:intermediateThrowEvent>
193     <bpmn:sequenceFlow id="SequenceFlow_13c2v9z" name="Yes" sourceRef="ExclusiveGateway_ServiceResourceIsFinish" targetRef="IntermediateThrowEvent_01fw8bb">
194       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{ execution.getVariable("DDELSI_resourceFinish") != null && execution.getVariable("DDELSI_resourceFinish") == true }]]></bpmn:conditionExpression>
195     </bpmn:sequenceFlow>
196     <bpmn:exclusiveGateway id="ExclusiveGateway_052agzc" name="Found Resource?" default="SequenceFlow_1fac57w">
197       <bpmn:incoming>SequenceFlow_1t1mg6y</bpmn:incoming>
198       <bpmn:outgoing>SequenceFlow_0a1q5fw</bpmn:outgoing>
199       <bpmn:outgoing>SequenceFlow_1fac57w</bpmn:outgoing>
200     </bpmn:exclusiveGateway>
201     <bpmn:sequenceFlow id="SequenceFlow_1t1mg6y" sourceRef="ScriptTask_0z30dax" targetRef="ExclusiveGateway_052agzc" />
202     <bpmn:sequenceFlow id="SequenceFlow_0a1q5fw" name="Yes" sourceRef="ExclusiveGateway_052agzc" targetRef="CallActivity_Del_SDNC_cust">
203       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{ execution.getVariable("foundResource") != null && execution.getVariable("foundResource") == true }]]></bpmn:conditionExpression>
204     </bpmn:sequenceFlow>
205     <bpmn:exclusiveGateway id="ExclusiveGateway_0plkf6p">
206       <bpmn:incoming>SequenceFlow_0rpu756</bpmn:incoming>
207       <bpmn:incoming>SequenceFlow_1fac57w</bpmn:incoming>
208       <bpmn:outgoing>SequenceFlow_1lv9vmb</bpmn:outgoing>
209     </bpmn:exclusiveGateway>
210     <bpmn:sequenceFlow id="SequenceFlow_1lv9vmb" sourceRef="ExclusiveGateway_0plkf6p" targetRef="Task_14erap6" />
211     <bpmn:sequenceFlow id="SequenceFlow_1fac57w" name="No" sourceRef="ExclusiveGateway_052agzc" targetRef="ExclusiveGateway_0plkf6p" />
212     <bpmn:exclusiveGateway id="ExclusiveGateway_0u98ylh" name="Found Resource?" default="SequenceFlow_00knko8">
213       <bpmn:incoming>SequenceFlow_16r9z75</bpmn:incoming>
214       <bpmn:outgoing>SequenceFlow_0m7ks9t</bpmn:outgoing>
215       <bpmn:outgoing>SequenceFlow_00knko8</bpmn:outgoing>
216     </bpmn:exclusiveGateway>
217     <bpmn:sequenceFlow id="SequenceFlow_16r9z75" sourceRef="Task_14erap6" targetRef="ExclusiveGateway_0u98ylh" />
218     <bpmn:sequenceFlow id="SequenceFlow_0m7ks9t" name="Yes" sourceRef="ExclusiveGateway_0u98ylh" targetRef="Task_1j1u666">
219       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{ execution.getVariable("foundResource") != null && execution.getVariable("foundResource") == true }]]></bpmn:conditionExpression>
220     </bpmn:sequenceFlow>
221     <bpmn:exclusiveGateway id="ExclusiveGateway_125wehq" default="SequenceFlow_15pzf5n">
222       <bpmn:incoming>SequenceFlow_1g4djgh</bpmn:incoming>
223       <bpmn:incoming>SequenceFlow_00knko8</bpmn:incoming>
224       <bpmn:outgoing>SequenceFlow_0akcnw7</bpmn:outgoing>
225       <bpmn:outgoing>SequenceFlow_15pzf5n</bpmn:outgoing>
226     </bpmn:exclusiveGateway>
227     <bpmn:sequenceFlow id="SequenceFlow_0akcnw7" name="yes" sourceRef="ExclusiveGateway_125wehq" targetRef="Task_0edkv0m">
228       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{ execution.getVariable("foundResource") != null && execution.getVariable("foundResource") == true }]]></bpmn:conditionExpression>
229     </bpmn:sequenceFlow>
230     <bpmn:sequenceFlow id="SequenceFlow_00knko8" name="No" sourceRef="ExclusiveGateway_0u98ylh" targetRef="ExclusiveGateway_125wehq" />
231     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_1t1fier" name="Start UpateOperStatus">
232       <bpmn:outgoing>SequenceFlow_033eqeg</bpmn:outgoing>
233       <bpmn:linkEventDefinition name="UpateOperStatus" />
234     </bpmn:intermediateCatchEvent>
235     <bpmn:sequenceFlow id="SequenceFlow_033eqeg" sourceRef="IntermediateCatchEvent_1t1fier" targetRef="ScriptTask_1ut5zs5" />
236     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1q64g27" name="GoTo UpateOperStatus">
237       <bpmn:incoming>SequenceFlow_00a3ijv</bpmn:incoming>
238       <bpmn:linkEventDefinition name="UpateOperStatus" />
239     </bpmn:intermediateThrowEvent>
240     <bpmn:sequenceFlow id="SequenceFlow_00a3ijv" sourceRef="ScriptTask_1rtnsh8" targetRef="IntermediateThrowEvent_1q64g27" />
241     <bpmn:scriptTask id="ScriptTask_PrepareServiceResources" name="Prepare Service Resources" scriptFormat="groovy">
242       <bpmn:incoming>SequenceFlow_18wibmi</bpmn:incoming>
243       <bpmn:outgoing>SequenceFlow_11405m9</bpmn:outgoing>
244       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
245 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
246 ddsi.prepareServiceDeleteResource(execution)]]></bpmn:script>
247     </bpmn:scriptTask>
248     <bpmn:sequenceFlow id="SequenceFlow_11405m9" sourceRef="ScriptTask_PrepareServiceResources" targetRef="ScriptTask_0w4scer" />
249     <bpmn:scriptTask id="ScriptTask_1ut5zs5" name="Prepare Update Service Oper Status" scriptFormat="groovy">
250       <bpmn:incoming>SequenceFlow_033eqeg</bpmn:incoming>
251       <bpmn:outgoing>SequenceFlow_1sm5x5e</bpmn:outgoing>
252       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
253 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
254 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
255     </bpmn:scriptTask>
256     <bpmn:serviceTask id="ServiceTask_0kl5qtj" name="Update Service Oper Status">
257       <bpmn:extensionElements>
258         <camunda:connector>
259           <camunda:inputOutput>
260             <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
261             <camunda:inputParameter name="headers">
262               <camunda:map>
263                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
264                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
265               </camunda:map>
266             </camunda:inputParameter>
267             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
268             <camunda:inputParameter name="method">POST</camunda:inputParameter>
269             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
270             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
271           </camunda:inputOutput>
272           <camunda:connectorId>http-connector</camunda:connectorId>
273         </camunda:connector>
274       </bpmn:extensionElements>
275       <bpmn:incoming>SequenceFlow_1sm5x5e</bpmn:incoming>
276       <bpmn:outgoing>SequenceFlow_18wibmi</bpmn:outgoing>
277     </bpmn:serviceTask>
278     <bpmn:sequenceFlow id="SequenceFlow_1sm5x5e" sourceRef="ScriptTask_1ut5zs5" targetRef="ServiceTask_0kl5qtj" />
279     <bpmn:sequenceFlow id="SequenceFlow_18wibmi" sourceRef="ServiceTask_0kl5qtj" targetRef="ScriptTask_PrepareServiceResources" />
280     <bpmn:scriptTask id="ScriptTask_1vlvb1r" name="Prepare Update Service Oper Status(100%)" scriptFormat="groovy">
281       <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming>
282       <bpmn:outgoing>SequenceFlow_0l4qcge</bpmn:outgoing>
283       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
284 execution.setVariable("progress", "100")
285 execution.setVariable("operationStatus", "End")
286 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
287 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
288     </bpmn:scriptTask>
289     <bpmn:serviceTask id="ServiceTask_0lint2e" name="Update Service Oper Status">
290       <bpmn:extensionElements>
291         <camunda:connector>
292           <camunda:inputOutput>
293             <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
294             <camunda:inputParameter name="headers">
295               <camunda:map>
296                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
297                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
298               </camunda:map>
299             </camunda:inputParameter>
300             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
301             <camunda:inputParameter name="method">POST</camunda:inputParameter>
302             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
303             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
304           </camunda:inputOutput>
305           <camunda:connectorId>http-connector</camunda:connectorId>
306         </camunda:connector>
307       </bpmn:extensionElements>
308       <bpmn:incoming>SequenceFlow_0l4qcge</bpmn:incoming>
309       <bpmn:outgoing>SequenceFlow_06tonva</bpmn:outgoing>
310     </bpmn:serviceTask>
311     <bpmn:sequenceFlow id="SequenceFlow_0l4qcge" sourceRef="ScriptTask_1vlvb1r" targetRef="ServiceTask_0lint2e" />
312     <bpmn:sequenceFlow id="SequenceFlow_06tonva" sourceRef="ServiceTask_0lint2e" targetRef="EndEvent_1uqzt26" />
313     <bpmn:scriptTask id="ScriptTask_06sbvjm" name="Prepare Update Service Oper Status" scriptFormat="groovy">
314       <bpmn:incoming>SequenceFlow_0gxv0wp</bpmn:incoming>
315       <bpmn:outgoing>SequenceFlow_1i96ytk</bpmn:outgoing>
316       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
317 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
318 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
319     </bpmn:scriptTask>
320     <bpmn:sequenceFlow id="SequenceFlow_1i96ytk" sourceRef="ScriptTask_06sbvjm" targetRef="ServiceTask_0bia9bb" />
321     <bpmn:serviceTask id="ServiceTask_0bia9bb" name="Update Service Oper Status">
322       <bpmn:extensionElements>
323         <camunda:connector>
324           <camunda:inputOutput>
325             <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
326             <camunda:inputParameter name="headers">
327               <camunda:map>
328                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
329                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
330               </camunda:map>
331             </camunda:inputParameter>
332             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
333             <camunda:inputParameter name="method">POST</camunda:inputParameter>
334             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
335             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
336           </camunda:inputOutput>
337           <camunda:connectorId>http-connector</camunda:connectorId>
338         </camunda:connector>
339       </bpmn:extensionElements>
340       <bpmn:incoming>SequenceFlow_1i96ytk</bpmn:incoming>
341       <bpmn:outgoing>SequenceFlow_0eoibq3</bpmn:outgoing>
342     </bpmn:serviceTask>
343     <bpmn:sequenceFlow id="SequenceFlow_0eoibq3" sourceRef="ServiceTask_0bia9bb" targetRef="ExclusiveGateway_ServiceResourceIsFinish" />
344     <bpmn:scriptTask id="ScriptTask_0mjvi2p" name="Prepare Update Service Oper Status" scriptFormat="groovy">
345       <bpmn:incoming>SequenceFlow_1a5ki3p</bpmn:incoming>
346       <bpmn:outgoing>SequenceFlow_1oo4g4h</bpmn:outgoing>
347       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
348
349 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
350 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
351     </bpmn:scriptTask>
352     <bpmn:sequenceFlow id="SequenceFlow_1oo4g4h" sourceRef="ScriptTask_0mjvi2p" targetRef="ServiceTask_0vk2b9b" />
353     <bpmn:exclusiveGateway id="ExclusiveGateway_1kavnc9">
354       <bpmn:incoming>SequenceFlow_0uc2beq</bpmn:incoming>
355       <bpmn:incoming>SequenceFlow_15pzf5n</bpmn:incoming>
356       <bpmn:outgoing>SequenceFlow_1w2n8dn</bpmn:outgoing>
357     </bpmn:exclusiveGateway>
358     <bpmn:sequenceFlow id="SequenceFlow_1w2n8dn" sourceRef="ExclusiveGateway_1kavnc9" targetRef="ScriptTask_1g0tsto" />
359     <bpmn:sequenceFlow id="SequenceFlow_15pzf5n" sourceRef="ExclusiveGateway_125wehq" targetRef="ExclusiveGateway_1kavnc9" />
360     <bpmn:serviceTask id="ServiceTask_0vk2b9b" name="Update Service Oper Status">
361       <bpmn:extensionElements>
362         <camunda:connector>
363           <camunda:inputOutput>
364             <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
365             <camunda:inputParameter name="headers">
366               <camunda:map>
367                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
368                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
369               </camunda:map>
370             </camunda:inputParameter>
371             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
372             <camunda:inputParameter name="method">POST</camunda:inputParameter>
373             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
374             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
375           </camunda:inputOutput>
376           <camunda:connectorId>http-connector</camunda:connectorId>
377         </camunda:connector>
378       </bpmn:extensionElements>
379       <bpmn:incoming>SequenceFlow_1oo4g4h</bpmn:incoming>
380       <bpmn:outgoing>SequenceFlow_1bx4es4</bpmn:outgoing>
381     </bpmn:serviceTask>
382     <bpmn:sequenceFlow id="SequenceFlow_1bx4es4" sourceRef="ServiceTask_0vk2b9b" targetRef="Task_preProcessVFCResourceDelete" />
383     <bpmn:scriptTask id="ScriptTask_0w4scer" name="Prepare Resource Oper Status" scriptFormat="groovy">
384       <bpmn:incoming>SequenceFlow_11405m9</bpmn:incoming>
385       <bpmn:outgoing>SequenceFlow_15d5odq</bpmn:outgoing>
386       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
387 def ddsi = new DoCustomDeleteE2EServiceInstanceV2()
388 ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
389     </bpmn:scriptTask>
390     <bpmn:sequenceFlow id="SequenceFlow_15d5odq" sourceRef="ScriptTask_0w4scer" targetRef="ServiceTask_1mg7vnx" />
391     <bpmn:serviceTask id="ServiceTask_1mg7vnx" name="Init Resource Oper Status">
392       <bpmn:extensionElements>
393         <camunda:connector>
394           <camunda:inputOutput>
395             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
396             <camunda:inputParameter name="headers">
397               <camunda:map>
398                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
399                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
400               </camunda:map>
401             </camunda:inputParameter>
402             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
403             <camunda:inputParameter name="method">POST</camunda:inputParameter>
404             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
405             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
406           </camunda:inputOutput>
407           <camunda:connectorId>http-connector</camunda:connectorId>
408         </camunda:connector>
409       </bpmn:extensionElements>
410       <bpmn:incoming>SequenceFlow_15d5odq</bpmn:incoming>
411       <bpmn:outgoing>SequenceFlow_1qzxy2i</bpmn:outgoing>
412     </bpmn:serviceTask>
413     <bpmn:sequenceFlow id="SequenceFlow_1qzxy2i" sourceRef="ServiceTask_1mg7vnx" targetRef="IntermediateThrowEvent_1d5z35x" />
414   </bpmn:process>
415   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
416     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstanceV2">
417       <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
418         <dc:Bounds x="75" y="110" width="36" height="36" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="69" y="151" width="50" height="12" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNShape>
423       <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
424         <dc:Bounds x="311" y="88" width="100" height="80" />
425       </bpmndi:BPMNShape>
426       <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
427         <dc:Bounds x="1127" y="1238" width="36" height="36" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="1055" y="1279" width="90" height="12" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNShape>
432       <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
433         <dc:Bounds x="1055" y="88" width="100" height="80" />
434       </bpmndi:BPMNShape>
435       <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
436         <dc:Bounds x="286" y="1216" width="100" height="80" />
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
439         <dc:Bounds x="192" y="1439" width="467" height="193" />
440       </bpmndi:BPMNShape>
441       <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
442         <di:waypoint xsi:type="dc:Point" x="111" y="128" />
443         <di:waypoint xsi:type="dc:Point" x="311" y="128" />
444         <bpmndi:BPMNLabel>
445           <dc:Bounds x="166" y="107" width="90" height="12" />
446         </bpmndi:BPMNLabel>
447       </bpmndi:BPMNEdge>
448       <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
449         <di:waypoint xsi:type="dc:Point" x="411" y="128" />
450         <di:waypoint xsi:type="dc:Point" x="461" y="128" />
451         <di:waypoint xsi:type="dc:Point" x="667" y="128" />
452         <bpmndi:BPMNLabel>
453           <dc:Bounds x="391" y="107" width="90" height="12" />
454         </bpmndi:BPMNLabel>
455       </bpmndi:BPMNEdge>
456       <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
457         <di:waypoint xsi:type="dc:Point" x="386" y="1256" />
458         <di:waypoint xsi:type="dc:Point" x="533" y="1256" />
459         <bpmndi:BPMNLabel>
460           <dc:Bounds x="414.5" y="1235" width="90" height="12" />
461         </bpmndi:BPMNLabel>
462       </bpmndi:BPMNEdge>
463       <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
464         <dc:Bounds x="260" y="1506" width="36" height="36" />
465         <bpmndi:BPMNLabel>
466           <dc:Bounds x="188" y="1547" width="90" height="12" />
467         </bpmndi:BPMNLabel>
468       </bpmndi:BPMNShape>
469       <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
470         <dc:Bounds x="553" y="1506" width="36" height="36" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="481" y="1547" width="90" height="12" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNShape>
475       <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
476         <dc:Bounds x="364" y="1484" width="100" height="80" />
477       </bpmndi:BPMNShape>
478       <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
479         <di:waypoint xsi:type="dc:Point" x="296" y="1524" />
480         <di:waypoint xsi:type="dc:Point" x="364" y="1524" />
481         <bpmndi:BPMNLabel>
482           <dc:Bounds x="240" y="1509" width="90" height="12" />
483         </bpmndi:BPMNLabel>
484       </bpmndi:BPMNEdge>
485       <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
486         <di:waypoint xsi:type="dc:Point" x="464" y="1524" />
487         <di:waypoint xsi:type="dc:Point" x="553" y="1524" />
488         <bpmndi:BPMNLabel>
489           <dc:Bounds x="420" y="1509" width="90" height="12" />
490         </bpmndi:BPMNLabel>
491       </bpmndi:BPMNEdge>
492       <bpmndi:BPMNShape id="ScriptTask_0mdub03_di" bpmnElement="ScriptTask_postProcessVFCDelete">
493         <dc:Bounds x="1046" y="1107" width="100" height="80" />
494       </bpmndi:BPMNShape>
495       <bpmndi:BPMNShape id="ScriptTask_1g0tsto_di" bpmnElement="ScriptTask_1g0tsto">
496         <dc:Bounds x="1045" y="775" width="100" height="80" />
497       </bpmndi:BPMNShape>
498       <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax">
499         <dc:Bounds x="311" y="577" width="100" height="80" />
500       </bpmndi:BPMNShape>
501       <bpmndi:BPMNEdge id="SequenceFlow_0rpu756_di" bpmnElement="SequenceFlow_0rpu756">
502         <di:waypoint xsi:type="dc:Point" x="411" y="823" />
503         <di:waypoint xsi:type="dc:Point" x="530" y="823" />
504         <di:waypoint xsi:type="dc:Point" x="530" y="743" />
505         <bpmndi:BPMNLabel>
506           <dc:Bounds x="426" y="802" width="90" height="12" />
507         </bpmndi:BPMNLabel>
508       </bpmndi:BPMNEdge>
509       <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx">
510         <di:waypoint xsi:type="dc:Point" x="931" y="980" />
511         <di:waypoint xsi:type="dc:Point" x="1046" y="980" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="943.5" y="959" width="90" height="12" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNEdge>
516       <bpmndi:BPMNEdge id="SequenceFlow_1931m8u_di" bpmnElement="SequenceFlow_1931m8u">
517         <di:waypoint xsi:type="dc:Point" x="1096" y="1020" />
518         <di:waypoint xsi:type="dc:Point" x="1096" y="1107" />
519         <bpmndi:BPMNLabel>
520           <dc:Bounds x="1066" y="1058" width="90" height="12" />
521         </bpmndi:BPMNLabel>
522       </bpmndi:BPMNEdge>
523       <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_preProcessVFCResourceDelete">
524         <dc:Bounds x="831" y="940" width="100" height="80" />
525       </bpmndi:BPMNShape>
526       <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_CallNetworkServiceDeleteforVFC">
527         <dc:Bounds x="1046" y="940" width="100" height="80" />
528       </bpmndi:BPMNShape>
529       <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust">
530         <dc:Bounds x="311" y="784" width="100" height="80" />
531       </bpmndi:BPMNShape>
532       <bpmndi:BPMNEdge id="SequenceFlow_1g4djgh_di" bpmnElement="SequenceFlow_1g4djgh">
533         <di:waypoint xsi:type="dc:Point" x="757" y="815" />
534         <di:waypoint xsi:type="dc:Point" x="913" y="815" />
535         <di:waypoint xsi:type="dc:Point" x="913" y="743" />
536         <bpmndi:BPMNLabel>
537           <dc:Bounds x="790" y="794" width="90" height="12" />
538         </bpmndi:BPMNLabel>
539       </bpmndi:BPMNEdge>
540       <bpmndi:BPMNEdge id="SequenceFlow_0uc2beq_di" bpmnElement="SequenceFlow_0uc2beq">
541         <di:waypoint xsi:type="dc:Point" x="1095" y="657" />
542         <di:waypoint xsi:type="dc:Point" x="1096" y="693" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="1050.5" y="654" width="90" height="12" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNEdge>
547       <bpmndi:BPMNShape id="ScriptTask_1e5z0wu_di" bpmnElement="Task_14erap6">
548         <dc:Bounds x="657" y="577" width="100" height="80" />
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNShape id="ServiceTask_0f0965f_di" bpmnElement="Task_1j1u666">
551         <dc:Bounds x="657" y="775" width="100" height="80" />
552       </bpmndi:BPMNShape>
553       <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m">
554         <dc:Bounds x="1055" y="577" width="100" height="80" />
555       </bpmndi:BPMNShape>
556       <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
557         <dc:Bounds x="667" y="88" width="100" height="80" />
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
560         <di:waypoint xsi:type="dc:Point" x="767" y="128" />
561         <di:waypoint xsi:type="dc:Point" x="1055" y="128" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="866" y="107" width="90" height="12" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNEdge>
566       <bpmndi:BPMNShape id="IntermediateThrowEvent_1gbu8tc_di" bpmnElement="IntermediateThrowEvent_1d5z35x">
567         <dc:Bounds x="1294" y="376" width="36" height="36" />
568         <bpmndi:BPMNLabel>
569           <dc:Bounds x="1275" y="416" width="82" height="24" />
570         </bpmndi:BPMNLabel>
571       </bpmndi:BPMNShape>
572       <bpmndi:BPMNShape id="IntermediateCatchEvent_0a6c9bw_di" bpmnElement="IntermediateThrowEvent_1h6kkwi">
573         <dc:Bounds x="71" y="599" width="36" height="36" />
574         <bpmndi:BPMNLabel>
575           <dc:Bounds x="52" y="639" width="82" height="24" />
576         </bpmndi:BPMNLabel>
577       </bpmndi:BPMNShape>
578       <bpmndi:BPMNEdge id="SequenceFlow_1jfyo1x_di" bpmnElement="SequenceFlow_1jfyo1x">
579         <di:waypoint xsi:type="dc:Point" x="107" y="617" />
580         <di:waypoint xsi:type="dc:Point" x="209" y="617" />
581         <di:waypoint xsi:type="dc:Point" x="209" y="617" />
582         <di:waypoint xsi:type="dc:Point" x="311" y="617" />
583         <bpmndi:BPMNLabel>
584           <dc:Bounds x="179" y="611" width="90" height="12" />
585         </bpmndi:BPMNLabel>
586       </bpmndi:BPMNEdge>
587       <bpmndi:BPMNEdge id="SequenceFlow_09z6zl7_di" bpmnElement="SequenceFlow_09z6zl7">
588         <di:waypoint xsi:type="dc:Point" x="1145" y="815" />
589         <di:waypoint xsi:type="dc:Point" x="1294" y="815" />
590         <bpmndi:BPMNLabel>
591           <dc:Bounds x="1175" y="794" width="90" height="12" />
592         </bpmndi:BPMNLabel>
593       </bpmndi:BPMNEdge>
594       <bpmndi:BPMNShape id="IntermediateThrowEvent_01qtcpf_di" bpmnElement="IntermediateThrowEvent_01vy71e">
595         <dc:Bounds x="1294" y="797" width="36" height="36" />
596         <bpmndi:BPMNLabel>
597           <dc:Bounds x="1271" y="837" width="86" height="24" />
598         </bpmndi:BPMNLabel>
599       </bpmndi:BPMNShape>
600       <bpmndi:BPMNEdge id="SequenceFlow_17b01zs_di" bpmnElement="SequenceFlow_17b01zs">
601         <di:waypoint xsi:type="dc:Point" x="1046" y="1147" />
602         <di:waypoint xsi:type="dc:Point" x="895" y="1147" />
603         <bpmndi:BPMNLabel>
604           <dc:Bounds x="925.5" y="1126" width="90" height="12" />
605         </bpmndi:BPMNLabel>
606       </bpmndi:BPMNEdge>
607       <bpmndi:BPMNShape id="IntermediateCatchEvent_197wgz2_di" bpmnElement="IntermediateThrowEvent_0ow0ck5">
608         <dc:Bounds x="71" y="905" width="36" height="36" />
609         <bpmndi:BPMNLabel>
610           <dc:Bounds x="49" y="945" width="82" height="24" />
611         </bpmndi:BPMNLabel>
612       </bpmndi:BPMNShape>
613       <bpmndi:BPMNEdge id="SequenceFlow_0homduu_di" bpmnElement="SequenceFlow_0homduu">
614         <di:waypoint xsi:type="dc:Point" x="107" y="923" />
615         <di:waypoint xsi:type="dc:Point" x="204" y="923" />
616         <di:waypoint xsi:type="dc:Point" x="204" y="955" />
617         <bpmndi:BPMNLabel>
618           <dc:Bounds x="111" y="902" width="90" height="12" />
619         </bpmndi:BPMNLabel>
620       </bpmndi:BPMNEdge>
621       <bpmndi:BPMNShape id="IntermediateCatchEvent_03gc5du_di" bpmnElement="IntermediateCatchEvent_03gc5du">
622         <dc:Bounds x="57" y="1238" width="36" height="36" />
623         <bpmndi:BPMNLabel>
624           <dc:Bounds x="36" y="1278" width="82" height="24" />
625         </bpmndi:BPMNLabel>
626       </bpmndi:BPMNShape>
627       <bpmndi:BPMNEdge id="SequenceFlow_0t5f2dt_di" bpmnElement="SequenceFlow_0t5f2dt">
628         <di:waypoint xsi:type="dc:Point" x="93" y="1256" />
629         <di:waypoint xsi:type="dc:Point" x="286" y="1256" />
630         <bpmndi:BPMNLabel>
631           <dc:Bounds x="144.5" y="1235" width="90" height="12" />
632         </bpmndi:BPMNLabel>
633       </bpmndi:BPMNEdge>
634       <bpmndi:BPMNShape id="ExclusiveGateway_18ardb3_di" bpmnElement="ExclusiveGateway_ServiceResourceIsFinish" isMarkerVisible="true">
635         <dc:Bounds x="179" y="955" width="50" height="50" />
636         <bpmndi:BPMNLabel>
637           <dc:Bounds x="196" y="911" width="88" height="24" />
638         </bpmndi:BPMNLabel>
639       </bpmndi:BPMNShape>
640       <bpmndi:BPMNEdge id="SequenceFlow_0n7qeqt_di" bpmnElement="SequenceFlow_0n7qeqt">
641         <di:waypoint xsi:type="dc:Point" x="229" y="980" />
642         <di:waypoint xsi:type="dc:Point" x="311" y="980" />
643         <bpmndi:BPMNLabel>
644           <dc:Bounds x="263" y="959" width="14" height="12" />
645         </bpmndi:BPMNLabel>
646       </bpmndi:BPMNEdge>
647       <bpmndi:BPMNShape id="ScriptTask_01wud4g_di" bpmnElement="ScriptTask_preProcessDecomposeNextResource">
648         <dc:Bounds x="311" y="940" width="100" height="80" />
649       </bpmndi:BPMNShape>
650       <bpmndi:BPMNEdge id="SequenceFlow_1a5ki3p_di" bpmnElement="SequenceFlow_1a5ki3p">
651         <di:waypoint xsi:type="dc:Point" x="411" y="980" />
652         <di:waypoint xsi:type="dc:Point" x="470" y="980" />
653         <bpmndi:BPMNLabel>
654           <dc:Bounds x="395.5" y="959" width="90" height="12" />
655         </bpmndi:BPMNLabel>
656       </bpmndi:BPMNEdge>
657       <bpmndi:BPMNShape id="ScriptTask_06p63xt_di" bpmnElement="ScriptTask_postProcessDecomposeNextResource">
658         <dc:Bounds x="795" y="1107" width="100" height="80" />
659       </bpmndi:BPMNShape>
660       <bpmndi:BPMNEdge id="SequenceFlow_0gxv0wp_di" bpmnElement="SequenceFlow_0gxv0wp">
661         <di:waypoint xsi:type="dc:Point" x="795" y="1147" />
662         <di:waypoint xsi:type="dc:Point" x="612" y="1147" />
663         <bpmndi:BPMNLabel>
664           <dc:Bounds x="658.5" y="1126" width="90" height="12" />
665         </bpmndi:BPMNLabel>
666       </bpmndi:BPMNEdge>
667       <bpmndi:BPMNShape id="IntermediateThrowEvent_01fw8bb_di" bpmnElement="IntermediateThrowEvent_01fw8bb">
668         <dc:Bounds x="186" y="1061" width="36" height="36" />
669         <bpmndi:BPMNLabel>
670           <dc:Bounds x="166" y="1101" width="82" height="24" />
671         </bpmndi:BPMNLabel>
672       </bpmndi:BPMNShape>
673       <bpmndi:BPMNEdge id="SequenceFlow_13c2v9z_di" bpmnElement="SequenceFlow_13c2v9z">
674         <di:waypoint xsi:type="dc:Point" x="204" y="1005" />
675         <di:waypoint xsi:type="dc:Point" x="204" y="1061" />
676         <bpmndi:BPMNLabel>
677           <dc:Bounds x="219" y="1014" width="19" height="12" />
678         </bpmndi:BPMNLabel>
679       </bpmndi:BPMNEdge>
680       <bpmndi:BPMNShape id="ExclusiveGateway_052agzc_di" bpmnElement="ExclusiveGateway_052agzc" isMarkerVisible="true">
681         <dc:Bounds x="336" y="693" width="50" height="50" />
682         <bpmndi:BPMNLabel>
683           <dc:Bounds x="253" y="691" width="88" height="12" />
684         </bpmndi:BPMNLabel>
685       </bpmndi:BPMNShape>
686       <bpmndi:BPMNEdge id="SequenceFlow_1t1mg6y_di" bpmnElement="SequenceFlow_1t1mg6y">
687         <di:waypoint xsi:type="dc:Point" x="361" y="657" />
688         <di:waypoint xsi:type="dc:Point" x="361" y="693" />
689         <bpmndi:BPMNLabel>
690           <dc:Bounds x="331" y="669" width="90" height="12" />
691         </bpmndi:BPMNLabel>
692       </bpmndi:BPMNEdge>
693       <bpmndi:BPMNEdge id="SequenceFlow_0a1q5fw_di" bpmnElement="SequenceFlow_0a1q5fw">
694         <di:waypoint xsi:type="dc:Point" x="361" y="743" />
695         <di:waypoint xsi:type="dc:Point" x="361" y="784" />
696         <bpmndi:BPMNLabel>
697           <dc:Bounds x="367" y="758" width="19" height="12" />
698         </bpmndi:BPMNLabel>
699       </bpmndi:BPMNEdge>
700       <bpmndi:BPMNShape id="ExclusiveGateway_0plkf6p_di" bpmnElement="ExclusiveGateway_0plkf6p" isMarkerVisible="true">
701         <dc:Bounds x="505" y="693" width="50" height="50" />
702         <bpmndi:BPMNLabel>
703           <dc:Bounds x="485" y="747" width="90" height="12" />
704         </bpmndi:BPMNLabel>
705       </bpmndi:BPMNShape>
706       <bpmndi:BPMNEdge id="SequenceFlow_1lv9vmb_di" bpmnElement="SequenceFlow_1lv9vmb">
707         <di:waypoint xsi:type="dc:Point" x="530" y="693" />
708         <di:waypoint xsi:type="dc:Point" x="530" y="618" />
709         <di:waypoint xsi:type="dc:Point" x="657" y="618" />
710         <bpmndi:BPMNLabel>
711           <dc:Bounds x="500" y="650" width="90" height="12" />
712         </bpmndi:BPMNLabel>
713       </bpmndi:BPMNEdge>
714       <bpmndi:BPMNEdge id="SequenceFlow_1fac57w_di" bpmnElement="SequenceFlow_1fac57w">
715         <di:waypoint xsi:type="dc:Point" x="386" y="718" />
716         <di:waypoint xsi:type="dc:Point" x="505" y="718" />
717         <bpmndi:BPMNLabel>
718           <dc:Bounds x="439" y="697" width="14" height="12" />
719         </bpmndi:BPMNLabel>
720       </bpmndi:BPMNEdge>
721       <bpmndi:BPMNShape id="ExclusiveGateway_0u98ylh_di" bpmnElement="ExclusiveGateway_0u98ylh" isMarkerVisible="true">
722         <dc:Bounds x="682" y="693" width="50" height="50" />
723         <bpmndi:BPMNLabel>
724           <dc:Bounds x="612" y="687" width="88" height="12" />
725         </bpmndi:BPMNLabel>
726       </bpmndi:BPMNShape>
727       <bpmndi:BPMNEdge id="SequenceFlow_16r9z75_di" bpmnElement="SequenceFlow_16r9z75">
728         <di:waypoint xsi:type="dc:Point" x="707" y="657" />
729         <di:waypoint xsi:type="dc:Point" x="707" y="693" />
730         <bpmndi:BPMNLabel>
731           <dc:Bounds x="677" y="669" width="90" height="12" />
732         </bpmndi:BPMNLabel>
733       </bpmndi:BPMNEdge>
734       <bpmndi:BPMNEdge id="SequenceFlow_0m7ks9t_di" bpmnElement="SequenceFlow_0m7ks9t">
735         <di:waypoint xsi:type="dc:Point" x="707" y="743" />
736         <di:waypoint xsi:type="dc:Point" x="707" y="775" />
737         <bpmndi:BPMNLabel>
738           <dc:Bounds x="713" y="753" width="19" height="12" />
739         </bpmndi:BPMNLabel>
740       </bpmndi:BPMNEdge>
741       <bpmndi:BPMNShape id="ExclusiveGateway_125wehq_di" bpmnElement="ExclusiveGateway_125wehq" isMarkerVisible="true">
742         <dc:Bounds x="888" y="693" width="50" height="50" />
743         <bpmndi:BPMNLabel>
744           <dc:Bounds x="868" y="747" width="90" height="12" />
745         </bpmndi:BPMNLabel>
746       </bpmndi:BPMNShape>
747       <bpmndi:BPMNEdge id="SequenceFlow_0akcnw7_di" bpmnElement="SequenceFlow_0akcnw7">
748         <di:waypoint xsi:type="dc:Point" x="913" y="693" />
749         <di:waypoint xsi:type="dc:Point" x="913" y="617" />
750         <di:waypoint xsi:type="dc:Point" x="1055" y="617" />
751         <bpmndi:BPMNLabel>
752           <dc:Bounds x="919" y="649" width="19" height="12" />
753         </bpmndi:BPMNLabel>
754       </bpmndi:BPMNEdge>
755       <bpmndi:BPMNEdge id="SequenceFlow_00knko8_di" bpmnElement="SequenceFlow_00knko8">
756         <di:waypoint xsi:type="dc:Point" x="732" y="718" />
757         <di:waypoint xsi:type="dc:Point" x="888" y="718" />
758         <bpmndi:BPMNLabel>
759           <dc:Bounds x="803" y="697" width="14" height="12" />
760         </bpmndi:BPMNLabel>
761       </bpmndi:BPMNEdge>
762       <bpmndi:BPMNShape id="IntermediateCatchEvent_1t1fier_di" bpmnElement="IntermediateCatchEvent_1t1fier">
763         <dc:Bounds x="71" y="376" width="36" height="36" />
764         <bpmndi:BPMNLabel>
765           <dc:Bounds x="56" y="416" width="85" height="24" />
766         </bpmndi:BPMNLabel>
767       </bpmndi:BPMNShape>
768       <bpmndi:BPMNEdge id="SequenceFlow_033eqeg_di" bpmnElement="SequenceFlow_033eqeg">
769         <di:waypoint xsi:type="dc:Point" x="107" y="394" />
770         <di:waypoint xsi:type="dc:Point" x="209" y="394" />
771         <di:waypoint xsi:type="dc:Point" x="209" y="394" />
772         <di:waypoint xsi:type="dc:Point" x="311" y="394" />
773         <bpmndi:BPMNLabel>
774           <dc:Bounds x="179" y="388" width="90" height="12" />
775         </bpmndi:BPMNLabel>
776       </bpmndi:BPMNEdge>
777       <bpmndi:BPMNShape id="IntermediateThrowEvent_1q64g27_di" bpmnElement="IntermediateThrowEvent_1q64g27">
778         <dc:Bounds x="1294" y="110" width="36" height="36" />
779         <bpmndi:BPMNLabel>
780           <dc:Bounds x="1274" y="150" width="85" height="24" />
781         </bpmndi:BPMNLabel>
782       </bpmndi:BPMNShape>
783       <bpmndi:BPMNEdge id="SequenceFlow_00a3ijv_di" bpmnElement="SequenceFlow_00a3ijv">
784         <di:waypoint xsi:type="dc:Point" x="1155" y="128" />
785         <di:waypoint xsi:type="dc:Point" x="1294" y="128" />
786         <bpmndi:BPMNLabel>
787           <dc:Bounds x="1179.5" y="107" width="90" height="12" />
788         </bpmndi:BPMNLabel>
789       </bpmndi:BPMNEdge>
790       <bpmndi:BPMNShape id="ScriptTask_1fqk4c6_di" bpmnElement="ScriptTask_PrepareServiceResources">
791         <dc:Bounds x="657" y="354" width="100" height="80" />
792       </bpmndi:BPMNShape>
793       <bpmndi:BPMNEdge id="SequenceFlow_11405m9_di" bpmnElement="SequenceFlow_11405m9">
794         <di:waypoint xsi:type="dc:Point" x="757" y="394" />
795         <di:waypoint xsi:type="dc:Point" x="810" y="394" />
796         <di:waypoint xsi:type="dc:Point" x="810" y="394" />
797         <di:waypoint xsi:type="dc:Point" x="863" y="394" />
798         <bpmndi:BPMNLabel>
799           <dc:Bounds x="780" y="388" width="90" height="12" />
800         </bpmndi:BPMNLabel>
801       </bpmndi:BPMNEdge>
802       <bpmndi:BPMNShape id="ScriptTask_1ut5zs5_di" bpmnElement="ScriptTask_1ut5zs5">
803         <dc:Bounds x="311" y="354" width="100" height="80" />
804       </bpmndi:BPMNShape>
805       <bpmndi:BPMNShape id="ServiceTask_0kl5qtj_di" bpmnElement="ServiceTask_0kl5qtj">
806         <dc:Bounds x="470" y="354" width="100" height="80" />
807       </bpmndi:BPMNShape>
808       <bpmndi:BPMNEdge id="SequenceFlow_1sm5x5e_di" bpmnElement="SequenceFlow_1sm5x5e">
809         <di:waypoint xsi:type="dc:Point" x="411" y="394" />
810         <di:waypoint xsi:type="dc:Point" x="470" y="394" />
811         <bpmndi:BPMNLabel>
812           <dc:Bounds x="395.5" y="373" width="90" height="12" />
813         </bpmndi:BPMNLabel>
814       </bpmndi:BPMNEdge>
815       <bpmndi:BPMNEdge id="SequenceFlow_18wibmi_di" bpmnElement="SequenceFlow_18wibmi">
816         <di:waypoint xsi:type="dc:Point" x="570" y="394" />
817         <di:waypoint xsi:type="dc:Point" x="657" y="394" />
818         <bpmndi:BPMNLabel>
819           <dc:Bounds x="568.5" y="373" width="90" height="12" />
820         </bpmndi:BPMNLabel>
821       </bpmndi:BPMNEdge>
822       <bpmndi:BPMNShape id="ScriptTask_1vlvb1r_di" bpmnElement="ScriptTask_1vlvb1r">
823         <dc:Bounds x="533" y="1216" width="100" height="80" />
824       </bpmndi:BPMNShape>
825       <bpmndi:BPMNShape id="ServiceTask_0lint2e_di" bpmnElement="ServiceTask_0lint2e">
826         <dc:Bounds x="795" y="1216" width="100" height="80" />
827       </bpmndi:BPMNShape>
828       <bpmndi:BPMNEdge id="SequenceFlow_0l4qcge_di" bpmnElement="SequenceFlow_0l4qcge">
829         <di:waypoint xsi:type="dc:Point" x="633" y="1256" />
830         <di:waypoint xsi:type="dc:Point" x="795" y="1256" />
831         <bpmndi:BPMNLabel>
832           <dc:Bounds x="669" y="1235" width="90" height="12" />
833         </bpmndi:BPMNLabel>
834       </bpmndi:BPMNEdge>
835       <bpmndi:BPMNEdge id="SequenceFlow_06tonva_di" bpmnElement="SequenceFlow_06tonva">
836         <di:waypoint xsi:type="dc:Point" x="895" y="1256" />
837         <di:waypoint xsi:type="dc:Point" x="1127" y="1256" />
838         <bpmndi:BPMNLabel>
839           <dc:Bounds x="966" y="1235" width="90" height="12" />
840         </bpmndi:BPMNLabel>
841       </bpmndi:BPMNEdge>
842       <bpmndi:BPMNShape id="ScriptTask_06sbvjm_di" bpmnElement="ScriptTask_06sbvjm">
843         <dc:Bounds x="512" y="1107" width="100" height="80" />
844       </bpmndi:BPMNShape>
845       <bpmndi:BPMNEdge id="SequenceFlow_1i96ytk_di" bpmnElement="SequenceFlow_1i96ytk">
846         <di:waypoint xsi:type="dc:Point" x="512" y="1147" />
847         <di:waypoint xsi:type="dc:Point" x="411" y="1147" />
848         <bpmndi:BPMNLabel>
849           <dc:Bounds x="461.5" y="1126" width="0" height="12" />
850         </bpmndi:BPMNLabel>
851       </bpmndi:BPMNEdge>
852       <bpmndi:BPMNShape id="ServiceTask_0bia9bb_di" bpmnElement="ServiceTask_0bia9bb">
853         <dc:Bounds x="311" y="1107" width="100" height="80" />
854       </bpmndi:BPMNShape>
855       <bpmndi:BPMNEdge id="SequenceFlow_0eoibq3_di" bpmnElement="SequenceFlow_0eoibq3">
856         <di:waypoint xsi:type="dc:Point" x="311" y="1147" />
857         <di:waypoint xsi:type="dc:Point" x="106" y="1147" />
858         <di:waypoint xsi:type="dc:Point" x="106" y="980" />
859         <di:waypoint xsi:type="dc:Point" x="179" y="980" />
860         <bpmndi:BPMNLabel>
861           <dc:Bounds x="121" y="1057.5" width="0" height="12" />
862         </bpmndi:BPMNLabel>
863       </bpmndi:BPMNEdge>
864       <bpmndi:BPMNShape id="ScriptTask_0mjvi2p_di" bpmnElement="ScriptTask_0mjvi2p">
865         <dc:Bounds x="470" y="940" width="100" height="80" />
866       </bpmndi:BPMNShape>
867       <bpmndi:BPMNEdge id="SequenceFlow_1oo4g4h_di" bpmnElement="SequenceFlow_1oo4g4h">
868         <di:waypoint xsi:type="dc:Point" x="570" y="980" />
869         <di:waypoint xsi:type="dc:Point" x="638" y="980" />
870         <bpmndi:BPMNLabel>
871           <dc:Bounds x="604" y="959" width="0" height="12" />
872         </bpmndi:BPMNLabel>
873       </bpmndi:BPMNEdge>
874       <bpmndi:BPMNShape id="ExclusiveGateway_1kavnc9_di" bpmnElement="ExclusiveGateway_1kavnc9" isMarkerVisible="true">
875         <dc:Bounds x="1071" y="693" width="50" height="50" />
876         <bpmndi:BPMNLabel>
877           <dc:Bounds x="1051" y="747" width="0" height="12" />
878         </bpmndi:BPMNLabel>
879       </bpmndi:BPMNShape>
880       <bpmndi:BPMNEdge id="SequenceFlow_1w2n8dn_di" bpmnElement="SequenceFlow_1w2n8dn">
881         <di:waypoint xsi:type="dc:Point" x="1096" y="743" />
882         <di:waypoint xsi:type="dc:Point" x="1095" y="775" />
883         <bpmndi:BPMNLabel>
884           <dc:Bounds x="1095.5" y="738" width="0" height="12" />
885         </bpmndi:BPMNLabel>
886       </bpmndi:BPMNEdge>
887       <bpmndi:BPMNEdge id="SequenceFlow_15pzf5n_di" bpmnElement="SequenceFlow_15pzf5n">
888         <di:waypoint xsi:type="dc:Point" x="938" y="718" />
889         <di:waypoint xsi:type="dc:Point" x="1005" y="718" />
890         <di:waypoint xsi:type="dc:Point" x="1005" y="718" />
891         <di:waypoint xsi:type="dc:Point" x="1071" y="718" />
892         <bpmndi:BPMNLabel>
893           <dc:Bounds x="1020" y="712" width="0" height="12" />
894         </bpmndi:BPMNLabel>
895       </bpmndi:BPMNEdge>
896       <bpmndi:BPMNShape id="ServiceTask_0vk2b9b_di" bpmnElement="ServiceTask_0vk2b9b">
897         <dc:Bounds x="638" y="940" width="100" height="80" />
898       </bpmndi:BPMNShape>
899       <bpmndi:BPMNEdge id="SequenceFlow_1bx4es4_di" bpmnElement="SequenceFlow_1bx4es4">
900         <di:waypoint xsi:type="dc:Point" x="738" y="980" />
901         <di:waypoint xsi:type="dc:Point" x="831" y="980" />
902         <bpmndi:BPMNLabel>
903           <dc:Bounds x="784.5" y="959" width="0" height="12" />
904         </bpmndi:BPMNLabel>
905       </bpmndi:BPMNEdge>
906       <bpmndi:BPMNShape id="ScriptTask_0w4scer_di" bpmnElement="ScriptTask_0w4scer">
907         <dc:Bounds x="863" y="354" width="100" height="80" />
908       </bpmndi:BPMNShape>
909       <bpmndi:BPMNEdge id="SequenceFlow_15d5odq_di" bpmnElement="SequenceFlow_15d5odq">
910         <di:waypoint xsi:type="dc:Point" x="963" y="394" />
911         <di:waypoint xsi:type="dc:Point" x="1055" y="394" />
912         <bpmndi:BPMNLabel>
913           <dc:Bounds x="964" y="373" width="90" height="12" />
914         </bpmndi:BPMNLabel>
915       </bpmndi:BPMNEdge>
916       <bpmndi:BPMNShape id="ServiceTask_1mg7vnx_di" bpmnElement="ServiceTask_1mg7vnx">
917         <dc:Bounds x="1055" y="354" width="100" height="80" />
918       </bpmndi:BPMNShape>
919       <bpmndi:BPMNEdge id="SequenceFlow_1qzxy2i_di" bpmnElement="SequenceFlow_1qzxy2i">
920         <di:waypoint xsi:type="dc:Point" x="1155" y="394" />
921         <di:waypoint xsi:type="dc:Point" x="1294" y="394" />
922         <bpmndi:BPMNLabel>
923           <dc:Bounds x="1224.5" y="373" width="0" height="12" />
924         </bpmndi:BPMNLabel>
925       </bpmndi:BPMNEdge>
926     </bpmndi:BPMNPlane>
927   </bpmndi:BPMNDiagram>
928 </bpmn:definitions>