blob: 5915b9b5929c5b17bf1d44f6926dfa12e450ae8e [file] [log] [blame]
Rob Daugherty38f72072018-03-14 02:07:32 -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.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="VnfConfigUpdate" name="VnfConfigUpdate" isExecutable="true">
4 <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">
5 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing>
7 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
8def uvfm = new VnfConfigUpdate()
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.openecomp.mso.bpmn.infrastructure.scripts.*
16def uvfm = new VnfConfigUpdate()
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("VnfConfigUpdateSuccessIndicator", 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_07uuj2d</bpmn2:incoming>
46 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
47 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
48def uvfm = new VnfConfigUpdate()
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_1tx7e9s" />
59 <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
60 <bpmn2:incoming>SequenceFlow_0xt2xvx</bpmn2:incoming>
61 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
62 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
63def uvfm = new VnfConfigUpdate()
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_1vxpbd0" sourceRef="Task_1tx7e9s" targetRef="Task_02avn81" />
84 <bpmn2:sequenceFlow id="SequenceFlow_03ayqeh" sourceRef="Task_02avn81" targetRef="Task_0b707rs" />
85 <bpmn2:sequenceFlow id="SequenceFlow_0xt2xvx" sourceRef="Task_0b707rs" targetRef="ScriptTask_3" />
86 <bpmn2:scriptTask id="Task_1tx7e9s" name="PreProcess Rollback" scriptFormat="groovy">
87 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_1vxpbd0</bpmn2:outgoing>
89 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
90def uvfm = new VnfInPlaceUpdate()
91uvfm.preProcessRollback(execution)]]></bpmn2:script>
92 </bpmn2:scriptTask>
93 <bpmn2:scriptTask id="Task_0b707rs" name="PostProcess Rollback" scriptFormat="groovy">
94 <bpmn2:incoming>SequenceFlow_03ayqeh</bpmn2:incoming>
95 <bpmn2:outgoing>SequenceFlow_0xt2xvx</bpmn2:outgoing>
96 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
97def uvfm = new VnfInPlaceUpdate()
98uvfm.postProcessRollback(execution)]]></bpmn2:script>
99 </bpmn2:scriptTask>
100 <bpmn2:callActivity id="Task_02avn81" name="Rollback Processing" calledElement="RollbackVnf">
101 <bpmn2:extensionElements>
102 <camunda:in source="msoRequestId" target="msoRequestId" />
103 <camunda:in source="vnfId" target="vnfId" />
104 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
105 <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" />
106 <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" />
107 <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" />
108 <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" />
109 <camunda:in source="errorCode" target="errorCode" />
110 <camunda:in source="rollbackQuiesceTraffic" target="rollbackQuiesceTraffic" />
111 <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" />
112 </bpmn2:extensionElements>
113 <bpmn2:incoming>SequenceFlow_1vxpbd0</bpmn2:incoming>
114 <bpmn2:outgoing>SequenceFlow_03ayqeh</bpmn2:outgoing>
115 </bpmn2:callActivity>
116 </bpmn2:subProcess>
117 <bpmn2:endEvent id="EndEvent_3">
118 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
119 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
120 </bpmn2:endEvent>
121 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
122 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
123 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
124 </bpmn2:boundaryEvent>
125 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
126 <bpmn2:startEvent id="StartEvent_1" name="Start">
127 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
128 </bpmn2:startEvent>
129 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
130 <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_18j1ow5" targetRef="ScriptTask_10" />
131 <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0vy2zge" />
132 <bpmn2:scriptTask id="Task_1opcb4j" name="Query A&#38;AI for VNF" scriptFormat="groovy">
133 <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming>
134 <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing>
135 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
136def uvfm = new VnfConfigUpdate()
137uvfm.queryAAIForVnf(execution)]]></bpmn2:script>
138 </bpmn2:scriptTask>
139 <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1opcb4j" />
140 <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&#38;AI" scriptFormat="groovy">
141 <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming>
142 <bpmn2:incoming>SequenceFlow_09lrk4q</bpmn2:incoming>
143 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
144 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
145def uvfm = new VnfConfigUpdate()
146uvfm.checkIfVnfInMaintInAAI(execution)
147]]></bpmn2:script>
148 </bpmn2:scriptTask>
149 <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" />
150 <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&#38;AI" scriptFormat="groovy">
151 <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming>
152 <bpmn2:incoming>SequenceFlow_1eezqx8</bpmn2:incoming>
153 <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing>
154 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
155def uvfm = new VnfConfigUpdate()
156uvfm.setVnfInMaintFlagInAAI(execution, true)
157]]></bpmn2:script>
158 </bpmn2:scriptTask>
159 <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&#38;AI" scriptFormat="groovy">
160 <bpmn2:incoming>SequenceFlow_16ff86u</bpmn2:incoming>
161 <bpmn2:incoming>SequenceFlow_08m0j98</bpmn2:incoming>
162 <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing>
163 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
164def uvfm = new VnfConfigUpdate()
165uvfm.setVnfInMaintFlagInAAI(execution, false)
166]]></bpmn2:script>
167 </bpmn2:scriptTask>
168 <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&#38;AI" scriptFormat="groovy">
169 <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming>
170 <bpmn2:incoming>SequenceFlow_179tyul</bpmn2:incoming>
171 <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing>
172 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
173def uvfm = new VnfConfigUpdate()
174uvfm.checkIfPserversInMaintInAAI(execution)
175]]></bpmn2:script>
176 </bpmn2:scriptTask>
177 <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z">
178 <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing>
180 <bpmn2:outgoing>SequenceFlow_06ev8or</bpmn2:outgoing>
181 </bpmn2:exclusiveGateway>
182 <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" />
183 <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi">
184 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
185 <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing>
186 <bpmn2:outgoing>SequenceFlow_1cdfjed</bpmn2:outgoing>
187 </bpmn2:exclusiveGateway>
188 <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" />
189 <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler">
190 <bpmn2:extensionElements>
191 <camunda:in source="msoRequestId" target="msoRequestId" />
192 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
193 <camunda:in source="serviceType" target="serviceType" />
194 <camunda:in source="nfRole" target="vnfType" />
195 <camunda:in source="currentActivity" target="currentActivity" />
196 <camunda:in source="workStep" target="workStep" />
197 <camunda:in source="failedActivity" target="failedActivity" />
198 <camunda:in source="errorCode" target="errorCode" />
199 <camunda:in source="errorText" target="errorText" />
200 <camunda:out source="WorkflowException" target="WorkflowException" />
201 <camunda:out source="handlingCode" target="disposition" />
202 <camunda:in source="requestorId" target="requestorId" />
203 <camunda:out source="taskId" target="taskId" />
204 <camunda:in source="vnfName" target="vnfName" />
205 </bpmn2:extensionElements>
206 <bpmn2:incoming>SequenceFlow_0nob5cp</bpmn2:incoming>
207 <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing>
208 </bpmn2:callActivity>
209 <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" />
210 <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h">
211 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression>
212 </bpmn2:sequenceFlow>
213 <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm">
214 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression>
215 </bpmn2:sequenceFlow>
216 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_06ajc11">
217 <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming>
218 <bpmn2:outgoing>SequenceFlow_17g62fl</bpmn2:outgoing>
219 <bpmn2:outgoing>SequenceFlow_06ajc11</bpmn2:outgoing>
220 </bpmn2:exclusiveGateway>
221 <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" />
222 <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Health PostCheck?" default="SequenceFlow_08m0j98">
223 <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming>
224 <bpmn2:outgoing>SequenceFlow_1urpp94</bpmn2:outgoing>
225 <bpmn2:outgoing>SequenceFlow_08m0j98</bpmn2:outgoing>
226 </bpmn2:exclusiveGateway>
227 <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_0u6ho2p">
228 <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming>
229 <bpmn2:outgoing>SequenceFlow_0u6ho2p</bpmn2:outgoing>
230 <bpmn2:outgoing>SequenceFlow_0k3zxpd</bpmn2:outgoing>
231 </bpmn2:exclusiveGateway>
232 <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" />
233 <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy">
234 <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming>
235 <bpmn2:incoming>SequenceFlow_1c022sy</bpmn2:incoming>
236 <bpmn2:incoming>SequenceFlow_05omwbu</bpmn2:incoming>
237 <bpmn2:incoming>SequenceFlow_18lemf9</bpmn2:incoming>
238 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
239def uvfm = new VnfConfigUpdate()
240uvfm.abortProcessing(execution)]]></bpmn2:script>
241 </bpmn2:scriptTask>
242 <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition">
243 <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming>
244 <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing>
245 <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing>
246 <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing>
247 <bpmn2:outgoing>SequenceFlow_0rlmex7</bpmn2:outgoing>
248 </bpmn2:exclusiveGateway>
249 <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Next Step?&#10;&#10;" default="SequenceFlow_1c022sy">
250 <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming>
251 <bpmn2:incoming>SequenceFlow_19myx3o</bpmn2:incoming>
252 <bpmn2:outgoing>SequenceFlow_1c022sy</bpmn2:outgoing>
253 <bpmn2:outgoing>SequenceFlow_0ueoglv</bpmn2:outgoing>
254 <bpmn2:outgoing>SequenceFlow_15fqlwe</bpmn2:outgoing>
255 <bpmn2:outgoing>SequenceFlow_0yuj0l5</bpmn2:outgoing>
256 <bpmn2:outgoing>SequenceFlow_1abb030</bpmn2:outgoing>
257 <bpmn2:outgoing>SequenceFlow_0ls3ej5</bpmn2:outgoing>
258 <bpmn2:outgoing>SequenceFlow_1ar6ikk</bpmn2:outgoing>
259 <bpmn2:outgoing>SequenceFlow_0t53vux</bpmn2:outgoing>
260 <bpmn2:outgoing>SequenceFlow_11ck4qe</bpmn2:outgoing>
261 <bpmn2:outgoing>SequenceFlow_16d2ln4</bpmn2:outgoing>
262 <bpmn2:outgoing>SequenceFlow_1quapjx</bpmn2:outgoing>
263 <bpmn2:outgoing>SequenceFlow_101n488</bpmn2:outgoing>
264 </bpmn2:exclusiveGateway>
265 <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx">
266 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip" ]]></bpmn2:conditionExpression>
267 </bpmn2:sequenceFlow>
268 <bpmn2:sequenceFlow id="SequenceFlow_1c022sy" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" />
269 <bpmn2:sequenceFlow id="SequenceFlow_06ev8or" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_0zmqbae">
270 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
271 </bpmn2:sequenceFlow>
272 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0zmqbae" name="To Rainy Day Handling">
273 <bpmn2:incoming>SequenceFlow_06ev8or</bpmn2:incoming>
274 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
275 </bpmn2:intermediateThrowEvent>
276 <bpmn2:sequenceFlow id="SequenceFlow_0nob5cp" sourceRef="IntermediateThrowEvent_0z0t7rn" targetRef="Task_0q5cdit" />
277 <bpmn2:sequenceFlow id="SequenceFlow_076leae" sourceRef="Task_0e313zv" targetRef="ExclusiveGateway_1rglbmr" />
278 <bpmn2:scriptTask id="Task_0e313zv" name="Check If VF Closed Loop Disabled in A&#38;AI" scriptFormat="groovy">
279 <bpmn2:incoming>SequenceFlow_0zzwdwf</bpmn2:incoming>
280 <bpmn2:incoming>SequenceFlow_06ajc11</bpmn2:incoming>
281 <bpmn2:outgoing>SequenceFlow_076leae</bpmn2:outgoing>
282 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
283def uvfm = new VnfConfigUpdate()
284uvfm.checkIfClosedLoopDisabledInAAI(execution)
285]]></bpmn2:script>
286 </bpmn2:scriptTask>
287 <bpmn2:exclusiveGateway id="ExclusiveGateway_1rglbmr" name="Error on isClosedLoopDisabled Check?" default="SequenceFlow_0du9273">
288 <bpmn2:incoming>SequenceFlow_076leae</bpmn2:incoming>
289 <bpmn2:outgoing>SequenceFlow_0du9273</bpmn2:outgoing>
290 <bpmn2:outgoing>SequenceFlow_0zh8r6j</bpmn2:outgoing>
291 </bpmn2:exclusiveGateway>
292 <bpmn2:sequenceFlow id="SequenceFlow_0du9273" name="no&#10;&#10;" sourceRef="ExclusiveGateway_1rglbmr" targetRef="Task_0n1d5f2" />
293 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0z0t7rn" name="To Rainy Day Handling" camunda:asyncBefore="true">
294 <bpmn2:outgoing>SequenceFlow_0nob5cp</bpmn2:outgoing>
295 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
296 </bpmn2:intermediateCatchEvent>
297 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1qkzlba" name="To Rainy Day Handling">
298 <bpmn2:incoming>SequenceFlow_1cdfjed</bpmn2:incoming>
299 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
300 </bpmn2:intermediateThrowEvent>
301 <bpmn2:sequenceFlow id="SequenceFlow_1cdfjed" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1qkzlba">
302 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
303 </bpmn2:sequenceFlow>
304 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0rnlvmz" name="To Rainy Day Handling">
305 <bpmn2:incoming>SequenceFlow_17g62fl</bpmn2:incoming>
306 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
307 </bpmn2:intermediateThrowEvent>
308 <bpmn2:sequenceFlow id="SequenceFlow_17g62fl" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0rnlvmz">
309 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
310 </bpmn2:sequenceFlow>
311 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0v69raz" name="To Rainy Day Handling">
312 <bpmn2:incoming>SequenceFlow_0zh8r6j</bpmn2:incoming>
313 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
314 </bpmn2:intermediateThrowEvent>
315 <bpmn2:sequenceFlow id="SequenceFlow_0zh8r6j" name="yes&#10;&#10;" sourceRef="ExclusiveGateway_1rglbmr" targetRef="IntermediateThrowEvent_0v69raz">
316 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
317 </bpmn2:sequenceFlow>
318 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_15hlkuq" name="To inMaintenanceCheck">
319 <bpmn2:outgoing>SequenceFlow_09lrk4q</bpmn2:outgoing>
320 <bpmn2:linkEventDefinition name="To inMaintenanceCheck" />
321 </bpmn2:intermediateCatchEvent>
322 <bpmn2:sequenceFlow id="SequenceFlow_09lrk4q" sourceRef="IntermediateThrowEvent_15hlkuq" targetRef="Task_1rxiqe1" />
323 <bpmn2:sequenceFlow id="SequenceFlow_1eezqx8" sourceRef="IntermediateThrowEvent_1lrkrsn" targetRef="Task_0ap39ka" />
324 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1lrkrsn" name="To InMaintenance Set">
325 <bpmn2:outgoing>SequenceFlow_1eezqx8</bpmn2:outgoing>
326 <bpmn2:linkEventDefinition name="To InMaintenance Set" />
327 </bpmn2:intermediateCatchEvent>
328 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1wdxgjm" name="To check if Closed Loop Disabled">
329 <bpmn2:outgoing>SequenceFlow_0zzwdwf</bpmn2:outgoing>
330 <bpmn2:linkEventDefinition name="To check if Closed Loop Disabled" />
331 </bpmn2:intermediateCatchEvent>
332 <bpmn2:sequenceFlow id="SequenceFlow_0zzwdwf" sourceRef="IntermediateThrowEvent_1wdxgjm" targetRef="Task_0e313zv" />
333 <bpmn2:sequenceFlow id="SequenceFlow_06ajc11" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_0e313zv" />
334 <bpmn2:sequenceFlow id="SequenceFlow_179z9vl" sourceRef="Task_0n1d5f2" targetRef="ExclusiveGateway_148eo7w" />
335 <bpmn2:scriptTask id="Task_0n1d5f2" name="Set VF Is Closed Loop Disabled Flag in A&#38;AI" scriptFormat="groovy">
336 <bpmn2:incoming>SequenceFlow_0du9273</bpmn2:incoming>
337 <bpmn2:incoming>SequenceFlow_032tm9y</bpmn2:incoming>
338 <bpmn2:outgoing>SequenceFlow_179z9vl</bpmn2:outgoing>
339 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
340def uvfm = new VnfConfigUpdate()
341uvfm.setClosedLoopDisabledInAAI(execution, true)
342]]></bpmn2:script>
343 </bpmn2:scriptTask>
344 <bpmn2:sequenceFlow id="SequenceFlow_032tm9y" sourceRef="IntermediateThrowEvent_1552q1o" targetRef="Task_0n1d5f2" />
345 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1552q1o" name="To set Closed Loop Disabled">
346 <bpmn2:outgoing>SequenceFlow_032tm9y</bpmn2:outgoing>
347 <bpmn2:linkEventDefinition name="To set Closed Loop Disabled" />
348 </bpmn2:intermediateCatchEvent>
349 <bpmn2:exclusiveGateway id="ExclusiveGateway_148eo7w" name="Error on Set IsClosedLoopDisabled Flag in A&#38;AI?" default="SequenceFlow_1cjiv6i">
350 <bpmn2:incoming>SequenceFlow_179z9vl</bpmn2:incoming>
351 <bpmn2:outgoing>SequenceFlow_1cjiv6i</bpmn2:outgoing>
352 <bpmn2:outgoing>SequenceFlow_1q3oxtf</bpmn2:outgoing>
353 </bpmn2:exclusiveGateway>
354 <bpmn2:sequenceFlow id="SequenceFlow_1cjiv6i" name="no&#10;&#10;" sourceRef="ExclusiveGateway_148eo7w" targetRef="Task_1hdg951" />
355 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16r1jxm" name="To Rainy Day Handling">
356 <bpmn2:incoming>SequenceFlow_1q3oxtf</bpmn2:incoming>
357 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
358 </bpmn2:intermediateThrowEvent>
359 <bpmn2:sequenceFlow id="SequenceFlow_1q3oxtf" name="yes" sourceRef="ExclusiveGateway_148eo7w" targetRef="IntermediateThrowEvent_16r1jxm">
360 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
361 </bpmn2:sequenceFlow>
362 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_02hirbh" name="To ConfigModify">
363 <bpmn2:outgoing>SequenceFlow_1wqinjh</bpmn2:outgoing>
364 <bpmn2:linkEventDefinition name="To ConfigModify" />
365 </bpmn2:intermediateCatchEvent>
366 <bpmn2:sequenceFlow id="SequenceFlow_1urpp94" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_0vf0a28">
367 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
368 </bpmn2:sequenceFlow>
369 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vf0a28" name="To Rainy Day Handling">
370 <bpmn2:incoming>SequenceFlow_1urpp94</bpmn2:incoming>
371 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
372 </bpmn2:intermediateThrowEvent>
373 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0pk24h2" name="To Health PreCheck">
374 <bpmn2:outgoing>SequenceFlow_1colra4</bpmn2:outgoing>
375 <bpmn2:linkEventDefinition name="To Health PreCheck" />
376 </bpmn2:intermediateCatchEvent>
377 <bpmn2:exclusiveGateway id="ExclusiveGateway_18j1ow5" name="Error on Unset Closed Loop Disabled?" default="SequenceFlow_3">
378 <bpmn2:incoming>SequenceFlow_1tzax6l</bpmn2:incoming>
379 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
380 <bpmn2:outgoing>SequenceFlow_0w8mkkn</bpmn2:outgoing>
381 </bpmn2:exclusiveGateway>
382 <bpmn2:sequenceFlow id="SequenceFlow_0u6ho2p" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="Task_0y1h8go" />
383 <bpmn2:scriptTask id="Task_0y1h8go" name="Unset VF Is Closed Loop DisabledFlag in A&#38;AI" scriptFormat="groovy">
384 <bpmn2:incoming>SequenceFlow_0u6ho2p</bpmn2:incoming>
385 <bpmn2:incoming>SequenceFlow_09xxorv</bpmn2:incoming>
386 <bpmn2:outgoing>SequenceFlow_1tzax6l</bpmn2:outgoing>
387 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
388def uvfm = new VnfConfigUpdate()
389uvfm.setClosedLoopDisabledInAAI(execution, false)
390]]></bpmn2:script>
391 </bpmn2:scriptTask>
392 <bpmn2:sequenceFlow id="SequenceFlow_1tzax6l" sourceRef="Task_0y1h8go" targetRef="ExclusiveGateway_18j1ow5" />
393 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0pmevcz" name="To unset inMaintenance">
394 <bpmn2:outgoing>SequenceFlow_16ff86u</bpmn2:outgoing>
395 <bpmn2:linkEventDefinition name="To unset inMaintenance" />
396 </bpmn2:intermediateCatchEvent>
397 <bpmn2:sequenceFlow id="SequenceFlow_16ff86u" sourceRef="IntermediateThrowEvent_0pmevcz" targetRef="Task_1drglpt" />
398 <bpmn2:sequenceFlow id="SequenceFlow_0k3zxpd" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_1awckg7">
399 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
400 </bpmn2:sequenceFlow>
401 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1awckg7" name="To Rainy Day Handling">
402 <bpmn2:incoming>SequenceFlow_0k3zxpd</bpmn2:incoming>
403 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
404 </bpmn2:intermediateThrowEvent>
405 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1b3smly" name="To unset Closed Loop Disabled">
406 <bpmn2:outgoing>SequenceFlow_09xxorv</bpmn2:outgoing>
407 <bpmn2:linkEventDefinition name="To unset Closed Loop Disabled" />
408 </bpmn2:intermediateCatchEvent>
409 <bpmn2:sequenceFlow id="SequenceFlow_09xxorv" sourceRef="IntermediateThrowEvent_1b3smly" targetRef="Task_0y1h8go" />
410 <bpmn2:sequenceFlow id="SequenceFlow_0w8mkkn" name="yes" sourceRef="ExclusiveGateway_18j1ow5" targetRef="IntermediateThrowEvent_1cw8gsw">
411 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
412 </bpmn2:sequenceFlow>
413 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1cw8gsw" name="To Rainy Day Handling">
414 <bpmn2:incoming>SequenceFlow_0w8mkkn</bpmn2:incoming>
415 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
416 </bpmn2:intermediateThrowEvent>
417 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0x846wp" name="To Completion Handler Prep">
418 <bpmn2:outgoing>SequenceFlow_07uuj2d</bpmn2:outgoing>
419 <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
420 </bpmn2:intermediateCatchEvent>
421 <bpmn2:sequenceFlow id="SequenceFlow_07uuj2d" sourceRef="IntermediateThrowEvent_0x846wp" targetRef="ScriptTask_10" />
422 <bpmn2:sequenceFlow id="SequenceFlow_0ueoglv" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0rz6jh4">
423 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkIfPserversInMaintInAAI") ||
424(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkIfVnfInMaintInAAI")]]></bpmn2:conditionExpression>
425 </bpmn2:sequenceFlow>
426 <bpmn2:sequenceFlow id="SequenceFlow_15fqlwe" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1wip9vc">
427 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkIfVnfInMaintInAAI") ||
428(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "setVnfInMaintFlagInAAI")]]></bpmn2:conditionExpression>
429 </bpmn2:sequenceFlow>
430 <bpmn2:sequenceFlow id="SequenceFlow_0yuj0l5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1hki8xj">
431 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "setVnfInMaintFlagInAAI") ||
432(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression>
433 </bpmn2:sequenceFlow>
434 <bpmn2:sequenceFlow id="SequenceFlow_1abb030" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1gfnt9b">
435 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkClosedLoopDisabledFlagInAAI") ||
436(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "setClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression>
437 </bpmn2:sequenceFlow>
438 <bpmn2:sequenceFlow id="SequenceFlow_0ls3ej5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1gzhs1a">
439 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "setClosedLoopDisabledFlagInAAI") ||
440(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "HealthCheck0")]]></bpmn2:conditionExpression>
441 </bpmn2:sequenceFlow>
442 <bpmn2:sequenceFlow id="SequenceFlow_1ar6ikk" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1p9i2bi">
443 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "ConfigModify") ||
444(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "HealthCheck1")]]></bpmn2:conditionExpression>
445 </bpmn2:sequenceFlow>
446 <bpmn2:sequenceFlow id="SequenceFlow_0t53vux" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1cp0hkt">
447 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "HealthCheck1") ||
448(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI")]]></bpmn2:conditionExpression>
449 </bpmn2:sequenceFlow>
450 <bpmn2:sequenceFlow id="SequenceFlow_11ck4qe" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_184w0i8">
451 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI") ||
452(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "unsetClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression>
453 </bpmn2:sequenceFlow>
454 <bpmn2:sequenceFlow id="SequenceFlow_16d2ln4" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1u9f9kp">
455 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "unsetClosedLoopDisabledFlagInAAI") ||
456(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "completionHandlerPrep")]]></bpmn2:conditionExpression>
457 </bpmn2:sequenceFlow>
458 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0rz6jh4" name="To inMaintenanceCheck">
459 <bpmn2:incoming>SequenceFlow_0ueoglv</bpmn2:incoming>
460 <bpmn2:linkEventDefinition name="To inMaintenanceCheck" />
461 </bpmn2:intermediateThrowEvent>
462 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1wip9vc" name="To InMaintenance Set">
463 <bpmn2:incoming>SequenceFlow_15fqlwe</bpmn2:incoming>
464 <bpmn2:linkEventDefinition name="To InMaintenance Set" />
465 </bpmn2:intermediateThrowEvent>
466 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1hki8xj" name="To check if Closed Loop Disabled">
467 <bpmn2:incoming>SequenceFlow_0yuj0l5</bpmn2:incoming>
468 <bpmn2:linkEventDefinition name="To check if Closed Loop Disabled" />
469 </bpmn2:intermediateThrowEvent>
470 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gfnt9b" name="To set Closed Loop Disabled">
471 <bpmn2:incoming>SequenceFlow_1abb030</bpmn2:incoming>
472 <bpmn2:linkEventDefinition name="To set Closed Loop Disabled" />
473 </bpmn2:intermediateThrowEvent>
474 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gzhs1a" name="To Health PreCheck">
475 <bpmn2:incoming>SequenceFlow_0ls3ej5</bpmn2:incoming>
476 <bpmn2:linkEventDefinition name="To Health PreCheck" />
477 </bpmn2:intermediateThrowEvent>
478 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0385ons" name="To ConfigModify">
479 <bpmn2:incoming>SequenceFlow_1quapjx</bpmn2:incoming>
480 <bpmn2:linkEventDefinition name="To ConfigModify" />
481 </bpmn2:intermediateThrowEvent>
482 <bpmn2:sequenceFlow id="SequenceFlow_1quapjx" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0385ons">
483 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "HealthCheck0") ||
484(execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "ConfigModify")]]></bpmn2:conditionExpression>
485 </bpmn2:sequenceFlow>
486 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1p9i2bi" name="To Health PostCheck">
487 <bpmn2:incoming>SequenceFlow_1ar6ikk</bpmn2:incoming>
488 <bpmn2:linkEventDefinition name="To Health PostCheck" />
489 </bpmn2:intermediateThrowEvent>
490 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1cp0hkt" name="To unset inMaintenance">
491 <bpmn2:incoming>SequenceFlow_0t53vux</bpmn2:incoming>
492 <bpmn2:linkEventDefinition name="To unset inMaintenance" />
493 </bpmn2:intermediateThrowEvent>
494 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_184w0i8" name="To unset Closed Loop Disabled">
495 <bpmn2:incoming>SequenceFlow_11ck4qe</bpmn2:incoming>
496 <bpmn2:linkEventDefinition name="To unset Closed Loop Disabled" />
497 </bpmn2:intermediateThrowEvent>
498 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1u9f9kp" name="To Completion Handler Prep">
499 <bpmn2:incoming>SequenceFlow_16d2ln4</bpmn2:incoming>
500 <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
501 </bpmn2:intermediateThrowEvent>
502 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_18wrvcy" name="To check if Physical Servers Are Locked">
503 <bpmn2:outgoing>SequenceFlow_179tyul</bpmn2:outgoing>
504 <bpmn2:linkEventDefinition name="To check if Physical Servers Are Locked" />
505 </bpmn2:intermediateCatchEvent>
506 <bpmn2:sequenceFlow id="SequenceFlow_179tyul" sourceRef="IntermediateThrowEvent_18wrvcy" targetRef="Task_0vy2zge" />
507 <bpmn2:sequenceFlow id="SequenceFlow_101n488" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_17k1fmk">
508 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression>
509 </bpmn2:sequenceFlow>
510 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_17k1fmk" name="To check if Physical Servers Are Locked">
511 <bpmn2:incoming>SequenceFlow_101n488</bpmn2:incoming>
512 <bpmn2:linkEventDefinition name="To check if Physical Servers Are Locked" />
513 </bpmn2:intermediateThrowEvent>
514 <bpmn2:sequenceFlow id="SequenceFlow_1colra4" sourceRef="IntermediateThrowEvent_0pk24h2" targetRef="Task_1hdg951" />
515 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0fhmhsk" name="To Health PostCheck">
516 <bpmn2:outgoing>SequenceFlow_16igl7b</bpmn2:outgoing>
517 <bpmn2:linkEventDefinition name="To Health PostCheck" />
518 </bpmn2:intermediateCatchEvent>
519 <bpmn2:sequenceFlow id="SequenceFlow_16igl7b" sourceRef="IntermediateThrowEvent_0fhmhsk" targetRef="Task_1ca5ctq" />
520 <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" />
521 <bpmn2:exclusiveGateway id="ExclusiveGateway_16eos6z" name="Error on Health PreCheck?" default="SequenceFlow_188a7lk">
522 <bpmn2:incoming>SequenceFlow_0wfzjs1</bpmn2:incoming>
523 <bpmn2:outgoing>SequenceFlow_188a7lk</bpmn2:outgoing>
524 <bpmn2:outgoing>SequenceFlow_12konw1</bpmn2:outgoing>
525 </bpmn2:exclusiveGateway>
526 <bpmn2:exclusiveGateway id="ExclusiveGateway_1nettij" name="Error on ConfigModify?" default="SequenceFlow_0q1skau">
527 <bpmn2:incoming>SequenceFlow_0lpreg4</bpmn2:incoming>
528 <bpmn2:outgoing>SequenceFlow_0q1skau</bpmn2:outgoing>
529 <bpmn2:outgoing>SequenceFlow_1s3pbww</bpmn2:outgoing>
530 </bpmn2:exclusiveGateway>
531 <bpmn2:sequenceFlow id="SequenceFlow_0wfzjs1" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_16eos6z" />
532 <bpmn2:sequenceFlow id="SequenceFlow_188a7lk" name="no" sourceRef="ExclusiveGateway_16eos6z" targetRef="Task_1fj63ov" />
533 <bpmn2:sequenceFlow id="SequenceFlow_0lpreg4" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1nettij" />
534 <bpmn2:sequenceFlow id="SequenceFlow_0q1skau" name="no" sourceRef="ExclusiveGateway_1nettij" targetRef="Task_1ca5ctq" />
535 <bpmn2:sequenceFlow id="SequenceFlow_08m0j98" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1drglpt" />
536 <bpmn2:sequenceFlow id="SequenceFlow_1wqinjh" sourceRef="IntermediateThrowEvent_02hirbh" targetRef="Task_1fj63ov" />
537 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0s8cdpt" name="To Rainy Day Handling">
538 <bpmn2:incoming>SequenceFlow_12konw1</bpmn2:incoming>
539 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
540 </bpmn2:intermediateThrowEvent>
541 <bpmn2:sequenceFlow id="SequenceFlow_12konw1" name="yes" sourceRef="ExclusiveGateway_16eos6z" targetRef="IntermediateThrowEvent_0s8cdpt">
542 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
543 </bpmn2:sequenceFlow>
544 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0e2ibog" name="To Rainy Day Handling">
545 <bpmn2:incoming>SequenceFlow_1s3pbww</bpmn2:incoming>
546 <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
547 </bpmn2:intermediateThrowEvent>
548 <bpmn2:sequenceFlow id="SequenceFlow_1s3pbww" name="yes" sourceRef="ExclusiveGateway_1nettij" targetRef="IntermediateThrowEvent_0e2ibog">
549 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
550 </bpmn2:sequenceFlow>
551 <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C Health PreCheck" calledElement="AppCClient">
552 <bpmn2:extensionElements>
553 <camunda:in source="msoRequestId" target="msoRequestId" />
554 <camunda:in source="actionHealthCheck" target="action" />
555 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
556 <camunda:in source="payload" target="payload" />
557 <camunda:in source="vnfId" target="vnfId" />
558 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
559 <camunda:out source="errorCode" target="errorCode" />
560 <camunda:out source="errorText" target="errorText" />
561 <camunda:out source="workStep" target="workStep" />
562 <camunda:out source="failedActivity" target="failedActivity" />
563 <camunda:in source="vnfName" target="vnfName" />
564 <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
565 </bpmn2:extensionElements>
566 <bpmn2:incoming>SequenceFlow_1cjiv6i</bpmn2:incoming>
567 <bpmn2:incoming>SequenceFlow_1colra4</bpmn2:incoming>
568 <bpmn2:outgoing>SequenceFlow_0wfzjs1</bpmn2:outgoing>
569 </bpmn2:callActivity>
570 <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health PostCheck" calledElement="AppCClient">
571 <bpmn2:extensionElements>
572 <camunda:in source="msoRequestId" target="msoRequestId" />
573 <camunda:in source="actionHealthCheck" target="action" />
574 <camunda:in source="healthCheckIndex1" target="healthCheckIndex" />
575 <camunda:in source="payload" target="payload" />
576 <camunda:in source="vnfId" target="vnfId" />
577 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
578 <camunda:out source="errorCode" target="errorCode" />
579 <camunda:out source="errorText" target="errorText" />
580 <camunda:out source="workStep" target="workStep" />
581 <camunda:out source="failedActivity" target="failedActivity" />
582 <camunda:in source="vnfName" target="vnfName" />
583 <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
584 </bpmn2:extensionElements>
585 <bpmn2:incoming>SequenceFlow_16igl7b</bpmn2:incoming>
586 <bpmn2:incoming>SequenceFlow_0q1skau</bpmn2:incoming>
587 <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing>
588 </bpmn2:callActivity>
589 <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C ConfigModify" calledElement="AppCClient">
590 <bpmn2:extensionElements>
591 <camunda:in source="msoRequestId" target="msoRequestId" />
592 <camunda:in source="actionConfigModify" target="action" />
593 <camunda:in source="payload" target="payload" />
594 <camunda:in source="vnfId" target="vnfId" />
595 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
596 <camunda:out source="errorCode" target="errorCode" />
597 <camunda:out source="errorText" target="errorText" />
598 <camunda:out source="workStep" target="workStep" />
599 <camunda:out source="failedActivity" target="failedActivity" />
600 </bpmn2:extensionElements>
601 <bpmn2:incoming>SequenceFlow_188a7lk</bpmn2:incoming>
602 <bpmn2:incoming>SequenceFlow_1wqinjh</bpmn2:incoming>
603 <bpmn2:outgoing>SequenceFlow_0lpreg4</bpmn2:outgoing>
604 </bpmn2:callActivity>
605 <bpmn2:sequenceFlow id="SequenceFlow_0rlmex7" name="Retry" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0em349i">
606 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Retry"]]></bpmn2:conditionExpression>
607 </bpmn2:sequenceFlow>
608 <bpmn2:scriptTask id="Task_0em349i" name="Increment Retry Count" scriptFormat="groovy">
609 <bpmn2:incoming>SequenceFlow_0rlmex7</bpmn2:incoming>
610 <bpmn2:outgoing>SequenceFlow_1xwgemy</bpmn2:outgoing>
611 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
612def uvfm = new VnfConfigUpdate()
613uvfm.incrementRetryCount(execution)
614]]></bpmn2:script>
615 </bpmn2:scriptTask>
616 <bpmn2:exclusiveGateway id="ExclusiveGateway_0yu25qy" name="Retries Left?" default="SequenceFlow_05omwbu">
617 <bpmn2:incoming>SequenceFlow_1nm4wr1</bpmn2:incoming>
618 <bpmn2:outgoing>SequenceFlow_19myx3o</bpmn2:outgoing>
619 <bpmn2:outgoing>SequenceFlow_05omwbu</bpmn2:outgoing>
620 </bpmn2:exclusiveGateway>
621 <bpmn2:sequenceFlow id="SequenceFlow_19myx3o" name="yes" sourceRef="ExclusiveGateway_0yu25qy" targetRef="ExclusiveGateway_0y82zzx">
622 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[String retryVariableName = execution.getVariable('retryCountVariableName')
623
624execution.getVariable(retryVariableName) < execution.getVariable("maxRetryCount")]]></bpmn2:conditionExpression>
625 </bpmn2:sequenceFlow>
626 <bpmn2:sequenceFlow id="SequenceFlow_05omwbu" name="no" sourceRef="ExclusiveGateway_0yu25qy" targetRef="Task_1tg549h" />
627 <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0u8jlsq" name="RetryTimer">
628 <bpmn2:incoming>SequenceFlow_1xwgemy</bpmn2:incoming>
629 <bpmn2:outgoing>SequenceFlow_1nm4wr1</bpmn2:outgoing>
630 <bpmn2:timerEventDefinition>
631 <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">PT1M</bpmn2:timeDuration>
632 </bpmn2:timerEventDefinition>
633 </bpmn2:intermediateCatchEvent>
634 <bpmn2:sequenceFlow id="SequenceFlow_1xwgemy" sourceRef="Task_0em349i" targetRef="IntermediateThrowEvent_0u8jlsq" />
635 <bpmn2:sequenceFlow id="SequenceFlow_1nm4wr1" sourceRef="IntermediateThrowEvent_0u8jlsq" targetRef="ExclusiveGateway_0yu25qy" />
636 <bpmn2:callActivity id="Task_0zbogrm" name="Rollback Processing" calledElement="RollbackVnf">
637 <bpmn2:extensionElements>
638 <camunda:in source="msoRequestId" target="msoRequestId" />
639 <camunda:in source="vnfId" target="vnfId" />
640 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
641 <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" />
642 <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" />
643 <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" />
644 <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" />
645 <camunda:in source="errorCode" target="errorCode" />
646 <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" />
647 </bpmn2:extensionElements>
648 <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming>
649 <bpmn2:outgoing>SequenceFlow_18lemf9</bpmn2:outgoing>
650 </bpmn2:callActivity>
651 <bpmn2:sequenceFlow id="SequenceFlow_18lemf9" sourceRef="Task_0zbogrm" targetRef="Task_1tg549h" />
652 </bpmn2:process>
653 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
654 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
655 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="VnfConfigUpdate">
656 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
657 <dc:Bounds x="97" y="72" width="36" height="36" />
658 <bpmndi:BPMNLabel>
659 <dc:Bounds x="103" y="113" width="23" height="12" />
660 </bpmndi:BPMNLabel>
661 </bpmndi:BPMNShape>
662 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
663 <dc:Bounds x="574" y="734" width="36" height="36" />
664 <bpmndi:BPMNLabel>
665 <dc:Bounds x="572" y="775" width="39" height="13" />
666 </bpmndi:BPMNLabel>
667 </bpmndi:BPMNShape>
668 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
669 <di:waypoint xsi:type="dc:Point" x="133" y="90" />
670 <di:waypoint xsi:type="dc:Point" x="209" y="90" />
671 <bpmndi:BPMNLabel>
672 <dc:Bounds x="171" y="75" width="0" height="0" />
673 </bpmndi:BPMNLabel>
674 </bpmndi:BPMNEdge>
675 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
676 <dc:Bounds x="209" y="50" width="100" height="80" />
677 </bpmndi:BPMNShape>
678 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
679 <di:waypoint xsi:type="dc:Point" x="309" y="90" />
680 <di:waypoint xsi:type="dc:Point" x="373" y="90" />
681 <bpmndi:BPMNLabel>
682 <dc:Bounds x="341" y="75" width="0" height="0" />
683 </bpmndi:BPMNLabel>
684 </bpmndi:BPMNEdge>
685 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
686 <dc:Bounds x="373" y="50" width="100" height="80" />
687 </bpmndi:BPMNShape>
688 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125">
689 <di:waypoint xsi:type="dc:Point" x="473" y="237" />
690 <di:waypoint xsi:type="dc:Point" x="513" y="237" />
691 <bpmndi:BPMNLabel>
692 <dc:Bounds x="493" y="222" width="0" height="0" />
693 </bpmndi:BPMNLabel>
694 </bpmndi:BPMNEdge>
695 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
696 <dc:Bounds x="420" y="712" width="100" height="80" />
697 </bpmndi:BPMNShape>
698 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
699 <di:waypoint xsi:type="dc:Point" x="520" y="752" />
700 <di:waypoint xsi:type="dc:Point" x="554" y="752" />
701 <di:waypoint xsi:type="dc:Point" x="554" y="752" />
702 <di:waypoint xsi:type="dc:Point" x="574" y="752" />
703 <bpmndi:BPMNLabel>
704 <dc:Bounds x="569" y="752" width="0" height="0" />
705 </bpmndi:BPMNLabel>
706 </bpmndi:BPMNEdge>
707 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
708 <dc:Bounds x="131" y="712" width="100" height="80" />
709 </bpmndi:BPMNShape>
710 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
711 <dc:Bounds x="274" y="712" width="100" height="80" />
712 </bpmndi:BPMNShape>
713 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
714 <di:waypoint xsi:type="dc:Point" x="231" y="752" />
715 <di:waypoint xsi:type="dc:Point" x="253" y="752" />
716 <di:waypoint xsi:type="dc:Point" x="253" y="752" />
717 <di:waypoint xsi:type="dc:Point" x="274" y="752" />
718 <bpmndi:BPMNLabel>
719 <dc:Bounds x="268" y="752" width="0" height="0" />
720 </bpmndi:BPMNLabel>
721 </bpmndi:BPMNEdge>
722 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
723 <dc:Bounds x="109" y="1075" width="1139" height="244" />
724 </bpmndi:BPMNShape>
725 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
726 <dc:Bounds x="173" y="1169" width="36" height="36" />
727 <bpmndi:BPMNLabel>
728 <dc:Bounds x="152" y="1210" width="78" height="12" />
729 </bpmndi:BPMNLabel>
730 </bpmndi:BPMNShape>
731 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
732 <dc:Bounds x="795" y="1147" width="100" height="80" />
733 </bpmndi:BPMNShape>
734 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
735 <di:waypoint xsi:type="dc:Point" x="209" y="1187" />
736 <di:waypoint xsi:type="dc:Point" x="265" y="1187" />
737 <bpmndi:BPMNLabel>
738 <dc:Bounds x="237" y="1172" width="0" height="0" />
739 </bpmndi:BPMNLabel>
740 </bpmndi:BPMNEdge>
741 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
742 <di:waypoint xsi:type="dc:Point" x="895" y="1187" />
743 <di:waypoint xsi:type="dc:Point" x="963" y="1187" />
744 <bpmndi:BPMNLabel>
745 <dc:Bounds x="911" y="1187" width="0" height="0" />
746 </bpmndi:BPMNLabel>
747 </bpmndi:BPMNEdge>
748 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
749 <dc:Bounds x="1119" y="1169" width="36" height="36" />
750 <bpmndi:BPMNLabel>
751 <dc:Bounds x="1137" y="1210" width="0" height="0" />
752 </bpmndi:BPMNLabel>
753 </bpmndi:BPMNShape>
754 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
755 <dc:Bounds x="1230" y="1170" width="36" height="36" />
756 <bpmndi:BPMNLabel>
757 <dc:Bounds x="1248" y="1211" width="0" height="0" />
758 </bpmndi:BPMNLabel>
759 </bpmndi:BPMNShape>
760 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
761 <dc:Bounds x="1333" y="1169" width="36" height="36" />
762 <bpmndi:BPMNLabel>
763 <dc:Bounds x="1351" y="1210" width="0" height="0" />
764 </bpmndi:BPMNLabel>
765 </bpmndi:BPMNShape>
766 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
767 <di:waypoint xsi:type="dc:Point" x="1266" y="1188" />
768 <di:waypoint xsi:type="dc:Point" x="1333" y="1187" />
769 <bpmndi:BPMNLabel>
770 <dc:Bounds x="1300" y="1172.5" width="0" height="0" />
771 </bpmndi:BPMNLabel>
772 </bpmndi:BPMNEdge>
773 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
774 <dc:Bounds x="963" y="1147" width="100" height="80" />
775 </bpmndi:BPMNShape>
776 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
777 <di:waypoint xsi:type="dc:Point" x="374" y="752" />
778 <di:waypoint xsi:type="dc:Point" x="397" y="752" />
779 <di:waypoint xsi:type="dc:Point" x="397" y="752" />
780 <di:waypoint xsi:type="dc:Point" x="420" y="752" />
781 <bpmndi:BPMNLabel>
782 <dc:Bounds x="412" y="752" width="0" height="0" />
783 </bpmndi:BPMNLabel>
784 </bpmndi:BPMNEdge>
785 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
786 <di:waypoint xsi:type="dc:Point" x="1063" y="1187" />
787 <di:waypoint xsi:type="dc:Point" x="1119" y="1187" />
788 <bpmndi:BPMNLabel>
789 <dc:Bounds x="956" y="1247" width="0" height="0" />
790 </bpmndi:BPMNLabel>
791 </bpmndi:BPMNEdge>
792 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" targetElement="_BPMNShape_ScriptTask_133">
793 <di:waypoint xsi:type="dc:Point" x="1227" y="484" />
794 <di:waypoint xsi:type="dc:Point" x="1293" y="484" />
795 <di:waypoint xsi:type="dc:Point" x="1293" y="662" />
796 <di:waypoint xsi:type="dc:Point" x="97" y="662" />
797 <di:waypoint xsi:type="dc:Point" x="97" y="752" />
798 <di:waypoint xsi:type="dc:Point" x="131" y="752" />
799 <bpmndi:BPMNLabel>
800 <dc:Bounds x="1251" y="459" width="12" height="13" />
801 </bpmndi:BPMNLabel>
802 </bpmndi:BPMNEdge>
803 <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy">
804 <di:waypoint xsi:type="dc:Point" x="642" y="90" />
805 <di:waypoint xsi:type="dc:Point" x="982" y="90" />
806 <di:waypoint xsi:type="dc:Point" x="982" y="156" />
807 <di:waypoint xsi:type="dc:Point" x="103" y="156" />
808 <di:waypoint xsi:type="dc:Point" x="103" y="237" />
809 <di:waypoint xsi:type="dc:Point" x="131" y="237" />
810 <bpmndi:BPMNLabel>
811 <dc:Bounds x="543" y="141" width="0" height="0" />
812 </bpmndi:BPMNLabel>
813 </bpmndi:BPMNEdge>
814 <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j">
815 <dc:Bounds x="542" y="50" width="100" height="80" />
816 </bpmndi:BPMNShape>
817 <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l">
818 <di:waypoint xsi:type="dc:Point" x="473" y="90" />
819 <di:waypoint xsi:type="dc:Point" x="542" y="90" />
820 <bpmndi:BPMNLabel>
821 <dc:Bounds x="508" y="75" width="0" height="0" />
822 </bpmndi:BPMNLabel>
823 </bpmndi:BPMNEdge>
824 <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1">
825 <dc:Bounds x="373" y="197" width="100" height="80" />
826 </bpmndi:BPMNShape>
827 <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk">
828 <di:waypoint xsi:type="dc:Point" x="231" y="237" />
829 <di:waypoint xsi:type="dc:Point" x="279" y="237" />
830 <bpmndi:BPMNLabel>
831 <dc:Bounds x="255" y="222" width="0" height="0" />
832 </bpmndi:BPMNLabel>
833 </bpmndi:BPMNEdge>
834 <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka">
835 <dc:Bounds x="608" y="197" width="100" height="80" />
836 </bpmndi:BPMNShape>
837 <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt">
838 <dc:Bounds x="826" y="444" width="100" height="80" />
839 </bpmndi:BPMNShape>
840 <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge">
841 <dc:Bounds x="131" y="197" width="100" height="80" />
842 </bpmndi:BPMNShape>
843 <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true">
844 <dc:Bounds x="279" y="212" width="50" height="50" />
845 <bpmndi:BPMNLabel>
846 <dc:Bounds x="260" y="173" width="87" height="24" />
847 </bpmndi:BPMNLabel>
848 </bpmndi:BPMNShape>
849 <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z">
850 <di:waypoint xsi:type="dc:Point" x="329" y="237" />
851 <di:waypoint xsi:type="dc:Point" x="373" y="237" />
852 <bpmndi:BPMNLabel>
853 <dc:Bounds x="345" y="213" width="12" height="12" />
854 </bpmndi:BPMNLabel>
855 </bpmndi:BPMNEdge>
856 <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true">
857 <dc:Bounds x="513" y="212" width="50" height="50" />
858 <bpmndi:BPMNLabel>
859 <dc:Bounds x="501" y="163" width="73" height="36" />
860 </bpmndi:BPMNLabel>
861 </bpmndi:BPMNShape>
862 <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi">
863 <di:waypoint xsi:type="dc:Point" x="563" y="237" />
864 <di:waypoint xsi:type="dc:Point" x="608" y="237" />
865 <bpmndi:BPMNLabel>
866 <dc:Bounds x="579" y="214" width="12" height="12" />
867 </bpmndi:BPMNLabel>
868 </bpmndi:BPMNEdge>
869 <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit">
870 <dc:Bounds x="1491" y="390" width="100" height="80" />
871 </bpmndi:BPMNShape>
872 <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf">
873 <di:waypoint xsi:type="dc:Point" x="1591" y="430" />
874 <di:waypoint xsi:type="dc:Point" x="1673" y="430" />
875 <bpmndi:BPMNLabel>
876 <dc:Bounds x="1632" y="415" width="0" height="0" />
877 </bpmndi:BPMNLabel>
878 </bpmndi:BPMNEdge>
879 <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n">
880 <di:waypoint xsi:type="dc:Point" x="1698" y="405" />
881 <di:waypoint xsi:type="dc:Point" x="1698" y="312" />
882 <bpmndi:BPMNLabel>
883 <dc:Bounds x="1704" y="351" width="27" height="13" />
884 </bpmndi:BPMNLabel>
885 </bpmndi:BPMNEdge>
886 <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw">
887 <di:waypoint xsi:type="dc:Point" x="1698" y="455" />
888 <di:waypoint xsi:type="dc:Point" x="1698" y="482" />
889 <di:waypoint xsi:type="dc:Point" x="1698" y="482" />
890 <di:waypoint xsi:type="dc:Point" x="1698" y="524" />
891 <bpmndi:BPMNLabel>
892 <dc:Bounds x="1677" y="473" width="42" height="12" />
893 </bpmndi:BPMNLabel>
894 </bpmndi:BPMNEdge>
895 <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true">
896 <dc:Bounds x="735" y="212" width="50" height="50" />
897 <bpmndi:BPMNLabel>
898 <dc:Bounds x="731" y="166" width="73" height="36" />
899 </bpmndi:BPMNLabel>
900 </bpmndi:BPMNShape>
901 <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p">
902 <di:waypoint xsi:type="dc:Point" x="708" y="237" />
903 <di:waypoint xsi:type="dc:Point" x="735" y="237" />
904 <bpmndi:BPMNLabel>
905 <dc:Bounds x="722" y="222" width="0" height="0" />
906 </bpmndi:BPMNLabel>
907 </bpmndi:BPMNEdge>
908 <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true">
909 <dc:Bounds x="735" y="459" width="50" height="50" />
910 <bpmndi:BPMNLabel>
911 <dc:Bounds x="721" y="419" width="77" height="25" />
912 </bpmndi:BPMNLabel>
913 </bpmndi:BPMNShape>
914 <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true">
915 <dc:Bounds x="963" y="459" width="50" height="50" />
916 <bpmndi:BPMNLabel>
917 <dc:Bounds x="951" y="412" width="73" height="37" />
918 </bpmndi:BPMNLabel>
919 </bpmndi:BPMNShape>
920 <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6">
921 <di:waypoint xsi:type="dc:Point" x="926" y="484" />
922 <di:waypoint xsi:type="dc:Point" x="963" y="484" />
923 <bpmndi:BPMNLabel>
924 <dc:Bounds x="945" y="469" width="0" height="0" />
925 </bpmndi:BPMNLabel>
926 </bpmndi:BPMNEdge>
927 <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h">
928 <dc:Bounds x="1648" y="232" width="100" height="80" />
929 </bpmndi:BPMNShape>
930 <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true">
931 <dc:Bounds x="1673" y="405" width="50" height="50" />
932 <bpmndi:BPMNLabel>
933 <dc:Bounds x="1654" y="387" width="87" height="13" />
934 </bpmndi:BPMNLabel>
935 </bpmndi:BPMNShape>
936 <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true">
937 <dc:Bounds x="1967" y="405" width="50" height="50" />
938 <bpmndi:BPMNLabel>
939 <dc:Bounds x="1927" y="397" width="54" height="12" />
940 </bpmndi:BPMNLabel>
941 </bpmndi:BPMNShape>
942 <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3">
943 <di:waypoint xsi:type="dc:Point" x="1723" y="430" />
944 <di:waypoint xsi:type="dc:Point" x="1967" y="430" />
945 <bpmndi:BPMNLabel>
946 <dc:Bounds x="1813" y="436" width="21" height="12" />
947 </bpmndi:BPMNLabel>
948 </bpmndi:BPMNEdge>
949 <bpmndi:BPMNEdge id="SequenceFlow_1c022sy_di" bpmnElement="SequenceFlow_1c022sy">
950 <di:waypoint xsi:type="dc:Point" x="1992" y="405" />
951 <di:waypoint xsi:type="dc:Point" x="1992" y="272" />
952 <di:waypoint xsi:type="dc:Point" x="1748" y="272" />
953 <bpmndi:BPMNLabel>
954 <dc:Bounds x="2007" y="338.5" width="0" height="0" />
955 </bpmndi:BPMNLabel>
956 </bpmndi:BPMNEdge>
957 <bpmndi:BPMNEdge id="SequenceFlow_06ev8or_di" bpmnElement="SequenceFlow_06ev8or">
958 <di:waypoint xsi:type="dc:Point" x="304" y="262" />
959 <di:waypoint xsi:type="dc:Point" x="304" y="288" />
960 <di:waypoint xsi:type="dc:Point" x="304" y="288" />
961 <di:waypoint xsi:type="dc:Point" x="304" y="308" />
962 <bpmndi:BPMNLabel>
963 <dc:Bounds x="314" y="273" width="18" height="12" />
964 </bpmndi:BPMNLabel>
965 </bpmndi:BPMNEdge>
966 <bpmndi:BPMNShape id="IntermediateThrowEvent_0o6fb4f_di" bpmnElement="IntermediateThrowEvent_0zmqbae">
967 <dc:Bounds x="286" y="308" width="36" height="36" />
968 <bpmndi:BPMNLabel>
969 <dc:Bounds x="269" y="343.609" width="69" height="24" />
970 </bpmndi:BPMNLabel>
971 </bpmndi:BPMNShape>
972 <bpmndi:BPMNEdge id="SequenceFlow_0nob5cp_di" bpmnElement="SequenceFlow_0nob5cp">
973 <di:waypoint xsi:type="dc:Point" x="1405" y="430" />
974 <di:waypoint xsi:type="dc:Point" x="1491" y="430" />
975 <bpmndi:BPMNLabel>
976 <dc:Bounds x="1448" y="415" width="0" height="0" />
977 </bpmndi:BPMNLabel>
978 </bpmndi:BPMNEdge>
979 <bpmndi:BPMNEdge id="SequenceFlow_076leae_di" bpmnElement="SequenceFlow_076leae">
980 <di:waypoint xsi:type="dc:Point" x="926" y="237" />
981 <di:waypoint xsi:type="dc:Point" x="955" y="237" />
982 <bpmndi:BPMNLabel>
983 <dc:Bounds x="941" y="222" width="0" height="0" />
984 </bpmndi:BPMNLabel>
985 </bpmndi:BPMNEdge>
986 <bpmndi:BPMNShape id="ScriptTask_0cbpm7l_di" bpmnElement="Task_0e313zv">
987 <dc:Bounds x="826" y="197" width="100" height="80" />
988 </bpmndi:BPMNShape>
989 <bpmndi:BPMNShape id="ExclusiveGateway_1rglbmr_di" bpmnElement="ExclusiveGateway_1rglbmr" isMarkerVisible="true">
990 <dc:Bounds x="955.192" y="212" width="50" height="50" />
991 <bpmndi:BPMNLabel>
992 <dc:Bounds x="936" y="164" width="88" height="36" />
993 </bpmndi:BPMNLabel>
994 </bpmndi:BPMNShape>
995 <bpmndi:BPMNEdge id="SequenceFlow_0du9273_di" bpmnElement="SequenceFlow_0du9273">
996 <di:waypoint xsi:type="dc:Point" x="1005" y="237" />
997 <di:waypoint xsi:type="dc:Point" x="1046" y="237" />
998 <bpmndi:BPMNLabel>
999 <dc:Bounds x="1020" y="212" width="12" height="12" />
1000 </bpmndi:BPMNLabel>
1001 </bpmndi:BPMNEdge>
1002 <bpmndi:BPMNShape id="IntermediateCatchEvent_1p06jf5_di" bpmnElement="IntermediateThrowEvent_0z0t7rn">
1003 <dc:Bounds x="1369" y="412" width="36" height="36" />
1004 <bpmndi:BPMNLabel>
1005 <dc:Bounds x="1354" y="458" width="66" height="25" />
1006 </bpmndi:BPMNLabel>
1007 </bpmndi:BPMNShape>
1008 <bpmndi:BPMNShape id="IntermediateThrowEvent_0xwlxk9_di" bpmnElement="IntermediateThrowEvent_1qkzlba">
1009 <dc:Bounds x="520" y="308" width="36" height="36" />
1010 <bpmndi:BPMNLabel>
1011 <dc:Bounds x="503" y="344" width="69" height="24" />
1012 </bpmndi:BPMNLabel>
1013 </bpmndi:BPMNShape>
1014 <bpmndi:BPMNEdge id="SequenceFlow_1cdfjed_di" bpmnElement="SequenceFlow_1cdfjed">
1015 <di:waypoint xsi:type="dc:Point" x="538" y="262" />
1016 <di:waypoint xsi:type="dc:Point" x="538" y="308" />
1017 <bpmndi:BPMNLabel>
1018 <dc:Bounds x="544" y="275" width="18" height="12" />
1019 </bpmndi:BPMNLabel>
1020 </bpmndi:BPMNEdge>
1021 <bpmndi:BPMNShape id="IntermediateThrowEvent_113xxsl_di" bpmnElement="IntermediateThrowEvent_0rnlvmz">
1022 <dc:Bounds x="742" y="308" width="36" height="36" />
1023 <bpmndi:BPMNLabel>
1024 <dc:Bounds x="725" y="344" width="69" height="24" />
1025 </bpmndi:BPMNLabel>
1026 </bpmndi:BPMNShape>
1027 <bpmndi:BPMNEdge id="SequenceFlow_17g62fl_di" bpmnElement="SequenceFlow_17g62fl">
1028 <di:waypoint xsi:type="dc:Point" x="760" y="262" />
1029 <di:waypoint xsi:type="dc:Point" x="760" y="308" />
1030 <bpmndi:BPMNLabel>
1031 <dc:Bounds x="766" y="275" width="18" height="12" />
1032 </bpmndi:BPMNLabel>
1033 </bpmndi:BPMNEdge>
1034 <bpmndi:BPMNShape id="IntermediateThrowEvent_0iyegh1_di" bpmnElement="IntermediateThrowEvent_0v69raz">
1035 <dc:Bounds x="962" y="308" width="36" height="36" />
1036 <bpmndi:BPMNLabel>
1037 <dc:Bounds x="945" y="343.609" width="69" height="24" />
1038 </bpmndi:BPMNLabel>
1039 </bpmndi:BPMNShape>
1040 <bpmndi:BPMNEdge id="SequenceFlow_0zh8r6j_di" bpmnElement="SequenceFlow_0zh8r6j">
1041 <di:waypoint xsi:type="dc:Point" x="980" y="262" />
1042 <di:waypoint xsi:type="dc:Point" x="980" y="308" />
1043 <bpmndi:BPMNLabel>
1044 <dc:Bounds x="986" y="285" width="17" height="13" />
1045 </bpmndi:BPMNLabel>
1046 </bpmndi:BPMNEdge>
1047 <bpmndi:BPMNShape id="IntermediateCatchEvent_07pur50_di" bpmnElement="IntermediateThrowEvent_15hlkuq">
1048 <dc:Bounds x="405" y="308" width="36" height="36" />
1049 <bpmndi:BPMNLabel>
1050 <dc:Bounds x="381" y="344" width="83" height="36" />
1051 </bpmndi:BPMNLabel>
1052 </bpmndi:BPMNShape>
1053 <bpmndi:BPMNEdge id="SequenceFlow_09lrk4q_di" bpmnElement="SequenceFlow_09lrk4q">
1054 <di:waypoint xsi:type="dc:Point" x="423" y="308" />
1055 <di:waypoint xsi:type="dc:Point" x="423" y="277" />
1056 <bpmndi:BPMNLabel>
1057 <dc:Bounds x="438" y="292.5" width="0" height="0" />
1058 </bpmndi:BPMNLabel>
1059 </bpmndi:BPMNEdge>
1060 <bpmndi:BPMNEdge id="SequenceFlow_1eezqx8_di" bpmnElement="SequenceFlow_1eezqx8">
1061 <di:waypoint xsi:type="dc:Point" x="658" y="308" />
1062 <di:waypoint xsi:type="dc:Point" x="658" y="277" />
1063 <bpmndi:BPMNLabel>
1064 <dc:Bounds x="673" y="292.5" width="0" height="0" />
1065 </bpmndi:BPMNLabel>
1066 </bpmndi:BPMNEdge>
1067 <bpmndi:BPMNShape id="IntermediateCatchEvent_1pog9t5_di" bpmnElement="IntermediateThrowEvent_1lrkrsn">
1068 <dc:Bounds x="640" y="308" width="36" height="36" />
1069 <bpmndi:BPMNLabel>
1070 <dc:Bounds x="614" y="343.609" width="88" height="25" />
1071 </bpmndi:BPMNLabel>
1072 </bpmndi:BPMNShape>
1073 <bpmndi:BPMNShape id="IntermediateCatchEvent_1rtf0em_di" bpmnElement="IntermediateThrowEvent_1wdxgjm">
1074 <dc:Bounds x="858" y="308" width="36" height="36" />
1075 <bpmndi:BPMNLabel>
1076 <dc:Bounds x="844" y="344" width="64" height="37" />
1077 </bpmndi:BPMNLabel>
1078 </bpmndi:BPMNShape>
1079 <bpmndi:BPMNEdge id="SequenceFlow_0zzwdwf_di" bpmnElement="SequenceFlow_0zzwdwf">
1080 <di:waypoint xsi:type="dc:Point" x="876" y="308" />
1081 <di:waypoint xsi:type="dc:Point" x="876" y="277" />
1082 <bpmndi:BPMNLabel>
1083 <dc:Bounds x="891" y="292.5" width="0" height="0" />
1084 </bpmndi:BPMNLabel>
1085 </bpmndi:BPMNEdge>
1086 <bpmndi:BPMNEdge id="SequenceFlow_06ajc11_di" bpmnElement="SequenceFlow_06ajc11">
1087 <di:waypoint xsi:type="dc:Point" x="785" y="237" />
1088 <di:waypoint xsi:type="dc:Point" x="826" y="237" />
1089 <bpmndi:BPMNLabel>
1090 <dc:Bounds x="800" y="212" width="12" height="12" />
1091 </bpmndi:BPMNLabel>
1092 </bpmndi:BPMNEdge>
1093 <bpmndi:BPMNEdge id="SequenceFlow_179z9vl_di" bpmnElement="SequenceFlow_179z9vl">
1094 <di:waypoint xsi:type="dc:Point" x="1146" y="237" />
1095 <di:waypoint xsi:type="dc:Point" x="1184" y="237" />
1096 <bpmndi:BPMNLabel>
1097 <dc:Bounds x="1165" y="222" width="0" height="0" />
1098 </bpmndi:BPMNLabel>
1099 </bpmndi:BPMNEdge>
1100 <bpmndi:BPMNShape id="ScriptTask_1iio503_di" bpmnElement="Task_0n1d5f2">
1101 <dc:Bounds x="1046" y="197" width="100" height="80" />
1102 </bpmndi:BPMNShape>
1103 <bpmndi:BPMNEdge id="SequenceFlow_032tm9y_di" bpmnElement="SequenceFlow_032tm9y">
1104 <di:waypoint xsi:type="dc:Point" x="1096" y="308" />
1105 <di:waypoint xsi:type="dc:Point" x="1096" y="277" />
1106 <bpmndi:BPMNLabel>
1107 <dc:Bounds x="1111" y="292.5" width="0" height="0" />
1108 </bpmndi:BPMNLabel>
1109 </bpmndi:BPMNEdge>
1110 <bpmndi:BPMNShape id="IntermediateCatchEvent_0jhmy9d_di" bpmnElement="IntermediateThrowEvent_1552q1o">
1111 <dc:Bounds x="1078" y="308" width="36" height="36" />
1112 <bpmndi:BPMNLabel>
1113 <dc:Bounds x="1061" y="344" width="70" height="25" />
1114 </bpmndi:BPMNLabel>
1115 </bpmndi:BPMNShape>
1116 <bpmndi:BPMNShape id="ExclusiveGateway_148eo7w_di" bpmnElement="ExclusiveGateway_148eo7w" isMarkerVisible="true">
1117 <dc:Bounds x="1184.192" y="212" width="50" height="50" />
1118 <bpmndi:BPMNLabel>
1119 <dc:Bounds x="1167" y="149" width="83" height="48" />
1120 </bpmndi:BPMNLabel>
1121 </bpmndi:BPMNShape>
1122 <bpmndi:BPMNEdge id="SequenceFlow_1cjiv6i_di" bpmnElement="SequenceFlow_1cjiv6i">
1123 <di:waypoint xsi:type="dc:Point" x="1234" y="237" />
1124 <di:waypoint xsi:type="dc:Point" x="1285" y="237" />
1125 <di:waypoint xsi:type="dc:Point" x="1285" y="401" />
1126 <di:waypoint xsi:type="dc:Point" x="105" y="401" />
1127 <di:waypoint xsi:type="dc:Point" x="105" y="484" />
1128 <di:waypoint xsi:type="dc:Point" x="131" y="484" />
1129 <bpmndi:BPMNLabel>
1130 <dc:Bounds x="1249" y="211" width="12" height="12" />
1131 </bpmndi:BPMNLabel>
1132 </bpmndi:BPMNEdge>
1133 <bpmndi:BPMNShape id="IntermediateThrowEvent_1qtnv6e_di" bpmnElement="IntermediateThrowEvent_16r1jxm">
1134 <dc:Bounds x="1191" y="299" width="36" height="36" />
1135 <bpmndi:BPMNLabel>
1136 <dc:Bounds x="1174" y="334.609" width="69" height="24" />
1137 </bpmndi:BPMNLabel>
1138 </bpmndi:BPMNShape>
1139 <bpmndi:BPMNEdge id="SequenceFlow_1q3oxtf_di" bpmnElement="SequenceFlow_1q3oxtf">
1140 <di:waypoint xsi:type="dc:Point" x="1209" y="262" />
1141 <di:waypoint xsi:type="dc:Point" x="1209" y="299" />
1142 <bpmndi:BPMNLabel>
1143 <dc:Bounds x="1215" y="270.5" width="18" height="12" />
1144 </bpmndi:BPMNLabel>
1145 </bpmndi:BPMNEdge>
1146 <bpmndi:BPMNShape id="IntermediateCatchEvent_1ogs7t2_di" bpmnElement="IntermediateThrowEvent_02hirbh">
1147 <dc:Bounds x="405" y="577" width="36" height="36" />
1148 <bpmndi:BPMNLabel>
1149 <dc:Bounds x="383" y="613" width="79" height="13" />
1150 </bpmndi:BPMNLabel>
1151 </bpmndi:BPMNShape>
1152 <bpmndi:BPMNEdge id="SequenceFlow_1urpp94_di" bpmnElement="SequenceFlow_1urpp94">
1153 <di:waypoint xsi:type="dc:Point" x="760" y="509" />
1154 <di:waypoint xsi:type="dc:Point" x="760" y="577" />
1155 <bpmndi:BPMNLabel>
1156 <dc:Bounds x="772" y="528.3097560975609" width="17" height="13" />
1157 </bpmndi:BPMNLabel>
1158 </bpmndi:BPMNEdge>
1159 <bpmndi:BPMNShape id="IntermediateThrowEvent_1vi3wf9_di" bpmnElement="IntermediateThrowEvent_0vf0a28">
1160 <dc:Bounds x="742" y="577" width="36" height="36" />
1161 <bpmndi:BPMNLabel>
1162 <dc:Bounds x="726" y="613" width="68" height="25" />
1163 </bpmndi:BPMNLabel>
1164 </bpmndi:BPMNShape>
1165 <bpmndi:BPMNShape id="IntermediateCatchEvent_1bsxf5o_di" bpmnElement="IntermediateThrowEvent_0pk24h2">
1166 <dc:Bounds x="163" y="577" width="36" height="36" />
1167 <bpmndi:BPMNLabel>
1168 <dc:Bounds x="156" y="613" width="50" height="25" />
1169 </bpmndi:BPMNLabel>
1170 </bpmndi:BPMNShape>
1171 <bpmndi:BPMNShape id="ExclusiveGateway_18j1ow5_di" bpmnElement="ExclusiveGateway_18j1ow5" isMarkerVisible="true">
1172 <dc:Bounds x="1177" y="459" width="50" height="50" />
1173 <bpmndi:BPMNLabel>
1174 <dc:Bounds x="1172" y="407" width="75" height="37" />
1175 </bpmndi:BPMNLabel>
1176 </bpmndi:BPMNShape>
1177 <bpmndi:BPMNEdge id="SequenceFlow_0u6ho2p_di" bpmnElement="SequenceFlow_0u6ho2p">
1178 <di:waypoint xsi:type="dc:Point" x="1013" y="484" />
1179 <di:waypoint xsi:type="dc:Point" x="1043" y="484" />
1180 <bpmndi:BPMNLabel>
1181 <dc:Bounds x="1022" y="459" width="13" height="13" />
1182 </bpmndi:BPMNLabel>
1183 </bpmndi:BPMNEdge>
1184 <bpmndi:BPMNShape id="ScriptTask_08r89q9_di" bpmnElement="Task_0y1h8go">
1185 <dc:Bounds x="1043" y="444" width="100" height="80" />
1186 </bpmndi:BPMNShape>
1187 <bpmndi:BPMNEdge id="SequenceFlow_1tzax6l_di" bpmnElement="SequenceFlow_1tzax6l">
1188 <di:waypoint xsi:type="dc:Point" x="1143" y="484" />
1189 <di:waypoint xsi:type="dc:Point" x="1177" y="484" />
1190 <bpmndi:BPMNLabel>
1191 <dc:Bounds x="1333" y="455" width="0" height="0" />
1192 </bpmndi:BPMNLabel>
1193 </bpmndi:BPMNEdge>
1194 <bpmndi:BPMNShape id="IntermediateCatchEvent_06j33fe_di" bpmnElement="IntermediateThrowEvent_0pmevcz">
1195 <dc:Bounds x="858" y="570" width="36" height="36" />
1196 <bpmndi:BPMNLabel>
1197 <dc:Bounds x="841" y="606" width="70" height="25" />
1198 </bpmndi:BPMNLabel>
1199 </bpmndi:BPMNShape>
1200 <bpmndi:BPMNEdge id="SequenceFlow_16ff86u_di" bpmnElement="SequenceFlow_16ff86u">
1201 <di:waypoint xsi:type="dc:Point" x="876" y="570" />
1202 <di:waypoint xsi:type="dc:Point" x="876" y="524" />
1203 <bpmndi:BPMNLabel>
1204 <dc:Bounds x="891" y="537" width="0" height="0" />
1205 </bpmndi:BPMNLabel>
1206 </bpmndi:BPMNEdge>
1207 <bpmndi:BPMNEdge id="SequenceFlow_0k3zxpd_di" bpmnElement="SequenceFlow_0k3zxpd">
1208 <di:waypoint xsi:type="dc:Point" x="988" y="509" />
1209 <di:waypoint xsi:type="dc:Point" x="988" y="570" />
1210 <bpmndi:BPMNLabel>
1211 <dc:Bounds x="994" y="540" width="17" height="13" />
1212 </bpmndi:BPMNLabel>
1213 </bpmndi:BPMNEdge>
1214 <bpmndi:BPMNShape id="IntermediateThrowEvent_105mp22_di" bpmnElement="IntermediateThrowEvent_1awckg7">
1215 <dc:Bounds x="970" y="570" width="36" height="36" />
1216 <bpmndi:BPMNLabel>
1217 <dc:Bounds x="954" y="606" width="68" height="25" />
1218 </bpmndi:BPMNLabel>
1219 </bpmndi:BPMNShape>
1220 <bpmndi:BPMNShape id="IntermediateCatchEvent_0kglv4e_di" bpmnElement="IntermediateThrowEvent_1b3smly">
1221 <dc:Bounds x="1075" y="570" width="36" height="36" />
1222 <bpmndi:BPMNLabel>
1223 <dc:Bounds x="1052" y="606" width="81" height="25" />
1224 </bpmndi:BPMNLabel>
1225 </bpmndi:BPMNShape>
1226 <bpmndi:BPMNEdge id="SequenceFlow_09xxorv_di" bpmnElement="SequenceFlow_09xxorv">
1227 <di:waypoint xsi:type="dc:Point" x="1093" y="570" />
1228 <di:waypoint xsi:type="dc:Point" x="1093" y="524" />
1229 <bpmndi:BPMNLabel>
1230 <dc:Bounds x="1108" y="537" width="0" height="0" />
1231 </bpmndi:BPMNLabel>
1232 </bpmndi:BPMNEdge>
1233 <bpmndi:BPMNEdge id="SequenceFlow_0w8mkkn_di" bpmnElement="SequenceFlow_0w8mkkn">
1234 <di:waypoint xsi:type="dc:Point" x="1202" y="509" />
1235 <di:waypoint xsi:type="dc:Point" x="1202" y="570" />
1236 <bpmndi:BPMNLabel>
1237 <dc:Bounds x="1208" y="540" width="17" height="13" />
1238 </bpmndi:BPMNLabel>
1239 </bpmndi:BPMNEdge>
1240 <bpmndi:BPMNShape id="IntermediateThrowEvent_0jwgx1d_di" bpmnElement="IntermediateThrowEvent_1cw8gsw">
1241 <dc:Bounds x="1184" y="570" width="36" height="36" />
1242 <bpmndi:BPMNLabel>
1243 <dc:Bounds x="1168" y="606" width="68" height="25" />
1244 </bpmndi:BPMNLabel>
1245 </bpmndi:BPMNShape>
1246 <bpmndi:BPMNShape id="IntermediateCatchEvent_0zw87jy_di" bpmnElement="IntermediateThrowEvent_0x846wp">
1247 <dc:Bounds x="163" y="847" width="36" height="36" />
1248 <bpmndi:BPMNLabel>
1249 <dc:Bounds x="144" y="883" width="73" height="25" />
1250 </bpmndi:BPMNLabel>
1251 </bpmndi:BPMNShape>
1252 <bpmndi:BPMNEdge id="SequenceFlow_07uuj2d_di" bpmnElement="SequenceFlow_07uuj2d">
1253 <di:waypoint xsi:type="dc:Point" x="181" y="847" />
1254 <di:waypoint xsi:type="dc:Point" x="181" y="821" />
1255 <di:waypoint xsi:type="dc:Point" x="181" y="821" />
1256 <di:waypoint xsi:type="dc:Point" x="181" y="792" />
1257 <bpmndi:BPMNLabel>
1258 <dc:Bounds x="197" y="821" width="0" height="0" />
1259 </bpmndi:BPMNLabel>
1260 </bpmndi:BPMNEdge>
1261 <bpmndi:BPMNEdge id="SequenceFlow_0ueoglv_di" bpmnElement="SequenceFlow_0ueoglv">
1262 <di:waypoint xsi:type="dc:Point" x="1999" y="412" />
1263 <di:waypoint xsi:type="dc:Point" x="2079" y="197" />
1264 <bpmndi:BPMNLabel>
1265 <dc:Bounds x="2039" y="290" width="0" height="0" />
1266 </bpmndi:BPMNLabel>
1267 </bpmndi:BPMNEdge>
1268 <bpmndi:BPMNEdge id="SequenceFlow_15fqlwe_di" bpmnElement="SequenceFlow_15fqlwe">
1269 <di:waypoint xsi:type="dc:Point" x="2002" y="415" />
1270 <di:waypoint xsi:type="dc:Point" x="2127" y="232" />
1271 <bpmndi:BPMNLabel>
1272 <dc:Bounds x="2066" y="309" width="0" height="0" />
1273 </bpmndi:BPMNLabel>
1274 </bpmndi:BPMNEdge>
1275 <bpmndi:BPMNEdge id="SequenceFlow_0yuj0l5_di" bpmnElement="SequenceFlow_0yuj0l5">
1276 <di:waypoint xsi:type="dc:Point" x="2006" y="419" />
1277 <di:waypoint xsi:type="dc:Point" x="2172" y="283" />
1278 <bpmndi:BPMNLabel>
1279 <dc:Bounds x="2089" y="336" width="0" height="0" />
1280 </bpmndi:BPMNLabel>
1281 </bpmndi:BPMNEdge>
1282 <bpmndi:BPMNEdge id="SequenceFlow_1abb030_di" bpmnElement="SequenceFlow_1abb030">
1283 <di:waypoint xsi:type="dc:Point" x="2010" y="423" />
1284 <di:waypoint xsi:type="dc:Point" x="2203" y="349" />
1285 <bpmndi:BPMNLabel>
1286 <dc:Bounds x="2107" y="371" width="0" height="0" />
1287 </bpmndi:BPMNLabel>
1288 </bpmndi:BPMNEdge>
1289 <bpmndi:BPMNEdge id="SequenceFlow_0ls3ej5_di" bpmnElement="SequenceFlow_0ls3ej5">
1290 <di:waypoint xsi:type="dc:Point" x="2016" y="429" />
1291 <di:waypoint xsi:type="dc:Point" x="2221" y="429" />
1292 <bpmndi:BPMNLabel>
1293 <dc:Bounds x="2119" y="414" width="0" height="0" />
1294 </bpmndi:BPMNLabel>
1295 </bpmndi:BPMNEdge>
1296 <bpmndi:BPMNEdge id="SequenceFlow_1ar6ikk_di" bpmnElement="SequenceFlow_1ar6ikk">
1297 <di:waypoint xsi:type="dc:Point" x="2006" y="441" />
1298 <di:waypoint xsi:type="dc:Point" x="2172" y="565" />
1299 <bpmndi:BPMNLabel>
1300 <dc:Bounds x="2089" y="488" width="0" height="0" />
1301 </bpmndi:BPMNLabel>
1302 </bpmndi:BPMNEdge>
1303 <bpmndi:BPMNEdge id="SequenceFlow_0t53vux_di" bpmnElement="SequenceFlow_0t53vux">
1304 <di:waypoint xsi:type="dc:Point" x="2003" y="444" />
1305 <di:waypoint xsi:type="dc:Point" x="2128" y="605" />
1306 <bpmndi:BPMNLabel>
1307 <dc:Bounds x="2066" y="510" width="0" height="0" />
1308 </bpmndi:BPMNLabel>
1309 </bpmndi:BPMNEdge>
1310 <bpmndi:BPMNEdge id="SequenceFlow_11ck4qe_di" bpmnElement="SequenceFlow_11ck4qe">
1311 <di:waypoint xsi:type="dc:Point" x="1999" y="448" />
1312 <di:waypoint xsi:type="dc:Point" x="2078" y="644" />
1313 <bpmndi:BPMNLabel>
1314 <dc:Bounds x="2039" y="531" width="0" height="0" />
1315 </bpmndi:BPMNLabel>
1316 </bpmndi:BPMNEdge>
1317 <bpmndi:BPMNEdge id="SequenceFlow_16d2ln4_di" bpmnElement="SequenceFlow_16d2ln4">
1318 <di:waypoint xsi:type="dc:Point" x="1996" y="451" />
1319 <di:waypoint xsi:type="dc:Point" x="2033" y="670" />
1320 <bpmndi:BPMNLabel>
1321 <dc:Bounds x="2015" y="546" width="0" height="0" />
1322 </bpmndi:BPMNLabel>
1323 </bpmndi:BPMNEdge>
1324 <bpmndi:BPMNShape id="IntermediateThrowEvent_17syve1_di" bpmnElement="IntermediateThrowEvent_0rz6jh4">
1325 <dc:Bounds x="2067" y="163" width="36" height="36" />
1326 <bpmndi:BPMNLabel>
1327 <dc:Bounds x="2073" y="123" width="84" height="36" />
1328 </bpmndi:BPMNLabel>
1329 </bpmndi:BPMNShape>
1330 <bpmndi:BPMNShape id="IntermediateThrowEvent_0nv8aic_di" bpmnElement="IntermediateThrowEvent_1wip9vc">
1331 <dc:Bounds x="2120" y="200" width="36" height="36" />
1332 <bpmndi:BPMNLabel>
1333 <dc:Bounds x="2169" y="196" width="89" height="24" />
1334 </bpmndi:BPMNLabel>
1335 </bpmndi:BPMNShape>
1336 <bpmndi:BPMNShape id="IntermediateThrowEvent_1g4pmwc_di" bpmnElement="IntermediateThrowEvent_1hki8xj">
1337 <dc:Bounds x="2168" y="254" width="36" height="36" />
1338 <bpmndi:BPMNLabel>
1339 <dc:Bounds x="2208" y="223" width="64" height="36" />
1340 </bpmndi:BPMNLabel>
1341 </bpmndi:BPMNShape>
1342 <bpmndi:BPMNShape id="IntermediateThrowEvent_1ypnogn_di" bpmnElement="IntermediateThrowEvent_1gfnt9b">
1343 <dc:Bounds x="2202" y="326" width="36" height="36" />
1344 <bpmndi:BPMNLabel>
1345 <dc:Bounds x="2248" y="312" width="71" height="24" />
1346 </bpmndi:BPMNLabel>
1347 </bpmndi:BPMNShape>
1348 <bpmndi:BPMNShape id="IntermediateThrowEvent_1i9ttzs_di" bpmnElement="IntermediateThrowEvent_1gzhs1a">
1349 <dc:Bounds x="2221" y="412" width="36" height="36" />
1350 <bpmndi:BPMNLabel>
1351 <dc:Bounds x="2273" y="409" width="51" height="24" />
1352 </bpmndi:BPMNLabel>
1353 </bpmndi:BPMNShape>
1354 <bpmndi:BPMNShape id="IntermediateThrowEvent_0840e02_di" bpmnElement="IntermediateThrowEvent_0385ons">
1355 <dc:Bounds x="2202" y="486" width="36" height="36" />
1356 <bpmndi:BPMNLabel>
1357 <dc:Bounds x="2250" y="484" width="78" height="12" />
1358 </bpmndi:BPMNLabel>
1359 </bpmndi:BPMNShape>
1360 <bpmndi:BPMNEdge id="SequenceFlow_1quapjx_di" bpmnElement="SequenceFlow_1quapjx">
1361 <di:waypoint xsi:type="dc:Point" x="2011" y="436" />
1362 <di:waypoint xsi:type="dc:Point" x="2204" y="498" />
1363 <bpmndi:BPMNLabel>
1364 <dc:Bounds x="2108" y="452" width="0" height="0" />
1365 </bpmndi:BPMNLabel>
1366 </bpmndi:BPMNEdge>
1367 <bpmndi:BPMNShape id="IntermediateThrowEvent_1xq4kx8_di" bpmnElement="IntermediateThrowEvent_1p9i2bi">
1368 <dc:Bounds x="2168" y="558" width="36" height="36" />
1369 <bpmndi:BPMNLabel>
1370 <dc:Bounds x="2227" y="559" width="54" height="24" />
1371 </bpmndi:BPMNLabel>
1372 </bpmndi:BPMNShape>
1373 <bpmndi:BPMNShape id="IntermediateThrowEvent_1vcx5cz_di" bpmnElement="IntermediateThrowEvent_1cp0hkt">
1374 <dc:Bounds x="2120" y="601" width="36" height="36" />
1375 <bpmndi:BPMNLabel>
1376 <dc:Bounds x="2154" y="625" width="70" height="24" />
1377 </bpmndi:BPMNLabel>
1378 </bpmndi:BPMNShape>
1379 <bpmndi:BPMNShape id="IntermediateThrowEvent_1y8fmlw_di" bpmnElement="IntermediateThrowEvent_184w0i8">
1380 <dc:Bounds x="2067" y="642" width="36" height="36" />
1381 <bpmndi:BPMNLabel>
1382 <dc:Bounds x="2107" y="679" width="82" height="24" />
1383 </bpmndi:BPMNLabel>
1384 </bpmndi:BPMNShape>
1385 <bpmndi:BPMNShape id="IntermediateThrowEvent_024zi9r_di" bpmnElement="IntermediateThrowEvent_1u9f9kp">
1386 <dc:Bounds x="2016" y="670" width="36" height="36" />
1387 <bpmndi:BPMNLabel>
1388 <dc:Bounds x="2021" y="711" width="72" height="24" />
1389 </bpmndi:BPMNLabel>
1390 </bpmndi:BPMNShape>
1391 <bpmndi:BPMNShape id="IntermediateCatchEvent_08x53cb_di" bpmnElement="IntermediateThrowEvent_18wrvcy">
1392 <dc:Bounds x="158" y="308" width="36" height="36" />
1393 <bpmndi:BPMNLabel>
1394 <dc:Bounds x="134" y="343.09862671660426" width="83" height="37" />
1395 </bpmndi:BPMNLabel>
1396 </bpmndi:BPMNShape>
1397 <bpmndi:BPMNEdge id="SequenceFlow_179tyul_di" bpmnElement="SequenceFlow_179tyul">
1398 <di:waypoint xsi:type="dc:Point" x="180" y="309" />
1399 <di:waypoint xsi:type="dc:Point" x="181" y="277" />
1400 <bpmndi:BPMNLabel>
1401 <dc:Bounds x="181" y="278" width="0" height="0" />
1402 </bpmndi:BPMNLabel>
1403 </bpmndi:BPMNEdge>
1404 <bpmndi:BPMNEdge id="SequenceFlow_101n488_di" bpmnElement="SequenceFlow_101n488">
1405 <di:waypoint xsi:type="dc:Point" x="1996" y="409" />
1406 <di:waypoint xsi:type="dc:Point" x="2033" y="177" />
1407 <bpmndi:BPMNLabel>
1408 <dc:Bounds x="2015" y="278" width="0" height="0" />
1409 </bpmndi:BPMNLabel>
1410 </bpmndi:BPMNEdge>
1411 <bpmndi:BPMNShape id="IntermediateThrowEvent_1fnxvhb_di" bpmnElement="IntermediateThrowEvent_17k1fmk">
1412 <dc:Bounds x="2016" y="141" width="36" height="36" />
1413 <bpmndi:BPMNLabel>
1414 <dc:Bounds x="1991" y="91" width="86" height="36" />
1415 </bpmndi:BPMNLabel>
1416 </bpmndi:BPMNShape>
1417 <bpmndi:BPMNEdge id="SequenceFlow_1colra4_di" bpmnElement="SequenceFlow_1colra4">
1418 <di:waypoint xsi:type="dc:Point" x="181" y="577" />
1419 <di:waypoint xsi:type="dc:Point" x="181" y="524" />
1420 <bpmndi:BPMNLabel>
1421 <dc:Bounds x="196" y="550.5" width="0" height="0" />
1422 </bpmndi:BPMNLabel>
1423 </bpmndi:BPMNEdge>
1424 <bpmndi:BPMNShape id="IntermediateCatchEvent_174wgan_di" bpmnElement="IntermediateThrowEvent_0fhmhsk">
1425 <dc:Bounds x="640" y="577" width="36" height="36" />
1426 <bpmndi:BPMNLabel>
1427 <dc:Bounds x="631" y="613" width="53" height="25" />
1428 </bpmndi:BPMNLabel>
1429 </bpmndi:BPMNShape>
1430 <bpmndi:BPMNEdge id="SequenceFlow_16igl7b_di" bpmnElement="SequenceFlow_16igl7b">
1431 <di:waypoint xsi:type="dc:Point" x="658" y="577" />
1432 <di:waypoint xsi:type="dc:Point" x="658" y="524" />
1433 <bpmndi:BPMNLabel>
1434 <dc:Bounds x="673" y="550.5" width="0" height="0" />
1435 </bpmndi:BPMNLabel>
1436 </bpmndi:BPMNEdge>
1437 <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909">
1438 <di:waypoint xsi:type="dc:Point" x="708" y="484" />
1439 <di:waypoint xsi:type="dc:Point" x="735" y="484" />
1440 <bpmndi:BPMNLabel>
1441 <dc:Bounds x="722" y="469" width="0" height="0" />
1442 </bpmndi:BPMNLabel>
1443 </bpmndi:BPMNEdge>
1444 <bpmndi:BPMNShape id="ExclusiveGateway_16eos6z_di" bpmnElement="ExclusiveGateway_16eos6z" isMarkerVisible="true">
1445 <dc:Bounds x="279" y="459" width="50" height="50" />
1446 <bpmndi:BPMNLabel>
1447 <dc:Bounds x="265" y="422" width="77" height="25" />
1448 </bpmndi:BPMNLabel>
1449 </bpmndi:BPMNShape>
1450 <bpmndi:BPMNShape id="ExclusiveGateway_1nettij_di" bpmnElement="ExclusiveGateway_1nettij" isMarkerVisible="true">
1451 <dc:Bounds x="513" y="459" width="50" height="50" />
1452 <bpmndi:BPMNLabel>
1453 <dc:Bounds x="502" y="417" width="71" height="25" />
1454 </bpmndi:BPMNLabel>
1455 </bpmndi:BPMNShape>
1456 <bpmndi:BPMNEdge id="SequenceFlow_0wfzjs1_di" bpmnElement="SequenceFlow_0wfzjs1">
1457 <di:waypoint xsi:type="dc:Point" x="231" y="484" />
1458 <di:waypoint xsi:type="dc:Point" x="279" y="484" />
1459 <bpmndi:BPMNLabel>
1460 <dc:Bounds x="255" y="469" width="0" height="0" />
1461 </bpmndi:BPMNLabel>
1462 </bpmndi:BPMNEdge>
1463 <bpmndi:BPMNEdge id="SequenceFlow_188a7lk_di" bpmnElement="SequenceFlow_188a7lk">
1464 <di:waypoint xsi:type="dc:Point" x="329" y="484" />
1465 <di:waypoint xsi:type="dc:Point" x="373" y="484" />
1466 <bpmndi:BPMNLabel>
1467 <dc:Bounds x="345" y="459" width="12" height="12" />
1468 </bpmndi:BPMNLabel>
1469 </bpmndi:BPMNEdge>
1470 <bpmndi:BPMNEdge id="SequenceFlow_0lpreg4_di" bpmnElement="SequenceFlow_0lpreg4">
1471 <di:waypoint xsi:type="dc:Point" x="473" y="484" />
1472 <di:waypoint xsi:type="dc:Point" x="513" y="484" />
1473 <bpmndi:BPMNLabel>
1474 <dc:Bounds x="493" y="469" width="0" height="0" />
1475 </bpmndi:BPMNLabel>
1476 </bpmndi:BPMNEdge>
1477 <bpmndi:BPMNEdge id="SequenceFlow_0q1skau_di" bpmnElement="SequenceFlow_0q1skau">
1478 <di:waypoint xsi:type="dc:Point" x="563" y="484" />
1479 <di:waypoint xsi:type="dc:Point" x="608" y="484" />
1480 <bpmndi:BPMNLabel>
1481 <dc:Bounds x="580" y="459" width="12" height="12" />
1482 </bpmndi:BPMNLabel>
1483 </bpmndi:BPMNEdge>
1484 <bpmndi:BPMNEdge id="SequenceFlow_08m0j98_di" bpmnElement="SequenceFlow_08m0j98">
1485 <di:waypoint xsi:type="dc:Point" x="785" y="484" />
1486 <di:waypoint xsi:type="dc:Point" x="826" y="484" />
1487 <bpmndi:BPMNLabel>
1488 <dc:Bounds x="799" y="459" width="13" height="13" />
1489 </bpmndi:BPMNLabel>
1490 </bpmndi:BPMNEdge>
1491 <bpmndi:BPMNEdge id="SequenceFlow_1wqinjh_di" bpmnElement="SequenceFlow_1wqinjh">
1492 <di:waypoint xsi:type="dc:Point" x="423" y="577" />
1493 <di:waypoint xsi:type="dc:Point" x="423" y="524" />
1494 <bpmndi:BPMNLabel>
1495 <dc:Bounds x="438" y="550.5" width="0" height="0" />
1496 </bpmndi:BPMNLabel>
1497 </bpmndi:BPMNEdge>
1498 <bpmndi:BPMNShape id="IntermediateThrowEvent_0jgks05_di" bpmnElement="IntermediateThrowEvent_0s8cdpt">
1499 <dc:Bounds x="286" y="577" width="36" height="36" />
1500 <bpmndi:BPMNLabel>
1501 <dc:Bounds x="269" y="613" width="69" height="25" />
1502 </bpmndi:BPMNLabel>
1503 </bpmndi:BPMNShape>
1504 <bpmndi:BPMNEdge id="SequenceFlow_12konw1_di" bpmnElement="SequenceFlow_12konw1">
1505 <di:waypoint xsi:type="dc:Point" x="304" y="509" />
1506 <di:waypoint xsi:type="dc:Point" x="304" y="577" />
1507 <bpmndi:BPMNLabel>
1508 <dc:Bounds x="310" y="532.5983606557377" width="18" height="13" />
1509 </bpmndi:BPMNLabel>
1510 </bpmndi:BPMNEdge>
1511 <bpmndi:BPMNShape id="IntermediateThrowEvent_1jys13n_di" bpmnElement="IntermediateThrowEvent_0e2ibog">
1512 <dc:Bounds x="520" y="577" width="36" height="36" />
1513 <bpmndi:BPMNLabel>
1514 <dc:Bounds x="503" y="613" width="69" height="25" />
1515 </bpmndi:BPMNLabel>
1516 </bpmndi:BPMNShape>
1517 <bpmndi:BPMNEdge id="SequenceFlow_1s3pbww_di" bpmnElement="SequenceFlow_1s3pbww">
1518 <di:waypoint xsi:type="dc:Point" x="538" y="509" />
1519 <di:waypoint xsi:type="dc:Point" x="538" y="577" />
1520 <bpmndi:BPMNLabel>
1521 <dc:Bounds x="544" y="533" width="18" height="13" />
1522 </bpmndi:BPMNLabel>
1523 </bpmndi:BPMNEdge>
1524 <bpmndi:BPMNShape id="CallActivity_0iywyn3_di" bpmnElement="Task_1hdg951">
1525 <dc:Bounds x="131" y="444" width="100" height="80" />
1526 </bpmndi:BPMNShape>
1527 <bpmndi:BPMNShape id="CallActivity_0pzya8j_di" bpmnElement="Task_1ca5ctq">
1528 <dc:Bounds x="608" y="444" width="100" height="80" />
1529 </bpmndi:BPMNShape>
1530 <bpmndi:BPMNShape id="CallActivity_0ck1c9r_di" bpmnElement="Task_1fj63ov">
1531 <dc:Bounds x="373" y="444" width="100" height="80" />
1532 </bpmndi:BPMNShape>
1533 <bpmndi:BPMNEdge id="SequenceFlow_0rlmex7_di" bpmnElement="SequenceFlow_0rlmex7">
1534 <di:waypoint xsi:type="dc:Point" x="1712" y="441" />
1535 <di:waypoint xsi:type="dc:Point" x="1823" y="528" />
1536 <bpmndi:BPMNLabel>
1537 <dc:Bounds x="1778" y="468.1344841912912" width="27" height="12" />
1538 </bpmndi:BPMNLabel>
1539 </bpmndi:BPMNEdge>
1540 <bpmndi:BPMNShape id="ScriptTask_0dqs9kj_di" bpmnElement="Task_0em349i">
1541 <dc:Bounds x="1823" y="489" width="100" height="80" />
1542 </bpmndi:BPMNShape>
1543 <bpmndi:BPMNShape id="ExclusiveGateway_0yu25qy_di" bpmnElement="ExclusiveGateway_0yu25qy" isMarkerVisible="true">
1544 <dc:Bounds x="1909" y="626" width="50" height="50" />
1545 <bpmndi:BPMNLabel>
1546 <dc:Bounds x="1903" y="676" width="62" height="12" />
1547 </bpmndi:BPMNLabel>
1548 </bpmndi:BPMNShape>
1549 <bpmndi:BPMNEdge id="SequenceFlow_19myx3o_di" bpmnElement="SequenceFlow_19myx3o">
1550 <di:waypoint xsi:type="dc:Point" x="1959" y="651" />
1551 <di:waypoint xsi:type="dc:Point" x="1968" y="651" />
1552 <di:waypoint xsi:type="dc:Point" x="1968" y="431" />
1553 <bpmndi:BPMNLabel>
1554 <dc:Bounds x="1975" y="589.1802690904609" width="18" height="12" />
1555 </bpmndi:BPMNLabel>
1556 </bpmndi:BPMNEdge>
1557 <bpmndi:BPMNEdge id="SequenceFlow_05omwbu_di" bpmnElement="SequenceFlow_05omwbu">
1558 <di:waypoint xsi:type="dc:Point" x="1934" y="626" />
1559 <di:waypoint xsi:type="dc:Point" x="1934" y="170" />
1560 <di:waypoint xsi:type="dc:Point" x="1698" y="170" />
1561 <di:waypoint xsi:type="dc:Point" x="1698" y="232" />
1562 <bpmndi:BPMNLabel>
1563 <dc:Bounds x="1938" y="581.649978474545" width="12" height="12" />
1564 </bpmndi:BPMNLabel>
1565 </bpmndi:BPMNEdge>
1566 <bpmndi:BPMNShape id="IntermediateCatchEvent_0e4c19r_di" bpmnElement="IntermediateThrowEvent_0u8jlsq">
1567 <dc:Bounds x="1855" y="601" width="36" height="36" />
1568 <bpmndi:BPMNLabel>
1569 <dc:Bounds x="1790" y="613" width="55" height="12" />
1570 </bpmndi:BPMNLabel>
1571 </bpmndi:BPMNShape>
1572 <bpmndi:BPMNEdge id="SequenceFlow_1xwgemy_di" bpmnElement="SequenceFlow_1xwgemy">
1573 <di:waypoint xsi:type="dc:Point" x="1873" y="569" />
1574 <di:waypoint xsi:type="dc:Point" x="1873" y="601" />
1575 <bpmndi:BPMNLabel>
1576 <dc:Bounds x="1888" y="575" width="0" height="0" />
1577 </bpmndi:BPMNLabel>
1578 </bpmndi:BPMNEdge>
1579 <bpmndi:BPMNEdge id="SequenceFlow_1nm4wr1_di" bpmnElement="SequenceFlow_1nm4wr1">
1580 <di:waypoint xsi:type="dc:Point" x="1873" y="637" />
1581 <di:waypoint xsi:type="dc:Point" x="1873" y="651" />
1582 <di:waypoint xsi:type="dc:Point" x="1909" y="651" />
1583 <bpmndi:BPMNLabel>
1584 <dc:Bounds x="1888" y="644" width="0" height="0" />
1585 </bpmndi:BPMNLabel>
1586 </bpmndi:BPMNEdge>
1587 <bpmndi:BPMNShape id="CallActivity_0b2drei_di" bpmnElement="Task_0zbogrm">
1588 <dc:Bounds x="1648" y="524" width="100" height="80" />
1589 </bpmndi:BPMNShape>
1590 <bpmndi:BPMNEdge id="SequenceFlow_18lemf9_di" bpmnElement="SequenceFlow_18lemf9">
1591 <di:waypoint xsi:type="dc:Point" x="1648" y="564" />
1592 <di:waypoint xsi:type="dc:Point" x="1617" y="564" />
1593 <di:waypoint xsi:type="dc:Point" x="1617" y="272" />
1594 <di:waypoint xsi:type="dc:Point" x="1648" y="272" />
1595 <bpmndi:BPMNLabel>
1596 <dc:Bounds x="1632" y="418" width="0" height="0" />
1597 </bpmndi:BPMNLabel>
1598 </bpmndi:BPMNEdge>
1599 <bpmndi:BPMNEdge id="SequenceFlow_1vxpbd0_di" bpmnElement="SequenceFlow_1vxpbd0">
1600 <di:waypoint xsi:type="dc:Point" x="365" y="1187" />
1601 <di:waypoint xsi:type="dc:Point" x="431" y="1187" />
1602 <bpmndi:BPMNLabel>
1603 <dc:Bounds x="398" y="1172" width="0" height="0" />
1604 </bpmndi:BPMNLabel>
1605 </bpmndi:BPMNEdge>
1606 <bpmndi:BPMNEdge id="SequenceFlow_03ayqeh_di" bpmnElement="SequenceFlow_03ayqeh">
1607 <di:waypoint xsi:type="dc:Point" x="531" y="1187" />
1608 <di:waypoint xsi:type="dc:Point" x="614" y="1187" />
1609 <bpmndi:BPMNLabel>
1610 <dc:Bounds x="573" y="1172" width="0" height="0" />
1611 </bpmndi:BPMNLabel>
1612 </bpmndi:BPMNEdge>
1613 <bpmndi:BPMNEdge id="SequenceFlow_0xt2xvx_di" bpmnElement="SequenceFlow_0xt2xvx">
1614 <di:waypoint xsi:type="dc:Point" x="714" y="1187" />
1615 <di:waypoint xsi:type="dc:Point" x="795" y="1187" />
1616 <bpmndi:BPMNLabel>
1617 <dc:Bounds x="755" y="1172" width="0" height="0" />
1618 </bpmndi:BPMNLabel>
1619 </bpmndi:BPMNEdge>
1620 <bpmndi:BPMNShape id="ScriptTask_1w171si_di" bpmnElement="Task_1tx7e9s">
1621 <dc:Bounds x="265" y="1147" width="100" height="80" />
1622 </bpmndi:BPMNShape>
1623 <bpmndi:BPMNShape id="ScriptTask_0c9vk4v_di" bpmnElement="Task_0b707rs">
1624 <dc:Bounds x="614" y="1147" width="100" height="80" />
1625 </bpmndi:BPMNShape>
1626 <bpmndi:BPMNShape id="CallActivity_02c6e2e_di" bpmnElement="Task_02avn81">
1627 <dc:Bounds x="431" y="1147" width="100" height="80" />
1628 </bpmndi:BPMNShape>
1629 </bpmndi:BPMNPlane>
1630 </bpmndi:BPMNDiagram>
1631</bpmn2:definitions>