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