1710 Rebase - Second Attempt
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / UpdateVnfInfra.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="_F0omAMXGEeW834CKd-K10Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="UpdateVnfInfra" name="UpdateVnfInfra" isExecutable="true">
4     <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
8 def uvfm = new UpdateVnfInfra()
9 uvfm.sendSynchResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" />
12     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
13       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
15       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
16 def uvfm = new UpdateVnfInfra()
17 uvfm.preProcessRequest(execution)
18 ]]></bpmn2:script>
19     </bpmn2:scriptTask>
20     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessRequest" targetRef="ScriptTask_1" />
21     <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">
22       <bpmn2:extensionElements>
23         <camunda:in source="UPDVnfI_CompletionHandlerRequest" target="CompleteMsoProcessRequest" />
24         <camunda:in source="mso-request-id" target="mso-request-id" />
25         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
27       </bpmn2:extensionElements>
28       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
29       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
30     </bpmn2:callActivity>
31     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4" />
32     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">
33       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
34       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5" />
35     </bpmn2:endEvent>
36     <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">
37       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
40 execution.setVariable("UpdateVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>
41     </bpmn2:scriptTask>
42     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1" />
43     <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">
44       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
46       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
47 def uvfm = new UpdateVnfInfra()
48 uvfm.completionHandlerPrep(execution, 'UPDVnfI_CompletionHandlerRequest')
49 ]]></bpmn2:script>
50     </bpmn2:scriptTask>
51     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" />
52     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">
53       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">
54         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
55         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
56       </bpmn2:startEvent>
57       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_3" />
58       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
59         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
60         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
61         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
62 def uvfm = new UpdateVfModuleInfra()
63 uvfm.falloutHandlerPrep(execution, 'UPDVnfI_FalloutHandlerRequest')
64 ]]></bpmn2:script>
65       </bpmn2:scriptTask>
66       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" />
67       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">
68         <bpmn2:extensionElements>
69           <camunda:in source="UPDVnfI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
70           <camunda:in source="mso-request-id" target="mso-request-id" />
71           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
72           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
73         </bpmn2:extensionElements>
74         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
75         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
76       </bpmn2:callActivity>
77       <bpmn2:endEvent id="EndEvent_2">
78         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
79         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
80       </bpmn2:endEvent>
81       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" />
82     </bpmn2:subProcess>
83     <bpmn2:endEvent id="EndEvent_3">
84       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
85       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
86     </bpmn2:endEvent>
87     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
88       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
89       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
90     </bpmn2:boundaryEvent>
91     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
92     <bpmn2:startEvent id="StartEvent_1" name="Start">
93       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
94     </bpmn2:startEvent>
95     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
96     <bpmn2:callActivity id="ScriptTask_6" name="DoUpdateVnfAndModules" calledElement="DoUpdateVnfAndModules">
97       <bpmn2:extensionElements>
98         <camunda:in source="UPDVnfI_requestId" target="msoRequestId" />
99         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
100         <camunda:out source="WorkflowException" target="WorkflowException" />
101         <camunda:in source="isVidRequest" target="isVidRequest" />
102         <camunda:in source="UPDVnfI_vnfType" target="vnfType" />
103         <camunda:in source="UPDVnfI_vnfName" target="vnfName" />
104         <camunda:in source="UPDVnfI_vnfId" target="vnfId" />
105         <camunda:in source="UPDVnfI_asdcServiceModelVersion" target="asdcServiceModelVersion" />
106         <camunda:in source="UPDVnfI_serviceInstanceId" target="serviceInstanceId" />
107         <camunda:in source="UPDVnfI_serviceModelInfo" target="serviceModelInfo" />
108         <camunda:in source="UPDVnfI_vnfModelInfo" target="vnfModelInfo" />
109         <camunda:in source="UPDVnfI_globalSubscriberId" target="globalSubscriberId" />
110         <camunda:in source="UPDVnfI_lcpCloudRegionId" target="lcpCloudRegionId" />
111         <camunda:in source="UPDVnfI_tenantId" target="tenantId" />
112         <camunda:in source="UPDVnfI_sdncVersion" target="sdncVersion" />
113         <camunda:in source="UPDVnfI_usePreload" target="usePreload" />
114         <camunda:in source="UPDVnfI_vnfResourceDecomposition" target="vnfResourceDecomposition" />
115       </bpmn2:extensionElements>
116       <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming>
117       <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing>
118     </bpmn2:callActivity>
119     <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" />
120     <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" />
121     <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService">
122       <bpmn2:extensionElements>
123         <camunda:in source="msoRequestId" target="msoRequestId" />
124         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
125         <camunda:in source="UPDVnfI_serviceModelInfo" target="serviceModelInfo" />
126         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
127         <camunda:out source="WorkflowException" target="WorkflowException" />
128         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
129       </bpmn2:extensionElements>
130       <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming>
131       <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing>
132     </bpmn2:callActivity>
133     <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0vy2zge" />
134     <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy">
135       <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming>
136       <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing>
137       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
138 def uvfm = new UpdateVnfInfra()
139 uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script>
140     </bpmn2:scriptTask>
141     <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" />
142     <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&#38;AI" scriptFormat="groovy">
143       <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming>
144       <bpmn2:incoming>SequenceFlow_0fxuur5</bpmn2:incoming>
145       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
146       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
147 def uvfm = new UpdateVnfInfra()
148 uvfm.checkIfVnfInMaintInAAI(execution)
149 ]]></bpmn2:script>
150     </bpmn2:scriptTask>
151     <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" />
152     <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" />
153     <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" />
154     <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&#38;AI" scriptFormat="groovy">
155       <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming>
156       <bpmn2:incoming>SequenceFlow_1wax44p</bpmn2:incoming>
157       <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing>
158       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
159 def uvfm = new UpdateVnfInfra()
160 uvfm.setVnfInMaintFlagInAAI(execution, true)
161 ]]></bpmn2:script>
162     </bpmn2:scriptTask>
163     <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&#38;AI" scriptFormat="groovy">
164       <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming>
165       <bpmn2:incoming>SequenceFlow_1lsfn19</bpmn2:incoming>
166       <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing>
167       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
168 def uvfm = new UpdateVnfInfra()
169 uvfm.setVnfInMaintFlagInAAI(execution, false)
170 ]]></bpmn2:script>
171     </bpmn2:scriptTask>
172     <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&#38;AI" scriptFormat="groovy">
173       <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming>
174       <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing>
175       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
176 def uvfm = new UpdateVnfInfra()
177 uvfm.checkIfPserversInMaintInAAI(execution)
178 ]]></bpmn2:script>
179     </bpmn2:scriptTask>
180     <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" />
181     <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" />
182     <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" />
183     <bpmn2:scriptTask id="Task_1dtbnuy" name="Call APP-C VNF Lock" scriptFormat="groovy">
184       <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming>
185       <bpmn2:incoming>SequenceFlow_1nlqlwn</bpmn2:incoming>
186       <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing>
187       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
188 import org.openecomp.mso.bpmn.infrastructure.scripts.*
189 def uvfm = new UpdateVnfInfra()
190 uvfm.runAppcCommand(execution, Action.Lock)
191 ]]></bpmn2:script>
192     </bpmn2:scriptTask>
193     <bpmn2:scriptTask id="Task_1fj63ov" name="Call APP-C Health Check" scriptFormat="groovy">
194       <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming>
195       <bpmn2:incoming>SequenceFlow_1sla5dr</bpmn2:incoming>
196       <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing>
197       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
198 import org.openecomp.mso.bpmn.infrastructure.scripts.*
199 def uvfm = new UpdateVnfInfra()
200 uvfm.runAppcCommand(execution, Action.HealthCheck)]]></bpmn2:script>
201     </bpmn2:scriptTask>
202     <bpmn2:scriptTask id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" scriptFormat="groovy">
203       <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming>
204       <bpmn2:incoming>SequenceFlow_0iektwg</bpmn2:incoming>
205       <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing>
206       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
207 import org.openecomp.mso.bpmn.infrastructure.scripts.*
208 def uvfm = new UpdateVnfInfra()
209 uvfm.runAppcCommand(execution, Action.Stop)]]></bpmn2:script>
210     </bpmn2:scriptTask>
211     <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" />
212     <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" />
213     <bpmn2:scriptTask id="Task_1hdg951" name="Call APP-C VNF Start" scriptFormat="groovy">
214       <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming>
215       <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing>
216       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
217 import org.openecomp.mso.bpmn.infrastructure.scripts.*
218 def uvfm = new UpdateVnfInfra()
219 uvfm.runAppcCommand(execution, Action.Start)]]></bpmn2:script>
220     </bpmn2:scriptTask>
221     <bpmn2:scriptTask id="Task_1ca5ctq" name="Call APP-C Health Check" scriptFormat="groovy">
222       <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming>
223       <bpmn2:incoming>SequenceFlow_1hx1ur7</bpmn2:incoming>
224       <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing>
225       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
226 import org.openecomp.mso.bpmn.infrastructure.scripts.*
227 def uvfm = new UpdateVnfInfra()
228 uvfm.runAppcCommand(execution, Action.HealthCheck)]]></bpmn2:script>
229     </bpmn2:scriptTask>
230     <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" />
231     <bpmn2:scriptTask id="Task_1sove95" name="Call APP-C VNF Unlock" scriptFormat="groovy">
232       <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming>
233       <bpmn2:incoming>SequenceFlow_0ukzynj</bpmn2:incoming>
234       <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing>
235       <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
236 import org.openecomp.mso.bpmn.infrastructure.scripts.*
237 def uvfm = new UpdateVnfInfra()
238 uvfm.runAppcCommand(execution, Action.Unlock)]]></bpmn2:script>
239     </bpmn2:scriptTask>
240     <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z">
241       <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming>
242       <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing>
243       <bpmn2:outgoing>SequenceFlow_1qmz2ez</bpmn2:outgoing>
244     </bpmn2:exclusiveGateway>
245     <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" />
246     <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi">
247       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
248       <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing>
249       <bpmn2:outgoing>SequenceFlow_03rkfbo</bpmn2:outgoing>
250     </bpmn2:exclusiveGateway>
251     <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" />
252     <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler">
253       <bpmn2:extensionElements>
254         <camunda:in source="msoRequestId" target="msoRequestId" />
255         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
256         <camunda:in source="UPDVnfI_serviceType" target="serviceType" />
257         <camunda:in source="UPDVnfI_nfRole" target="vnfType" />
258         <camunda:in source="UPDVnfI_currentActivity" target="currentActivity" />
259         <camunda:in source="UPDVnfI_workStep" target="workStep" />
260         <camunda:in source="UPDVnfI_failedActivity" target="failedActivity" />
261         <camunda:in source="UPDVnfI_errorCode" target="errorCode" />
262         <camunda:in source="UPDVnfI_errorText" target="errorText" />
263         <camunda:out source="WorkflowException" target="WorkflowException" />
264         <camunda:out source="handlingCode" target="UPDVnfI_disposition" />
265         <camunda:in source="UPDVnfI_requestorId" target="requestorId" />
266         <camunda:out source="taskId" target="UPDVnfI_taskId" />
267       </bpmn2:extensionElements>
268       <bpmn2:incoming>SequenceFlow_1qmz2ez</bpmn2:incoming>
269       <bpmn2:incoming>SequenceFlow_03rkfbo</bpmn2:incoming>
270       <bpmn2:incoming>SequenceFlow_1lsm3bn</bpmn2:incoming>
271       <bpmn2:incoming>SequenceFlow_0bduwog</bpmn2:incoming>
272       <bpmn2:incoming>SequenceFlow_0uwar5b</bpmn2:incoming>
273       <bpmn2:incoming>SequenceFlow_0i7hfj2</bpmn2:incoming>
274       <bpmn2:incoming>SequenceFlow_10ek8l4</bpmn2:incoming>
275       <bpmn2:incoming>SequenceFlow_13yjc85</bpmn2:incoming>
276       <bpmn2:incoming>SequenceFlow_0waedj5</bpmn2:incoming>
277       <bpmn2:incoming>SequenceFlow_1hg9c2l</bpmn2:incoming>
278       <bpmn2:incoming>SequenceFlow_0gej71y</bpmn2:incoming>
279       <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing>
280     </bpmn2:callActivity>
281     <bpmn2:sequenceFlow id="SequenceFlow_1qmz2ez" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_0q5cdit">
282       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
283     </bpmn2:sequenceFlow>
284     <bpmn2:sequenceFlow id="SequenceFlow_03rkfbo" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0q5cdit">
285       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
286     </bpmn2:sequenceFlow>
287     <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" />
288     <bpmn2:task id="Task_0zbogrm" name="Rollback Processing">
289       <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming>
290     </bpmn2:task>
291     <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h">
292       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_disposition") == "Abort"]]></bpmn2:conditionExpression>
293     </bpmn2:sequenceFlow>
294     <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm">
295       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_disposition") == "Rollback"]]></bpmn2:conditionExpression>
296     </bpmn2:sequenceFlow>
297     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m">
298       <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming>
299       <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing>
300       <bpmn2:outgoing>SequenceFlow_1lsm3bn</bpmn2:outgoing>
301     </bpmn2:exclusiveGateway>
302     <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" />
303     <bpmn2:sequenceFlow id="SequenceFlow_1lsm3bn" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_0q5cdit">
304       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
305     </bpmn2:sequenceFlow>
306     <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib">
307       <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming>
308       <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing>
309       <bpmn2:outgoing>SequenceFlow_0bduwog</bpmn2:outgoing>
310     </bpmn2:exclusiveGateway>
311     <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" />
312     <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8">
313       <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming>
314       <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing>
315       <bpmn2:outgoing>SequenceFlow_0uwar5b</bpmn2:outgoing>
316     </bpmn2:exclusiveGateway>
317     <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" />
318     <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki">
319       <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming>
320       <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing>
321       <bpmn2:outgoing>SequenceFlow_0i7hfj2</bpmn2:outgoing>
322     </bpmn2:exclusiveGateway>
323     <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" />
324     <bpmn2:sequenceFlow id="SequenceFlow_0bduwog" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_0q5cdit">
325       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
326     </bpmn2:sequenceFlow>
327     <bpmn2:sequenceFlow id="SequenceFlow_0uwar5b" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_0q5cdit">
328       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
329     </bpmn2:sequenceFlow>
330     <bpmn2:sequenceFlow id="SequenceFlow_0i7hfj2" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0q5cdit">
331       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
332     </bpmn2:sequenceFlow>
333     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoUpdateVnfAndNModules?" default="SequenceFlow_04zwhw4">
334       <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming>
335       <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing>
336       <bpmn2:outgoing>SequenceFlow_10ek8l4</bpmn2:outgoing>
337     </bpmn2:exclusiveGateway>
338     <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_1hdg951" />
339     <bpmn2:sequenceFlow id="SequenceFlow_10ek8l4" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_0q5cdit">
340       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
341     </bpmn2:sequenceFlow>
342     <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m">
343       <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming>
344       <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing>
345       <bpmn2:outgoing>SequenceFlow_0waedj5</bpmn2:outgoing>
346     </bpmn2:exclusiveGateway>
347     <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" />
348     <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk">
349       <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming>
350       <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing>
351       <bpmn2:outgoing>SequenceFlow_1hg9c2l</bpmn2:outgoing>
352     </bpmn2:exclusiveGateway>
353     <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" />
354     <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d">
355       <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming>
356       <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing>
357       <bpmn2:outgoing>SequenceFlow_0gej71y</bpmn2:outgoing>
358     </bpmn2:exclusiveGateway>
359     <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" />
360     <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3">
361       <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming>
362       <bpmn2:outgoing>SequenceFlow_13yjc85</bpmn2:outgoing>
363       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
364     </bpmn2:exclusiveGateway>
365     <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" />
366     <bpmn2:sequenceFlow id="SequenceFlow_13yjc85" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="Task_0q5cdit">
367       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
368     </bpmn2:sequenceFlow>
369     <bpmn2:sequenceFlow id="SequenceFlow_0waedj5" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_0q5cdit">
370       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
371     </bpmn2:sequenceFlow>
372     <bpmn2:sequenceFlow id="SequenceFlow_1hg9c2l" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_0q5cdit">
373       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
374     </bpmn2:sequenceFlow>
375     <bpmn2:sequenceFlow id="SequenceFlow_0gej71y" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_0q5cdit">
376       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
377     </bpmn2:sequenceFlow>
378     <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy">
379       <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming>
380       <bpmn2:incoming>SequenceFlow_1c022sy</bpmn2:incoming>
381       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
382 def uvfm = new UpdateVnfInfra()
383 uvfm.abortProcessing(execution)]]></bpmn2:script>
384     </bpmn2:scriptTask>
385     <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition">
386       <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming>
387       <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing>
388       <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing>
389       <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing>
390     </bpmn2:exclusiveGateway>
391     <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_1c022sy">
392       <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming>
393       <bpmn2:outgoing>SequenceFlow_1sla5dr</bpmn2:outgoing>
394       <bpmn2:outgoing>SequenceFlow_0iektwg</bpmn2:outgoing>
395       <bpmn2:outgoing>SequenceFlow_1ttepat</bpmn2:outgoing>
396       <bpmn2:outgoing>SequenceFlow_1hx1ur7</bpmn2:outgoing>
397       <bpmn2:outgoing>SequenceFlow_0ukzynj</bpmn2:outgoing>
398       <bpmn2:outgoing>SequenceFlow_1lsfn19</bpmn2:outgoing>
399       <bpmn2:outgoing>SequenceFlow_0fxuur5</bpmn2:outgoing>
400       <bpmn2:outgoing>SequenceFlow_1wax44p</bpmn2:outgoing>
401       <bpmn2:outgoing>SequenceFlow_1nlqlwn</bpmn2:outgoing>
402       <bpmn2:outgoing>SequenceFlow_1c022sy</bpmn2:outgoing>
403     </bpmn2:exclusiveGateway>
404     <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx">
405       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_disposition") == "Skip"]]></bpmn2:conditionExpression>
406     </bpmn2:sequenceFlow>
407     <bpmn2:sequenceFlow id="SequenceFlow_1sla5dr" name="Skip APP-C VNF Lock" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1fj63ov">
408       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "LockVNF"]]></bpmn2:conditionExpression>
409     </bpmn2:sequenceFlow>
410     <bpmn2:sequenceFlow id="SequenceFlow_0iektwg" name="Skip APP-C VNF Pre Health Check" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1cfkcss">
411       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "HealthCheckVNF1"]]></bpmn2:conditionExpression>
412     </bpmn2:sequenceFlow>
413     <bpmn2:sequenceFlow id="SequenceFlow_1ttepat" name="Skip APP-C VNF Stop" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_0eae8go">
414       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "StopVNF"]]></bpmn2:conditionExpression>
415     </bpmn2:sequenceFlow>
416     <bpmn2:sequenceFlow id="SequenceFlow_1hx1ur7" name="Skip APP-C VNF Start" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1ca5ctq">
417       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "StartVNF"]]></bpmn2:conditionExpression>
418     </bpmn2:sequenceFlow>
419     <bpmn2:sequenceFlow id="SequenceFlow_0ukzynj" name="Skip APP-C Post Health Check" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1sove95">
420       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "HealthCheckVNF2"]]></bpmn2:conditionExpression>
421     </bpmn2:sequenceFlow>
422     <bpmn2:sequenceFlow id="SequenceFlow_1lsfn19" name="Skip APP-C VNF Unlock" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1drglpt">
423       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "UnlockVNF"]]></bpmn2:conditionExpression>
424     </bpmn2:sequenceFlow>
425     <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" />
426     <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoUpdateVnfAndModules" scriptFormat="groovy">
427       <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming>
428       <bpmn2:incoming>SequenceFlow_1ttepat</bpmn2:incoming>
429       <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing>
430       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
431 def uvfm = new UpdateVnfInfra()
432 uvfm.prepDoUpdateVnfAndModules(execution)]]></bpmn2:script>
433     </bpmn2:scriptTask>
434     <bpmn2:sequenceFlow id="SequenceFlow_0fxuur5" name="Skip Check if PServers Locked in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1rxiqe1">
435       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression>
436     </bpmn2:sequenceFlow>
437     <bpmn2:sequenceFlow id="SequenceFlow_1wax44p" name="Skip If VNF Is in Maint in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_0ap39ka">
438       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression>
439     </bpmn2:sequenceFlow>
440     <bpmn2:sequenceFlow id="SequenceFlow_1nlqlwn" name="Skip Set VNF In Maint in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1dtbnuy">
441       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("UPDVnfI_workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
442     </bpmn2:sequenceFlow>
443     <bpmn2:sequenceFlow id="SequenceFlow_1c022sy" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" />
444   </bpmn2:process>
445   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
446   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
447     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVnfInfra">
448       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
449         <dc:Bounds x="97" y="72" width="36" height="36" />
450         <bpmndi:BPMNLabel>
451           <dc:Bounds x="103" y="113" width="23" height="12" />
452         </bpmndi:BPMNLabel>
453       </bpmndi:BPMNShape>
454       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
455         <dc:Bounds x="595" y="975" width="36" height="36" />
456         <bpmndi:BPMNLabel>
457           <dc:Bounds x="594" y="1016" width="38" height="12" />
458         </bpmndi:BPMNLabel>
459       </bpmndi:BPMNShape>
460       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
461         <di:waypoint xsi:type="dc:Point" x="133" y="90" />
462         <di:waypoint xsi:type="dc:Point" x="209" y="90" />
463         <bpmndi:BPMNLabel>
464           <dc:Bounds x="171" y="75" width="0" height="0" />
465         </bpmndi:BPMNLabel>
466       </bpmndi:BPMNEdge>
467       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
468         <dc:Bounds x="209" y="50" width="100" height="80" />
469       </bpmndi:BPMNShape>
470       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
471         <di:waypoint xsi:type="dc:Point" x="309" y="90" />
472         <di:waypoint xsi:type="dc:Point" x="373" y="90" />
473         <bpmndi:BPMNLabel>
474           <dc:Bounds x="341" y="75" width="0" height="0" />
475         </bpmndi:BPMNLabel>
476       </bpmndi:BPMNEdge>
477       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
478         <dc:Bounds x="373" y="50" width="100" height="80" />
479       </bpmndi:BPMNShape>
480       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125">
481         <di:waypoint xsi:type="dc:Point" x="525" y="237" />
482         <di:waypoint xsi:type="dc:Point" x="601" y="237" />
483         <bpmndi:BPMNLabel>
484           <dc:Bounds x="563" y="222" width="0" height="0" />
485         </bpmndi:BPMNLabel>
486       </bpmndi:BPMNEdge>
487       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
488         <dc:Bounds x="439" y="953" width="100" height="80" />
489       </bpmndi:BPMNShape>
490       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
491         <di:waypoint xsi:type="dc:Point" x="539" y="993" />
492         <di:waypoint xsi:type="dc:Point" x="595" y="993" />
493         <bpmndi:BPMNLabel>
494           <dc:Bounds x="716" y="834" width="0" height="0" />
495         </bpmndi:BPMNLabel>
496       </bpmndi:BPMNEdge>
497       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
498         <dc:Bounds x="139" y="953" width="100" height="80" />
499       </bpmndi:BPMNShape>
500       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
501         <dc:Bounds x="289" y="953" width="100" height="80" />
502       </bpmndi:BPMNShape>
503       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
504         <di:waypoint xsi:type="dc:Point" x="239" y="993" />
505         <di:waypoint xsi:type="dc:Point" x="289" y="993" />
506         <bpmndi:BPMNLabel>
507           <dc:Bounds x="264" y="999" width="0" height="0" />
508         </bpmndi:BPMNLabel>
509       </bpmndi:BPMNEdge>
510       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
511         <dc:Bounds x="85" y="1189" width="565" height="241" />
512       </bpmndi:BPMNShape>
513       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
514         <dc:Bounds x="149" y="1283" width="36" height="36" />
515         <bpmndi:BPMNLabel>
516           <dc:Bounds x="128" y="1324" width="77" height="12" />
517         </bpmndi:BPMNLabel>
518       </bpmndi:BPMNShape>
519       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
520         <dc:Bounds x="229" y="1261" width="100" height="80" />
521       </bpmndi:BPMNShape>
522       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
523         <di:waypoint xsi:type="dc:Point" x="185" y="1301" />
524         <di:waypoint xsi:type="dc:Point" x="229" y="1301" />
525         <bpmndi:BPMNLabel>
526           <dc:Bounds x="232" y="1601" width="0" height="0" />
527         </bpmndi:BPMNLabel>
528       </bpmndi:BPMNEdge>
529       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
530         <di:waypoint xsi:type="dc:Point" x="329" y="1301" />
531         <di:waypoint xsi:type="dc:Point" x="397" y="1301" />
532         <bpmndi:BPMNLabel>
533           <dc:Bounds x="345" y="1301" width="0" height="0" />
534         </bpmndi:BPMNLabel>
535       </bpmndi:BPMNEdge>
536       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
537         <dc:Bounds x="553" y="1283" width="36" height="36" />
538         <bpmndi:BPMNLabel>
539           <dc:Bounds x="571" y="1324" width="0" height="0" />
540         </bpmndi:BPMNLabel>
541       </bpmndi:BPMNShape>
542       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
543         <dc:Bounds x="632" y="1283" width="36" height="36" />
544         <bpmndi:BPMNLabel>
545           <dc:Bounds x="650" y="1324" width="0" height="0" />
546         </bpmndi:BPMNLabel>
547       </bpmndi:BPMNShape>
548       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
549         <dc:Bounds x="726" y="1283" width="36" height="36" />
550         <bpmndi:BPMNLabel>
551           <dc:Bounds x="744" y="1324" width="0" height="0" />
552         </bpmndi:BPMNLabel>
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
555         <di:waypoint xsi:type="dc:Point" x="668" y="1301" />
556         <di:waypoint xsi:type="dc:Point" x="726" y="1301" />
557         <bpmndi:BPMNLabel>
558           <dc:Bounds x="697" y="1286" width="0" height="0" />
559         </bpmndi:BPMNLabel>
560       </bpmndi:BPMNEdge>
561       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
562         <dc:Bounds x="397" y="1261" width="100" height="80" />
563       </bpmndi:BPMNShape>
564       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
565         <di:waypoint xsi:type="dc:Point" x="389" y="993" />
566         <di:waypoint xsi:type="dc:Point" x="439" y="993" />
567         <bpmndi:BPMNLabel>
568           <dc:Bounds x="432" y="961" width="0" height="0" />
569         </bpmndi:BPMNLabel>
570       </bpmndi:BPMNEdge>
571       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
572         <di:waypoint xsi:type="dc:Point" x="497" y="1301" />
573         <di:waypoint xsi:type="dc:Point" x="553" y="1301" />
574         <bpmndi:BPMNLabel>
575           <dc:Bounds x="390" y="1361" width="0" height="0" />
576         </bpmndi:BPMNLabel>
577       </bpmndi:BPMNEdge>
578       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">
579         <dc:Bounds x="454" y="559" width="100" height="80" />
580       </bpmndi:BPMNShape>
581       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133">
582         <di:waypoint xsi:type="dc:Point" x="1130" y="835" />
583         <di:waypoint xsi:type="dc:Point" x="1130" y="900" />
584         <di:waypoint xsi:type="dc:Point" x="99" y="900" />
585         <di:waypoint xsi:type="dc:Point" x="99" y="993" />
586         <di:waypoint xsi:type="dc:Point" x="139" y="993" />
587         <bpmndi:BPMNLabel>
588           <dc:Bounds x="1109" y="862" width="12" height="12" />
589         </bpmndi:BPMNLabel>
590       </bpmndi:BPMNEdge>
591       <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3">
592         <di:waypoint xsi:type="dc:Point" x="655" y="90" />
593         <di:waypoint xsi:type="dc:Point" x="718" y="90" />
594         <bpmndi:BPMNLabel>
595           <dc:Bounds x="687" y="75" width="0" height="0" />
596         </bpmndi:BPMNLabel>
597       </bpmndi:BPMNEdge>
598       <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7">
599         <dc:Bounds x="555" y="50" width="100" height="80" />
600       </bpmndi:BPMNShape>
601       <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy">
602         <di:waypoint xsi:type="dc:Point" x="818" y="90" />
603         <di:waypoint xsi:type="dc:Point" x="982" y="90" />
604         <di:waypoint xsi:type="dc:Point" x="982" y="156" />
605         <di:waypoint xsi:type="dc:Point" x="103" y="156" />
606         <di:waypoint xsi:type="dc:Point" x="103" y="237" />
607         <di:waypoint xsi:type="dc:Point" x="131" y="237" />
608         <bpmndi:BPMNLabel>
609           <dc:Bounds x="543" y="141" width="0" height="0" />
610         </bpmndi:BPMNLabel>
611       </bpmndi:BPMNEdge>
612       <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j">
613         <dc:Bounds x="718" y="50" width="100" height="80" />
614       </bpmndi:BPMNShape>
615       <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l">
616         <di:waypoint xsi:type="dc:Point" x="473" y="90" />
617         <di:waypoint xsi:type="dc:Point" x="555" y="90" />
618         <bpmndi:BPMNLabel>
619           <dc:Bounds x="514" y="75" width="0" height="0" />
620         </bpmndi:BPMNLabel>
621       </bpmndi:BPMNEdge>
622       <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1">
623         <dc:Bounds x="425" y="197" width="100" height="80" />
624       </bpmndi:BPMNShape>
625       <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk">
626         <di:waypoint xsi:type="dc:Point" x="231" y="237" />
627         <di:waypoint xsi:type="dc:Point" x="292" y="237" />
628         <bpmndi:BPMNLabel>
629           <dc:Bounds x="262" y="222" width="0" height="0" />
630         </bpmndi:BPMNLabel>
631       </bpmndi:BPMNEdge>
632       <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m">
633         <di:waypoint xsi:type="dc:Point" x="896" y="264" />
634         <di:waypoint xsi:type="dc:Point" x="896" y="339" />
635         <di:waypoint xsi:type="dc:Point" x="98" y="339" />
636         <di:waypoint xsi:type="dc:Point" x="98" y="427" />
637         <di:waypoint xsi:type="dc:Point" x="139" y="427" />
638         <bpmndi:BPMNLabel>
639           <dc:Bounds x="905" y="313.95238095238096" width="12" height="12" />
640         </bpmndi:BPMNLabel>
641       </bpmndi:BPMNEdge>
642       <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru">
643         <di:waypoint xsi:type="dc:Point" x="554" y="599" />
644         <di:waypoint xsi:type="dc:Point" x="617" y="599" />
645         <bpmndi:BPMNLabel>
646           <dc:Bounds x="586" y="584" width="0" height="0" />
647         </bpmndi:BPMNLabel>
648       </bpmndi:BPMNEdge>
649       <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka">
650         <dc:Bounds x="714" y="197" width="100" height="80" />
651       </bpmndi:BPMNShape>
652       <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt">
653         <dc:Bounds x="960" y="770" width="100" height="80" />
654       </bpmndi:BPMNShape>
655       <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge">
656         <dc:Bounds x="131" y="197" width="100" height="80" />
657       </bpmndi:BPMNShape>
658       <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s">
659         <di:waypoint xsi:type="dc:Point" x="239" y="427" />
660         <di:waypoint xsi:type="dc:Point" x="292" y="427" />
661         <bpmndi:BPMNLabel>
662           <dc:Bounds x="266" y="412" width="0" height="0" />
663         </bpmndi:BPMNLabel>
664       </bpmndi:BPMNEdge>
665       <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza">
666         <di:waypoint xsi:type="dc:Point" x="525" y="427" />
667         <di:waypoint xsi:type="dc:Point" x="601" y="427" />
668         <bpmndi:BPMNLabel>
669           <dc:Bounds x="563" y="412" width="0" height="0" />
670         </bpmndi:BPMNLabel>
671       </bpmndi:BPMNEdge>
672       <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9">
673         <di:waypoint xsi:type="dc:Point" x="814" y="427" />
674         <di:waypoint xsi:type="dc:Point" x="871" y="427" />
675         <bpmndi:BPMNLabel>
676           <dc:Bounds x="843" y="412" width="0" height="0" />
677         </bpmndi:BPMNLabel>
678       </bpmndi:BPMNEdge>
679       <bpmndi:BPMNShape id="ScriptTask_02wc9i0_di" bpmnElement="Task_1dtbnuy">
680         <dc:Bounds x="139" y="387" width="100" height="80" />
681       </bpmndi:BPMNShape>
682       <bpmndi:BPMNShape id="ScriptTask_0mz2hdm_di" bpmnElement="Task_1fj63ov">
683         <dc:Bounds x="425" y="387" width="100" height="80" />
684       </bpmndi:BPMNShape>
685       <bpmndi:BPMNShape id="ScriptTask_1wagy2o_di" bpmnElement="Task_1cfkcss">
686         <dc:Bounds x="714" y="387" width="100" height="80" />
687       </bpmndi:BPMNShape>
688       <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs">
689         <di:waypoint xsi:type="dc:Point" x="239" y="810" />
690         <di:waypoint xsi:type="dc:Point" x="292" y="810" />
691         <bpmndi:BPMNLabel>
692           <dc:Bounds x="266" y="795" width="0" height="0" />
693         </bpmndi:BPMNLabel>
694       </bpmndi:BPMNEdge>
695       <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909">
696         <di:waypoint xsi:type="dc:Point" x="525" y="810" />
697         <di:waypoint xsi:type="dc:Point" x="601" y="810" />
698         <bpmndi:BPMNLabel>
699           <dc:Bounds x="563" y="795" width="0" height="0" />
700         </bpmndi:BPMNLabel>
701       </bpmndi:BPMNEdge>
702       <bpmndi:BPMNShape id="ScriptTask_13zephm_di" bpmnElement="Task_1hdg951">
703         <dc:Bounds x="139" y="770" width="100" height="80" />
704       </bpmndi:BPMNShape>
705       <bpmndi:BPMNShape id="ScriptTask_11xqphb_di" bpmnElement="Task_1ca5ctq">
706         <dc:Bounds x="425" y="770" width="100" height="80" />
707       </bpmndi:BPMNShape>
708       <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi">
709         <di:waypoint xsi:type="dc:Point" x="814" y="810" />
710         <di:waypoint xsi:type="dc:Point" x="871" y="810" />
711         <bpmndi:BPMNLabel>
712           <dc:Bounds x="843" y="795" width="0" height="0" />
713         </bpmndi:BPMNLabel>
714       </bpmndi:BPMNEdge>
715       <bpmndi:BPMNShape id="ScriptTask_0a4ovfa_di" bpmnElement="Task_1sove95">
716         <dc:Bounds x="714" y="770" width="100" height="80" />
717       </bpmndi:BPMNShape>
718       <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true">
719         <dc:Bounds x="291.803" y="212" width="50" height="50" />
720         <bpmndi:BPMNLabel>
721           <dc:Bounds x="274" y="262" width="86" height="24" />
722         </bpmndi:BPMNLabel>
723       </bpmndi:BPMNShape>
724       <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z">
725         <di:waypoint xsi:type="dc:Point" x="342" y="237" />
726         <di:waypoint xsi:type="dc:Point" x="425" y="237" />
727         <bpmndi:BPMNLabel>
728           <dc:Bounds x="373" y="213" width="12" height="12" />
729         </bpmndi:BPMNLabel>
730       </bpmndi:BPMNEdge>
731       <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true">
732         <dc:Bounds x="601" y="212" width="50" height="50" />
733         <bpmndi:BPMNLabel>
734           <dc:Bounds x="589" y="262" width="73" height="36" />
735         </bpmndi:BPMNLabel>
736       </bpmndi:BPMNShape>
737       <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi">
738         <di:waypoint xsi:type="dc:Point" x="651" y="237" />
739         <di:waypoint xsi:type="dc:Point" x="714" y="237" />
740         <bpmndi:BPMNLabel>
741           <dc:Bounds x="673" y="214" width="12" height="12" />
742         </bpmndi:BPMNLabel>
743       </bpmndi:BPMNEdge>
744       <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit">
745         <dc:Bounds x="1132" y="470" width="100" height="80" />
746       </bpmndi:BPMNShape>
747       <bpmndi:BPMNEdge id="SequenceFlow_1qmz2ez_di" bpmnElement="SequenceFlow_1qmz2ez">
748         <di:waypoint xsi:type="dc:Point" x="317" y="212" />
749         <di:waypoint xsi:type="dc:Point" x="317" y="191" />
750         <di:waypoint xsi:type="dc:Point" x="1182" y="191" />
751         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
752         <bpmndi:BPMNLabel>
753           <dc:Bounds x="378" y="196" width="18" height="12" />
754         </bpmndi:BPMNLabel>
755       </bpmndi:BPMNEdge>
756       <bpmndi:BPMNEdge id="SequenceFlow_03rkfbo_di" bpmnElement="SequenceFlow_03rkfbo">
757         <di:waypoint xsi:type="dc:Point" x="626" y="212" />
758         <di:waypoint xsi:type="dc:Point" x="626" y="187" />
759         <di:waypoint xsi:type="dc:Point" x="1182" y="187" />
760         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
761         <bpmndi:BPMNLabel>
762           <dc:Bounds x="683" y="166" width="18" height="12" />
763         </bpmndi:BPMNLabel>
764       </bpmndi:BPMNEdge>
765       <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf">
766         <di:waypoint xsi:type="dc:Point" x="1232" y="510" />
767         <di:waypoint xsi:type="dc:Point" x="1314" y="510" />
768         <bpmndi:BPMNLabel>
769           <dc:Bounds x="1273" y="495" width="0" height="0" />
770         </bpmndi:BPMNLabel>
771       </bpmndi:BPMNEdge>
772       <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm">
773         <dc:Bounds x="1438" y="470" width="100" height="80" />
774       </bpmndi:BPMNShape>
775       <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n">
776         <di:waypoint xsi:type="dc:Point" x="1339" y="485" />
777         <di:waypoint xsi:type="dc:Point" x="1339" y="373" />
778         <di:waypoint xsi:type="dc:Point" x="1438" y="373" />
779         <bpmndi:BPMNLabel>
780           <dc:Bounds x="1390" y="377" width="26" height="12" />
781         </bpmndi:BPMNLabel>
782       </bpmndi:BPMNEdge>
783       <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw">
784         <di:waypoint xsi:type="dc:Point" x="1364" y="510" />
785         <di:waypoint xsi:type="dc:Point" x="1405" y="510" />
786         <di:waypoint xsi:type="dc:Point" x="1405" y="510" />
787         <di:waypoint xsi:type="dc:Point" x="1438" y="510" />
788         <bpmndi:BPMNLabel>
789           <dc:Bounds x="1379" y="516" width="42" height="12" />
790         </bpmndi:BPMNLabel>
791       </bpmndi:BPMNEdge>
792       <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true">
793         <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" />
794         <bpmndi:BPMNLabel>
795           <dc:Bounds x="904" y="257.86673247778873" width="73" height="36" />
796         </bpmndi:BPMNLabel>
797       </bpmndi:BPMNShape>
798       <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p">
799         <di:waypoint xsi:type="dc:Point" x="814" y="237" />
800         <di:waypoint xsi:type="dc:Point" x="871" y="237" />
801         <bpmndi:BPMNLabel>
802           <dc:Bounds x="843" y="222" width="0" height="0" />
803         </bpmndi:BPMNLabel>
804       </bpmndi:BPMNEdge>
805       <bpmndi:BPMNEdge id="SequenceFlow_1lsm3bn_di" bpmnElement="SequenceFlow_1lsm3bn">
806         <di:waypoint xsi:type="dc:Point" x="921" y="237" />
807         <di:waypoint xsi:type="dc:Point" x="1182" y="237" />
808         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
809         <bpmndi:BPMNLabel>
810           <dc:Bounds x="1044" y="214" width="18" height="12" />
811         </bpmndi:BPMNLabel>
812       </bpmndi:BPMNEdge>
813       <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true">
814         <dc:Bounds x="292" y="402" width="50" height="50" />
815         <bpmndi:BPMNLabel>
816           <dc:Bounds x="283" y="452" width="68" height="24" />
817         </bpmndi:BPMNLabel>
818       </bpmndi:BPMNShape>
819       <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib">
820         <di:waypoint xsi:type="dc:Point" x="342" y="427" />
821         <di:waypoint xsi:type="dc:Point" x="425" y="427" />
822         <bpmndi:BPMNLabel>
823           <dc:Bounds x="378" y="412" width="12" height="12" />
824         </bpmndi:BPMNLabel>
825       </bpmndi:BPMNEdge>
826       <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true">
827         <dc:Bounds x="601" y="402" width="50" height="50" />
828         <bpmndi:BPMNLabel>
829           <dc:Bounds x="590" y="452" width="72" height="24" />
830         </bpmndi:BPMNLabel>
831       </bpmndi:BPMNShape>
832       <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8">
833         <di:waypoint xsi:type="dc:Point" x="651" y="427" />
834         <di:waypoint xsi:type="dc:Point" x="714" y="427" />
835         <bpmndi:BPMNLabel>
836           <dc:Bounds x="677" y="412" width="12" height="12" />
837         </bpmndi:BPMNLabel>
838       </bpmndi:BPMNEdge>
839       <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true">
840         <dc:Bounds x="870.9141164856861" y="402" width="50" height="50" />
841         <bpmndi:BPMNLabel>
842           <dc:Bounds x="909" y="445" width="68" height="24" />
843         </bpmndi:BPMNLabel>
844       </bpmndi:BPMNShape>
845       <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki">
846         <di:waypoint xsi:type="dc:Point" x="896" y="452" />
847         <di:waypoint xsi:type="dc:Point" x="896" y="507" />
848         <di:waypoint xsi:type="dc:Point" x="90" y="507" />
849         <di:waypoint xsi:type="dc:Point" x="90" y="599" />
850         <di:waypoint xsi:type="dc:Point" x="219" y="599" />
851         <bpmndi:BPMNLabel>
852           <dc:Bounds x="906" y="484" width="12" height="12" />
853         </bpmndi:BPMNLabel>
854       </bpmndi:BPMNEdge>
855       <bpmndi:BPMNEdge id="SequenceFlow_0bduwog_di" bpmnElement="SequenceFlow_0bduwog">
856         <di:waypoint xsi:type="dc:Point" x="317" y="402" />
857         <di:waypoint xsi:type="dc:Point" x="317" y="354" />
858         <di:waypoint xsi:type="dc:Point" x="1182" y="354" />
859         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
860         <bpmndi:BPMNLabel>
861           <dc:Bounds x="375" y="356" width="18" height="12" />
862         </bpmndi:BPMNLabel>
863       </bpmndi:BPMNEdge>
864       <bpmndi:BPMNEdge id="SequenceFlow_0uwar5b_di" bpmnElement="SequenceFlow_0uwar5b">
865         <di:waypoint xsi:type="dc:Point" x="626" y="402" />
866         <di:waypoint xsi:type="dc:Point" x="626" y="359" />
867         <di:waypoint xsi:type="dc:Point" x="1182" y="359" />
868         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
869         <bpmndi:BPMNLabel>
870           <dc:Bounds x="676" y="367" width="18" height="12" />
871         </bpmndi:BPMNLabel>
872       </bpmndi:BPMNEdge>
873       <bpmndi:BPMNEdge id="SequenceFlow_0i7hfj2_di" bpmnElement="SequenceFlow_0i7hfj2">
874         <di:waypoint xsi:type="dc:Point" x="921" y="427" />
875         <di:waypoint xsi:type="dc:Point" x="1182" y="427" />
876         <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
877         <bpmndi:BPMNLabel>
878           <dc:Bounds x="1044" y="412" width="18" height="12" />
879         </bpmndi:BPMNLabel>
880       </bpmndi:BPMNEdge>
881       <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true">
882         <dc:Bounds x="617" y="574" width="50" height="50" />
883         <bpmndi:BPMNLabel>
884           <dc:Bounds x="654" y="618" width="83" height="36" />
885         </bpmndi:BPMNLabel>
886       </bpmndi:BPMNShape>
887       <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4">
888         <di:waypoint xsi:type="dc:Point" x="642" y="624" />
889         <di:waypoint xsi:type="dc:Point" x="642" y="694" />
890         <di:waypoint xsi:type="dc:Point" x="91" y="694" />
891         <di:waypoint xsi:type="dc:Point" x="91" y="810" />
892         <di:waypoint xsi:type="dc:Point" x="139" y="810" />
893         <bpmndi:BPMNLabel>
894           <dc:Bounds x="361" y="679" width="12" height="12" />
895         </bpmndi:BPMNLabel>
896       </bpmndi:BPMNEdge>
897       <bpmndi:BPMNEdge id="SequenceFlow_10ek8l4_di" bpmnElement="SequenceFlow_10ek8l4">
898         <di:waypoint xsi:type="dc:Point" x="667" y="599" />
899         <di:waypoint xsi:type="dc:Point" x="1182" y="599" />
900         <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
901         <bpmndi:BPMNLabel>
902           <dc:Bounds x="916" y="584" width="18" height="12" />
903         </bpmndi:BPMNLabel>
904       </bpmndi:BPMNEdge>
905       <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true">
906         <dc:Bounds x="292.1076011846002" y="785" width="50" height="50" />
907         <bpmndi:BPMNLabel>
908           <dc:Bounds x="284" y="835" width="68" height="24" />
909         </bpmndi:BPMNLabel>
910       </bpmndi:BPMNShape>
911       <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m">
912         <di:waypoint xsi:type="dc:Point" x="342" y="810" />
913         <di:waypoint xsi:type="dc:Point" x="425" y="810" />
914         <bpmndi:BPMNLabel>
915           <dc:Bounds x="378" y="795" width="12" height="12" />
916         </bpmndi:BPMNLabel>
917       </bpmndi:BPMNEdge>
918       <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true">
919         <dc:Bounds x="601.1076011846002" y="785" width="50" height="50" />
920         <bpmndi:BPMNLabel>
921           <dc:Bounds x="591" y="835" width="72" height="24" />
922         </bpmndi:BPMNLabel>
923       </bpmndi:BPMNShape>
924       <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk">
925         <di:waypoint xsi:type="dc:Point" x="651.1076011846002" y="810" />
926         <di:waypoint xsi:type="dc:Point" x="714" y="810" />
927         <bpmndi:BPMNLabel>
928           <dc:Bounds x="677" y="795" width="12" height="12" />
929         </bpmndi:BPMNLabel>
930       </bpmndi:BPMNEdge>
931       <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true">
932         <dc:Bounds x="871" y="785" width="50" height="50" />
933         <bpmndi:BPMNLabel>
934           <dc:Bounds x="862" y="835" width="68" height="24" />
935         </bpmndi:BPMNLabel>
936       </bpmndi:BPMNShape>
937       <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d">
938         <di:waypoint xsi:type="dc:Point" x="921" y="810" />
939         <di:waypoint xsi:type="dc:Point" x="960" y="810" />
940         <bpmndi:BPMNLabel>
941           <dc:Bounds x="935" y="795" width="12" height="12" />
942         </bpmndi:BPMNLabel>
943       </bpmndi:BPMNEdge>
944       <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true">
945         <dc:Bounds x="1105.1076011846003" y="785" width="50" height="50" />
946         <bpmndi:BPMNLabel>
947           <dc:Bounds x="1145" y="833" width="73" height="36" />
948         </bpmndi:BPMNLabel>
949       </bpmndi:BPMNShape>
950       <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6">
951         <di:waypoint xsi:type="dc:Point" x="1060" y="810" />
952         <di:waypoint xsi:type="dc:Point" x="1105" y="810" />
953         <bpmndi:BPMNLabel>
954           <dc:Bounds x="1083" y="785" width="0" height="0" />
955         </bpmndi:BPMNLabel>
956       </bpmndi:BPMNEdge>
957       <bpmndi:BPMNEdge id="SequenceFlow_13yjc85_di" bpmnElement="SequenceFlow_13yjc85">
958         <di:waypoint xsi:type="dc:Point" x="1155" y="810" />
959         <di:waypoint xsi:type="dc:Point" x="1182" y="810" />
960         <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
961         <bpmndi:BPMNLabel>
962           <dc:Bounds x="1160" y="795" width="18" height="12" />
963         </bpmndi:BPMNLabel>
964       </bpmndi:BPMNEdge>
965       <bpmndi:BPMNEdge id="SequenceFlow_0waedj5_di" bpmnElement="SequenceFlow_0waedj5">
966         <di:waypoint xsi:type="dc:Point" x="317" y="785" />
967         <di:waypoint xsi:type="dc:Point" x="317" y="711" />
968         <di:waypoint xsi:type="dc:Point" x="1182" y="711" />
969         <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
970         <bpmndi:BPMNLabel>
971           <dc:Bounds x="370" y="716" width="18" height="12" />
972         </bpmndi:BPMNLabel>
973       </bpmndi:BPMNEdge>
974       <bpmndi:BPMNEdge id="SequenceFlow_1hg9c2l_di" bpmnElement="SequenceFlow_1hg9c2l">
975         <di:waypoint xsi:type="dc:Point" x="626" y="785" />
976         <di:waypoint xsi:type="dc:Point" x="626" y="714" />
977         <di:waypoint xsi:type="dc:Point" x="1182" y="714" />
978         <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
979         <bpmndi:BPMNLabel>
980           <dc:Bounds x="669" y="717" width="18" height="12" />
981         </bpmndi:BPMNLabel>
982       </bpmndi:BPMNEdge>
983       <bpmndi:BPMNEdge id="SequenceFlow_0gej71y_di" bpmnElement="SequenceFlow_0gej71y">
984         <di:waypoint xsi:type="dc:Point" x="896" y="785" />
985         <di:waypoint xsi:type="dc:Point" x="896" y="720" />
986         <di:waypoint xsi:type="dc:Point" x="1182" y="720" />
987         <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
988         <bpmndi:BPMNLabel>
989           <dc:Bounds x="905" y="738" width="18" height="12" />
990         </bpmndi:BPMNLabel>
991       </bpmndi:BPMNEdge>
992       <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h">
993         <dc:Bounds x="1438" y="333" width="100" height="80" />
994       </bpmndi:BPMNShape>
995       <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true">
996         <dc:Bounds x="1314" y="485" width="50" height="50" />
997         <bpmndi:BPMNLabel>
998           <dc:Bounds x="1295" y="534.2201382033564" width="87" height="12" />
999         </bpmndi:BPMNLabel>
1000       </bpmndi:BPMNShape>
1001       <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true">
1002         <dc:Bounds x="1463" y="671" width="50" height="50" />
1003         <bpmndi:BPMNLabel>
1004           <dc:Bounds x="1499" y="715" width="69" height="24" />
1005         </bpmndi:BPMNLabel>
1006       </bpmndi:BPMNShape>
1007       <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3">
1008         <di:waypoint xsi:type="dc:Point" x="1339" y="535" />
1009         <di:waypoint xsi:type="dc:Point" x="1339" y="648" />
1010         <di:waypoint xsi:type="dc:Point" x="1490" y="648" />
1011         <di:waypoint xsi:type="dc:Point" x="1489" y="672" />
1012         <bpmndi:BPMNLabel>
1013           <dc:Bounds x="1404" y="633" width="21" height="12" />
1014         </bpmndi:BPMNLabel>
1015       </bpmndi:BPMNEdge>
1016       <bpmndi:BPMNEdge id="SequenceFlow_1sla5dr_di" bpmnElement="SequenceFlow_1sla5dr">
1017         <di:waypoint xsi:type="dc:Point" x="1463" y="696" />
1018         <di:waypoint xsi:type="dc:Point" x="440" y="696" />
1019         <di:waypoint xsi:type="dc:Point" x="440" y="467" />
1020         <bpmndi:BPMNLabel>
1021           <dc:Bounds x="1228" y="699" width="85" height="24" />
1022         </bpmndi:BPMNLabel>
1023       </bpmndi:BPMNEdge>
1024       <bpmndi:BPMNEdge id="SequenceFlow_0iektwg_di" bpmnElement="SequenceFlow_0iektwg">
1025         <di:waypoint xsi:type="dc:Point" x="1467" y="692" />
1026         <di:waypoint xsi:type="dc:Point" x="1323" y="667" />
1027         <di:waypoint xsi:type="dc:Point" x="764" y="667" />
1028         <di:waypoint xsi:type="dc:Point" x="764" y="467" />
1029         <bpmndi:BPMNLabel>
1030           <dc:Bounds x="1214" y="631" width="87" height="24" />
1031         </bpmndi:BPMNLabel>
1032       </bpmndi:BPMNEdge>
1033       <bpmndi:BPMNEdge id="SequenceFlow_1ttepat_di" bpmnElement="SequenceFlow_1ttepat">
1034         <di:waypoint xsi:type="dc:Point" x="1468" y="701" />
1035         <di:waypoint xsi:type="dc:Point" x="1346" y="735" />
1036         <di:waypoint xsi:type="dc:Point" x="243" y="735" />
1037         <di:waypoint xsi:type="dc:Point" x="243" y="639" />
1038         <bpmndi:BPMNLabel>
1039           <dc:Bounds x="1233" y="743" width="85" height="24" />
1040         </bpmndi:BPMNLabel>
1041       </bpmndi:BPMNEdge>
1042       <bpmndi:BPMNEdge id="SequenceFlow_1hx1ur7_di" bpmnElement="SequenceFlow_1hx1ur7">
1043         <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1044         <di:waypoint xsi:type="dc:Point" x="1488" y="789" />
1045         <di:waypoint xsi:type="dc:Point" x="1322" y="883" />
1046         <di:waypoint xsi:type="dc:Point" x="475" y="883" />
1047         <di:waypoint xsi:type="dc:Point" x="475" y="850" />
1048         <bpmndi:BPMNLabel>
1049           <dc:Bounds x="1316" y="811" width="85" height="24" />
1050         </bpmndi:BPMNLabel>
1051       </bpmndi:BPMNEdge>
1052       <bpmndi:BPMNEdge id="SequenceFlow_0ukzynj_di" bpmnElement="SequenceFlow_0ukzynj">
1053         <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1054         <di:waypoint xsi:type="dc:Point" x="1488" y="818" />
1055         <di:waypoint xsi:type="dc:Point" x="1346" y="918" />
1056         <di:waypoint xsi:type="dc:Point" x="764" y="918" />
1057         <di:waypoint xsi:type="dc:Point" x="764" y="850" />
1058         <bpmndi:BPMNLabel>
1059           <dc:Bounds x="1374" y="853.0052048946286" width="85" height="24" />
1060         </bpmndi:BPMNLabel>
1061       </bpmndi:BPMNEdge>
1062       <bpmndi:BPMNEdge id="SequenceFlow_1lsfn19_di" bpmnElement="SequenceFlow_1lsfn19">
1063         <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1064         <di:waypoint xsi:type="dc:Point" x="1488" y="858" />
1065         <di:waypoint xsi:type="dc:Point" x="1368" y="952" />
1066         <di:waypoint xsi:type="dc:Point" x="1010" y="952" />
1067         <di:waypoint xsi:type="dc:Point" x="1010" y="850" />
1068         <bpmndi:BPMNLabel>
1069           <dc:Bounds x="1402" y="937.143889853408" width="85" height="24" />
1070         </bpmndi:BPMNLabel>
1071       </bpmndi:BPMNEdge>
1072       <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v">
1073         <di:waypoint xsi:type="dc:Point" x="319" y="599" />
1074         <di:waypoint xsi:type="dc:Point" x="454" y="599" />
1075         <bpmndi:BPMNLabel>
1076           <dc:Bounds x="387" y="584" width="0" height="0" />
1077         </bpmndi:BPMNLabel>
1078       </bpmndi:BPMNEdge>
1079       <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go">
1080         <dc:Bounds x="219" y="559" width="100" height="80" />
1081       </bpmndi:BPMNShape>
1082       <bpmndi:BPMNEdge id="SequenceFlow_0fxuur5_di" bpmnElement="SequenceFlow_0fxuur5">
1083         <di:waypoint xsi:type="dc:Point" x="1505" y="688" />
1084         <di:waypoint xsi:type="dc:Point" x="1700" y="587" />
1085         <di:waypoint xsi:type="dc:Point" x="1700" y="307" />
1086         <di:waypoint xsi:type="dc:Point" x="475" y="307" />
1087         <di:waypoint xsi:type="dc:Point" x="475" y="277" />
1088         <bpmndi:BPMNLabel>
1089           <dc:Bounds x="1563" y="581.1817056243242" width="88" height="36" />
1090         </bpmndi:BPMNLabel>
1091       </bpmndi:BPMNEdge>
1092       <bpmndi:BPMNEdge id="SequenceFlow_1wax44p_di" bpmnElement="SequenceFlow_1wax44p">
1093         <di:waypoint xsi:type="dc:Point" x="1507" y="690" />
1094         <di:waypoint xsi:type="dc:Point" x="1804" y="594" />
1095         <di:waypoint xsi:type="dc:Point" x="1804" y="307" />
1096         <di:waypoint xsi:type="dc:Point" x="743" y="307" />
1097         <di:waypoint xsi:type="dc:Point" x="743" y="277" />
1098         <bpmndi:BPMNLabel>
1099           <dc:Bounds x="1671" y="596.5" width="81" height="24" />
1100         </bpmndi:BPMNLabel>
1101       </bpmndi:BPMNEdge>
1102       <bpmndi:BPMNEdge id="SequenceFlow_1nlqlwn_di" bpmnElement="SequenceFlow_1nlqlwn">
1103         <di:waypoint xsi:type="dc:Point" x="1510" y="693" />
1104         <di:waypoint xsi:type="dc:Point" x="1904" y="635" />
1105         <di:waypoint xsi:type="dc:Point" x="1904" y="307" />
1106         <di:waypoint xsi:type="dc:Point" x="175" y="307" />
1107         <di:waypoint xsi:type="dc:Point" x="175" y="387" />
1108         <bpmndi:BPMNLabel>
1109           <dc:Bounds x="1762" y="612.956397371246" width="80" height="24" />
1110         </bpmndi:BPMNLabel>
1111       </bpmndi:BPMNEdge>
1112       <bpmndi:BPMNEdge id="SequenceFlow_1c022sy_di" bpmnElement="SequenceFlow_1c022sy">
1113         <di:waypoint xsi:type="dc:Point" x="1499" y="682" />
1114         <di:waypoint xsi:type="dc:Point" x="1657" y="478" />
1115         <di:waypoint xsi:type="dc:Point" x="1657" y="373" />
1116         <di:waypoint xsi:type="dc:Point" x="1538" y="373" />
1117         <bpmndi:BPMNLabel>
1118           <dc:Bounds x="1672" y="425.5" width="0" height="0" />
1119         </bpmndi:BPMNLabel>
1120       </bpmndi:BPMNEdge>
1121     </bpmndi:BPMNPlane>
1122   </bpmndi:BPMNDiagram>
1123 </bpmn2:definitions>