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