AT&T 1712 and 1802 release code
[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="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:incoming>SequenceFlow_1dqbqqx</bpmn2:incoming>
46       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
47       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
48 def uvfm = new UpdateVnfInfra()
49 uvfm.completionHandlerPrep(execution, 'CompletionHandlerRequest')
50 ]]></bpmn2:script>
51     </bpmn2:scriptTask>
52     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" />
53     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">
54       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">
55         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
56         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
57       </bpmn2:startEvent>
58       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="Task_07rej8l" />
59       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
60         <bpmn2:incoming>SequenceFlow_0slcwxc</bpmn2:incoming>
61         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
62         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
63 def uvfm = new UpdateVnfInfra()
64 uvfm.falloutHandlerPrep(execution, 'FalloutHandlerRequest')
65 ]]></bpmn2:script>
66       </bpmn2:scriptTask>
67       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" />
68       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">
69         <bpmn2:extensionElements>
70           <camunda:in source="FalloutHandlerRequest" target="FalloutHandlerRequest" />
71           <camunda:in source="mso-request-id" target="mso-request-id" />
72           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
73           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
74         </bpmn2:extensionElements>
75         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
76         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
77       </bpmn2:callActivity>
78       <bpmn2:endEvent id="EndEvent_2">
79         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
80         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
81       </bpmn2:endEvent>
82       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" />
83       <bpmn2:sequenceFlow id="SequenceFlow_0a0lfh8" sourceRef="Task_07rej8l" targetRef="Task_18twhln" />
84       <bpmn2:sequenceFlow id="SequenceFlow_0r0o5yt" sourceRef="Task_18twhln" targetRef="Task_16v4gow" />
85       <bpmn2:sequenceFlow id="SequenceFlow_0slcwxc" sourceRef="Task_16v4gow" targetRef="ScriptTask_3" />
86       <bpmn2:scriptTask id="Task_07rej8l" name="PreProcess Rollback" scriptFormat="groovy">
87         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
88         <bpmn2:outgoing>SequenceFlow_0a0lfh8</bpmn2:outgoing>
89         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
90 def uvfm = new VnfInPlaceUpdate()
91 uvfm.preProcessRollback(execution)]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:scriptTask id="Task_16v4gow" name="PostProcess Rollback" scriptFormat="groovy">
94         <bpmn2:incoming>SequenceFlow_0r0o5yt</bpmn2:incoming>
95         <bpmn2:outgoing>SequenceFlow_0slcwxc</bpmn2:outgoing>
96         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
97 def uvfm = new VnfInPlaceUpdate()
98 uvfm.postProcessRollback(execution)]]></bpmn2:script>
99       </bpmn2:scriptTask>
100       <bpmn2:callActivity id="Task_18twhln" name="Rollback Processing" calledElement="RollbackVnf">
101         <bpmn2:extensionElements>
102           <camunda:in source="msoRequestId" target="msoRequestId" />
103           <camunda:in source="vnfId" target="vnfId" />
104           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
105           <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" />
106           <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" />
107           <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" />
108           <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" />
109           <camunda:in source="errorCode" target="errorCode" />
110           <camunda:in source="rollbackQuiesceTraffic" target="rollbackQuiesceTraffic" />
111           <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" />
112         </bpmn2:extensionElements>
113         <bpmn2:incoming>SequenceFlow_0a0lfh8</bpmn2:incoming>
114         <bpmn2:outgoing>SequenceFlow_0r0o5yt</bpmn2:outgoing>
115       </bpmn2:callActivity>
116     </bpmn2:subProcess>
117     <bpmn2:endEvent id="EndEvent_3">
118       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
119       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
120     </bpmn2:endEvent>
121     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
122       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
123       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
124     </bpmn2:boundaryEvent>
125     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
126     <bpmn2:startEvent id="StartEvent_1" name="Start">
127       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
128     </bpmn2:startEvent>
129     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
130     <bpmn2:callActivity id="ScriptTask_6" name="DoUpdateVnfAndModules" calledElement="DoUpdateVnfAndModules">
131       <bpmn2:extensionElements>
132         <camunda:in source="requestId" target="msoRequestId" />
133         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
134         <camunda:out source="WorkflowException" target="WorkflowException" />
135         <camunda:in source="isVidRequest" target="isVidRequest" />
136         <camunda:in source="vnfType" target="vnfType" />
137         <camunda:in source="vnfName" target="vnfName" />
138         <camunda:in source="vnfId" target="vnfId" />
139         <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
140         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
141         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
142         <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
143         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
144         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
145         <camunda:in source="tenantId" target="tenantId" />
146         <camunda:in source="sdncVersion" target="sdncVersion" />
147         <camunda:in source="usePreload" target="usePreload" />
148         <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" />
149         <camunda:in source="vfModuleInputParams" target="vfModuleInputParams" />
150       </bpmn2:extensionElements>
151       <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming>
152       <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing>
153     </bpmn2:callActivity>
154     <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" />
155     <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" />
156     <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService">
157       <bpmn2:extensionElements>
158         <camunda:in source="msoRequestId" target="msoRequestId" />
159         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
160         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
161         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
162         <camunda:out source="WorkflowException" target="WorkflowException" />
163         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
164       </bpmn2:extensionElements>
165       <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming>
166       <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing>
167     </bpmn2:callActivity>
168     <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_155eyrq" />
169     <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy">
170       <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming>
171       <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing>
172       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
173 def uvfm = new UpdateVnfInfra()
174 uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script>
175     </bpmn2:scriptTask>
176     <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" />
177     <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&#38;AI" scriptFormat="groovy">
178       <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming>
179       <bpmn2:incoming>SequenceFlow_1pj72fw</bpmn2:incoming>
180       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
181       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
182 def uvfm = new UpdateVnfInfra()
183 uvfm.checkIfVnfInMaintInAAI(execution)
184 ]]></bpmn2:script>
185     </bpmn2:scriptTask>
186     <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" />
187     <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" />
188     <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" />
189     <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&#38;AI" scriptFormat="groovy">
190       <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming>
191       <bpmn2:incoming>SequenceFlow_1lmijmb</bpmn2:incoming>
192       <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing>
193       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
194 def uvfm = new UpdateVnfInfra()
195 uvfm.setVnfInMaintFlagInAAI(execution, true)
196 ]]></bpmn2:script>
197     </bpmn2:scriptTask>
198     <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&#38;AI" scriptFormat="groovy">
199       <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming>
200       <bpmn2:incoming>SequenceFlow_11p8elx</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing>
202       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
203 def uvfm = new UpdateVnfInfra()
204 uvfm.setVnfInMaintFlagInAAI(execution, false)
205 ]]></bpmn2:script>
206     </bpmn2:scriptTask>
207     <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&#38;AI" scriptFormat="groovy">
208       <bpmn2:incoming>SequenceFlow_178fxkj</bpmn2:incoming>
209       <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing>
210       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
211 def uvfm = new UpdateVnfInfra()
212 uvfm.checkIfPserversInMaintInAAI(execution)
213 ]]></bpmn2:script>
214     </bpmn2:scriptTask>
215     <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" />
216     <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" />
217     <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" />
218     <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" />
219     <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" />
220     <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" />
221     <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z">
222       <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming>
223       <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing>
224       <bpmn2:outgoing>SequenceFlow_1esmtgy</bpmn2:outgoing>
225     </bpmn2:exclusiveGateway>
226     <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" />
227     <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi">
228       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
229       <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing>
230       <bpmn2:outgoing>SequenceFlow_1jmzl1j</bpmn2:outgoing>
231     </bpmn2:exclusiveGateway>
232     <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" />
233     <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler">
234       <bpmn2:extensionElements>
235         <camunda:in source="msoRequestId" target="msoRequestId" />
236         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
237         <camunda:in source="serviceType" target="serviceType" />
238         <camunda:in source="nfRole" target="vnfType" />
239         <camunda:in source="currentActivity" target="currentActivity" />
240         <camunda:in source="workStep" target="workStep" />
241         <camunda:in source="failedActivity" target="failedActivity" />
242         <camunda:in source="errorCode" target="errorCode" />
243         <camunda:in source="errorText" target="errorText" />
244         <camunda:out source="WorkflowException" target="WorkflowException" />
245         <camunda:out source="handlingCode" target="disposition" />
246         <camunda:in source="requestorId" target="requestorId" />
247         <camunda:out source="taskId" target="taskId" />
248         <camunda:in source="vnfName" target="vnfName" />
249       </bpmn2:extensionElements>
250       <bpmn2:incoming>SequenceFlow_1nplvhi</bpmn2:incoming>
251       <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing>
252     </bpmn2:callActivity>
253     <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" />
254     <bpmn2:task id="Task_0zbogrm" name="Rollback Processing">
255       <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming>
256     </bpmn2:task>
257     <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h">
258       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression>
259     </bpmn2:sequenceFlow>
260     <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm">
261       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression>
262     </bpmn2:sequenceFlow>
263     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m">
264       <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming>
265       <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing>
266       <bpmn2:outgoing>SequenceFlow_010ynjs</bpmn2:outgoing>
267     </bpmn2:exclusiveGateway>
268     <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" />
269     <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib">
270       <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming>
271       <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing>
272       <bpmn2:outgoing>SequenceFlow_1qsxbp4</bpmn2:outgoing>
273     </bpmn2:exclusiveGateway>
274     <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" />
275     <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8">
276       <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming>
277       <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing>
278       <bpmn2:outgoing>SequenceFlow_15bl7wd</bpmn2:outgoing>
279     </bpmn2:exclusiveGateway>
280     <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" />
281     <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki">
282       <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming>
283       <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing>
284       <bpmn2:outgoing>SequenceFlow_1m84lq5</bpmn2:outgoing>
285     </bpmn2:exclusiveGateway>
286     <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" />
287     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoUpdateVnfAndNModules?" default="SequenceFlow_04zwhw4">
288       <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming>
289       <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing>
290       <bpmn2:outgoing>SequenceFlow_0fog99f</bpmn2:outgoing>
291     </bpmn2:exclusiveGateway>
292     <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_1hdg951" />
293     <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m">
294       <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming>
295       <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing>
296       <bpmn2:outgoing>SequenceFlow_12g63pl</bpmn2:outgoing>
297     </bpmn2:exclusiveGateway>
298     <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" />
299     <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk">
300       <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming>
301       <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing>
302       <bpmn2:outgoing>SequenceFlow_0l83v2k</bpmn2:outgoing>
303     </bpmn2:exclusiveGateway>
304     <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" />
305     <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d">
306       <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming>
307       <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing>
308       <bpmn2:outgoing>SequenceFlow_07fhkt4</bpmn2:outgoing>
309     </bpmn2:exclusiveGateway>
310     <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" />
311     <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3">
312       <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming>
313       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
314       <bpmn2:outgoing>SequenceFlow_0p94lgv</bpmn2:outgoing>
315     </bpmn2:exclusiveGateway>
316     <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" />
317     <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy">
318       <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming>
319       <bpmn2:incoming>SequenceFlow_1c022sy</bpmn2:incoming>
320       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
321 def uvfm = new UpdateVnfInfra()
322 uvfm.abortProcessing(execution)]]></bpmn2:script>
323     </bpmn2:scriptTask>
324     <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition">
325       <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming>
326       <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing>
327       <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing>
328       <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing>
329     </bpmn2:exclusiveGateway>
330     <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_1c022sy">
331       <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming>
332       <bpmn2:outgoing>SequenceFlow_1c022sy</bpmn2:outgoing>
333       <bpmn2:outgoing>SequenceFlow_0tqrgop</bpmn2:outgoing>
334       <bpmn2:outgoing>SequenceFlow_126nlmw</bpmn2:outgoing>
335       <bpmn2:outgoing>SequenceFlow_0mw3mwl</bpmn2:outgoing>
336       <bpmn2:outgoing>SequenceFlow_13md9cw</bpmn2:outgoing>
337       <bpmn2:outgoing>SequenceFlow_0xylem3</bpmn2:outgoing>
338       <bpmn2:outgoing>SequenceFlow_1c5mxd5</bpmn2:outgoing>
339       <bpmn2:outgoing>SequenceFlow_0u8hiu2</bpmn2:outgoing>
340       <bpmn2:outgoing>SequenceFlow_0fs7ay9</bpmn2:outgoing>
341       <bpmn2:outgoing>SequenceFlow_00qwx4v</bpmn2:outgoing>
342       <bpmn2:outgoing>SequenceFlow_14s8ji9</bpmn2:outgoing>
343       <bpmn2:outgoing>SequenceFlow_0kricor</bpmn2:outgoing>
344     </bpmn2:exclusiveGateway>
345     <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx">
346       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip"]]></bpmn2:conditionExpression>
347     </bpmn2:sequenceFlow>
348     <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" />
349     <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoUpdateVnfAndModules" scriptFormat="groovy">
350       <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming>
351       <bpmn2:incoming>SequenceFlow_1hldqvv</bpmn2:incoming>
352       <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing>
353       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
354 def uvfm = new UpdateVnfInfra()
355 uvfm.prepDoUpdateVnfAndModules(execution)]]></bpmn2:script>
356     </bpmn2:scriptTask>
357     <bpmn2:sequenceFlow id="SequenceFlow_1c022sy" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" />
358     <bpmn2:callActivity id="Task_1dtbnuy" name="Call APP-C VNF Lock" calledElement="AppCClient">
359       <bpmn2:extensionElements>
360         <camunda:in source="msoRequestId" target="msoRequestId" />
361         <camunda:in source="actionLock" target="action" />
362         <camunda:in source="vnfId" target="vnfId" />
363         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
364         <camunda:out source="errorCode" target="errorCode" />
365         <camunda:out source="errorText" target="errorText" />
366         <camunda:out source="workStep" target="workStep" />
367         <camunda:out source="failedActivity" target="failedActivity" />
368         <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" />
369       </bpmn2:extensionElements>
370       <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming>
371       <bpmn2:incoming>SequenceFlow_0qmpjgv</bpmn2:incoming>
372       <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing>
373     </bpmn2:callActivity>
374     <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C Health Check" calledElement="AppCClient">
375       <bpmn2:extensionElements>
376         <camunda:in source="msoRequestId" target="msoRequestId" />
377         <camunda:in source="actionHealthCheck" target="action" />
378         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
379         <camunda:in source="payload" target="payload" />
380         <camunda:in source="vnfId" target="vnfId" />
381         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
382         <camunda:out source="errorCode" target="errorCode" />
383         <camunda:out source="errorText" target="errorText" />
384         <camunda:out source="workStep" target="workStep" />
385         <camunda:out source="failedActivity" target="failedActivity" />
386         <camunda:in source="vnfName" target="vnfName" />
387         <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
388       </bpmn2:extensionElements>
389       <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming>
390       <bpmn2:incoming>SequenceFlow_0tld38t</bpmn2:incoming>
391       <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing>
392     </bpmn2:callActivity>
393     <bpmn2:callActivity id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" calledElement="AppCClient">
394       <bpmn2:extensionElements>
395         <camunda:in source="msoRequestId" target="msoRequestId" />
396         <camunda:in source="actionStop" target="action" />
397         <camunda:in source="vnfId" target="vnfId" />
398         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
399         <camunda:out source="errorCode" target="errorCode" />
400         <camunda:out source="errorText" target="errorText" />
401         <camunda:out source="workStep" target="workStep" />
402         <camunda:out source="failedActivity" target="failedActivity" />
403         <camunda:in source="aicIdentity" target="aicIdentity" />
404         <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" />
405       </bpmn2:extensionElements>
406       <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming>
407       <bpmn2:incoming>SequenceFlow_08dyt3l</bpmn2:incoming>
408       <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing>
409     </bpmn2:callActivity>
410     <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C VNF Start" calledElement="AppCClient">
411       <bpmn2:extensionElements>
412         <camunda:in source="msoRequestId" target="msoRequestId" />
413         <camunda:in source="actionStart" target="action" />
414         <camunda:in source="vnfId" target="vnfId" />
415         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
416         <camunda:out source="errorCode" target="errorCode" />
417         <camunda:out source="errorText" target="errorText" />
418         <camunda:out source="workStep" target="workStep" />
419         <camunda:out source="failedActivity" target="failedActivity" />
420         <camunda:in source="aicIdentity" target="aicIdentity" />
421         <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" />
422       </bpmn2:extensionElements>
423       <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming>
424       <bpmn2:incoming>SequenceFlow_0ye8oij</bpmn2:incoming>
425       <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing>
426     </bpmn2:callActivity>
427     <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health Check" calledElement="AppCClient">
428       <bpmn2:extensionElements>
429         <camunda:in source="msoRequestId" target="msoRequestId" />
430         <camunda:in source="actionHealthCheck" target="action" />
431         <camunda:in source="healthCheckIndex1" target="healthCheckIndex" />
432         <camunda:in source="payload" target="payload" />
433         <camunda:in source="vnfId" target="vnfId" />
434         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
435         <camunda:out source="errorCode" target="errorCode" />
436         <camunda:out source="errorText" target="errorText" />
437         <camunda:out source="workStep" target="workStep" />
438         <camunda:out source="failedActivity" target="failedActivity" />
439         <camunda:in source="vnfName" target="vnfName" />
440         <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
441       </bpmn2:extensionElements>
442       <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming>
443       <bpmn2:incoming>SequenceFlow_08kn9ok</bpmn2:incoming>
444       <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing>
445     </bpmn2:callActivity>
446     <bpmn2:callActivity id="Task_1sove95" name="Call APP-C VNF Unlock" calledElement="AppCClient">
447       <bpmn2:extensionElements>
448         <camunda:in source="msoRequestId" target="msoRequestId" />
449         <camunda:in source="actionUnlock" target="action" />
450         <camunda:in source="vnfId" target="vnfId" />
451         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
452         <camunda:out source="errorCode" target="errorCode" />
453         <camunda:out source="errorText" target="errorText" />
454         <camunda:out source="workStep" target="workStep" />
455         <camunda:out source="failedActivity" target="failedActivity" />
456         <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" />
457       </bpmn2:extensionElements>
458       <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming>
459       <bpmn2:incoming>SequenceFlow_02uiht9</bpmn2:incoming>
460       <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing>
461     </bpmn2:callActivity>
462     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0wc37af" name="To Rainy Day Handling">
463       <bpmn2:incoming>SequenceFlow_1esmtgy</bpmn2:incoming>
464       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
465     </bpmn2:intermediateThrowEvent>
466     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1r18wa8" name="To Rainy Day Handling">
467       <bpmn2:incoming>SequenceFlow_1jmzl1j</bpmn2:incoming>
468       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
469     </bpmn2:intermediateThrowEvent>
470     <bpmn2:sequenceFlow id="SequenceFlow_1esmtgy" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_0wc37af">
471       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
472     </bpmn2:sequenceFlow>
473     <bpmn2:sequenceFlow id="SequenceFlow_1jmzl1j" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1r18wa8">
474       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
475     </bpmn2:sequenceFlow>
476     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0k7j3qf" name="To inMaintenance Check">
477       <bpmn2:outgoing>SequenceFlow_1pj72fw</bpmn2:outgoing>
478       <bpmn2:linkEventDefinition name="To inMaintenance Check" />
479     </bpmn2:intermediateCatchEvent>
480     <bpmn2:sequenceFlow id="SequenceFlow_1pj72fw" sourceRef="IntermediateThrowEvent_0k7j3qf" targetRef="Task_1rxiqe1" />
481     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1urs7gm" name="To inMaintenance Set">
482       <bpmn2:outgoing>SequenceFlow_1lmijmb</bpmn2:outgoing>
483       <bpmn2:linkEventDefinition name="To inMaintenance Set" />
484     </bpmn2:intermediateCatchEvent>
485     <bpmn2:sequenceFlow id="SequenceFlow_1lmijmb" sourceRef="IntermediateThrowEvent_1urs7gm" targetRef="Task_0ap39ka" />
486     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0wx980v" name="To Rainy Day Handling">
487       <bpmn2:incoming>SequenceFlow_010ynjs</bpmn2:incoming>
488       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
489     </bpmn2:intermediateThrowEvent>
490     <bpmn2:sequenceFlow id="SequenceFlow_010ynjs" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0wx980v">
491       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
492     </bpmn2:sequenceFlow>
493     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1khl6dg" name="To VNF Lock">
494       <bpmn2:outgoing>SequenceFlow_0qmpjgv</bpmn2:outgoing>
495       <bpmn2:linkEventDefinition name="To VNF Lock" />
496     </bpmn2:intermediateCatchEvent>
497     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11rri8p" name="To Rainy Day Handling">
498       <bpmn2:incoming>SequenceFlow_1qsxbp4</bpmn2:incoming>
499       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
500     </bpmn2:intermediateThrowEvent>
501     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0frizqo" name="To Rainy Day Handling">
502       <bpmn2:incoming>SequenceFlow_15bl7wd</bpmn2:incoming>
503       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
504     </bpmn2:intermediateThrowEvent>
505     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gmhr39" name="To Rainy Day Handling">
506       <bpmn2:incoming>SequenceFlow_1m84lq5</bpmn2:incoming>
507       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
508     </bpmn2:intermediateThrowEvent>
509     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1m2d0qt" name="To Health PreCheck">
510       <bpmn2:outgoing>SequenceFlow_0tld38t</bpmn2:outgoing>
511       <bpmn2:linkEventDefinition name="To Health PreCheck" />
512     </bpmn2:intermediateCatchEvent>
513     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0p4hkug" name="To VNF Stop">
514       <bpmn2:outgoing>SequenceFlow_08dyt3l</bpmn2:outgoing>
515       <bpmn2:linkEventDefinition name="To VNF Stop" />
516     </bpmn2:intermediateCatchEvent>
517     <bpmn2:sequenceFlow id="SequenceFlow_1qsxbp4" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="IntermediateThrowEvent_11rri8p">
518       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
519     </bpmn2:sequenceFlow>
520     <bpmn2:sequenceFlow id="SequenceFlow_0qmpjgv" sourceRef="IntermediateThrowEvent_1khl6dg" targetRef="Task_1dtbnuy" />
521     <bpmn2:sequenceFlow id="SequenceFlow_0tld38t" sourceRef="IntermediateThrowEvent_1m2d0qt" targetRef="Task_1fj63ov" />
522     <bpmn2:sequenceFlow id="SequenceFlow_15bl7wd" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="IntermediateThrowEvent_0frizqo">
523       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
524     </bpmn2:sequenceFlow>
525     <bpmn2:sequenceFlow id="SequenceFlow_08dyt3l" sourceRef="IntermediateThrowEvent_0p4hkug" targetRef="Task_1cfkcss" />
526     <bpmn2:sequenceFlow id="SequenceFlow_1m84lq5" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="IntermediateThrowEvent_1gmhr39">
527       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
528     </bpmn2:sequenceFlow>
529     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1s7fnzf" name="To DoUpdateVnfAndModules">
530       <bpmn2:outgoing>SequenceFlow_1hldqvv</bpmn2:outgoing>
531       <bpmn2:linkEventDefinition name="To DoUpdateVnfAndModules" />
532     </bpmn2:intermediateCatchEvent>
533     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1p2yktm" name="To Rainy Day Handling">
534       <bpmn2:incoming>SequenceFlow_0fog99f</bpmn2:incoming>
535       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
536     </bpmn2:intermediateThrowEvent>
537     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_17j7yap" name="To VNF Start">
538       <bpmn2:outgoing>SequenceFlow_0ye8oij</bpmn2:outgoing>
539       <bpmn2:linkEventDefinition name="To VNF Start" />
540     </bpmn2:intermediateCatchEvent>
541     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gjzx99" name="To Rainy Day Handling">
542       <bpmn2:incoming>SequenceFlow_12g63pl</bpmn2:incoming>
543       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
544     </bpmn2:intermediateThrowEvent>
545     <bpmn2:sequenceFlow id="SequenceFlow_1hldqvv" sourceRef="IntermediateThrowEvent_1s7fnzf" targetRef="Task_0eae8go" />
546     <bpmn2:sequenceFlow id="SequenceFlow_0fog99f" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="IntermediateThrowEvent_1p2yktm">
547       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
548     </bpmn2:sequenceFlow>
549     <bpmn2:sequenceFlow id="SequenceFlow_0ye8oij" sourceRef="IntermediateThrowEvent_17j7yap" targetRef="Task_1hdg951" />
550     <bpmn2:sequenceFlow id="SequenceFlow_12g63pl" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="IntermediateThrowEvent_1gjzx99">
551       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
552     </bpmn2:sequenceFlow>
553     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_03lb8ti" name="To Health PostCheck">
554       <bpmn2:outgoing>SequenceFlow_08kn9ok</bpmn2:outgoing>
555       <bpmn2:linkEventDefinition name="To Health PostCheck" />
556     </bpmn2:intermediateCatchEvent>
557     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1umr8ik" name="To Rainy Day Handling">
558       <bpmn2:incoming>SequenceFlow_0l83v2k</bpmn2:incoming>
559       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
560     </bpmn2:intermediateThrowEvent>
561     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_044oajb" name="To VNF Unlock">
562       <bpmn2:outgoing>SequenceFlow_02uiht9</bpmn2:outgoing>
563       <bpmn2:linkEventDefinition name="To VNF Unlock" />
564     </bpmn2:intermediateCatchEvent>
565     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1c1s0hp" name="To Rainy Day Handling">
566       <bpmn2:incoming>SequenceFlow_07fhkt4</bpmn2:incoming>
567       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
568     </bpmn2:intermediateThrowEvent>
569     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_11i6md0" name="To inMaintenance Unset">
570       <bpmn2:outgoing>SequenceFlow_11p8elx</bpmn2:outgoing>
571       <bpmn2:linkEventDefinition name="To inMaintenance Unset" />
572     </bpmn2:intermediateCatchEvent>
573     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1d8c9i0" name="To Rainy Day Handling">
574       <bpmn2:incoming>SequenceFlow_0p94lgv</bpmn2:incoming>
575       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
576     </bpmn2:intermediateThrowEvent>
577     <bpmn2:sequenceFlow id="SequenceFlow_08kn9ok" sourceRef="IntermediateThrowEvent_03lb8ti" targetRef="Task_1ca5ctq" />
578     <bpmn2:sequenceFlow id="SequenceFlow_0l83v2k" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_1umr8ik">
579       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
580     </bpmn2:sequenceFlow>
581     <bpmn2:sequenceFlow id="SequenceFlow_02uiht9" sourceRef="IntermediateThrowEvent_044oajb" targetRef="Task_1sove95" />
582     <bpmn2:sequenceFlow id="SequenceFlow_07fhkt4" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="IntermediateThrowEvent_1c1s0hp">
583       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
584     </bpmn2:sequenceFlow>
585     <bpmn2:sequenceFlow id="SequenceFlow_11p8elx" sourceRef="IntermediateThrowEvent_11i6md0" targetRef="Task_1drglpt" />
586     <bpmn2:sequenceFlow id="SequenceFlow_0p94lgv" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_1d8c9i0">
587       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
588     </bpmn2:sequenceFlow>
589     <bpmn2:sequenceFlow id="SequenceFlow_1dqbqqx" sourceRef="IntermediateThrowEvent_0xv558x" targetRef="ScriptTask_10" />
590     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0xv558x" name="To Completion Handler Prep">
591       <bpmn2:outgoing>SequenceFlow_1dqbqqx</bpmn2:outgoing>
592       <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
593     </bpmn2:intermediateCatchEvent>
594     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0hljxy3" name="To Rainy Day Handling">
595       <bpmn2:outgoing>SequenceFlow_1nplvhi</bpmn2:outgoing>
596       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
597     </bpmn2:intermediateCatchEvent>
598     <bpmn2:sequenceFlow id="SequenceFlow_1nplvhi" sourceRef="IntermediateThrowEvent_0hljxy3" targetRef="Task_0q5cdit" />
599     <bpmn2:sequenceFlow id="SequenceFlow_0tqrgop" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_08j8zjs">
600       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression>
601     </bpmn2:sequenceFlow>
602     <bpmn2:sequenceFlow id="SequenceFlow_126nlmw" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0tj8iiy">
603       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression>
604     </bpmn2:sequenceFlow>
605     <bpmn2:sequenceFlow id="SequenceFlow_0mw3mwl" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0oeqjo1">
606       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
607     </bpmn2:sequenceFlow>
608     <bpmn2:sequenceFlow id="SequenceFlow_13md9cw" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1939dn7">
609       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Lock"]]></bpmn2:conditionExpression>
610     </bpmn2:sequenceFlow>
611     <bpmn2:sequenceFlow id="SequenceFlow_0xylem3" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1rn3nlo">
612       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck0"]]></bpmn2:conditionExpression>
613     </bpmn2:sequenceFlow>
614     <bpmn2:sequenceFlow id="SequenceFlow_1c5mxd5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0weaigg">
615       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Stop"]]></bpmn2:conditionExpression>
616     </bpmn2:sequenceFlow>
617     <bpmn2:sequenceFlow id="SequenceFlow_0u8hiu2" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1q8mns4">
618       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doUpdateVnfAndModules"]]></bpmn2:conditionExpression>
619     </bpmn2:sequenceFlow>
620     <bpmn2:sequenceFlow id="SequenceFlow_0fs7ay9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_16kgzdv">
621       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Start"]]></bpmn2:conditionExpression>
622     </bpmn2:sequenceFlow>
623     <bpmn2:sequenceFlow id="SequenceFlow_00qwx4v" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_18v3win">
624       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck1"]]></bpmn2:conditionExpression>
625     </bpmn2:sequenceFlow>
626     <bpmn2:sequenceFlow id="SequenceFlow_14s8ji9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0kypyu0">
627       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Unlock"]]></bpmn2:conditionExpression>
628     </bpmn2:sequenceFlow>
629     <bpmn2:sequenceFlow id="SequenceFlow_0kricor" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_024m4nk">
630       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
631     </bpmn2:sequenceFlow>
632     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_08j8zjs" name="To inMaintenance Check">
633       <bpmn2:incoming>SequenceFlow_0tqrgop</bpmn2:incoming>
634       <bpmn2:linkEventDefinition name="To inMaintenance Check" />
635     </bpmn2:intermediateThrowEvent>
636     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0tj8iiy" name="To inMaintenance Set">
637       <bpmn2:incoming>SequenceFlow_126nlmw</bpmn2:incoming>
638       <bpmn2:linkEventDefinition name="To inMaintenance Set" />
639     </bpmn2:intermediateThrowEvent>
640     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0oeqjo1" name="To VNF Lock">
641       <bpmn2:incoming>SequenceFlow_0mw3mwl</bpmn2:incoming>
642       <bpmn2:linkEventDefinition name="To VNF Lock" />
643     </bpmn2:intermediateThrowEvent>
644     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1939dn7" name="To Health PreCheck">
645       <bpmn2:incoming>SequenceFlow_13md9cw</bpmn2:incoming>
646       <bpmn2:linkEventDefinition name="To Health PreCheck" />
647     </bpmn2:intermediateThrowEvent>
648     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1rn3nlo" name="To VNF Stop">
649       <bpmn2:incoming>SequenceFlow_0xylem3</bpmn2:incoming>
650       <bpmn2:linkEventDefinition name="To VNF Stop" />
651     </bpmn2:intermediateThrowEvent>
652     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0weaigg" name="To DoUpdateVnfAndModules">
653       <bpmn2:incoming>SequenceFlow_1c5mxd5</bpmn2:incoming>
654       <bpmn2:linkEventDefinition name="To DoUpdateVnfAndModules" />
655     </bpmn2:intermediateThrowEvent>
656     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1q8mns4" name="To VNF Start">
657       <bpmn2:incoming>SequenceFlow_0u8hiu2</bpmn2:incoming>
658       <bpmn2:linkEventDefinition name="To VNF Start" />
659     </bpmn2:intermediateThrowEvent>
660     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16kgzdv" name="To Health PostCheck">
661       <bpmn2:incoming>SequenceFlow_0fs7ay9</bpmn2:incoming>
662       <bpmn2:linkEventDefinition name="To Health PostCheck" />
663     </bpmn2:intermediateThrowEvent>
664     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_18v3win" name="To VNF Unlock">
665       <bpmn2:incoming>SequenceFlow_00qwx4v</bpmn2:incoming>
666       <bpmn2:linkEventDefinition name="To VNF Unlock" />
667     </bpmn2:intermediateThrowEvent>
668     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0kypyu0" name="To inMaintenance Unset">
669       <bpmn2:incoming>SequenceFlow_14s8ji9</bpmn2:incoming>
670       <bpmn2:linkEventDefinition name="To inMaintenance Unset" />
671     </bpmn2:intermediateThrowEvent>
672     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_024m4nk" name="To Completion Handler Prep">
673       <bpmn2:incoming>SequenceFlow_0kricor</bpmn2:incoming>
674       <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
675     </bpmn2:intermediateThrowEvent>
676     <bpmn2:sequenceFlow id="SequenceFlow_178fxkj" sourceRef="Task_155eyrq" targetRef="Task_0vy2zge" />
677     <bpmn2:scriptTask id="Task_155eyrq" name="Query A&#38;AI for VNF" scriptFormat="groovy">
678       <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming>
679       <bpmn2:outgoing>SequenceFlow_178fxkj</bpmn2:outgoing>
680       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
681 def uvfm = new UpdateVnfInfra()
682 uvfm.queryAAIForVnf(execution)]]></bpmn2:script>
683     </bpmn2:scriptTask>
684   </bpmn2:process>
685   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
686   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
687     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVnfInfra">
688       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
689         <dc:Bounds x="97" y="72" width="36" height="36" />
690         <bpmndi:BPMNLabel>
691           <dc:Bounds x="103" y="113" width="23" height="12" />
692         </bpmndi:BPMNLabel>
693       </bpmndi:BPMNShape>
694       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
695         <dc:Bounds x="589" y="1222" width="36" height="36" />
696         <bpmndi:BPMNLabel>
697           <dc:Bounds x="588" y="1263" width="38" height="12" />
698         </bpmndi:BPMNLabel>
699       </bpmndi:BPMNShape>
700       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
701         <di:waypoint xsi:type="dc:Point" x="133" y="90" />
702         <di:waypoint xsi:type="dc:Point" x="209" y="90" />
703         <bpmndi:BPMNLabel>
704           <dc:Bounds x="171" y="75" width="0" height="0" />
705         </bpmndi:BPMNLabel>
706       </bpmndi:BPMNEdge>
707       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
708         <dc:Bounds x="209" y="50" width="100" height="80" />
709       </bpmndi:BPMNShape>
710       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
711         <di:waypoint xsi:type="dc:Point" x="309" y="90" />
712         <di:waypoint xsi:type="dc:Point" x="373" y="90" />
713         <bpmndi:BPMNLabel>
714           <dc:Bounds x="341" y="75" width="0" height="0" />
715         </bpmndi:BPMNLabel>
716       </bpmndi:BPMNEdge>
717       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
718         <dc:Bounds x="373" y="50" width="100" height="80" />
719       </bpmndi:BPMNShape>
720       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125">
721         <di:waypoint xsi:type="dc:Point" x="525" y="237" />
722         <di:waypoint xsi:type="dc:Point" x="601" y="237" />
723         <bpmndi:BPMNLabel>
724           <dc:Bounds x="563" y="222" width="0" height="0" />
725         </bpmndi:BPMNLabel>
726       </bpmndi:BPMNEdge>
727       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
728         <dc:Bounds x="433" y="1200" width="100" height="80" />
729       </bpmndi:BPMNShape>
730       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
731         <di:waypoint xsi:type="dc:Point" x="533" y="1240" />
732         <di:waypoint xsi:type="dc:Point" x="589" y="1240" />
733         <bpmndi:BPMNLabel>
734           <dc:Bounds x="710" y="1081" width="0" height="0" />
735         </bpmndi:BPMNLabel>
736       </bpmndi:BPMNEdge>
737       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
738         <dc:Bounds x="133" y="1200" width="100" height="80" />
739       </bpmndi:BPMNShape>
740       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
741         <dc:Bounds x="283" y="1200" width="100" height="80" />
742       </bpmndi:BPMNShape>
743       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
744         <di:waypoint xsi:type="dc:Point" x="233" y="1240" />
745         <di:waypoint xsi:type="dc:Point" x="283" y="1240" />
746         <bpmndi:BPMNLabel>
747           <dc:Bounds x="258" y="1246" width="0" height="0" />
748         </bpmndi:BPMNLabel>
749       </bpmndi:BPMNEdge>
750       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
751         <dc:Bounds x="88" y="1464" width="966" height="240" />
752       </bpmndi:BPMNShape>
753       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
754         <dc:Bounds x="152" y="1558" width="36" height="36" />
755         <bpmndi:BPMNLabel>
756           <dc:Bounds x="131" y="1599" width="77" height="12" />
757         </bpmndi:BPMNLabel>
758       </bpmndi:BPMNShape>
759       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
760         <dc:Bounds x="621" y="1536" width="100" height="80" />
761       </bpmndi:BPMNShape>
762       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
763         <di:waypoint xsi:type="dc:Point" x="188" y="1576" />
764         <di:waypoint xsi:type="dc:Point" x="220" y="1576" />
765         <bpmndi:BPMNLabel>
766           <dc:Bounds x="204" y="1561" width="0" height="0" />
767         </bpmndi:BPMNLabel>
768       </bpmndi:BPMNEdge>
769       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
770         <di:waypoint xsi:type="dc:Point" x="721" y="1576" />
771         <di:waypoint xsi:type="dc:Point" x="789" y="1576" />
772         <bpmndi:BPMNLabel>
773           <dc:Bounds x="737" y="1576" width="0" height="0" />
774         </bpmndi:BPMNLabel>
775       </bpmndi:BPMNEdge>
776       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
777         <dc:Bounds x="945" y="1558" width="36" height="36" />
778         <bpmndi:BPMNLabel>
779           <dc:Bounds x="963" y="1599" width="0" height="0" />
780         </bpmndi:BPMNLabel>
781       </bpmndi:BPMNShape>
782       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
783         <dc:Bounds x="1036" y="1558" width="36" height="36" />
784         <bpmndi:BPMNLabel>
785           <dc:Bounds x="1054" y="1599" width="0" height="0" />
786         </bpmndi:BPMNLabel>
787       </bpmndi:BPMNShape>
788       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
789         <dc:Bounds x="1164" y="1558" width="36" height="36" />
790         <bpmndi:BPMNLabel>
791           <dc:Bounds x="1182" y="1599" width="0" height="0" />
792         </bpmndi:BPMNLabel>
793       </bpmndi:BPMNShape>
794       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
795         <di:waypoint xsi:type="dc:Point" x="1072" y="1576" />
796         <di:waypoint xsi:type="dc:Point" x="1164" y="1576" />
797         <bpmndi:BPMNLabel>
798           <dc:Bounds x="1118" y="1561" width="0" height="0" />
799         </bpmndi:BPMNLabel>
800       </bpmndi:BPMNEdge>
801       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
802         <dc:Bounds x="789" y="1536" width="100" height="80" />
803       </bpmndi:BPMNShape>
804       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
805         <di:waypoint xsi:type="dc:Point" x="383" y="1240" />
806         <di:waypoint xsi:type="dc:Point" x="433" y="1240" />
807         <bpmndi:BPMNLabel>
808           <dc:Bounds x="426" y="1208" width="0" height="0" />
809         </bpmndi:BPMNLabel>
810       </bpmndi:BPMNEdge>
811       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
812         <di:waypoint xsi:type="dc:Point" x="889" y="1576" />
813         <di:waypoint xsi:type="dc:Point" x="945" y="1576" />
814         <bpmndi:BPMNLabel>
815           <dc:Bounds x="782" y="1636" width="0" height="0" />
816         </bpmndi:BPMNLabel>
817       </bpmndi:BPMNEdge>
818       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">
819         <dc:Bounds x="419" y="685" width="100" height="80" />
820       </bpmndi:BPMNShape>
821       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133">
822         <di:waypoint xsi:type="dc:Point" x="932" y="983" />
823         <di:waypoint xsi:type="dc:Point" x="1007" y="983" />
824         <di:waypoint xsi:type="dc:Point" x="1007" y="1158" />
825         <di:waypoint xsi:type="dc:Point" x="89" y="1160" />
826         <di:waypoint xsi:type="dc:Point" x="89" y="1240" />
827         <di:waypoint xsi:type="dc:Point" x="133" y="1240" />
828         <bpmndi:BPMNLabel>
829           <dc:Bounds x="961" y="954.3909136697287" width="12" height="12" />
830         </bpmndi:BPMNLabel>
831       </bpmndi:BPMNEdge>
832       <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3">
833         <di:waypoint xsi:type="dc:Point" x="655" y="90" />
834         <di:waypoint xsi:type="dc:Point" x="718" y="90" />
835         <bpmndi:BPMNLabel>
836           <dc:Bounds x="687" y="75" width="0" height="0" />
837         </bpmndi:BPMNLabel>
838       </bpmndi:BPMNEdge>
839       <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7">
840         <dc:Bounds x="555" y="50" width="100" height="80" />
841       </bpmndi:BPMNShape>
842       <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy">
843         <di:waypoint xsi:type="dc:Point" x="818" y="90" />
844         <di:waypoint xsi:type="dc:Point" x="871" y="90" />
845         <bpmndi:BPMNLabel>
846           <dc:Bounds x="845" y="75" width="0" height="0" />
847         </bpmndi:BPMNLabel>
848       </bpmndi:BPMNEdge>
849       <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j">
850         <dc:Bounds x="718" y="50" width="100" height="80" />
851       </bpmndi:BPMNShape>
852       <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l">
853         <di:waypoint xsi:type="dc:Point" x="473" y="90" />
854         <di:waypoint xsi:type="dc:Point" x="555" y="90" />
855         <bpmndi:BPMNLabel>
856           <dc:Bounds x="514" y="75" width="0" height="0" />
857         </bpmndi:BPMNLabel>
858       </bpmndi:BPMNEdge>
859       <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1">
860         <dc:Bounds x="425" y="197" width="100" height="80" />
861       </bpmndi:BPMNShape>
862       <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk">
863         <di:waypoint xsi:type="dc:Point" x="231" y="237" />
864         <di:waypoint xsi:type="dc:Point" x="292" y="237" />
865         <bpmndi:BPMNLabel>
866           <dc:Bounds x="262" y="222" width="0" height="0" />
867         </bpmndi:BPMNLabel>
868       </bpmndi:BPMNEdge>
869       <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m">
870         <di:waypoint xsi:type="dc:Point" x="921" y="237" />
871         <di:waypoint xsi:type="dc:Point" x="994" y="237" />
872         <di:waypoint xsi:type="dc:Point" x="994" y="391" />
873         <di:waypoint xsi:type="dc:Point" x="98" y="391" />
874         <di:waypoint xsi:type="dc:Point" x="98" y="474" />
875         <di:waypoint xsi:type="dc:Point" x="139" y="474" />
876         <bpmndi:BPMNLabel>
877           <dc:Bounds x="950" y="212" width="12" height="12" />
878         </bpmndi:BPMNLabel>
879       </bpmndi:BPMNEdge>
880       <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru">
881         <di:waypoint xsi:type="dc:Point" x="519" y="725" />
882         <di:waypoint xsi:type="dc:Point" x="595" y="725" />
883         <bpmndi:BPMNLabel>
884           <dc:Bounds x="557" y="710" width="0" height="0" />
885         </bpmndi:BPMNLabel>
886       </bpmndi:BPMNEdge>
887       <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka">
888         <dc:Bounds x="714" y="197" width="100" height="80" />
889       </bpmndi:BPMNShape>
890       <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt">
891         <dc:Bounds x="718" y="943" width="100" height="80" />
892       </bpmndi:BPMNShape>
893       <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge">
894         <dc:Bounds x="131" y="197" width="100" height="80" />
895       </bpmndi:BPMNShape>
896       <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s">
897         <di:waypoint xsi:type="dc:Point" x="239" y="474" />
898         <di:waypoint xsi:type="dc:Point" x="292" y="474" />
899         <bpmndi:BPMNLabel>
900           <dc:Bounds x="266" y="459" width="0" height="0" />
901         </bpmndi:BPMNLabel>
902       </bpmndi:BPMNEdge>
903       <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza">
904         <di:waypoint xsi:type="dc:Point" x="525" y="474" />
905         <di:waypoint xsi:type="dc:Point" x="601" y="474" />
906         <bpmndi:BPMNLabel>
907           <dc:Bounds x="563" y="459" width="0" height="0" />
908         </bpmndi:BPMNLabel>
909       </bpmndi:BPMNEdge>
910       <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9">
911         <di:waypoint xsi:type="dc:Point" x="814" y="474" />
912         <di:waypoint xsi:type="dc:Point" x="871" y="474" />
913         <bpmndi:BPMNLabel>
914           <dc:Bounds x="843" y="459" width="0" height="0" />
915         </bpmndi:BPMNLabel>
916       </bpmndi:BPMNEdge>
917       <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs">
918         <di:waypoint xsi:type="dc:Point" x="812" y="725" />
919         <di:waypoint xsi:type="dc:Point" x="850" y="725" />
920         <di:waypoint xsi:type="dc:Point" x="850" y="725" />
921         <di:waypoint xsi:type="dc:Point" x="876" y="725" />
922         <bpmndi:BPMNLabel>
923           <dc:Bounds x="865" y="725" width="0" height="0" />
924         </bpmndi:BPMNLabel>
925       </bpmndi:BPMNEdge>
926       <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909">
927         <di:waypoint xsi:type="dc:Point" x="239" y="983" />
928         <di:waypoint xsi:type="dc:Point" x="292" y="983" />
929         <bpmndi:BPMNLabel>
930           <dc:Bounds x="266" y="968" width="0" height="0" />
931         </bpmndi:BPMNLabel>
932       </bpmndi:BPMNEdge>
933       <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi">
934         <di:waypoint xsi:type="dc:Point" x="515" y="983" />
935         <di:waypoint xsi:type="dc:Point" x="601" y="983" />
936         <bpmndi:BPMNLabel>
937           <dc:Bounds x="558" y="968" width="0" height="0" />
938         </bpmndi:BPMNLabel>
939       </bpmndi:BPMNEdge>
940       <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true">
941         <dc:Bounds x="291.803" y="212" width="50" height="50" />
942         <bpmndi:BPMNLabel>
943           <dc:Bounds x="273" y="175" width="87" height="24" />
944         </bpmndi:BPMNLabel>
945       </bpmndi:BPMNShape>
946       <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z">
947         <di:waypoint xsi:type="dc:Point" x="342" y="237" />
948         <di:waypoint xsi:type="dc:Point" x="425" y="237" />
949         <bpmndi:BPMNLabel>
950           <dc:Bounds x="373" y="213" width="12" height="12" />
951         </bpmndi:BPMNLabel>
952       </bpmndi:BPMNEdge>
953       <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true">
954         <dc:Bounds x="601" y="212" width="50" height="50" />
955         <bpmndi:BPMNLabel>
956           <dc:Bounds x="589" y="168" width="73" height="36" />
957         </bpmndi:BPMNLabel>
958       </bpmndi:BPMNShape>
959       <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi">
960         <di:waypoint xsi:type="dc:Point" x="651" y="237" />
961         <di:waypoint xsi:type="dc:Point" x="714" y="237" />
962         <bpmndi:BPMNLabel>
963           <dc:Bounds x="673" y="214" width="12" height="12" />
964         </bpmndi:BPMNLabel>
965       </bpmndi:BPMNEdge>
966       <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit">
967         <dc:Bounds x="1132" y="470" width="100" height="80" />
968       </bpmndi:BPMNShape>
969       <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf">
970         <di:waypoint xsi:type="dc:Point" x="1232" y="510" />
971         <di:waypoint xsi:type="dc:Point" x="1314" y="510" />
972         <bpmndi:BPMNLabel>
973           <dc:Bounds x="1273" y="495" width="0" height="0" />
974         </bpmndi:BPMNLabel>
975       </bpmndi:BPMNEdge>
976       <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm">
977         <dc:Bounds x="1289" y="645" width="100" height="80" />
978       </bpmndi:BPMNShape>
979       <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n">
980         <di:waypoint xsi:type="dc:Point" x="1339" y="485" />
981         <di:waypoint xsi:type="dc:Point" x="1339" y="441" />
982         <di:waypoint xsi:type="dc:Point" x="1339" y="441" />
983         <di:waypoint xsi:type="dc:Point" x="1339" y="395" />
984         <bpmndi:BPMNLabel>
985           <dc:Bounds x="1347" y="419.2626464646465" width="26" height="12" />
986         </bpmndi:BPMNLabel>
987       </bpmndi:BPMNEdge>
988       <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw">
989         <di:waypoint xsi:type="dc:Point" x="1339" y="535" />
990         <di:waypoint xsi:type="dc:Point" x="1339" y="599" />
991         <di:waypoint xsi:type="dc:Point" x="1339" y="599" />
992         <di:waypoint xsi:type="dc:Point" x="1339" y="645" />
993         <bpmndi:BPMNLabel>
994           <dc:Bounds x="1348" y="578.1951219512196" width="42" height="12" />
995         </bpmndi:BPMNLabel>
996       </bpmndi:BPMNEdge>
997       <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true">
998         <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" />
999         <bpmndi:BPMNLabel>
1000           <dc:Bounds x="859" y="167" width="73" height="36" />
1001         </bpmndi:BPMNLabel>
1002       </bpmndi:BPMNShape>
1003       <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p">
1004         <di:waypoint xsi:type="dc:Point" x="814" y="237" />
1005         <di:waypoint xsi:type="dc:Point" x="871" y="237" />
1006         <bpmndi:BPMNLabel>
1007           <dc:Bounds x="843" y="222" width="0" height="0" />
1008         </bpmndi:BPMNLabel>
1009       </bpmndi:BPMNEdge>
1010       <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true">
1011         <dc:Bounds x="292" y="449" width="50" height="50" />
1012         <bpmndi:BPMNLabel>
1013           <dc:Bounds x="283" y="413" width="68" height="24" />
1014         </bpmndi:BPMNLabel>
1015       </bpmndi:BPMNShape>
1016       <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib">
1017         <di:waypoint xsi:type="dc:Point" x="342" y="474" />
1018         <di:waypoint xsi:type="dc:Point" x="425" y="474" />
1019         <bpmndi:BPMNLabel>
1020           <dc:Bounds x="378" y="459" width="12" height="12" />
1021         </bpmndi:BPMNLabel>
1022       </bpmndi:BPMNEdge>
1023       <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true">
1024         <dc:Bounds x="601" y="449" width="50" height="50" />
1025         <bpmndi:BPMNLabel>
1026           <dc:Bounds x="590" y="414" width="72" height="24" />
1027         </bpmndi:BPMNLabel>
1028       </bpmndi:BPMNShape>
1029       <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8">
1030         <di:waypoint xsi:type="dc:Point" x="651" y="474" />
1031         <di:waypoint xsi:type="dc:Point" x="714" y="474" />
1032         <bpmndi:BPMNLabel>
1033           <dc:Bounds x="677" y="459" width="12" height="12" />
1034         </bpmndi:BPMNLabel>
1035       </bpmndi:BPMNEdge>
1036       <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true">
1037         <dc:Bounds x="871" y="449" width="50" height="50" />
1038         <bpmndi:BPMNLabel>
1039           <dc:Bounds x="862" y="411" width="68" height="24" />
1040         </bpmndi:BPMNLabel>
1041       </bpmndi:BPMNShape>
1042       <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki">
1043         <di:waypoint xsi:type="dc:Point" x="921" y="474" />
1044         <di:waypoint xsi:type="dc:Point" x="1003" y="474" />
1045         <di:waypoint xsi:type="dc:Point" x="1003" y="640" />
1046         <di:waypoint xsi:type="dc:Point" x="102" y="640" />
1047         <di:waypoint xsi:type="dc:Point" x="102" y="725" />
1048         <di:waypoint xsi:type="dc:Point" x="195" y="725" />
1049         <bpmndi:BPMNLabel>
1050           <dc:Bounds x="964" y="444.0001202928146" width="12" height="12" />
1051         </bpmndi:BPMNLabel>
1052       </bpmndi:BPMNEdge>
1053       <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true">
1054         <dc:Bounds x="595" y="700" width="50" height="50" />
1055         <bpmndi:BPMNLabel>
1056           <dc:Bounds x="578" y="658" width="84" height="36" />
1057         </bpmndi:BPMNLabel>
1058       </bpmndi:BPMNShape>
1059       <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4">
1060         <di:waypoint xsi:type="dc:Point" x="645" y="725" />
1061         <di:waypoint xsi:type="dc:Point" x="712" y="725" />
1062         <bpmndi:BPMNLabel>
1063           <dc:Bounds x="679" y="707.4465803421167" width="12" height="12" />
1064         </bpmndi:BPMNLabel>
1065       </bpmndi:BPMNEdge>
1066       <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true">
1067         <dc:Bounds x="876" y="700" width="50" height="50" />
1068         <bpmndi:BPMNLabel>
1069           <dc:Bounds x="867" y="665" width="68" height="24" />
1070         </bpmndi:BPMNLabel>
1071       </bpmndi:BPMNShape>
1072       <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m">
1073         <di:waypoint xsi:type="dc:Point" x="926" y="725" />
1074         <di:waypoint xsi:type="dc:Point" x="1002" y="725" />
1075         <di:waypoint xsi:type="dc:Point" x="1002" y="903" />
1076         <di:waypoint xsi:type="dc:Point" x="94" y="903" />
1077         <di:waypoint xsi:type="dc:Point" x="94" y="983" />
1078         <di:waypoint xsi:type="dc:Point" x="139" y="983" />
1079         <bpmndi:BPMNLabel>
1080           <dc:Bounds x="961" y="701.1887293946602" width="12" height="12" />
1081         </bpmndi:BPMNLabel>
1082       </bpmndi:BPMNEdge>
1083       <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true">
1084         <dc:Bounds x="292" y="958" width="50" height="50" />
1085         <bpmndi:BPMNLabel>
1086           <dc:Bounds x="281" y="920" width="72" height="24" />
1087         </bpmndi:BPMNLabel>
1088       </bpmndi:BPMNShape>
1089       <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk">
1090         <di:waypoint xsi:type="dc:Point" x="342" y="983" />
1091         <di:waypoint xsi:type="dc:Point" x="384" y="983" />
1092         <di:waypoint xsi:type="dc:Point" x="384" y="983" />
1093         <di:waypoint xsi:type="dc:Point" x="415" y="983" />
1094         <bpmndi:BPMNLabel>
1095           <dc:Bounds x="367" y="955.268406786947" width="12" height="12" />
1096         </bpmndi:BPMNLabel>
1097       </bpmndi:BPMNEdge>
1098       <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true">
1099         <dc:Bounds x="601" y="958" width="50" height="50" />
1100         <bpmndi:BPMNLabel>
1101           <dc:Bounds x="592" y="918" width="68" height="24" />
1102         </bpmndi:BPMNLabel>
1103       </bpmndi:BPMNShape>
1104       <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d">
1105         <di:waypoint xsi:type="dc:Point" x="651" y="983" />
1106         <di:waypoint xsi:type="dc:Point" x="718" y="983" />
1107         <bpmndi:BPMNLabel>
1108           <dc:Bounds x="676" y="955.051282051282" width="12" height="12" />
1109         </bpmndi:BPMNLabel>
1110       </bpmndi:BPMNEdge>
1111       <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true">
1112         <dc:Bounds x="882" y="958" width="50" height="50" />
1113         <bpmndi:BPMNLabel>
1114           <dc:Bounds x="870" y="915" width="73" height="36" />
1115         </bpmndi:BPMNLabel>
1116       </bpmndi:BPMNShape>
1117       <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6">
1118         <di:waypoint xsi:type="dc:Point" x="818" y="983" />
1119         <di:waypoint xsi:type="dc:Point" x="882" y="983" />
1120         <bpmndi:BPMNLabel>
1121           <dc:Bounds x="850" y="968" width="0" height="0" />
1122         </bpmndi:BPMNLabel>
1123       </bpmndi:BPMNEdge>
1124       <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h">
1125         <dc:Bounds x="1289" y="315" width="100" height="80" />
1126       </bpmndi:BPMNShape>
1127       <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true">
1128         <dc:Bounds x="1314" y="485" width="50" height="50" />
1129         <bpmndi:BPMNLabel>
1130           <dc:Bounds x="1303" y="468" width="88" height="12" />
1131         </bpmndi:BPMNLabel>
1132       </bpmndi:BPMNShape>
1133       <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true">
1134         <dc:Bounds x="1431" y="485" width="50" height="50" />
1135         <bpmndi:BPMNLabel>
1136           <dc:Bounds x="1421" y="542" width="69" height="24" />
1137         </bpmndi:BPMNLabel>
1138       </bpmndi:BPMNShape>
1139       <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3">
1140         <di:waypoint xsi:type="dc:Point" x="1364" y="510" />
1141         <di:waypoint xsi:type="dc:Point" x="1431" y="510" />
1142         <bpmndi:BPMNLabel>
1143           <dc:Bounds x="1387" y="486.98705320489466" width="21" height="12" />
1144         </bpmndi:BPMNLabel>
1145       </bpmndi:BPMNEdge>
1146       <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v">
1147         <di:waypoint xsi:type="dc:Point" x="295" y="725" />
1148         <di:waypoint xsi:type="dc:Point" x="361" y="725" />
1149         <di:waypoint xsi:type="dc:Point" x="361" y="725" />
1150         <di:waypoint xsi:type="dc:Point" x="419" y="725" />
1151         <bpmndi:BPMNLabel>
1152           <dc:Bounds x="376" y="725" width="0" height="0" />
1153         </bpmndi:BPMNLabel>
1154       </bpmndi:BPMNEdge>
1155       <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go">
1156         <dc:Bounds x="195" y="685" width="100" height="80" />
1157       </bpmndi:BPMNShape>
1158       <bpmndi:BPMNEdge id="SequenceFlow_1c022sy_di" bpmnElement="SequenceFlow_1c022sy">
1159         <di:waypoint xsi:type="dc:Point" x="1456" y="485" />
1160         <di:waypoint xsi:type="dc:Point" x="1456" y="355" />
1161         <di:waypoint xsi:type="dc:Point" x="1389" y="355" />
1162         <bpmndi:BPMNLabel>
1163           <dc:Bounds x="1471" y="420" width="0" height="0" />
1164         </bpmndi:BPMNLabel>
1165       </bpmndi:BPMNEdge>
1166       <bpmndi:BPMNShape id="CallActivity_0tz2nj7_di" bpmnElement="Task_1dtbnuy">
1167         <dc:Bounds x="139" y="434" width="100" height="80" />
1168       </bpmndi:BPMNShape>
1169       <bpmndi:BPMNShape id="CallActivity_0m9b4r4_di" bpmnElement="Task_1fj63ov">
1170         <dc:Bounds x="425" y="434" width="100" height="80" />
1171       </bpmndi:BPMNShape>
1172       <bpmndi:BPMNShape id="CallActivity_1131t0j_di" bpmnElement="Task_1cfkcss">
1173         <dc:Bounds x="714" y="434" width="100" height="80" />
1174       </bpmndi:BPMNShape>
1175       <bpmndi:BPMNShape id="CallActivity_0x0eohw_di" bpmnElement="Task_1hdg951">
1176         <dc:Bounds x="712" y="685" width="100" height="80" />
1177       </bpmndi:BPMNShape>
1178       <bpmndi:BPMNShape id="CallActivity_1hv52rh_di" bpmnElement="Task_1ca5ctq">
1179         <dc:Bounds x="139" y="943" width="100" height="80" />
1180       </bpmndi:BPMNShape>
1181       <bpmndi:BPMNShape id="CallActivity_1wftk6z_di" bpmnElement="Task_1sove95">
1182         <dc:Bounds x="415" y="943" width="100" height="80" />
1183       </bpmndi:BPMNShape>
1184       <bpmndi:BPMNShape id="IntermediateThrowEvent_09rkic6_di" bpmnElement="IntermediateThrowEvent_0wc37af">
1185         <dc:Bounds x="299" y="308" width="36" height="36" />
1186         <bpmndi:BPMNLabel>
1187           <dc:Bounds x="282" y="351.616" width="69" height="24" />
1188         </bpmndi:BPMNLabel>
1189       </bpmndi:BPMNShape>
1190       <bpmndi:BPMNShape id="IntermediateThrowEvent_1mk2rqe_di" bpmnElement="IntermediateThrowEvent_1r18wa8">
1191         <dc:Bounds x="608" y="308" width="36" height="36" />
1192         <bpmndi:BPMNLabel>
1193           <dc:Bounds x="591" y="352" width="69" height="24" />
1194         </bpmndi:BPMNLabel>
1195       </bpmndi:BPMNShape>
1196       <bpmndi:BPMNEdge id="SequenceFlow_1esmtgy_di" bpmnElement="SequenceFlow_1esmtgy">
1197         <di:waypoint xsi:type="dc:Point" x="317" y="262" />
1198         <di:waypoint xsi:type="dc:Point" x="317" y="308" />
1199         <bpmndi:BPMNLabel>
1200           <dc:Bounds x="329" y="274" width="18" height="12" />
1201         </bpmndi:BPMNLabel>
1202       </bpmndi:BPMNEdge>
1203       <bpmndi:BPMNEdge id="SequenceFlow_1jmzl1j_di" bpmnElement="SequenceFlow_1jmzl1j">
1204         <di:waypoint xsi:type="dc:Point" x="626" y="262" />
1205         <di:waypoint xsi:type="dc:Point" x="626" y="308" />
1206         <bpmndi:BPMNLabel>
1207           <dc:Bounds x="631" y="275" width="18" height="12" />
1208         </bpmndi:BPMNLabel>
1209       </bpmndi:BPMNEdge>
1210       <bpmndi:BPMNShape id="IntermediateCatchEvent_0r5r5re_di" bpmnElement="IntermediateThrowEvent_0k7j3qf">
1211         <dc:Bounds x="457" y="308" width="36" height="36" />
1212         <bpmndi:BPMNLabel>
1213           <dc:Bounds x="432" y="344" width="85" height="24" />
1214         </bpmndi:BPMNLabel>
1215       </bpmndi:BPMNShape>
1216       <bpmndi:BPMNEdge id="SequenceFlow_1pj72fw_di" bpmnElement="SequenceFlow_1pj72fw">
1217         <di:waypoint xsi:type="dc:Point" x="475" y="308" />
1218         <di:waypoint xsi:type="dc:Point" x="475" y="277" />
1219         <bpmndi:BPMNLabel>
1220           <dc:Bounds x="490" y="292.5" width="0" height="0" />
1221         </bpmndi:BPMNLabel>
1222       </bpmndi:BPMNEdge>
1223       <bpmndi:BPMNShape id="IntermediateCatchEvent_04ceksx_di" bpmnElement="IntermediateThrowEvent_1urs7gm">
1224         <dc:Bounds x="746" y="308" width="36" height="36" />
1225         <bpmndi:BPMNLabel>
1226           <dc:Bounds x="720" y="344" width="88" height="24" />
1227         </bpmndi:BPMNLabel>
1228       </bpmndi:BPMNShape>
1229       <bpmndi:BPMNEdge id="SequenceFlow_1lmijmb_di" bpmnElement="SequenceFlow_1lmijmb">
1230         <di:waypoint xsi:type="dc:Point" x="764" y="308" />
1231         <di:waypoint xsi:type="dc:Point" x="764" y="277" />
1232         <bpmndi:BPMNLabel>
1233           <dc:Bounds x="779" y="292.5" width="0" height="0" />
1234         </bpmndi:BPMNLabel>
1235       </bpmndi:BPMNEdge>
1236       <bpmndi:BPMNShape id="IntermediateThrowEvent_0rq7l0k_di" bpmnElement="IntermediateThrowEvent_0wx980v">
1237         <dc:Bounds x="878" y="308" width="36" height="36" />
1238         <bpmndi:BPMNLabel>
1239           <dc:Bounds x="861" y="344" width="69" height="24" />
1240         </bpmndi:BPMNLabel>
1241       </bpmndi:BPMNShape>
1242       <bpmndi:BPMNEdge id="SequenceFlow_010ynjs_di" bpmnElement="SequenceFlow_010ynjs">
1243         <di:waypoint xsi:type="dc:Point" x="896" y="262" />
1244         <di:waypoint xsi:type="dc:Point" x="896" y="308" />
1245         <bpmndi:BPMNLabel>
1246           <dc:Bounds x="902" y="275" width="18" height="12" />
1247         </bpmndi:BPMNLabel>
1248       </bpmndi:BPMNEdge>
1249       <bpmndi:BPMNShape id="IntermediateCatchEvent_0lpduhk_di" bpmnElement="IntermediateThrowEvent_1khl6dg">
1250         <dc:Bounds x="171" y="566" width="36" height="36" />
1251         <bpmndi:BPMNLabel>
1252           <dc:Bounds x="157" y="601.2375249500998" width="64" height="12" />
1253         </bpmndi:BPMNLabel>
1254       </bpmndi:BPMNShape>
1255       <bpmndi:BPMNShape id="IntermediateThrowEvent_1c2pwwh_di" bpmnElement="IntermediateThrowEvent_11rri8p">
1256         <dc:Bounds x="299" y="566" width="36" height="36" />
1257         <bpmndi:BPMNLabel>
1258           <dc:Bounds x="282" y="602" width="69" height="24" />
1259         </bpmndi:BPMNLabel>
1260       </bpmndi:BPMNShape>
1261       <bpmndi:BPMNShape id="IntermediateThrowEvent_0vz2acu_di" bpmnElement="IntermediateThrowEvent_0frizqo">
1262         <dc:Bounds x="608" y="566" width="36" height="36" />
1263         <bpmndi:BPMNLabel>
1264           <dc:Bounds x="591" y="602" width="69" height="24" />
1265         </bpmndi:BPMNLabel>
1266       </bpmndi:BPMNShape>
1267       <bpmndi:BPMNShape id="IntermediateThrowEvent_0tybfsi_di" bpmnElement="IntermediateThrowEvent_1gmhr39">
1268         <dc:Bounds x="878" y="566" width="36" height="36" />
1269         <bpmndi:BPMNLabel>
1270           <dc:Bounds x="861" y="602" width="69" height="24" />
1271         </bpmndi:BPMNLabel>
1272       </bpmndi:BPMNShape>
1273       <bpmndi:BPMNShape id="IntermediateCatchEvent_1k86ayn_di" bpmnElement="IntermediateThrowEvent_1m2d0qt">
1274         <dc:Bounds x="457" y="566" width="36" height="36" />
1275         <bpmndi:BPMNLabel>
1276           <dc:Bounds x="449" y="602" width="51" height="24" />
1277         </bpmndi:BPMNLabel>
1278       </bpmndi:BPMNShape>
1279       <bpmndi:BPMNShape id="IntermediateCatchEvent_0apaw6k_di" bpmnElement="IntermediateThrowEvent_0p4hkug">
1280         <dc:Bounds x="746" y="566" width="36" height="36" />
1281         <bpmndi:BPMNLabel>
1282           <dc:Bounds x="733" y="602" width="62" height="12" />
1283         </bpmndi:BPMNLabel>
1284       </bpmndi:BPMNShape>
1285       <bpmndi:BPMNEdge id="SequenceFlow_1qsxbp4_di" bpmnElement="SequenceFlow_1qsxbp4">
1286         <di:waypoint xsi:type="dc:Point" x="317" y="499" />
1287         <di:waypoint xsi:type="dc:Point" x="317" y="566" />
1288         <bpmndi:BPMNLabel>
1289           <dc:Bounds x="323" y="522.5" width="18" height="12" />
1290         </bpmndi:BPMNLabel>
1291       </bpmndi:BPMNEdge>
1292       <bpmndi:BPMNEdge id="SequenceFlow_0qmpjgv_di" bpmnElement="SequenceFlow_0qmpjgv">
1293         <di:waypoint xsi:type="dc:Point" x="189" y="566" />
1294         <di:waypoint xsi:type="dc:Point" x="189" y="541" />
1295         <di:waypoint xsi:type="dc:Point" x="189" y="541" />
1296         <di:waypoint xsi:type="dc:Point" x="189" y="514" />
1297         <bpmndi:BPMNLabel>
1298           <dc:Bounds x="204" y="541" width="0" height="0" />
1299         </bpmndi:BPMNLabel>
1300       </bpmndi:BPMNEdge>
1301       <bpmndi:BPMNEdge id="SequenceFlow_0tld38t_di" bpmnElement="SequenceFlow_0tld38t">
1302         <di:waypoint xsi:type="dc:Point" x="475" y="566" />
1303         <di:waypoint xsi:type="dc:Point" x="475" y="540" />
1304         <di:waypoint xsi:type="dc:Point" x="475" y="540" />
1305         <di:waypoint xsi:type="dc:Point" x="475" y="514" />
1306         <bpmndi:BPMNLabel>
1307           <dc:Bounds x="490" y="540" width="0" height="0" />
1308         </bpmndi:BPMNLabel>
1309       </bpmndi:BPMNEdge>
1310       <bpmndi:BPMNEdge id="SequenceFlow_15bl7wd_di" bpmnElement="SequenceFlow_15bl7wd">
1311         <di:waypoint xsi:type="dc:Point" x="626" y="499" />
1312         <di:waypoint xsi:type="dc:Point" x="626" y="566" />
1313         <bpmndi:BPMNLabel>
1314           <dc:Bounds x="632" y="522.5" width="18" height="12" />
1315         </bpmndi:BPMNLabel>
1316       </bpmndi:BPMNEdge>
1317       <bpmndi:BPMNEdge id="SequenceFlow_08dyt3l_di" bpmnElement="SequenceFlow_08dyt3l">
1318         <di:waypoint xsi:type="dc:Point" x="764" y="566" />
1319         <di:waypoint xsi:type="dc:Point" x="764" y="540" />
1320         <di:waypoint xsi:type="dc:Point" x="764" y="540" />
1321         <di:waypoint xsi:type="dc:Point" x="764" y="514" />
1322         <bpmndi:BPMNLabel>
1323           <dc:Bounds x="779" y="540" width="0" height="0" />
1324         </bpmndi:BPMNLabel>
1325       </bpmndi:BPMNEdge>
1326       <bpmndi:BPMNEdge id="SequenceFlow_1m84lq5_di" bpmnElement="SequenceFlow_1m84lq5">
1327         <di:waypoint xsi:type="dc:Point" x="896" y="499" />
1328         <di:waypoint xsi:type="dc:Point" x="896" y="566" />
1329         <bpmndi:BPMNLabel>
1330           <dc:Bounds x="902" y="522.5" width="18" height="12" />
1331         </bpmndi:BPMNLabel>
1332       </bpmndi:BPMNEdge>
1333       <bpmndi:BPMNShape id="IntermediateCatchEvent_0v6yl7l_di" bpmnElement="IntermediateThrowEvent_1s7fnzf">
1334         <dc:Bounds x="227" y="819" width="36" height="36" />
1335         <bpmndi:BPMNLabel>
1336           <dc:Bounds x="203" y="854.0179640718563" width="84" height="36" />
1337         </bpmndi:BPMNLabel>
1338       </bpmndi:BPMNShape>
1339       <bpmndi:BPMNShape id="IntermediateThrowEvent_0jr8fuh_di" bpmnElement="IntermediateThrowEvent_1p2yktm">
1340         <dc:Bounds x="602" y="819" width="36" height="36" />
1341         <bpmndi:BPMNLabel>
1342           <dc:Bounds x="585" y="855" width="69" height="24" />
1343         </bpmndi:BPMNLabel>
1344       </bpmndi:BPMNShape>
1345       <bpmndi:BPMNShape id="IntermediateCatchEvent_15k8xfs_di" bpmnElement="IntermediateThrowEvent_17j7yap">
1346         <dc:Bounds x="744" y="819" width="36" height="36" />
1347         <bpmndi:BPMNLabel>
1348           <dc:Bounds x="730" y="855" width="63" height="12" />
1349         </bpmndi:BPMNLabel>
1350       </bpmndi:BPMNShape>
1351       <bpmndi:BPMNShape id="IntermediateThrowEvent_1kue0lc_di" bpmnElement="IntermediateThrowEvent_1gjzx99">
1352         <dc:Bounds x="883" y="819" width="36" height="36" />
1353         <bpmndi:BPMNLabel>
1354           <dc:Bounds x="866" y="855" width="69" height="24" />
1355         </bpmndi:BPMNLabel>
1356       </bpmndi:BPMNShape>
1357       <bpmndi:BPMNEdge id="SequenceFlow_1hldqvv_di" bpmnElement="SequenceFlow_1hldqvv">
1358         <di:waypoint xsi:type="dc:Point" x="245" y="819" />
1359         <di:waypoint xsi:type="dc:Point" x="245" y="765" />
1360         <bpmndi:BPMNLabel>
1361           <dc:Bounds x="260" y="792" width="0" height="0" />
1362         </bpmndi:BPMNLabel>
1363       </bpmndi:BPMNEdge>
1364       <bpmndi:BPMNEdge id="SequenceFlow_0fog99f_di" bpmnElement="SequenceFlow_0fog99f">
1365         <di:waypoint xsi:type="dc:Point" x="620" y="750" />
1366         <di:waypoint xsi:type="dc:Point" x="620" y="819" />
1367         <bpmndi:BPMNLabel>
1368           <dc:Bounds x="626" y="784.5" width="18" height="12" />
1369         </bpmndi:BPMNLabel>
1370       </bpmndi:BPMNEdge>
1371       <bpmndi:BPMNEdge id="SequenceFlow_0ye8oij_di" bpmnElement="SequenceFlow_0ye8oij">
1372         <di:waypoint xsi:type="dc:Point" x="762" y="819" />
1373         <di:waypoint xsi:type="dc:Point" x="762" y="765" />
1374         <bpmndi:BPMNLabel>
1375           <dc:Bounds x="777" y="792" width="0" height="0" />
1376         </bpmndi:BPMNLabel>
1377       </bpmndi:BPMNEdge>
1378       <bpmndi:BPMNEdge id="SequenceFlow_12g63pl_di" bpmnElement="SequenceFlow_12g63pl">
1379         <di:waypoint xsi:type="dc:Point" x="901" y="750" />
1380         <di:waypoint xsi:type="dc:Point" x="901" y="819" />
1381         <bpmndi:BPMNLabel>
1382           <dc:Bounds x="907" y="784.5" width="18" height="12" />
1383         </bpmndi:BPMNLabel>
1384       </bpmndi:BPMNEdge>
1385       <bpmndi:BPMNShape id="IntermediateCatchEvent_1ad2ab4_di" bpmnElement="IntermediateThrowEvent_03lb8ti">
1386         <dc:Bounds x="171" y="1083" width="36" height="36" />
1387         <bpmndi:BPMNLabel>
1388           <dc:Bounds x="162" y="1118.566866267465" width="54" height="24" />
1389         </bpmndi:BPMNLabel>
1390       </bpmndi:BPMNShape>
1391       <bpmndi:BPMNShape id="IntermediateThrowEvent_1bj88jr_di" bpmnElement="IntermediateThrowEvent_1umr8ik">
1392         <dc:Bounds x="299" y="1083" width="36" height="36" />
1393         <bpmndi:BPMNLabel>
1394           <dc:Bounds x="282" y="1118.566866267465" width="69" height="24" />
1395         </bpmndi:BPMNLabel>
1396       </bpmndi:BPMNShape>
1397       <bpmndi:BPMNShape id="IntermediateCatchEvent_1a795jb_di" bpmnElement="IntermediateThrowEvent_044oajb">
1398         <dc:Bounds x="447" y="1083" width="36" height="36" />
1399         <bpmndi:BPMNLabel>
1400           <dc:Bounds x="428" y="1119" width="74" height="12" />
1401         </bpmndi:BPMNLabel>
1402       </bpmndi:BPMNShape>
1403       <bpmndi:BPMNShape id="IntermediateThrowEvent_0l74cfl_di" bpmnElement="IntermediateThrowEvent_1c1s0hp">
1404         <dc:Bounds x="608" y="1083" width="36" height="36" />
1405         <bpmndi:BPMNLabel>
1406           <dc:Bounds x="591" y="1119" width="69" height="24" />
1407         </bpmndi:BPMNLabel>
1408       </bpmndi:BPMNShape>
1409       <bpmndi:BPMNShape id="IntermediateCatchEvent_1vgxxf3_di" bpmnElement="IntermediateThrowEvent_11i6md0">
1410         <dc:Bounds x="750" y="1083" width="36" height="36" />
1411         <bpmndi:BPMNLabel>
1412           <dc:Bounds x="725" y="1119" width="85" height="24" />
1413         </bpmndi:BPMNLabel>
1414       </bpmndi:BPMNShape>
1415       <bpmndi:BPMNShape id="IntermediateThrowEvent_08t3cq7_di" bpmnElement="IntermediateThrowEvent_1d8c9i0">
1416         <dc:Bounds x="889" y="1083" width="36" height="36" />
1417         <bpmndi:BPMNLabel>
1418           <dc:Bounds x="872" y="1119" width="69" height="24" />
1419         </bpmndi:BPMNLabel>
1420       </bpmndi:BPMNShape>
1421       <bpmndi:BPMNEdge id="SequenceFlow_08kn9ok_di" bpmnElement="SequenceFlow_08kn9ok">
1422         <di:waypoint xsi:type="dc:Point" x="189" y="1083" />
1423         <di:waypoint xsi:type="dc:Point" x="189" y="1023" />
1424         <bpmndi:BPMNLabel>
1425           <dc:Bounds x="204" y="1043" width="0" height="0" />
1426         </bpmndi:BPMNLabel>
1427       </bpmndi:BPMNEdge>
1428       <bpmndi:BPMNEdge id="SequenceFlow_0l83v2k_di" bpmnElement="SequenceFlow_0l83v2k">
1429         <di:waypoint xsi:type="dc:Point" x="317" y="1008" />
1430         <di:waypoint xsi:type="dc:Point" x="317" y="1083" />
1431         <bpmndi:BPMNLabel>
1432           <dc:Bounds x="323" y="1035.5" width="18" height="12" />
1433         </bpmndi:BPMNLabel>
1434       </bpmndi:BPMNEdge>
1435       <bpmndi:BPMNEdge id="SequenceFlow_02uiht9_di" bpmnElement="SequenceFlow_02uiht9">
1436         <di:waypoint xsi:type="dc:Point" x="465" y="1083" />
1437         <di:waypoint xsi:type="dc:Point" x="465" y="1023" />
1438         <bpmndi:BPMNLabel>
1439           <dc:Bounds x="480" y="1043" width="0" height="0" />
1440         </bpmndi:BPMNLabel>
1441       </bpmndi:BPMNEdge>
1442       <bpmndi:BPMNEdge id="SequenceFlow_07fhkt4_di" bpmnElement="SequenceFlow_07fhkt4">
1443         <di:waypoint xsi:type="dc:Point" x="626" y="1008" />
1444         <di:waypoint xsi:type="dc:Point" x="626" y="1083" />
1445         <bpmndi:BPMNLabel>
1446           <dc:Bounds x="632" y="1035.5" width="18" height="12" />
1447         </bpmndi:BPMNLabel>
1448       </bpmndi:BPMNEdge>
1449       <bpmndi:BPMNEdge id="SequenceFlow_11p8elx_di" bpmnElement="SequenceFlow_11p8elx">
1450         <di:waypoint xsi:type="dc:Point" x="768" y="1083" />
1451         <di:waypoint xsi:type="dc:Point" x="768" y="1023" />
1452         <bpmndi:BPMNLabel>
1453           <dc:Bounds x="783" y="1043" width="0" height="0" />
1454         </bpmndi:BPMNLabel>
1455       </bpmndi:BPMNEdge>
1456       <bpmndi:BPMNEdge id="SequenceFlow_0p94lgv_di" bpmnElement="SequenceFlow_0p94lgv">
1457         <di:waypoint xsi:type="dc:Point" x="907" y="1008" />
1458         <di:waypoint xsi:type="dc:Point" x="907" y="1083" />
1459         <bpmndi:BPMNLabel>
1460           <dc:Bounds x="913" y="1035.5" width="18" height="12" />
1461         </bpmndi:BPMNLabel>
1462       </bpmndi:BPMNEdge>
1463       <bpmndi:BPMNEdge id="SequenceFlow_1dqbqqx_di" bpmnElement="SequenceFlow_1dqbqqx">
1464         <di:waypoint xsi:type="dc:Point" x="181" y="1320" />
1465         <di:waypoint xsi:type="dc:Point" x="182" y="1280" />
1466         <bpmndi:BPMNLabel>
1467           <dc:Bounds x="182" y="1285" width="0" height="0" />
1468         </bpmndi:BPMNLabel>
1469       </bpmndi:BPMNEdge>
1470       <bpmndi:BPMNShape id="IntermediateCatchEvent_11t1f0p_di" bpmnElement="IntermediateThrowEvent_0xv558x">
1471         <dc:Bounds x="163" y="1320" width="36" height="36" />
1472         <bpmndi:BPMNLabel>
1473           <dc:Bounds x="145" y="1355.045908183633" width="72" height="24" />
1474         </bpmndi:BPMNLabel>
1475       </bpmndi:BPMNShape>
1476       <bpmndi:BPMNShape id="IntermediateCatchEvent_0rgn1jk_di" bpmnElement="IntermediateThrowEvent_0hljxy3">
1477         <dc:Bounds x="1051" y="492" width="36" height="36" />
1478         <bpmndi:BPMNLabel>
1479           <dc:Bounds x="1034" y="528" width="69" height="24" />
1480         </bpmndi:BPMNLabel>
1481       </bpmndi:BPMNShape>
1482       <bpmndi:BPMNEdge id="SequenceFlow_1nplvhi_di" bpmnElement="SequenceFlow_1nplvhi">
1483         <di:waypoint xsi:type="dc:Point" x="1087" y="510" />
1484         <di:waypoint xsi:type="dc:Point" x="1132" y="510" />
1485         <bpmndi:BPMNLabel>
1486           <dc:Bounds x="1110" y="485" width="0" height="0" />
1487         </bpmndi:BPMNLabel>
1488       </bpmndi:BPMNEdge>
1489       <bpmndi:BPMNEdge id="SequenceFlow_0tqrgop_di" bpmnElement="SequenceFlow_0tqrgop">
1490         <di:waypoint xsi:type="dc:Point" x="1462" y="491" />
1491         <di:waypoint xsi:type="dc:Point" x="1523" y="299" />
1492         <bpmndi:BPMNLabel>
1493           <dc:Bounds x="1493" y="380" width="0" height="0" />
1494         </bpmndi:BPMNLabel>
1495       </bpmndi:BPMNEdge>
1496       <bpmndi:BPMNEdge id="SequenceFlow_126nlmw_di" bpmnElement="SequenceFlow_126nlmw">
1497         <di:waypoint xsi:type="dc:Point" x="1466" y="495" />
1498         <di:waypoint xsi:type="dc:Point" x="1569" y="327" />
1499         <bpmndi:BPMNLabel>
1500           <dc:Bounds x="1518" y="396" width="0" height="0" />
1501         </bpmndi:BPMNLabel>
1502       </bpmndi:BPMNEdge>
1503       <bpmndi:BPMNEdge id="SequenceFlow_0mw3mwl_di" bpmnElement="SequenceFlow_0mw3mwl">
1504         <di:waypoint xsi:type="dc:Point" x="1469" y="498" />
1505         <di:waypoint xsi:type="dc:Point" x="1614" y="360" />
1506         <bpmndi:BPMNLabel>
1507           <dc:Bounds x="1542" y="414" width="0" height="0" />
1508         </bpmndi:BPMNLabel>
1509       </bpmndi:BPMNEdge>
1510       <bpmndi:BPMNEdge id="SequenceFlow_13md9cw_di" bpmnElement="SequenceFlow_13md9cw">
1511         <di:waypoint xsi:type="dc:Point" x="1472" y="501" />
1512         <di:waypoint xsi:type="dc:Point" x="1652" y="403" />
1513         <bpmndi:BPMNLabel>
1514           <dc:Bounds x="1562" y="437" width="0" height="0" />
1515         </bpmndi:BPMNLabel>
1516       </bpmndi:BPMNEdge>
1517       <bpmndi:BPMNEdge id="SequenceFlow_0xylem3_di" bpmnElement="SequenceFlow_0xylem3">
1518         <di:waypoint xsi:type="dc:Point" x="1476" y="505" />
1519         <di:waypoint xsi:type="dc:Point" x="1682" y="451" />
1520         <bpmndi:BPMNLabel>
1521           <dc:Bounds x="1579" y="463" width="0" height="0" />
1522         </bpmndi:BPMNLabel>
1523       </bpmndi:BPMNEdge>
1524       <bpmndi:BPMNEdge id="SequenceFlow_1c5mxd5_di" bpmnElement="SequenceFlow_1c5mxd5">
1525         <di:waypoint xsi:type="dc:Point" x="1481" y="510" />
1526         <di:waypoint xsi:type="dc:Point" x="1697" y="510" />
1527         <bpmndi:BPMNLabel>
1528           <dc:Bounds x="1589" y="495" width="0" height="0" />
1529         </bpmndi:BPMNLabel>
1530       </bpmndi:BPMNEdge>
1531       <bpmndi:BPMNEdge id="SequenceFlow_0u8hiu2_di" bpmnElement="SequenceFlow_0u8hiu2">
1532         <di:waypoint xsi:type="dc:Point" x="1477" y="514" />
1533         <di:waypoint xsi:type="dc:Point" x="1682" y="559" />
1534         <bpmndi:BPMNLabel>
1535           <dc:Bounds x="1580" y="521.5" width="0" height="0" />
1536         </bpmndi:BPMNLabel>
1537       </bpmndi:BPMNEdge>
1538       <bpmndi:BPMNEdge id="SequenceFlow_0fs7ay9_di" bpmnElement="SequenceFlow_0fs7ay9">
1539         <di:waypoint xsi:type="dc:Point" x="1473" y="518" />
1540         <di:waypoint xsi:type="dc:Point" x="1652" y="610" />
1541         <bpmndi:BPMNLabel>
1542           <dc:Bounds x="1563" y="549" width="0" height="0" />
1543         </bpmndi:BPMNLabel>
1544       </bpmndi:BPMNEdge>
1545       <bpmndi:BPMNEdge id="SequenceFlow_00qwx4v_di" bpmnElement="SequenceFlow_00qwx4v">
1546         <di:waypoint xsi:type="dc:Point" x="1469" y="522" />
1547         <di:waypoint xsi:type="dc:Point" x="1615" y="661" />
1548         <bpmndi:BPMNLabel>
1549           <dc:Bounds x="1542" y="576.5" width="0" height="0" />
1550         </bpmndi:BPMNLabel>
1551       </bpmndi:BPMNEdge>
1552       <bpmndi:BPMNEdge id="SequenceFlow_14s8ji9_di" bpmnElement="SequenceFlow_14s8ji9">
1553         <di:waypoint xsi:type="dc:Point" x="1466" y="525" />
1554         <di:waypoint xsi:type="dc:Point" x="1570" y="692" />
1555         <bpmndi:BPMNLabel>
1556           <dc:Bounds x="1518" y="593.5" width="0" height="0" />
1557         </bpmndi:BPMNLabel>
1558       </bpmndi:BPMNEdge>
1559       <bpmndi:BPMNEdge id="SequenceFlow_0kricor_di" bpmnElement="SequenceFlow_0kricor">
1560         <di:waypoint xsi:type="dc:Point" x="1462" y="529" />
1561         <di:waypoint xsi:type="dc:Point" x="1524" y="722" />
1562         <bpmndi:BPMNLabel>
1563           <dc:Bounds x="1493" y="610.5" width="0" height="0" />
1564         </bpmndi:BPMNLabel>
1565       </bpmndi:BPMNEdge>
1566       <bpmndi:BPMNShape id="IntermediateThrowEvent_11fq8y0_di" bpmnElement="IntermediateThrowEvent_08j8zjs">
1567         <dc:Bounds x="1511" y="265" width="36" height="36" />
1568         <bpmndi:BPMNLabel>
1569           <dc:Bounds x="1486" y="233.41716566866268" width="85" height="24" />
1570         </bpmndi:BPMNLabel>
1571       </bpmndi:BPMNShape>
1572       <bpmndi:BPMNShape id="IntermediateThrowEvent_0s02puh_di" bpmnElement="IntermediateThrowEvent_0tj8iiy">
1573         <dc:Bounds x="1561" y="294" width="36" height="36" />
1574         <bpmndi:BPMNLabel>
1575           <dc:Bounds x="1561" y="259.4171656686627" width="88" height="24" />
1576         </bpmndi:BPMNLabel>
1577       </bpmndi:BPMNShape>
1578       <bpmndi:BPMNShape id="IntermediateThrowEvent_0jpplot_di" bpmnElement="IntermediateThrowEvent_0oeqjo1">
1579         <dc:Bounds x="1609" y="330" width="36" height="36" />
1580         <bpmndi:BPMNLabel>
1581           <dc:Bounds x="1625" y="306.4171656686627" width="64" height="12" />
1582         </bpmndi:BPMNLabel>
1583       </bpmndi:BPMNShape>
1584       <bpmndi:BPMNShape id="IntermediateThrowEvent_002ei8c_di" bpmnElement="IntermediateThrowEvent_1939dn7">
1585         <dc:Bounds x="1650" y="377" width="36" height="36" />
1586         <bpmndi:BPMNLabel>
1587           <dc:Bounds x="1689" y="354.4171656686627" width="51" height="24" />
1588         </bpmndi:BPMNLabel>
1589       </bpmndi:BPMNShape>
1590       <bpmndi:BPMNShape id="IntermediateThrowEvent_0mfh44i_di" bpmnElement="IntermediateThrowEvent_1rn3nlo">
1591         <dc:Bounds x="1681" y="429" width="36" height="36" />
1592         <bpmndi:BPMNLabel>
1593           <dc:Bounds x="1724" y="427.4171656686627" width="62" height="12" />
1594         </bpmndi:BPMNLabel>
1595       </bpmndi:BPMNShape>
1596       <bpmndi:BPMNShape id="IntermediateThrowEvent_0nuhjay_di" bpmnElement="IntermediateThrowEvent_0weaigg">
1597         <dc:Bounds x="1697" y="493" width="36" height="36" />
1598         <bpmndi:BPMNLabel>
1599           <dc:Bounds x="1744" y="492.4171656686626" width="84" height="36" />
1600         </bpmndi:BPMNLabel>
1601       </bpmndi:BPMNShape>
1602       <bpmndi:BPMNShape id="IntermediateThrowEvent_178560e_di" bpmnElement="IntermediateThrowEvent_1q8mns4">
1603         <dc:Bounds x="1681" y="546" width="36" height="36" />
1604         <bpmndi:BPMNLabel>
1605           <dc:Bounds x="1730" y="558.2894211576846" width="63" height="12" />
1606         </bpmndi:BPMNLabel>
1607       </bpmndi:BPMNShape>
1608       <bpmndi:BPMNShape id="IntermediateThrowEvent_1iiwg3y_di" bpmnElement="IntermediateThrowEvent_16kgzdv">
1609         <dc:Bounds x="1650" y="601" width="36" height="36" />
1610         <bpmndi:BPMNLabel>
1611           <dc:Bounds x="1698" y="607.2894211576846" width="54" height="24" />
1612         </bpmndi:BPMNLabel>
1613       </bpmndi:BPMNShape>
1614       <bpmndi:BPMNShape id="IntermediateThrowEvent_0q4aaqn_di" bpmnElement="IntermediateThrowEvent_18v3win">
1615         <dc:Bounds x="1609" y="656" width="36" height="36" />
1616         <bpmndi:BPMNLabel>
1617           <dc:Bounds x="1654" y="679.2894211576846" width="74" height="12" />
1618         </bpmndi:BPMNLabel>
1619       </bpmndi:BPMNShape>
1620       <bpmndi:BPMNShape id="IntermediateThrowEvent_0x5j21r_di" bpmnElement="IntermediateThrowEvent_0kypyu0">
1621         <dc:Bounds x="1562" y="689" width="36" height="36" />
1622         <bpmndi:BPMNLabel>
1623           <dc:Bounds x="1595" y="727.2894211576846" width="85" height="24" />
1624         </bpmndi:BPMNLabel>
1625       </bpmndi:BPMNShape>
1626       <bpmndi:BPMNShape id="IntermediateThrowEvent_130x96w_di" bpmnElement="IntermediateThrowEvent_024m4nk">
1627         <dc:Bounds x="1511" y="721" width="36" height="36" />
1628         <bpmndi:BPMNLabel>
1629           <dc:Bounds x="1507" y="763.2894211576846" width="72" height="24" />
1630         </bpmndi:BPMNLabel>
1631       </bpmndi:BPMNShape>
1632       <bpmndi:BPMNEdge id="SequenceFlow_178fxkj_di" bpmnElement="SequenceFlow_178fxkj">
1633         <di:waypoint xsi:type="dc:Point" x="971" y="90" />
1634         <di:waypoint xsi:type="dc:Point" x="982" y="90" />
1635         <di:waypoint xsi:type="dc:Point" x="982" y="156" />
1636         <di:waypoint xsi:type="dc:Point" x="103" y="156" />
1637         <di:waypoint xsi:type="dc:Point" x="103" y="237" />
1638         <di:waypoint xsi:type="dc:Point" x="131" y="237" />
1639         <bpmndi:BPMNLabel>
1640           <dc:Bounds x="543" y="141" width="0" height="0" />
1641         </bpmndi:BPMNLabel>
1642       </bpmndi:BPMNEdge>
1643       <bpmndi:BPMNShape id="ScriptTask_0d7vlr8_di" bpmnElement="Task_155eyrq">
1644         <dc:Bounds x="871" y="50" width="100" height="80" />
1645       </bpmndi:BPMNShape>
1646       <bpmndi:BPMNEdge id="SequenceFlow_0a0lfh8_di" bpmnElement="SequenceFlow_0a0lfh8">
1647         <di:waypoint xsi:type="dc:Point" x="320" y="1576" />
1648         <di:waypoint xsi:type="dc:Point" x="353" y="1576" />
1649         <bpmndi:BPMNLabel>
1650           <dc:Bounds x="337" y="1561" width="0" height="0" />
1651         </bpmndi:BPMNLabel>
1652       </bpmndi:BPMNEdge>
1653       <bpmndi:BPMNEdge id="SequenceFlow_0r0o5yt_di" bpmnElement="SequenceFlow_0r0o5yt">
1654         <di:waypoint xsi:type="dc:Point" x="453" y="1576" />
1655         <di:waypoint xsi:type="dc:Point" x="490" y="1576" />
1656         <bpmndi:BPMNLabel>
1657           <dc:Bounds x="472" y="1561" width="0" height="0" />
1658         </bpmndi:BPMNLabel>
1659       </bpmndi:BPMNEdge>
1660       <bpmndi:BPMNEdge id="SequenceFlow_0slcwxc_di" bpmnElement="SequenceFlow_0slcwxc">
1661         <di:waypoint xsi:type="dc:Point" x="590" y="1576" />
1662         <di:waypoint xsi:type="dc:Point" x="621" y="1576" />
1663         <bpmndi:BPMNLabel>
1664           <dc:Bounds x="606" y="1561" width="0" height="0" />
1665         </bpmndi:BPMNLabel>
1666       </bpmndi:BPMNEdge>
1667       <bpmndi:BPMNShape id="ScriptTask_1gdinh5_di" bpmnElement="Task_07rej8l">
1668         <dc:Bounds x="220" y="1536" width="100" height="80" />
1669       </bpmndi:BPMNShape>
1670       <bpmndi:BPMNShape id="ScriptTask_0l1xjdz_di" bpmnElement="Task_16v4gow">
1671         <dc:Bounds x="490" y="1536" width="100" height="80" />
1672       </bpmndi:BPMNShape>
1673       <bpmndi:BPMNShape id="CallActivity_1e4qhkx_di" bpmnElement="Task_18twhln">
1674         <dc:Bounds x="353" y="1536" width="100" height="80" />
1675       </bpmndi:BPMNShape>
1676     </bpmndi:BPMNPlane>
1677   </bpmndi:BPMNDiagram>
1678 </bpmn2:definitions>