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