0d287ebca4f1e90744d88b10f5ef93693009fe37
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / DeleteVcpeResCustService.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DeleteVcpeResCustService" name="DeleteVcpeResCustService" isExecutable="true">
4     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
8 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
9 DeleteVcpeResCustService.sendSyncResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="IntermediateThrowEvent_2" />
12     <bpmn2:startEvent id="createVCPE_startEvent" name="Start Flow">
13       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
14     </bpmn2:startEvent>
15     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createVCPE_startEvent" targetRef="preProcessRequest_ScriptTask" />
16     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
20 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
21 DeleteVcpeResCustService.preProcessRequest(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
25     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="vCPE-RESCUST">
26       <bpmn2:outgoing>SequenceFlow_10o22u2</bpmn2:outgoing>
27       <bpmn2:linkEventDefinition id="_LinkEventDefinition_37" name="vCPE-RESCUST" />
28     </bpmn2:intermediateCatchEvent>
29     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &#38; Completion Request" scriptFormat="groovy">
30       <bpmn2:incoming>SequenceFlow_12ilko1</bpmn2:incoming>
31       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
32       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
33 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
34 DeleteVcpeResCustService.postProcessResponse(execution)]]></bpmn2:script>
35     </bpmn2:scriptTask>
36     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
37     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
38       <bpmn2:extensionElements>
39         <camunda:in variables="all" />
40         <camunda:out variables="all" />
41         <camunda:in source="DVRCS_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
42         <camunda:in source="requestId" target="requestId" />
43         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
44         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
45         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
46         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
47       </bpmn2:extensionElements>
48       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
50     </bpmn2:callActivity>
51     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_2" />
52     <bpmn2:scriptTask id="ScriptTask_2" name="Set Success Indicator" scriptFormat="groovy">
53       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
54       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
55       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
56 execution.setVariable("DeleteVcpeResCustServiceSuccessIndicator", true)]]></bpmn2:script>
57     </bpmn2:scriptTask>
58     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_2" targetRef="DeleteVCPE_EndEvent" />
59     <bpmn2:endEvent id="DeleteVCPE_EndEvent" name="End">
60       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
61       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_13" />
62     </bpmn2:endEvent>
63     <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
64       <bpmn2:startEvent id="StartEvent_1">
65         <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
66         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" errorRef="Error_1" />
67       </bpmn2:startEvent>
68       <bpmn2:endEvent id="EndEvent_1">
69         <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
70       </bpmn2:endEvent>
71       <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
72       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
73         <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
74         <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
75         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
76 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
77 DeleteVcpeResCustService.processJavaException(execution)]]></bpmn2:script>
78       </bpmn2:scriptTask>
79       <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
80     </bpmn2:subProcess>
81     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" name="FinishProcess">
82       <bpmn2:outgoing>SequenceFlow_12ilko1</bpmn2:outgoing>
83       <bpmn2:linkEventDefinition id="_LinkEventDefinition_39" name="FinishProcess" />
84     </bpmn2:intermediateCatchEvent>
85     <bpmn2:callActivity id="doDeleteServiceInstance_CallActivity" name="DoDelete&#10;ServiceInstance&#10;" calledElement="DoDeleteServiceInstance">
86       <bpmn2:extensionElements>
87         <camunda:in source="msoRequestId" target="msoRequestId" />
88         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
89         <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
90         <camunda:in source="failExists" target="failExists" />
91         <camunda:in source="disableRollback" target="disableRollback" />
92         <camunda:out source="rolledBack" target="DCRESI_rolledBack" />
93         <camunda:out source="WorkflowException" target="WorkflowException" />
94         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
95         <camunda:in source="sdncVersion" target="sdncVersion" />
96       </bpmn2:extensionElements>
97       <bpmn2:incoming>SequenceFlow_10o22u2</bpmn2:incoming>
98       <bpmn2:outgoing>SequenceFlow_04ao07f</bpmn2:outgoing>
99     </bpmn2:callActivity>
100     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="GoQueryServiceInstance">
101       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
102       <bpmn2:linkEventDefinition id="_LinkEventDefinition_38" name="QueryServiceInstance" />
103     </bpmn2:intermediateThrowEvent>
104     <bpmn2:subProcess id="SubProcess_0s6hpty" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">
105       <bpmn2:startEvent id="StartEvent_1bwmffk" name="Fault Start">
106         <bpmn2:outgoing>SequenceFlow_06llof4</bpmn2:outgoing>
107         <bpmn2:errorEventDefinition />
108       </bpmn2:startEvent>
109       <bpmn2:callActivity id="CallActivity_0jw5tqa" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
110         <bpmn2:extensionElements>
111           <camunda:in source="DVRCS_falloutRequest" target="FalloutHandlerRequest" />
112           <camunda:in source="msoRequestId" target="mso-request-id" />
113           <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
114           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
115           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
116           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
117         </bpmn2:extensionElements>
118         <bpmn2:incoming>SequenceFlow_0807ukc</bpmn2:incoming>
119         <bpmn2:outgoing>SequenceFlow_19yywk8</bpmn2:outgoing>
120       </bpmn2:callActivity>
121       <bpmn2:endEvent id="EndEvent_04xute7">
122         <bpmn2:incoming>SequenceFlow_19yywk8</bpmn2:incoming>
123       </bpmn2:endEvent>
124       <bpmn2:scriptTask id="ScriptTask_0yk02h3" name="Prepare FalloutHandler" scriptFormat="groovy">
125         <bpmn2:incoming>SequenceFlow_06llof4</bpmn2:incoming>
126         <bpmn2:outgoing>SequenceFlow_0807ukc</bpmn2:outgoing>
127         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
128 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
129 DeleteVcpeResCustService.prepareFalloutRequest(execution)]]></bpmn2:script>
130       </bpmn2:scriptTask>
131       <bpmn2:sequenceFlow id="SequenceFlow_0807ukc" sourceRef="ScriptTask_0yk02h3" targetRef="CallActivity_0jw5tqa" />
132       <bpmn2:sequenceFlow id="SequenceFlow_19yywk8" sourceRef="CallActivity_0jw5tqa" targetRef="EndEvent_04xute7" />
133       <bpmn2:sequenceFlow id="SequenceFlow_06llof4" sourceRef="StartEvent_1bwmffk" targetRef="ScriptTask_0yk02h3" />
134     </bpmn2:subProcess>
135     <bpmn2:sequenceFlow id="SequenceFlow_10o22u2" sourceRef="IntermediateCatchEvent_3" targetRef="doDeleteServiceInstance_CallActivity" />
136     <bpmn2:sequenceFlow id="SequenceFlow_12ilko1" sourceRef="IntermediateCatchEvent_4" targetRef="postProcessAndCompletionRequest_ScriptTask" />
137     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0prlju0" name="GoTo FinishProcess">
138       <bpmn2:incoming>SequenceFlow_04ao07f</bpmn2:incoming>
139       <bpmn2:linkEventDefinition name="FinishProcess" />
140     </bpmn2:intermediateThrowEvent>
141     <bpmn2:scriptTask id="ScriptTask_05m3m2e" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
142       <bpmn2:incoming>SequenceFlow_0jek18q</bpmn2:incoming>
143       <bpmn2:outgoing>SequenceFlow_18103ca</bpmn2:outgoing>
144       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
145 def DeleteVcpeResCustService = new DeleteVcpeResCustService()
146 DeleteVcpeResCustService.getServiceInstance(execution)]]></bpmn2:script>
147     </bpmn2:scriptTask>
148     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_112zjtp" name="QueryServiceInstance">
149       <bpmn2:outgoing>SequenceFlow_0jek18q</bpmn2:outgoing>
150       <bpmn2:linkEventDefinition name="QueryServiceInstance" />
151     </bpmn2:intermediateCatchEvent>
152     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_162gs5w" name="GoToDeleteBRG">
153       <bpmn2:incoming>SequenceFlow_18103ca</bpmn2:incoming>
154       <bpmn2:linkEventDefinition name="DeleteBRG" />
155     </bpmn2:intermediateThrowEvent>
156     <bpmn2:sequenceFlow id="SequenceFlow_0jek18q" sourceRef="IntermediateCatchEvent_112zjtp" targetRef="ScriptTask_05m3m2e" />
157     <bpmn2:sequenceFlow id="SequenceFlow_18103ca" sourceRef="ScriptTask_05m3m2e" targetRef="IntermediateThrowEvent_162gs5w" />
158     <bpmn2:sequenceFlow id="SequenceFlow_04ao07f" sourceRef="doDeleteServiceInstance_CallActivity" targetRef="IntermediateThrowEvent_0prlju0" />
159     <bpmn2:callActivity id="CallActivity_1yap348" name="Delete BRG Resources&#10;" calledElement="DoDeleteAllottedResourceBRG">
160       <bpmn2:extensionElements>
161         <camunda:in source="msoRequestId" target="msoRequestId" />
162         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
163         <camunda:in source="disableRollback" target="disableRollback" />
164         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
165         <camunda:in source="parentServiceInstanceId" target="parentServiceInstanceId" />
166         <camunda:in source="BRG_allottedResourceId" target="allottedResourceId" />
167         <camunda:out source="WorkflowException" target="WorkflowException" />
168         <camunda:out source="rolledBack" target="rolledBack" />
169         <camunda:in source="globalCustomerId" target="globalCustomerId" />
170         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
171       </bpmn2:extensionElements>
172       <bpmn2:incoming>SequenceFlow_05cjs89</bpmn2:incoming>
173       <bpmn2:outgoing>SequenceFlow_0snq0kw</bpmn2:outgoing>
174     </bpmn2:callActivity>
175     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0i8bmrc" name="GoToVCPE-RESCUST">
176       <bpmn2:incoming>SequenceFlow_0zaircn</bpmn2:incoming>
177       <bpmn2:linkEventDefinition name="vCPE-RESCUST" />
178     </bpmn2:intermediateThrowEvent>
179     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_04bw3vy" name="DeleteBRG">
180       <bpmn2:outgoing>SequenceFlow_09i2jj0</bpmn2:outgoing>
181       <bpmn2:linkEventDefinition name="DeleteBRG" />
182     </bpmn2:intermediateCatchEvent>
183     <bpmn2:exclusiveGateway id="ExclusiveGateway_0gw5gmo" name="Delete BRG AR?" default="SequenceFlow_03n4wb1">
184       <bpmn2:incoming>SequenceFlow_09i2jj0</bpmn2:incoming>
185       <bpmn2:outgoing>SequenceFlow_05cjs89</bpmn2:outgoing>
186       <bpmn2:outgoing>SequenceFlow_03n4wb1</bpmn2:outgoing>
187     </bpmn2:exclusiveGateway>
188     <bpmn2:exclusiveGateway id="ExclusiveGateway_1hmeube">
189       <bpmn2:incoming>SequenceFlow_0snq0kw</bpmn2:incoming>
190       <bpmn2:incoming>SequenceFlow_03n4wb1</bpmn2:incoming>
191       <bpmn2:outgoing>SequenceFlow_1jjh8rv</bpmn2:outgoing>
192     </bpmn2:exclusiveGateway>
193     <bpmn2:exclusiveGateway id="ExclusiveGateway_12i24vc" name="Delete TXC AR?" default="SequenceFlow_0nk8vsb">
194       <bpmn2:incoming>SequenceFlow_0xgpd0u</bpmn2:incoming>
195       <bpmn2:outgoing>SequenceFlow_0nk8vsb</bpmn2:outgoing>
196       <bpmn2:outgoing>SequenceFlow_0npvfo3</bpmn2:outgoing>
197     </bpmn2:exclusiveGateway>
198     <bpmn2:exclusiveGateway id="ExclusiveGateway_0190r3n">
199       <bpmn2:incoming>SequenceFlow_0nk8vsb</bpmn2:incoming>
200       <bpmn2:incoming>SequenceFlow_0et9p0i</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_0zaircn</bpmn2:outgoing>
202     </bpmn2:exclusiveGateway>
203     <bpmn2:sequenceFlow id="SequenceFlow_05cjs89" name="Yes" sourceRef="ExclusiveGateway_0gw5gmo" targetRef="CallActivity_1yap348">
204       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DVRCS_BRG") == null || execution.getVariable("DVRCS_BRG") == true }]]></bpmn2:conditionExpression>
205     </bpmn2:sequenceFlow>
206     <bpmn2:sequenceFlow id="SequenceFlow_0snq0kw" sourceRef="CallActivity_1yap348" targetRef="ExclusiveGateway_1hmeube" />
207     <bpmn2:sequenceFlow id="SequenceFlow_09i2jj0" sourceRef="IntermediateCatchEvent_04bw3vy" targetRef="ExclusiveGateway_0gw5gmo" />
208     <bpmn2:sequenceFlow id="SequenceFlow_0zaircn" sourceRef="ExclusiveGateway_0190r3n" targetRef="IntermediateThrowEvent_0i8bmrc" />
209     <bpmn2:sequenceFlow id="SequenceFlow_03n4wb1" name="No" sourceRef="ExclusiveGateway_0gw5gmo" targetRef="ExclusiveGateway_1hmeube" />
210     <bpmn2:sequenceFlow id="SequenceFlow_1jjh8rv" sourceRef="ExclusiveGateway_1hmeube" targetRef="IntermediateThrowEvent_19nq9li" />
211     <bpmn2:sequenceFlow id="SequenceFlow_0nk8vsb" name="No" sourceRef="ExclusiveGateway_12i24vc" targetRef="ExclusiveGateway_0190r3n" />
212     <bpmn2:sequenceFlow id="SequenceFlow_0npvfo3" name="Yes" sourceRef="ExclusiveGateway_12i24vc" targetRef="CallActivity_00g5q0n">
213       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DVRCS_TunnelXConn") == null || execution.getVariable("DVRCS_TunnelXConn") == true }]]></bpmn2:conditionExpression>
214     </bpmn2:sequenceFlow>
215     <bpmn2:callActivity id="CallActivity_00g5q0n" name="Delete TXC Allotted Resources&#10;" calledElement="DoDeleteAllottedResourceTXC">
216       <bpmn2:extensionElements>
217         <camunda:in source="msoRequestId" target="msoRequestId" />
218         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
219         <camunda:in source="disableRollback" target="disableRollback" />
220         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
221         <camunda:in source="parentServiceInstanceId" target="parentServiceInstanceId" />
222         <camunda:in source="TXC_allottedResourceId" target="allottedResourceId" />
223         <camunda:out source="WorkflowException" target="WorkflowException" />
224         <camunda:out source="rolledBack" target="rolledBack" />
225         <camunda:in source="globalCustomerId" target="globalCustomerId" />
226         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
227       </bpmn2:extensionElements>
228       <bpmn2:incoming>SequenceFlow_0npvfo3</bpmn2:incoming>
229       <bpmn2:outgoing>SequenceFlow_0et9p0i</bpmn2:outgoing>
230     </bpmn2:callActivity>
231     <bpmn2:sequenceFlow id="SequenceFlow_0et9p0i" sourceRef="CallActivity_00g5q0n" targetRef="ExclusiveGateway_0190r3n" />
232     <bpmn2:callActivity id="CallActivity_14j22w3" name="DoDelete&#10;VNF and Modules&#10;" calledElement="DoDeleteVnfAndModules">
233       <bpmn2:extensionElements>
234         <camunda:in source="msoRequestId" target="msoRequestId" />
235         <camunda:in source="disableRollback" target="disableRollback" />
236         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
237         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
238         <camunda:in source="vnfId" target="vnfId" />
239         <camunda:in source="sdncVersion" target="sdncVersion" />
240         <camunda:out source="rollbackData" target="rollbackData" />
241         <camunda:out source="WorkflowException" target="WorkflowException" />
242         <camunda:out source="rolledBack" target="rolledBack" />
243         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
244         <camunda:in source="tenantId" target="tenantId" />
245         <camunda:in source="cloudConfiguration" target="cloudConfiguration" />
246       </bpmn2:extensionElements>
247       <bpmn2:incoming>SequenceFlow_128485i</bpmn2:incoming>
248       <bpmn2:outgoing>SequenceFlow_04fys47</bpmn2:outgoing>
249     </bpmn2:callActivity>
250     <bpmn2:scriptTask id="ScriptTask_1csw2q1" name="Prepare to Delete VNF" scriptFormat="groovy">
251       <bpmn2:incoming>SequenceFlow_1yamcyn</bpmn2:incoming>
252       <bpmn2:incoming>SequenceFlow_19cxgtm</bpmn2:incoming>
253       <bpmn2:outgoing>SequenceFlow_128485i</bpmn2:outgoing>
254       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
255 def DeleteVcpeResCustService= new DeleteVcpeResCustService()
256 DeleteVcpeResCustService.prepareVnfAndModulesDelete(execution)]]></bpmn2:script>
257     </bpmn2:scriptTask>
258     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1ks536f" name="GoToDeleteTXC">
259       <bpmn2:incoming>SequenceFlow_1lfph6u</bpmn2:incoming>
260       <bpmn2:linkEventDefinition name="DeleteTXC" />
261     </bpmn2:intermediateThrowEvent>
262     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0hy32qu" name="StartVnfs">
263       <bpmn2:outgoing>SequenceFlow_1ofw0fi</bpmn2:outgoing>
264       <bpmn2:linkEventDefinition name="StartVnfs" />
265     </bpmn2:intermediateCatchEvent>
266     <bpmn2:exclusiveGateway id="ExclusiveGateway_0io2vo5" name="Delete VNF?" default="SequenceFlow_0vq7f6b">
267       <bpmn2:incoming>SequenceFlow_1ofw0fi</bpmn2:incoming>
268       <bpmn2:outgoing>SequenceFlow_1yamcyn</bpmn2:outgoing>
269       <bpmn2:outgoing>SequenceFlow_0vq7f6b</bpmn2:outgoing>
270     </bpmn2:exclusiveGateway>
271     <bpmn2:exclusiveGateway id="ExclusiveGateway_1bm1vby">
272       <bpmn2:incoming>SequenceFlow_0vq7f6b</bpmn2:incoming>
273       <bpmn2:incoming>SequenceFlow_10scc5r</bpmn2:incoming>
274       <bpmn2:outgoing>SequenceFlow_1lfph6u</bpmn2:outgoing>
275     </bpmn2:exclusiveGateway>
276     <bpmn2:scriptTask id="ScriptTask_0wqfeak" name="Validate VNF delete" scriptFormat="groovy">
277       <bpmn2:incoming>SequenceFlow_04fys47</bpmn2:incoming>
278       <bpmn2:outgoing>SequenceFlow_1o5cutr</bpmn2:outgoing>
279       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
280 def DeleteVcpeResCustService= new DeleteVcpeResCustService()
281 DeleteVcpeResCustService.validateVnfDelete(execution)]]></bpmn2:script>
282     </bpmn2:scriptTask>
283     <bpmn2:exclusiveGateway id="ExclusiveGateway_14hjmu4" name="Delete Additional VNFs?" default="SequenceFlow_10scc5r">
284       <bpmn2:incoming>SequenceFlow_1o5cutr</bpmn2:incoming>
285       <bpmn2:outgoing>SequenceFlow_19cxgtm</bpmn2:outgoing>
286       <bpmn2:outgoing>SequenceFlow_10scc5r</bpmn2:outgoing>
287     </bpmn2:exclusiveGateway>
288     <bpmn2:sequenceFlow id="SequenceFlow_128485i" sourceRef="ScriptTask_1csw2q1" targetRef="CallActivity_14j22w3" />
289     <bpmn2:sequenceFlow id="SequenceFlow_04fys47" sourceRef="CallActivity_14j22w3" targetRef="ScriptTask_0wqfeak" />
290     <bpmn2:sequenceFlow id="SequenceFlow_1yamcyn" name="Yes" sourceRef="ExclusiveGateway_0io2vo5" targetRef="ScriptTask_1csw2q1">
291       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DVRCS_vnfsCount") > 0}]]></bpmn2:conditionExpression>
292     </bpmn2:sequenceFlow>
293     <bpmn2:sequenceFlow id="SequenceFlow_19cxgtm" name="Yes" sourceRef="ExclusiveGateway_14hjmu4" targetRef="ScriptTask_1csw2q1">
294       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DVRCS_vnfsDeletedCount") < execution.getVariable("DVRCS_vnfsCount")}]]></bpmn2:conditionExpression>
295     </bpmn2:sequenceFlow>
296     <bpmn2:sequenceFlow id="SequenceFlow_1lfph6u" sourceRef="ExclusiveGateway_1bm1vby" targetRef="IntermediateThrowEvent_1ks536f" />
297     <bpmn2:sequenceFlow id="SequenceFlow_1ofw0fi" sourceRef="IntermediateCatchEvent_0hy32qu" targetRef="ExclusiveGateway_0io2vo5" />
298     <bpmn2:sequenceFlow id="SequenceFlow_0vq7f6b" name="No" sourceRef="ExclusiveGateway_0io2vo5" targetRef="ExclusiveGateway_1bm1vby" />
299     <bpmn2:sequenceFlow id="SequenceFlow_10scc5r" name="No" sourceRef="ExclusiveGateway_14hjmu4" targetRef="ExclusiveGateway_1bm1vby" />
300     <bpmn2:sequenceFlow id="SequenceFlow_1o5cutr" sourceRef="ScriptTask_0wqfeak" targetRef="ExclusiveGateway_14hjmu4" />
301     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_19nq9li" name="GoToStartVnfs">
302       <bpmn2:incoming>SequenceFlow_1jjh8rv</bpmn2:incoming>
303       <bpmn2:linkEventDefinition name="StartVnfs" />
304     </bpmn2:intermediateThrowEvent>
305     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1svwsxy" name="DeleteTXC">
306       <bpmn2:outgoing>SequenceFlow_0xgpd0u</bpmn2:outgoing>
307       <bpmn2:linkEventDefinition name="DeleteTXC" />
308     </bpmn2:intermediateCatchEvent>
309     <bpmn2:sequenceFlow id="SequenceFlow_0xgpd0u" sourceRef="IntermediateCatchEvent_1svwsxy" targetRef="ExclusiveGateway_12i24vc" />
310   </bpmn2:process>
311   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
312   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
313   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
314     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVcpeResCustService">
315       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVCPE_startEvent">
316         <dc:Bounds x="96" y="121" width="36" height="36" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="90" y="162" width="50" height="12" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNShape>
321       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
322         <dc:Bounds x="285" y="99" width="100" height="80" />
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
325         <di:waypoint xsi:type="dc:Point" x="132" y="139" />
326         <di:waypoint xsi:type="dc:Point" x="285" y="139" />
327         <bpmndi:BPMNLabel>
328           <dc:Bounds x="174" y="139" width="0" height="0" />
329         </bpmndi:BPMNLabel>
330       </bpmndi:BPMNEdge>
331       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
332         <dc:Bounds x="476" y="1192" width="100" height="80" />
333       </bpmndi:BPMNShape>
334       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
335         <dc:Bounds x="285" y="1193" width="100" height="80" />
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
338         <di:waypoint xsi:type="dc:Point" x="385" y="139" />
339         <di:waypoint xsi:type="dc:Point" x="476" y="139" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="274" y="100" width="0" height="0" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
345         <dc:Bounds x="476" y="99" width="100" height="80" />
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
348         <di:waypoint xsi:type="dc:Point" x="385" y="1233" />
349         <di:waypoint xsi:type="dc:Point" x="476" y="1232" />
350         <bpmndi:BPMNLabel>
351           <dc:Bounds x="431" y="1217.5" width="0" height="0" />
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="DeleteVCPE_EndEvent">
355         <dc:Bounds x="1046" y="1213" width="36" height="36" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1054" y="1254" width="19" height="12" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNShape>
360       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
361         <di:waypoint xsi:type="dc:Point" x="576" y="1233" />
362         <di:waypoint xsi:type="dc:Point" x="636" y="1233" />
363         <di:waypoint xsi:type="dc:Point" x="636" y="1230" />
364         <di:waypoint xsi:type="dc:Point" x="803" y="1230" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="651" y="1231.5" width="0" height="0" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
370         <dc:Bounds x="686" y="1374" width="405" height="205" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
373         <dc:Bounds x="754" y="1479" width="36" height="36" />
374         <bpmndi:BPMNLabel>
375           <dc:Bounds x="772" y="1520" width="0" height="0" />
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNShape>
378       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
379         <dc:Bounds x="829" y="1457" width="100" height="80" />
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
382         <dc:Bounds x="982" y="1479" width="36" height="36" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="1000" y="1520" width="0" height="0" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNShape>
387       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
388         <di:waypoint xsi:type="dc:Point" x="790" y="1497" />
389         <di:waypoint xsi:type="dc:Point" x="829" y="1497" />
390         <bpmndi:BPMNLabel>
391           <dc:Bounds x="818" y="1497" width="0" height="0" />
392         </bpmndi:BPMNLabel>
393       </bpmndi:BPMNEdge>
394       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
395         <di:waypoint xsi:type="dc:Point" x="929" y="1497" />
396         <di:waypoint xsi:type="dc:Point" x="962" y="1497" />
397         <di:waypoint xsi:type="dc:Point" x="962" y="1497" />
398         <di:waypoint xsi:type="dc:Point" x="982" y="1497" />
399         <bpmndi:BPMNLabel>
400           <dc:Bounds x="977" y="1497" width="0" height="0" />
401         </bpmndi:BPMNLabel>
402       </bpmndi:BPMNEdge>
403       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_75" bpmnElement="doDeleteServiceInstance_CallActivity">
404         <dc:Bounds x="285" y="1009" width="100" height="80" />
405       </bpmndi:BPMNShape>
406       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
407         <di:waypoint xsi:type="dc:Point" x="576" y="139" />
408         <di:waypoint xsi:type="dc:Point" x="728" y="139" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="652" y="124" width="0" height="0" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNEdge>
413       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
414         <dc:Bounds x="803" y="1191" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
417         <di:waypoint xsi:type="dc:Point" x="903" y="1230" />
418         <di:waypoint xsi:type="dc:Point" x="1046" y="1231" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="975" y="1215.5" width="0" height="0" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNEdge>
423       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
424         <dc:Bounds x="100" y="1031" width="36" height="36" />
425         <bpmndi:BPMNLabel>
426           <dc:Bounds x="92" y="1067" width="51" height="12" />
427         </bpmndi:BPMNLabel>
428       </bpmndi:BPMNShape>
429       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
430         <dc:Bounds x="100" y="1216" width="36" height="36" />
431         <bpmndi:BPMNLabel>
432           <dc:Bounds x="82" y="1252" width="71" height="14" />
433         </bpmndi:BPMNLabel>
434       </bpmndi:BPMNShape>
435       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
436         <dc:Bounds x="728" y="121" width="36" height="36" />
437         <bpmndi:BPMNLabel>
438           <dc:Bounds x="703" y="162" width="86" height="24" />
439         </bpmndi:BPMNLabel>
440       </bpmndi:BPMNShape>
441       <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
442         <dc:Bounds x="52" y="1375" width="598" height="203" />
443       </bpmndi:BPMNShape>
444       <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
445         <dc:Bounds x="123" y="1448" width="36" height="36" />
446         <bpmndi:BPMNLabel>
447           <dc:Bounds x="117" y="1489" width="50" height="12" />
448         </bpmndi:BPMNLabel>
449       </bpmndi:BPMNShape>
450       <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
451         <dc:Bounds x="384" y="1426" width="100" height="80" />
452       </bpmndi:BPMNShape>
453       <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
454         <dc:Bounds x="539" y="1448" width="36" height="36" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="557" y="1489" width="0" height="0" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNShape>
459       <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
460         <dc:Bounds x="237" y="1426" width="100" height="80" />
461       </bpmndi:BPMNShape>
462       <bpmndi:BPMNEdge id="SequenceFlow_10o22u2_di" bpmnElement="SequenceFlow_10o22u2">
463         <di:waypoint xsi:type="dc:Point" x="136" y="1049" />
464         <di:waypoint xsi:type="dc:Point" x="285" y="1049" />
465         <bpmndi:BPMNLabel>
466           <dc:Bounds x="211" y="1034" width="0" height="0" />
467         </bpmndi:BPMNLabel>
468       </bpmndi:BPMNEdge>
469       <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
470         <di:waypoint xsi:type="dc:Point" x="136" y="1234" />
471         <di:waypoint xsi:type="dc:Point" x="285" y="1233" />
472         <bpmndi:BPMNLabel>
473           <dc:Bounds x="211" y="1218.5" width="0" height="0" />
474         </bpmndi:BPMNLabel>
475       </bpmndi:BPMNEdge>
476       <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
477         <di:waypoint xsi:type="dc:Point" x="337" y="1466" />
478         <di:waypoint xsi:type="dc:Point" x="384" y="1466" />
479         <bpmndi:BPMNLabel>
480           <dc:Bounds x="361" y="1451" width="0" height="0" />
481         </bpmndi:BPMNLabel>
482       </bpmndi:BPMNEdge>
483       <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
484         <di:waypoint xsi:type="dc:Point" x="484" y="1466" />
485         <di:waypoint xsi:type="dc:Point" x="539" y="1466" />
486         <bpmndi:BPMNLabel>
487           <dc:Bounds x="512" y="1451" width="0" height="0" />
488         </bpmndi:BPMNLabel>
489       </bpmndi:BPMNEdge>
490       <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
491         <dc:Bounds x="508" y="1031" width="36" height="36" />
492         <bpmndi:BPMNLabel>
493           <dc:Bounds x="491" y="1072" width="70" height="24" />
494         </bpmndi:BPMNLabel>
495       </bpmndi:BPMNShape>
496       <bpmndi:BPMNShape id="ScriptTask_05m3m2e_di" bpmnElement="ScriptTask_05m3m2e">
497         <dc:Bounds x="382" y="254" width="100" height="80" />
498       </bpmndi:BPMNShape>
499       <bpmndi:BPMNShape id="IntermediateCatchEvent_112zjtp_di" bpmnElement="IntermediateCatchEvent_112zjtp">
500         <dc:Bounds x="96" y="276" width="36" height="36" />
501         <bpmndi:BPMNLabel>
502           <dc:Bounds x="72" y="312" width="81" height="24" />
503         </bpmndi:BPMNLabel>
504       </bpmndi:BPMNShape>
505       <bpmndi:BPMNShape id="IntermediateThrowEvent_162gs5w_di" bpmnElement="IntermediateThrowEvent_162gs5w">
506         <dc:Bounds x="732" y="276" width="36" height="36" />
507         <bpmndi:BPMNLabel>
508           <dc:Bounds x="708" y="317" width="82" height="12" />
509         </bpmndi:BPMNLabel>
510       </bpmndi:BPMNShape>
511       <bpmndi:BPMNEdge id="SequenceFlow_0jek18q_di" bpmnElement="SequenceFlow_0jek18q">
512         <di:waypoint xsi:type="dc:Point" x="132" y="294" />
513         <di:waypoint xsi:type="dc:Point" x="382" y="294" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="212" y="279" width="90" height="0" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNEdge>
518       <bpmndi:BPMNEdge id="SequenceFlow_18103ca_di" bpmnElement="SequenceFlow_18103ca">
519         <di:waypoint xsi:type="dc:Point" x="482" y="294" />
520         <di:waypoint xsi:type="dc:Point" x="732" y="294" />
521         <bpmndi:BPMNLabel>
522           <dc:Bounds x="562" y="279" width="90" height="0" />
523         </bpmndi:BPMNLabel>
524       </bpmndi:BPMNEdge>
525       <bpmndi:BPMNEdge id="SequenceFlow_04ao07f_di" bpmnElement="SequenceFlow_04ao07f">
526         <di:waypoint xsi:type="dc:Point" x="385" y="1049" />
527         <di:waypoint xsi:type="dc:Point" x="508" y="1049" />
528         <bpmndi:BPMNLabel>
529           <dc:Bounds x="447" y="1034" width="0" height="0" />
530         </bpmndi:BPMNLabel>
531       </bpmndi:BPMNEdge>
532       <bpmndi:BPMNEdge id="SequenceFlow_06llof4_di" bpmnElement="SequenceFlow_06llof4">
533         <di:waypoint xsi:type="dc:Point" x="159" y="1466" />
534         <di:waypoint xsi:type="dc:Point" x="237" y="1466" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="198" y="1441" width="0" height="0" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNEdge>
539       <bpmndi:BPMNShape id="CallActivity_1yap348_di" bpmnElement="CallActivity_1yap348">
540         <dc:Bounds x="346" y="356" width="100" height="80" />
541       </bpmndi:BPMNShape>
542       <bpmndi:BPMNShape id="IntermediateThrowEvent_0i8bmrc_di" bpmnElement="IntermediateThrowEvent_0i8bmrc">
543         <dc:Bounds x="1046" y="479" width="36" height="36" />
544         <bpmndi:BPMNLabel>
545           <dc:Bounds x="1023" y="520" width="85" height="12" />
546         </bpmndi:BPMNLabel>
547       </bpmndi:BPMNShape>
548       <bpmndi:BPMNShape id="IntermediateCatchEvent_04bw3vy_di" bpmnElement="IntermediateCatchEvent_04bw3vy">
549         <dc:Bounds x="96" y="489" width="36" height="36" />
550         <bpmndi:BPMNLabel>
551           <dc:Bounds x="87" y="525" width="56" height="12" />
552         </bpmndi:BPMNLabel>
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNShape id="ExclusiveGateway_0gw5gmo_di" bpmnElement="ExclusiveGateway_0gw5gmo" isMarkerVisible="true">
555         <dc:Bounds x="235" y="482" width="50" height="50" />
556         <bpmndi:BPMNLabel>
557           <dc:Bounds x="294" y="495" width="86" height="12" />
558         </bpmndi:BPMNLabel>
559       </bpmndi:BPMNShape>
560       <bpmndi:BPMNShape id="ExclusiveGateway_1hmeube_di" bpmnElement="ExclusiveGateway_1hmeube" isMarkerVisible="true">
561         <dc:Bounds x="501" y="462" width="50" height="50" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="526" y="512" width="0" height="0" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNShape>
566       <bpmndi:BPMNShape id="ExclusiveGateway_12i24vc_di" bpmnElement="ExclusiveGateway_12i24vc" isMarkerVisible="true">
567         <dc:Bounds x="658" y="462" width="50" height="50" />
568         <bpmndi:BPMNLabel>
569           <dc:Bounds x="715" y="475" width="84" height="12" />
570         </bpmndi:BPMNLabel>
571       </bpmndi:BPMNShape>
572       <bpmndi:BPMNShape id="ExclusiveGateway_0190r3n_di" bpmnElement="ExclusiveGateway_0190r3n" isMarkerVisible="true">
573         <dc:Bounds x="911" y="472" width="50" height="50" />
574         <bpmndi:BPMNLabel>
575           <dc:Bounds x="936" y="522" width="0" height="0" />
576         </bpmndi:BPMNLabel>
577       </bpmndi:BPMNShape>
578       <bpmndi:BPMNEdge id="SequenceFlow_05cjs89_di" bpmnElement="SequenceFlow_05cjs89">
579         <di:waypoint xsi:type="dc:Point" x="260" y="482" />
580         <di:waypoint xsi:type="dc:Point" x="260" y="396" />
581         <di:waypoint xsi:type="dc:Point" x="346" y="396" />
582         <bpmndi:BPMNLabel>
583           <dc:Bounds x="267" y="429" width="17" height="12" />
584         </bpmndi:BPMNLabel>
585       </bpmndi:BPMNEdge>
586       <bpmndi:BPMNEdge id="SequenceFlow_0snq0kw_di" bpmnElement="SequenceFlow_0snq0kw">
587         <di:waypoint xsi:type="dc:Point" x="446" y="396" />
588         <di:waypoint xsi:type="dc:Point" x="527" y="396" />
589         <di:waypoint xsi:type="dc:Point" x="527" y="463" />
590         <bpmndi:BPMNLabel>
591           <dc:Bounds x="487" y="381" width="0" height="0" />
592         </bpmndi:BPMNLabel>
593       </bpmndi:BPMNEdge>
594       <bpmndi:BPMNEdge id="SequenceFlow_09i2jj0_di" bpmnElement="SequenceFlow_09i2jj0">
595         <di:waypoint xsi:type="dc:Point" x="132" y="507" />
596         <di:waypoint xsi:type="dc:Point" x="235" y="507" />
597         <bpmndi:BPMNLabel>
598           <dc:Bounds x="184" y="492" width="0" height="0" />
599         </bpmndi:BPMNLabel>
600       </bpmndi:BPMNEdge>
601       <bpmndi:BPMNEdge id="SequenceFlow_0zaircn_di" bpmnElement="SequenceFlow_0zaircn">
602         <di:waypoint xsi:type="dc:Point" x="961" y="497" />
603         <di:waypoint xsi:type="dc:Point" x="1004" y="497" />
604         <di:waypoint xsi:type="dc:Point" x="1004" y="497" />
605         <di:waypoint xsi:type="dc:Point" x="1046" y="497" />
606         <bpmndi:BPMNLabel>
607           <dc:Bounds x="1019" y="497" width="0" height="0" />
608         </bpmndi:BPMNLabel>
609       </bpmndi:BPMNEdge>
610       <bpmndi:BPMNEdge id="SequenceFlow_03n4wb1_di" bpmnElement="SequenceFlow_03n4wb1">
611         <di:waypoint xsi:type="dc:Point" x="260" y="532" />
612         <di:waypoint xsi:type="dc:Point" x="260" y="567" />
613         <di:waypoint xsi:type="dc:Point" x="526" y="567" />
614         <di:waypoint xsi:type="dc:Point" x="526" y="512" />
615         <bpmndi:BPMNLabel>
616           <dc:Bounds x="389" y="552" width="16" height="12" />
617         </bpmndi:BPMNLabel>
618       </bpmndi:BPMNEdge>
619       <bpmndi:BPMNEdge id="SequenceFlow_1jjh8rv_di" bpmnElement="SequenceFlow_1jjh8rv">
620         <di:waypoint xsi:type="dc:Point" x="551" y="487" />
621         <di:waypoint xsi:type="dc:Point" x="576" y="487" />
622         <di:waypoint xsi:type="dc:Point" x="576" y="562" />
623         <bpmndi:BPMNLabel>
624           <dc:Bounds x="518.5" y="472" width="90" height="0" />
625         </bpmndi:BPMNLabel>
626       </bpmndi:BPMNEdge>
627       <bpmndi:BPMNEdge id="SequenceFlow_0nk8vsb_di" bpmnElement="SequenceFlow_0nk8vsb">
628         <di:waypoint xsi:type="dc:Point" x="683" y="512" />
629         <di:waypoint xsi:type="dc:Point" x="683" y="557" />
630         <di:waypoint xsi:type="dc:Point" x="936" y="557" />
631         <di:waypoint xsi:type="dc:Point" x="936" y="522" />
632         <bpmndi:BPMNLabel>
633           <dc:Bounds x="803" y="542" width="16" height="12" />
634         </bpmndi:BPMNLabel>
635       </bpmndi:BPMNEdge>
636       <bpmndi:BPMNEdge id="SequenceFlow_0npvfo3_di" bpmnElement="SequenceFlow_0npvfo3">
637         <di:waypoint xsi:type="dc:Point" x="683" y="462" />
638         <di:waypoint xsi:type="dc:Point" x="683" y="396" />
639         <di:waypoint xsi:type="dc:Point" x="770" y="396" />
640         <bpmndi:BPMNLabel>
641           <dc:Bounds x="693" y="433" width="17" height="12" />
642         </bpmndi:BPMNLabel>
643       </bpmndi:BPMNEdge>
644       <bpmndi:BPMNShape id="CallActivity_00g5q0n_di" bpmnElement="CallActivity_00g5q0n">
645         <dc:Bounds x="771" y="356" width="100" height="80" />
646       </bpmndi:BPMNShape>
647       <bpmndi:BPMNEdge id="SequenceFlow_0et9p0i_di" bpmnElement="SequenceFlow_0et9p0i">
648         <di:waypoint xsi:type="dc:Point" x="871" y="396" />
649         <di:waypoint xsi:type="dc:Point" x="936" y="396" />
650         <di:waypoint xsi:type="dc:Point" x="936" y="472" />
651         <bpmndi:BPMNLabel>
652           <dc:Bounds x="904" y="381" width="0" height="0" />
653         </bpmndi:BPMNLabel>
654       </bpmndi:BPMNEdge>
655       <bpmndi:BPMNShape id="CallActivity_14j22w3_di" bpmnElement="CallActivity_14j22w3">
656         <dc:Bounds x="578" y="759" width="100" height="80" />
657       </bpmndi:BPMNShape>
658       <bpmndi:BPMNShape id="ScriptTask_1csw2q1_di" bpmnElement="ScriptTask_1csw2q1">
659         <dc:Bounds x="436" y="759" width="100" height="80" />
660       </bpmndi:BPMNShape>
661       <bpmndi:BPMNShape id="IntermediateThrowEvent_1ks536f_di" bpmnElement="IntermediateThrowEvent_1ks536f">
662         <dc:Bounds x="1059" y="848" width="36" height="36" />
663         <bpmndi:BPMNLabel>
664           <dc:Bounds x="1033" y="889" width="87" height="24" />
665         </bpmndi:BPMNLabel>
666       </bpmndi:BPMNShape>
667       <bpmndi:BPMNShape id="IntermediateCatchEvent_0hy32qu_di" bpmnElement="IntermediateCatchEvent_0hy32qu">
668         <dc:Bounds x="109" y="864" width="36" height="36" />
669         <bpmndi:BPMNLabel>
670           <dc:Bounds x="102" y="900" width="48" height="12" />
671         </bpmndi:BPMNLabel>
672       </bpmndi:BPMNShape>
673       <bpmndi:BPMNShape id="ExclusiveGateway_0io2vo5_di" bpmnElement="ExclusiveGateway_0io2vo5" isMarkerVisible="true">
674         <dc:Bounds x="358" y="857" width="50" height="50" />
675         <bpmndi:BPMNLabel>
676           <dc:Bounds x="417" y="889" width="65" height="12" />
677         </bpmndi:BPMNLabel>
678       </bpmndi:BPMNShape>
679       <bpmndi:BPMNShape id="ExclusiveGateway_1bm1vby_di" bpmnElement="ExclusiveGateway_1bm1vby" isMarkerVisible="true">
680         <dc:Bounds x="924" y="841" width="50" height="50" />
681         <bpmndi:BPMNLabel>
682           <dc:Bounds x="904" y="896" width="0" height="12" />
683         </bpmndi:BPMNLabel>
684       </bpmndi:BPMNShape>
685       <bpmndi:BPMNShape id="ScriptTask_0wqfeak_di" bpmnElement="ScriptTask_0wqfeak">
686         <dc:Bounds x="710" y="759" width="100" height="80" />
687       </bpmndi:BPMNShape>
688       <bpmndi:BPMNShape id="ExclusiveGateway_14hjmu4_di" bpmnElement="ExclusiveGateway_14hjmu4" isMarkerVisible="true">
689         <dc:Bounds x="851" y="774" width="50" height="50" />
690         <bpmndi:BPMNLabel>
691           <dc:Bounds x="818" y="832" width="85" height="24" />
692         </bpmndi:BPMNLabel>
693       </bpmndi:BPMNShape>
694       <bpmndi:BPMNEdge id="SequenceFlow_128485i_di" bpmnElement="SequenceFlow_128485i">
695         <di:waypoint xsi:type="dc:Point" x="536" y="799" />
696         <di:waypoint xsi:type="dc:Point" x="578" y="799" />
697         <bpmndi:BPMNLabel>
698           <dc:Bounds x="512" y="784" width="0" height="12" />
699         </bpmndi:BPMNLabel>
700       </bpmndi:BPMNEdge>
701       <bpmndi:BPMNEdge id="SequenceFlow_04fys47_di" bpmnElement="SequenceFlow_04fys47">
702         <di:waypoint xsi:type="dc:Point" x="678" y="799" />
703         <di:waypoint xsi:type="dc:Point" x="710" y="799" />
704         <bpmndi:BPMNLabel>
705           <dc:Bounds x="649" y="774" width="0" height="12" />
706         </bpmndi:BPMNLabel>
707       </bpmndi:BPMNEdge>
708       <bpmndi:BPMNEdge id="SequenceFlow_1yamcyn_di" bpmnElement="SequenceFlow_1yamcyn">
709         <di:waypoint xsi:type="dc:Point" x="383" y="857" />
710         <di:waypoint xsi:type="dc:Point" x="383" y="799" />
711         <di:waypoint xsi:type="dc:Point" x="436" y="799" />
712         <bpmndi:BPMNLabel>
713           <dc:Bounds x="388" y="818" width="21" height="12" />
714         </bpmndi:BPMNLabel>
715       </bpmndi:BPMNEdge>
716       <bpmndi:BPMNEdge id="SequenceFlow_19cxgtm_di" bpmnElement="SequenceFlow_19cxgtm">
717         <di:waypoint xsi:type="dc:Point" x="876" y="774" />
718         <di:waypoint xsi:type="dc:Point" x="876" y="688" />
719         <di:waypoint xsi:type="dc:Point" x="486" y="688" />
720         <di:waypoint xsi:type="dc:Point" x="486" y="759" />
721         <bpmndi:BPMNLabel>
722           <dc:Bounds x="671" y="670" width="21" height="12" />
723         </bpmndi:BPMNLabel>
724       </bpmndi:BPMNEdge>
725       <bpmndi:BPMNEdge id="SequenceFlow_1lfph6u_di" bpmnElement="SequenceFlow_1lfph6u">
726         <di:waypoint xsi:type="dc:Point" x="974" y="866" />
727         <di:waypoint xsi:type="dc:Point" x="1059" y="866" />
728         <bpmndi:BPMNLabel>
729           <dc:Bounds x="971.5" y="845" width="90" height="12" />
730         </bpmndi:BPMNLabel>
731       </bpmndi:BPMNEdge>
732       <bpmndi:BPMNEdge id="SequenceFlow_1ofw0fi_di" bpmnElement="SequenceFlow_1ofw0fi">
733         <di:waypoint xsi:type="dc:Point" x="145" y="882" />
734         <di:waypoint xsi:type="dc:Point" x="358" y="882" />
735         <bpmndi:BPMNLabel>
736           <dc:Bounds x="207.5" y="857" width="0" height="12" />
737         </bpmndi:BPMNLabel>
738       </bpmndi:BPMNEdge>
739       <bpmndi:BPMNEdge id="SequenceFlow_0vq7f6b_di" bpmnElement="SequenceFlow_0vq7f6b">
740         <di:waypoint xsi:type="dc:Point" x="383" y="908" />
741         <di:waypoint xsi:type="dc:Point" x="383" y="931" />
742         <di:waypoint xsi:type="dc:Point" x="949" y="931" />
743         <di:waypoint xsi:type="dc:Point" x="949" y="892" />
744         <bpmndi:BPMNLabel>
745           <dc:Bounds x="628" y="907" width="16" height="12" />
746         </bpmndi:BPMNLabel>
747       </bpmndi:BPMNEdge>
748       <bpmndi:BPMNEdge id="SequenceFlow_10scc5r_di" bpmnElement="SequenceFlow_10scc5r">
749         <di:waypoint xsi:type="dc:Point" x="901" y="799" />
750         <di:waypoint xsi:type="dc:Point" x="949" y="799" />
751         <di:waypoint xsi:type="dc:Point" x="949" y="841" />
752         <bpmndi:BPMNLabel>
753           <dc:Bounds x="917" y="784" width="16" height="12" />
754         </bpmndi:BPMNLabel>
755       </bpmndi:BPMNEdge>
756       <bpmndi:BPMNEdge id="SequenceFlow_1o5cutr_di" bpmnElement="SequenceFlow_1o5cutr">
757         <di:waypoint xsi:type="dc:Point" x="810" y="799" />
758         <di:waypoint xsi:type="dc:Point" x="851" y="799" />
759         <bpmndi:BPMNLabel>
760           <dc:Bounds x="786.5" y="784" width="0" height="12" />
761         </bpmndi:BPMNLabel>
762       </bpmndi:BPMNEdge>
763       <bpmndi:BPMNShape id="IntermediateThrowEvent_19nq9li_di" bpmnElement="IntermediateThrowEvent_19nq9li">
764         <dc:Bounds x="558" y="562" width="36" height="36" />
765         <bpmndi:BPMNLabel>
766           <dc:Bounds x="537" y="603" width="80" height="12" />
767         </bpmndi:BPMNLabel>
768       </bpmndi:BPMNShape>
769       <bpmndi:BPMNShape id="IntermediateCatchEvent_1svwsxy_di" bpmnElement="IntermediateCatchEvent_1svwsxy">
770         <dc:Bounds x="591" y="378" width="36" height="36" />
771         <bpmndi:BPMNLabel>
772           <dc:Bounds x="590" y="362" width="56" height="12" />
773         </bpmndi:BPMNLabel>
774       </bpmndi:BPMNShape>
775       <bpmndi:BPMNEdge id="SequenceFlow_0xgpd0u_di" bpmnElement="SequenceFlow_0xgpd0u">
776         <di:waypoint xsi:type="dc:Point" x="609" y="414" />
777         <di:waypoint xsi:type="dc:Point" x="609" y="487" />
778         <di:waypoint xsi:type="dc:Point" x="658" y="487" />
779         <bpmndi:BPMNLabel>
780           <dc:Bounds x="624" y="444.5" width="0" height="12" />
781         </bpmndi:BPMNLabel>
782       </bpmndi:BPMNEdge>
783     </bpmndi:BPMNPlane>
784   </bpmndi:BPMNDiagram>
785 </bpmn2:definitions>