[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / ReplaceVnfInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_F0omAMXGEeW834CKd-K10Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="ReplaceVnfInfra" name="ReplaceVnfInfra" isExecutable="true">
4     <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
8 def uvfm = new ReplaceVnfInfra()
9 uvfm.sendSynchResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" />
12     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
13       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
15       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
16 def uvfm = new ReplaceVnfInfra()
17 uvfm.preProcessRequest(execution)
18 ]]></bpmn2:script>
19     </bpmn2:scriptTask>
20     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessRequest" targetRef="ScriptTask_1" />
21     <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">
22       <bpmn2:extensionElements>
23         <camunda:in source="CompletionHandlerRequest" target="CompleteMsoProcessRequest" />
24         <camunda:in source="mso-request-id" target="mso-request-id" />
25         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
27       </bpmn2:extensionElements>
28       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
29       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
30     </bpmn2:callActivity>
31     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4" />
32     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">
33       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
34       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5" />
35     </bpmn2:endEvent>
36     <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">
37       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
40 execution.setVariable("UpdateVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>
41     </bpmn2:scriptTask>
42     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1" />
43     <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">
44       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
45       <bpmn2:incoming>SequenceFlow_19rrss6</bpmn2:incoming>
46       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
47       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
48 def uvfm = new ReplaceVnfInfra()
49 uvfm.completionHandlerPrep(execution, 'CompletionHandlerRequest')
50 ]]></bpmn2:script>
51     </bpmn2:scriptTask>
52     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" />
53     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">
54       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">
55         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
56         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
57       </bpmn2:startEvent>
58       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="Task_1cl8ayk" />
59       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
60         <bpmn2:incoming>SequenceFlow_0ph6862</bpmn2:incoming>
61         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
62         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
63 def uvfm = new ReplaceVnfInfra()
64 uvfm.falloutHandlerPrep(execution, 'FalloutHandlerRequest')
65 ]]></bpmn2:script>
66       </bpmn2:scriptTask>
67       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" />
68       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">
69         <bpmn2:extensionElements>
70           <camunda:in source="FalloutHandlerRequest" target="FalloutHandlerRequest" />
71           <camunda:in source="mso-request-id" target="mso-request-id" />
72           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
73           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
74         </bpmn2:extensionElements>
75         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
76         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
77       </bpmn2:callActivity>
78       <bpmn2:endEvent id="EndEvent_2">
79         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
80         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
81       </bpmn2:endEvent>
82       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" />
83       <bpmn2:sequenceFlow id="SequenceFlow_0msgw6c" sourceRef="Task_1cl8ayk" targetRef="Task_1xw8w6a" />
84       <bpmn2:sequenceFlow id="SequenceFlow_0uhssvq" sourceRef="Task_1xw8w6a" targetRef="Task_0dc1x7g" />
85       <bpmn2:sequenceFlow id="SequenceFlow_0ph6862" sourceRef="Task_0dc1x7g" targetRef="ScriptTask_3" />
86       <bpmn2:scriptTask id="Task_1cl8ayk" name="PreProcess Rollback" scriptFormat="groovy">
87         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
88         <bpmn2:outgoing>SequenceFlow_0msgw6c</bpmn2:outgoing>
89         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
90 def uvfm = new VnfInPlaceUpdate()
91 uvfm.preProcessRollback(execution)]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:scriptTask id="Task_0dc1x7g" name="PostProcess Rollback" scriptFormat="groovy">
94         <bpmn2:incoming>SequenceFlow_0uhssvq</bpmn2:incoming>
95         <bpmn2:outgoing>SequenceFlow_0ph6862</bpmn2:outgoing>
96         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
97 def uvfm = new VnfInPlaceUpdate()
98 uvfm.postProcessRollback(execution)]]></bpmn2:script>
99       </bpmn2:scriptTask>
100       <bpmn2:callActivity id="Task_1xw8w6a" name="Rollback Processing" calledElement="RollbackVnf">
101         <bpmn2:extensionElements>
102           <camunda:in source="msoRequestId" target="msoRequestId" />
103           <camunda:in source="vnfId" target="vnfId" />
104           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
105           <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" />
106           <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" />
107           <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" />
108           <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" />
109           <camunda:in source="errorCode" target="errorCode" />
110           <camunda:in source="rollbackQuiesceTraffic" target="rollbackQuiesceTraffic" />
111           <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" />
112           <camunda:in source="controllerType" target="controllerType" />
113         </bpmn2:extensionElements>
114         <bpmn2:incoming>SequenceFlow_0msgw6c</bpmn2:incoming>
115         <bpmn2:outgoing>SequenceFlow_0uhssvq</bpmn2:outgoing>
116       </bpmn2:callActivity>
117     </bpmn2:subProcess>
118     <bpmn2:endEvent id="EndEvent_3">
119       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
120       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
121     </bpmn2:endEvent>
122     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
123       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
124       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
125     </bpmn2:boundaryEvent>
126     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
127     <bpmn2:startEvent id="StartEvent_1" name="Start">
128       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
129     </bpmn2:startEvent>
130     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
131     <bpmn2:callActivity id="ScriptTask_6" name="DoDeleteVnfAndModules" calledElement="DoDeleteVnfAndModules">
132       <bpmn2:extensionElements>
133         <camunda:in source="msoRequestId" target="msoRequestId" />
134         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
135         <camunda:out source="WorkflowException" target="WorkflowException" />
136         <camunda:in source="vnfId" target="vnfId" />
137         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
138         <camunda:in source="sdncVersion" target="sdncVersion" />
139         <camunda:in source="cloudConfiguration" target="cloudConfiguration" />
140         <camunda:in source="retainResources" target="retainResources" />
141         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
142       </bpmn2:extensionElements>
143       <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming>
144       <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing>
145     </bpmn2:callActivity>
146     <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" />
147     <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" />
148     <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService">
149       <bpmn2:extensionElements>
150         <camunda:in source="msoRequestId" target="msoRequestId" />
151         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
152         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
153         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
154         <camunda:out source="WorkflowException" target="WorkflowException" />
155         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
156       </bpmn2:extensionElements>
157       <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming>
158       <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing>
159     </bpmn2:callActivity>
160     <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0iydw5o" />
161     <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy">
162       <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming>
163       <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing>
164       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
165 def uvfm = new ReplaceVnfInfra()
166 uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script>
167     </bpmn2:scriptTask>
168     <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" />
169     <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&#38;AI" scriptFormat="groovy">
170       <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming>
171       <bpmn2:incoming>SequenceFlow_0jph3mt</bpmn2:incoming>
172       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
173       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
174 def uvfm = new ReplaceVnfInfra()
175 uvfm.checkIfVnfInMaintInAAI(execution)
176 ]]></bpmn2:script>
177     </bpmn2:scriptTask>
178     <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" />
179     <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" />
180     <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" />
181     <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&#38;AI" scriptFormat="groovy">
182       <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming>
183       <bpmn2:incoming>SequenceFlow_1nodcf9</bpmn2:incoming>
184       <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing>
185       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
186 def uvfm = new ReplaceVnfInfra()
187 uvfm.setVnfInMaintFlagInAAI(execution, true)
188 ]]></bpmn2:script>
189     </bpmn2:scriptTask>
190     <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&#38;AI" scriptFormat="groovy">
191       <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming>
192       <bpmn2:incoming>SequenceFlow_0usoiza</bpmn2:incoming>
193       <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing>
194       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
195 def uvfm = new ReplaceVnfInfra()
196 uvfm.setVnfInMaintFlagInAAI(execution, false)
197 ]]></bpmn2:script>
198     </bpmn2:scriptTask>
199     <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&#38;AI" scriptFormat="groovy">
200       <bpmn2:incoming>SequenceFlow_14yy8v4</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing>
202       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
203 def uvfm = new ReplaceVnfInfra()
204 uvfm.checkIfPserversInMaintInAAI(execution)
205 ]]></bpmn2:script>
206     </bpmn2:scriptTask>
207     <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" />
208     <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" />
209     <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" />
210     <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" />
211     <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" />
212     <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" />
213     <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z">
214       <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming>
215       <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing>
216       <bpmn2:outgoing>SequenceFlow_12hm1ks</bpmn2:outgoing>
217     </bpmn2:exclusiveGateway>
218     <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" />
219     <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi">
220       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
221       <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing>
222       <bpmn2:outgoing>SequenceFlow_0etr76r</bpmn2:outgoing>
223     </bpmn2:exclusiveGateway>
224     <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" />
225     <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler">
226       <bpmn2:extensionElements>
227         <camunda:in source="msoRequestId" target="msoRequestId" />
228         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
229         <camunda:in source="serviceType" target="serviceType" />
230         <camunda:in source="nfRole" target="vnfType" />
231         <camunda:in source="currentActivity" target="currentActivity" />
232         <camunda:in source="workStep" target="workStep" />
233         <camunda:in source="failedActivity" target="failedActivity" />
234         <camunda:in source="errorCode" target="errorCode" />
235         <camunda:in source="errorText" target="errorText" />
236         <camunda:out source="WorkflowException" target="WorkflowException" />
237         <camunda:out source="handlingCode" target="disposition" />
238         <camunda:in source="requestorId" target="requestorId" />
239         <camunda:out source="taskId" target="taskId" />
240         <camunda:in source="vnfName" target="vnfName" />
241       </bpmn2:extensionElements>
242       <bpmn2:incoming>SequenceFlow_1cezgw4</bpmn2:incoming>
243       <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing>
244     </bpmn2:callActivity>
245     <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" />
246     <bpmn2:task id="Task_0zbogrm" name="Rollback Processing">
247       <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming>
248     </bpmn2:task>
249     <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h">
250       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression>
251     </bpmn2:sequenceFlow>
252     <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm">
253       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression>
254     </bpmn2:sequenceFlow>
255     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m">
256       <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming>
257       <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing>
258       <bpmn2:outgoing>SequenceFlow_11b00u2</bpmn2:outgoing>
259     </bpmn2:exclusiveGateway>
260     <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" />
261     <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib">
262       <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming>
263       <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing>
264       <bpmn2:outgoing>SequenceFlow_1ck3v34</bpmn2:outgoing>
265     </bpmn2:exclusiveGateway>
266     <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" />
267     <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8">
268       <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming>
269       <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing>
270       <bpmn2:outgoing>SequenceFlow_079nix0</bpmn2:outgoing>
271     </bpmn2:exclusiveGateway>
272     <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" />
273     <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki">
274       <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming>
275       <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing>
276       <bpmn2:outgoing>SequenceFlow_032i8t0</bpmn2:outgoing>
277     </bpmn2:exclusiveGateway>
278     <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" />
279     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoDeleteVnfAndNModules?" camunda:asyncBefore="true" default="SequenceFlow_0bxgny0">
280       <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming>
281       <bpmn2:outgoing>SequenceFlow_0bxgny0</bpmn2:outgoing>
282       <bpmn2:outgoing>SequenceFlow_1f0c5lj</bpmn2:outgoing>
283     </bpmn2:exclusiveGateway>
284     <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_084iffr" targetRef="Task_1hdg951" />
285     <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m">
286       <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming>
287       <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing>
288       <bpmn2:outgoing>SequenceFlow_17vwb2h</bpmn2:outgoing>
289     </bpmn2:exclusiveGateway>
290     <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" />
291     <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk">
292       <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming>
293       <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing>
294       <bpmn2:outgoing>SequenceFlow_0ba08lt</bpmn2:outgoing>
295     </bpmn2:exclusiveGateway>
296     <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" />
297     <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d">
298       <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming>
299       <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing>
300       <bpmn2:outgoing>SequenceFlow_1akvi72</bpmn2:outgoing>
301     </bpmn2:exclusiveGateway>
302     <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" />
303     <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3">
304       <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming>
305       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
306       <bpmn2:outgoing>SequenceFlow_1sdol24</bpmn2:outgoing>
307     </bpmn2:exclusiveGateway>
308     <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" />
309     <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy">
310       <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming>
311       <bpmn2:incoming>SequenceFlow_051zp79</bpmn2:incoming>
312       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
313 def uvfm = new ReplaceVnfInfra()
314 uvfm.abortProcessing(execution)]]></bpmn2:script>
315     </bpmn2:scriptTask>
316     <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition">
317       <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming>
318       <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing>
319       <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing>
320       <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing>
321     </bpmn2:exclusiveGateway>
322     <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_051zp79">
323       <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming>
324       <bpmn2:outgoing>SequenceFlow_051zp79</bpmn2:outgoing>
325       <bpmn2:outgoing>SequenceFlow_1ei7at5</bpmn2:outgoing>
326       <bpmn2:outgoing>SequenceFlow_0kg02xg</bpmn2:outgoing>
327       <bpmn2:outgoing>SequenceFlow_1i6p53b</bpmn2:outgoing>
328       <bpmn2:outgoing>SequenceFlow_1yy7o24</bpmn2:outgoing>
329       <bpmn2:outgoing>SequenceFlow_0sqmtpl</bpmn2:outgoing>
330       <bpmn2:outgoing>SequenceFlow_1shdmrj</bpmn2:outgoing>
331       <bpmn2:outgoing>SequenceFlow_1v1i5w4</bpmn2:outgoing>
332       <bpmn2:outgoing>SequenceFlow_1h8rscx</bpmn2:outgoing>
333       <bpmn2:outgoing>SequenceFlow_1xzq6jb</bpmn2:outgoing>
334       <bpmn2:outgoing>SequenceFlow_165q14c</bpmn2:outgoing>
335       <bpmn2:outgoing>SequenceFlow_0wp1a6g</bpmn2:outgoing>
336       <bpmn2:outgoing>SequenceFlow_0vymfh9</bpmn2:outgoing>
337     </bpmn2:exclusiveGateway>
338     <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx">
339       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip"]]></bpmn2:conditionExpression>
340     </bpmn2:sequenceFlow>
341     <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" />
342     <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoDeleteVnfAndModules" scriptFormat="groovy">
343       <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming>
344       <bpmn2:incoming>SequenceFlow_0aldwvz</bpmn2:incoming>
345       <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing>
346       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
347 def uvfm = new ReplaceVnfInfra()
348 uvfm.prepDoDeleteVnfAndModules(execution)]]></bpmn2:script>
349     </bpmn2:scriptTask>
350     <bpmn2:scriptTask id="Task_040hi91" name="Prepare DoCreateVnfAndModules" scriptFormat="groovy">
351       <bpmn2:incoming>SequenceFlow_0bxgny0</bpmn2:incoming>
352       <bpmn2:incoming>SequenceFlow_111z6w4</bpmn2:incoming>
353       <bpmn2:outgoing>SequenceFlow_1qm0ygo</bpmn2:outgoing>
354       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
355 def uvfm = new ReplaceVnfInfra()
356 uvfm.prepDoCreateVnfAndModules(execution)]]></bpmn2:script>
357     </bpmn2:scriptTask>
358     <bpmn2:callActivity id="Task_15hpowt" name="DoCreateVnfAndModules" calledElement="DoCreateVnfAndModules">
359       <bpmn2:extensionElements>
360         <camunda:in source="msoRequestId" target="msoRequestId" />
361         <camunda:in source="disableRollback" target="disableRollback" />
362         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
363         <camunda:in source="productFamilyId" target="productFamilyId" />
364         <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
365         <camunda:in source="cloudOwner" target="cloudOwner" />
366         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
367         <camunda:in source="tenantId" target="tenantId" />
368         <camunda:in source="sdncVersion" target="sdncVersion" />
369         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
370         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
371         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
372         <camunda:out source="WorkflowException" target="WorkflowException" />
373         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
374         <camunda:in source="vnfId" target="vnfId" />
375         <camunda:in source="vnfName" target="vnfName" />
376         <camunda:in source="platform" target="platform" />
377         <camunda:in source="lineOfBusiness" target="lineOfBusiness" />
378       </bpmn2:extensionElements>
379       <bpmn2:incoming>SequenceFlow_1qm0ygo</bpmn2:incoming>
380       <bpmn2:outgoing>SequenceFlow_0he2w4b</bpmn2:outgoing>
381     </bpmn2:callActivity>
382     <bpmn2:exclusiveGateway id="ExclusiveGateway_084iffr" name="Error on DoCreateVnfModules?" default="SequenceFlow_04zwhw4">
383       <bpmn2:incoming>SequenceFlow_0he2w4b</bpmn2:incoming>
384       <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing>
385       <bpmn2:outgoing>SequenceFlow_0pfvulx</bpmn2:outgoing>
386     </bpmn2:exclusiveGateway>
387     <bpmn2:sequenceFlow id="SequenceFlow_0bxgny0" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_040hi91" />
388     <bpmn2:sequenceFlow id="SequenceFlow_1qm0ygo" sourceRef="Task_040hi91" targetRef="Task_15hpowt" />
389     <bpmn2:sequenceFlow id="SequenceFlow_0he2w4b" sourceRef="Task_15hpowt" targetRef="ExclusiveGateway_084iffr" />
390     <bpmn2:sequenceFlow id="SequenceFlow_051zp79" name="" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" />
391     <bpmn2:callActivity id="Task_1dtbnuy" name="Call APP-C VNF Lock" calledElement="AppCClient">
392       <bpmn2:extensionElements>
393         <camunda:in source="msoRequestId" target="msoRequestId" />
394         <camunda:in source="actionLock" target="action" />
395         <camunda:in source="vnfId" target="vnfId" />
396         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
397         <camunda:out source="errorCode" target="errorCode" />
398         <camunda:out source="errorText" target="errorText" />
399         <camunda:out source="workStep" target="workStep" />
400         <camunda:out source="failedActivity" target="failedActivity" />
401         <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" />
402         <camunda:in source="controllerType" target="controllerType" />
403       </bpmn2:extensionElements>
404       <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming>
405       <bpmn2:incoming>SequenceFlow_1qfjlt7</bpmn2:incoming>
406       <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing>
407     </bpmn2:callActivity>
408     <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C Health Check" calledElement="AppCClient">
409       <bpmn2:extensionElements>
410         <camunda:in source="msoRequestId" target="msoRequestId" />
411         <camunda:in source="actionHealthCheck" target="action" />
412         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
413         <camunda:in source="payload" target="payload" />
414         <camunda:in source="vnfId" target="vnfId" />
415         <camunda:out source="errorCode" target="errorCode" />
416         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
417         <camunda:out source="errorText" target="errorText" />
418         <camunda:out source="workStep" target="workStep" />
419         <camunda:out source="failedActivity" target="failedActivity" />
420         <camunda:in source="vnfName" target="vnfName" />
421         <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
422         <camunda:in source="controllerType" target="controllerType" />
423       </bpmn2:extensionElements>
424       <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming>
425       <bpmn2:incoming>SequenceFlow_0x7iupc</bpmn2:incoming>
426       <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing>
427     </bpmn2:callActivity>
428     <bpmn2:callActivity id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" calledElement="AppCClient">
429       <bpmn2:extensionElements>
430         <camunda:in source="msoRequestId" target="msoRequestId" />
431         <camunda:in source="actionStop" target="action" />
432         <camunda:in source="vnfId" target="vnfId" />
433         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
434         <camunda:out source="errorCode" target="errorCode" />
435         <camunda:out source="errorText" target="errorText" />
436         <camunda:out source="workStep" target="workStep" />
437         <camunda:out source="failedActivity" target="failedActivity" />
438         <camunda:in source="aicIdentity" target="aicIdentity" />
439         <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" />
440         <camunda:in source="controllerType" target="controllerType" />
441       </bpmn2:extensionElements>
442       <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming>
443       <bpmn2:incoming>SequenceFlow_0hp0w6k</bpmn2:incoming>
444       <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing>
445     </bpmn2:callActivity>
446     <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C VNF Start" calledElement="AppCClient">
447       <bpmn2:extensionElements>
448         <camunda:in source="msoRequestId" target="msoRequestId" />
449         <camunda:in source="actionStart" target="action" />
450         <camunda:in source="vnfId" target="vnfId" />
451         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
452         <camunda:out source="errorCode" target="errorCode" />
453         <camunda:out source="errorText" target="errorText" />
454         <camunda:out source="workStep" target="workStep" />
455         <camunda:out source="failedActivity" target="failedActivity" />
456         <camunda:in source="aicIdentity" target="aicIdentity" />
457         <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" />
458         <camunda:in source="controllerType" target="controllerType" />
459       </bpmn2:extensionElements>
460       <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming>
461       <bpmn2:incoming>SequenceFlow_1lrbndo</bpmn2:incoming>
462       <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing>
463     </bpmn2:callActivity>
464     <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health Check" calledElement="AppCClient">
465       <bpmn2:extensionElements>
466         <camunda:in source="msoRequestId" target="msoRequestId" />
467         <camunda:in source="actionHealthCheck" target="action" />
468         <camunda:in source="healthCheckIndex1" target="healthCheckIndex" />
469         <camunda:in source="payload" target="payload" />
470         <camunda:in source="vnfId" target="vnfId" />
471         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
472         <camunda:out source="errorCode" target="errorCode" />
473         <camunda:out source="errorText" target="errorText" />
474         <camunda:out source="workStep" target="workStep" />
475         <camunda:out source="failedActivity" target="failedActivity" />
476         <camunda:in source="vnfName" target="vnfName" />
477         <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" />
478         <camunda:in source="controllerType" target="controllerType" />
479       </bpmn2:extensionElements>
480       <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming>
481       <bpmn2:incoming>SequenceFlow_14mblvp</bpmn2:incoming>
482       <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing>
483     </bpmn2:callActivity>
484     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11iqe6n" name="To Rainy Day Handling">
485       <bpmn2:incoming>SequenceFlow_12hm1ks</bpmn2:incoming>
486       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
487     </bpmn2:intermediateThrowEvent>
488     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_16f09ke" name="To inMaintenance Check">
489       <bpmn2:outgoing>SequenceFlow_0jph3mt</bpmn2:outgoing>
490       <bpmn2:linkEventDefinition name="To inMaintenance Check" />
491     </bpmn2:intermediateCatchEvent>
492     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mtokuy" name="To Rainy Day Handling">
493       <bpmn2:incoming>SequenceFlow_0etr76r</bpmn2:incoming>
494       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
495     </bpmn2:intermediateThrowEvent>
496     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1h8oi7w" name="To inMaintenance Set">
497       <bpmn2:outgoing>SequenceFlow_1nodcf9</bpmn2:outgoing>
498       <bpmn2:linkEventDefinition name="To inMaintenance Set" />
499     </bpmn2:intermediateCatchEvent>
500     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0pwcatt" name="To Rainy Day Handling">
501       <bpmn2:incoming>SequenceFlow_11b00u2</bpmn2:incoming>
502       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
503     </bpmn2:intermediateThrowEvent>
504     <bpmn2:sequenceFlow id="SequenceFlow_12hm1ks" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_11iqe6n">
505       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
506     </bpmn2:sequenceFlow>
507     <bpmn2:sequenceFlow id="SequenceFlow_0jph3mt" sourceRef="IntermediateThrowEvent_16f09ke" targetRef="Task_1rxiqe1" />
508     <bpmn2:sequenceFlow id="SequenceFlow_0etr76r" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1mtokuy">
509       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
510     </bpmn2:sequenceFlow>
511     <bpmn2:sequenceFlow id="SequenceFlow_1nodcf9" sourceRef="IntermediateThrowEvent_1h8oi7w" targetRef="Task_0ap39ka" />
512     <bpmn2:sequenceFlow id="SequenceFlow_11b00u2" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0pwcatt">
513       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
514     </bpmn2:sequenceFlow>
515     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1w8dvxw" name="To VNF Lock">
516       <bpmn2:outgoing>SequenceFlow_1qfjlt7</bpmn2:outgoing>
517       <bpmn2:linkEventDefinition name="To VNF Lock" />
518     </bpmn2:intermediateCatchEvent>
519     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0mqqagp" name="To Rainy Day Hnadling">
520       <bpmn2:incoming>SequenceFlow_1ck3v34</bpmn2:incoming>
521       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
522     </bpmn2:intermediateThrowEvent>
523     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0vyfpwj" name="To Health PreCheck">
524       <bpmn2:outgoing>SequenceFlow_0x7iupc</bpmn2:outgoing>
525       <bpmn2:linkEventDefinition name="To Health PreCheck" />
526     </bpmn2:intermediateCatchEvent>
527     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_12187dz" name="To Rainy Day Handling">
528       <bpmn2:incoming>SequenceFlow_079nix0</bpmn2:incoming>
529       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
530     </bpmn2:intermediateThrowEvent>
531     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0c7rese" name="To VNF Stop">
532       <bpmn2:outgoing>SequenceFlow_0hp0w6k</bpmn2:outgoing>
533       <bpmn2:linkEventDefinition name="To VNF Stop" />
534     </bpmn2:intermediateCatchEvent>
535     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_18grbwz" name="To Rainy Day Handling">
536       <bpmn2:incoming>SequenceFlow_032i8t0</bpmn2:incoming>
537       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
538     </bpmn2:intermediateThrowEvent>
539     <bpmn2:sequenceFlow id="SequenceFlow_1qfjlt7" sourceRef="IntermediateThrowEvent_1w8dvxw" targetRef="Task_1dtbnuy" />
540     <bpmn2:sequenceFlow id="SequenceFlow_1ck3v34" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="IntermediateThrowEvent_0mqqagp">
541       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
542     </bpmn2:sequenceFlow>
543     <bpmn2:sequenceFlow id="SequenceFlow_0x7iupc" sourceRef="IntermediateThrowEvent_0vyfpwj" targetRef="Task_1fj63ov" />
544     <bpmn2:sequenceFlow id="SequenceFlow_079nix0" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="IntermediateThrowEvent_12187dz">
545       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
546     </bpmn2:sequenceFlow>
547     <bpmn2:sequenceFlow id="SequenceFlow_0hp0w6k" sourceRef="IntermediateThrowEvent_0c7rese" targetRef="Task_1cfkcss" />
548     <bpmn2:sequenceFlow id="SequenceFlow_032i8t0" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="IntermediateThrowEvent_18grbwz">
549       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
550     </bpmn2:sequenceFlow>
551     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0r8kzqa" name="To DoDeleteVnfAndModules">
552       <bpmn2:outgoing>SequenceFlow_0aldwvz</bpmn2:outgoing>
553       <bpmn2:linkEventDefinition name="To DoDeleteVnfAndModules" />
554     </bpmn2:intermediateCatchEvent>
555     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_169eg4j" name="To Rainy Day Handling">
556       <bpmn2:incoming>SequenceFlow_1f0c5lj</bpmn2:incoming>
557       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
558     </bpmn2:intermediateThrowEvent>
559     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0tenxiw" name="To DoCreateVnfAndModules">
560       <bpmn2:outgoing>SequenceFlow_111z6w4</bpmn2:outgoing>
561       <bpmn2:linkEventDefinition name="To DoCreateVnfAndModules" />
562     </bpmn2:intermediateCatchEvent>
563     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mocak0" name="To Rainy Day Handling">
564       <bpmn2:incoming>SequenceFlow_0pfvulx</bpmn2:incoming>
565       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
566     </bpmn2:intermediateThrowEvent>
567     <bpmn2:sequenceFlow id="SequenceFlow_0aldwvz" sourceRef="IntermediateThrowEvent_0r8kzqa" targetRef="Task_0eae8go" />
568     <bpmn2:sequenceFlow id="SequenceFlow_1f0c5lj" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="IntermediateThrowEvent_169eg4j">
569       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
570     </bpmn2:sequenceFlow>
571     <bpmn2:sequenceFlow id="SequenceFlow_111z6w4" sourceRef="IntermediateThrowEvent_0tenxiw" targetRef="Task_040hi91" />
572     <bpmn2:sequenceFlow id="SequenceFlow_0pfvulx" name="yes" sourceRef="ExclusiveGateway_084iffr" targetRef="IntermediateThrowEvent_1mocak0">
573       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
574     </bpmn2:sequenceFlow>
575     <bpmn2:callActivity id="Task_1sove95" name="Call APP-C VNF Unlock" calledElement="AppCClient">
576       <bpmn2:extensionElements>
577         <camunda:in source="msoRequestId" target="msoRequestId" />
578         <camunda:in source="actionUnlock" target="action" />
579         <camunda:in source="vnfId" target="vnfId" />
580         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
581         <camunda:out source="errorCode" target="errorCode" />
582         <camunda:out source="errorText" target="errorText" />
583         <camunda:out source="workStep" target="workStep" />
584         <camunda:out source="failedActivity" target="failedActivity" />
585         <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" />
586         <camunda:in source="controllerType" target="controllerType" />
587       </bpmn2:extensionElements>
588       <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming>
589       <bpmn2:incoming>SequenceFlow_18e0jz0</bpmn2:incoming>
590       <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing>
591     </bpmn2:callActivity>
592     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_15yev7i" name="To VNF Start">
593       <bpmn2:outgoing>SequenceFlow_1lrbndo</bpmn2:outgoing>
594       <bpmn2:linkEventDefinition name="To VNF Start" />
595     </bpmn2:intermediateCatchEvent>
596     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0osnva5" name="To Rainy Day Handling">
597       <bpmn2:incoming>SequenceFlow_17vwb2h</bpmn2:incoming>
598       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
599     </bpmn2:intermediateThrowEvent>
600     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0gluaxf" name="To Health PostCheck">
601       <bpmn2:outgoing>SequenceFlow_14mblvp</bpmn2:outgoing>
602       <bpmn2:linkEventDefinition name="To Health PostCheck" />
603     </bpmn2:intermediateCatchEvent>
604     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1chu5lh" name="To Rainy Day Handling">
605       <bpmn2:incoming>SequenceFlow_0ba08lt</bpmn2:incoming>
606       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
607     </bpmn2:intermediateThrowEvent>
608     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0p7wh09" name="To VNF Unlock">
609       <bpmn2:outgoing>SequenceFlow_18e0jz0</bpmn2:outgoing>
610       <bpmn2:linkEventDefinition name="To VNF Unlock" />
611     </bpmn2:intermediateCatchEvent>
612     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0uh8zti" name="To Rainy Day Handling">
613       <bpmn2:incoming>SequenceFlow_1akvi72</bpmn2:incoming>
614       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
615     </bpmn2:intermediateThrowEvent>
616     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1dei2gz" name="To inMaintenance Unset">
617       <bpmn2:outgoing>SequenceFlow_0usoiza</bpmn2:outgoing>
618       <bpmn2:linkEventDefinition name="To inMaintenance Unset" />
619     </bpmn2:intermediateCatchEvent>
620     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0fobhuu" name="To Rainy Day Handling">
621       <bpmn2:incoming>SequenceFlow_1sdol24</bpmn2:incoming>
622       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
623     </bpmn2:intermediateThrowEvent>
624     <bpmn2:sequenceFlow id="SequenceFlow_1lrbndo" sourceRef="IntermediateThrowEvent_15yev7i" targetRef="Task_1hdg951" />
625     <bpmn2:sequenceFlow id="SequenceFlow_17vwb2h" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="IntermediateThrowEvent_0osnva5">
626       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
627     </bpmn2:sequenceFlow>
628     <bpmn2:sequenceFlow id="SequenceFlow_14mblvp" sourceRef="IntermediateThrowEvent_0gluaxf" targetRef="Task_1ca5ctq" />
629     <bpmn2:sequenceFlow id="SequenceFlow_0ba08lt" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_1chu5lh">
630       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
631     </bpmn2:sequenceFlow>
632     <bpmn2:sequenceFlow id="SequenceFlow_18e0jz0" sourceRef="IntermediateThrowEvent_0p7wh09" targetRef="Task_1sove95" />
633     <bpmn2:sequenceFlow id="SequenceFlow_1akvi72" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="IntermediateThrowEvent_0uh8zti">
634       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
635     </bpmn2:sequenceFlow>
636     <bpmn2:sequenceFlow id="SequenceFlow_0usoiza" sourceRef="IntermediateThrowEvent_1dei2gz" targetRef="Task_1drglpt" />
637     <bpmn2:sequenceFlow id="SequenceFlow_1sdol24" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_0fobhuu">
638       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
639     </bpmn2:sequenceFlow>
640     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1lc72r4" name="To Completion Handler Prep">
641       <bpmn2:outgoing>SequenceFlow_19rrss6</bpmn2:outgoing>
642       <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
643     </bpmn2:intermediateCatchEvent>
644     <bpmn2:sequenceFlow id="SequenceFlow_19rrss6" sourceRef="IntermediateThrowEvent_1lc72r4" targetRef="ScriptTask_10" />
645     <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0a9mn5c" name="To Rainy Day Handling">
646       <bpmn2:outgoing>SequenceFlow_1cezgw4</bpmn2:outgoing>
647       <bpmn2:linkEventDefinition name="To Rainy Day Handling" />
648     </bpmn2:intermediateCatchEvent>
649     <bpmn2:sequenceFlow id="SequenceFlow_1cezgw4" sourceRef="IntermediateThrowEvent_0a9mn5c" targetRef="Task_0q5cdit" />
650     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0x4bho9" name="To inMaintenance Check">
651       <bpmn2:incoming>SequenceFlow_1ei7at5</bpmn2:incoming>
652       <bpmn2:linkEventDefinition name="To inMaintenance Check" />
653     </bpmn2:intermediateThrowEvent>
654     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0jervei" name="To inMaintenance Set">
655       <bpmn2:incoming>SequenceFlow_0kg02xg</bpmn2:incoming>
656       <bpmn2:linkEventDefinition name="To inMaintenance Set" />
657     </bpmn2:intermediateThrowEvent>
658     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1vju4tj" name="To VNF Lock">
659       <bpmn2:incoming>SequenceFlow_1i6p53b</bpmn2:incoming>
660       <bpmn2:linkEventDefinition name="To VNF Lock" />
661     </bpmn2:intermediateThrowEvent>
662     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1fzppfz" name="To Health PreCheck">
663       <bpmn2:incoming>SequenceFlow_1yy7o24</bpmn2:incoming>
664       <bpmn2:linkEventDefinition name="To Health PreCheck" />
665     </bpmn2:intermediateThrowEvent>
666     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1e0qowf" name="To VNF Stop">
667       <bpmn2:incoming>SequenceFlow_0sqmtpl</bpmn2:incoming>
668       <bpmn2:linkEventDefinition name="To VNF Stop" />
669     </bpmn2:intermediateThrowEvent>
670     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1v93roi" name="To DoDeleteVnfAndModules">
671       <bpmn2:incoming>SequenceFlow_1shdmrj</bpmn2:incoming>
672       <bpmn2:linkEventDefinition name="To DoDeleteVnfAndModules" />
673     </bpmn2:intermediateThrowEvent>
674     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_04a1dfz" name="To DoCreateVnfAndModules">
675       <bpmn2:incoming>SequenceFlow_1v1i5w4</bpmn2:incoming>
676       <bpmn2:linkEventDefinition name="To DoCreateVnfAndModules" />
677     </bpmn2:intermediateThrowEvent>
678     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_151z73b" name="To VNF Start">
679       <bpmn2:incoming>SequenceFlow_1h8rscx</bpmn2:incoming>
680       <bpmn2:linkEventDefinition name="To VNF Start" />
681     </bpmn2:intermediateThrowEvent>
682     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_10bre7q" name="To Health PostCheck">
683       <bpmn2:incoming>SequenceFlow_1xzq6jb</bpmn2:incoming>
684       <bpmn2:linkEventDefinition name="To Health PostCheck" />
685     </bpmn2:intermediateThrowEvent>
686     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1fl945a" name="To VNF Unlock">
687       <bpmn2:incoming>SequenceFlow_165q14c</bpmn2:incoming>
688       <bpmn2:linkEventDefinition name="To VNF Unlock" />
689     </bpmn2:intermediateThrowEvent>
690     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1lljtoh" name="To inMaintenance Unset">
691       <bpmn2:incoming>SequenceFlow_0wp1a6g</bpmn2:incoming>
692       <bpmn2:linkEventDefinition name="To inMaintenance Unset" />
693     </bpmn2:intermediateThrowEvent>
694     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0sub2cf" name="To Completion Handler Prep">
695       <bpmn2:incoming>SequenceFlow_0vymfh9</bpmn2:incoming>
696       <bpmn2:linkEventDefinition name="To Completion Handler Prep" />
697     </bpmn2:intermediateThrowEvent>
698     <bpmn2:sequenceFlow id="SequenceFlow_1ei7at5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0x4bho9">
699       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression>
700     </bpmn2:sequenceFlow>
701     <bpmn2:sequenceFlow id="SequenceFlow_0kg02xg" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0jervei">
702       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression>
703     </bpmn2:sequenceFlow>
704     <bpmn2:sequenceFlow id="SequenceFlow_1i6p53b" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1vju4tj">
705       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
706     </bpmn2:sequenceFlow>
707     <bpmn2:sequenceFlow id="SequenceFlow_1yy7o24" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1fzppfz">
708       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Lock"]]></bpmn2:conditionExpression>
709     </bpmn2:sequenceFlow>
710     <bpmn2:sequenceFlow id="SequenceFlow_0sqmtpl" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1e0qowf">
711       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck0"]]></bpmn2:conditionExpression>
712     </bpmn2:sequenceFlow>
713     <bpmn2:sequenceFlow id="SequenceFlow_1shdmrj" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1v93roi">
714       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Stop"]]></bpmn2:conditionExpression>
715     </bpmn2:sequenceFlow>
716     <bpmn2:sequenceFlow id="SequenceFlow_1v1i5w4" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_04a1dfz">
717       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doDeleteVnfAndModules"]]></bpmn2:conditionExpression>
718     </bpmn2:sequenceFlow>
719     <bpmn2:sequenceFlow id="SequenceFlow_1h8rscx" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_151z73b">
720       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doCreateVnfAndModules"]]></bpmn2:conditionExpression>
721     </bpmn2:sequenceFlow>
722     <bpmn2:sequenceFlow id="SequenceFlow_1xzq6jb" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_10bre7q">
723       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Start"]]></bpmn2:conditionExpression>
724     </bpmn2:sequenceFlow>
725     <bpmn2:sequenceFlow id="SequenceFlow_165q14c" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1fl945a">
726       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck1"]]></bpmn2:conditionExpression>
727     </bpmn2:sequenceFlow>
728     <bpmn2:sequenceFlow id="SequenceFlow_0wp1a6g" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1lljtoh">
729       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Unlock"]]></bpmn2:conditionExpression>
730     </bpmn2:sequenceFlow>
731     <bpmn2:sequenceFlow id="SequenceFlow_0vymfh9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0sub2cf">
732       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
733     </bpmn2:sequenceFlow>
734     <bpmn2:sequenceFlow id="SequenceFlow_14yy8v4" sourceRef="Task_0iydw5o" targetRef="Task_0vy2zge" />
735     <bpmn2:scriptTask id="Task_0iydw5o" name="Query A&#38;AI for VNF" scriptFormat="groovy">
736       <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming>
737       <bpmn2:outgoing>SequenceFlow_14yy8v4</bpmn2:outgoing>
738       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
739 def uvfm = new ReplaceVnfInfra()
740 uvfm.queryAAIForVnf(execution)]]></bpmn2:script>
741     </bpmn2:scriptTask>
742   </bpmn2:process>
743   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
744   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
745     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ReplaceVnfInfra">
746       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
747         <dc:Bounds x="97" y="72" width="36" height="36" />
748         <bpmndi:BPMNLabel>
749           <dc:Bounds x="103" y="113" width="23" height="12" />
750         </bpmndi:BPMNLabel>
751       </bpmndi:BPMNShape>
752       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
753         <dc:Bounds x="599" y="1249" width="36" height="36" />
754         <bpmndi:BPMNLabel>
755           <dc:Bounds x="598" y="1290" width="38" height="12" />
756         </bpmndi:BPMNLabel>
757       </bpmndi:BPMNShape>
758       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
759         <di:waypoint xsi:type="dc:Point" x="133" y="90" />
760         <di:waypoint xsi:type="dc:Point" x="209" y="90" />
761         <bpmndi:BPMNLabel>
762           <dc:Bounds x="171" y="75" width="0" height="0" />
763         </bpmndi:BPMNLabel>
764       </bpmndi:BPMNEdge>
765       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
766         <dc:Bounds x="209" y="50" width="100" height="80" />
767       </bpmndi:BPMNShape>
768       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
769         <di:waypoint xsi:type="dc:Point" x="309" y="90" />
770         <di:waypoint xsi:type="dc:Point" x="373" y="90" />
771         <bpmndi:BPMNLabel>
772           <dc:Bounds x="341" y="75" width="0" height="0" />
773         </bpmndi:BPMNLabel>
774       </bpmndi:BPMNEdge>
775       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
776         <dc:Bounds x="373" y="50" width="100" height="80" />
777       </bpmndi:BPMNShape>
778       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125">
779         <di:waypoint xsi:type="dc:Point" x="525" y="237" />
780         <di:waypoint xsi:type="dc:Point" x="601" y="237" />
781         <bpmndi:BPMNLabel>
782           <dc:Bounds x="563" y="222" width="0" height="0" />
783         </bpmndi:BPMNLabel>
784       </bpmndi:BPMNEdge>
785       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
786         <dc:Bounds x="434" y="1227" width="100" height="80" />
787       </bpmndi:BPMNShape>
788       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
789         <di:waypoint xsi:type="dc:Point" x="534" y="1267" />
790         <di:waypoint xsi:type="dc:Point" x="560" y="1267" />
791         <di:waypoint xsi:type="dc:Point" x="560" y="1267" />
792         <di:waypoint xsi:type="dc:Point" x="599" y="1267" />
793         <bpmndi:BPMNLabel>
794           <dc:Bounds x="575" y="1267" width="0" height="0" />
795         </bpmndi:BPMNLabel>
796       </bpmndi:BPMNEdge>
797       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
798         <dc:Bounds x="134" y="1227" width="100" height="80" />
799       </bpmndi:BPMNShape>
800       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
801         <dc:Bounds x="284" y="1227" width="100" height="80" />
802       </bpmndi:BPMNShape>
803       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
804         <di:waypoint xsi:type="dc:Point" x="234" y="1267" />
805         <di:waypoint xsi:type="dc:Point" x="284" y="1267" />
806         <bpmndi:BPMNLabel>
807           <dc:Bounds x="256" y="1509" width="0" height="0" />
808         </bpmndi:BPMNLabel>
809       </bpmndi:BPMNEdge>
810       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
811         <dc:Bounds x="88" y="1467" width="565" height="241" />
812       </bpmndi:BPMNShape>
813       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
814         <dc:Bounds x="152" y="1561" width="36" height="36" />
815         <bpmndi:BPMNLabel>
816           <dc:Bounds x="131" y="1602" width="77" height="12" />
817         </bpmndi:BPMNLabel>
818       </bpmndi:BPMNShape>
819       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
820         <dc:Bounds x="232" y="1539" width="100" height="80" />
821       </bpmndi:BPMNShape>
822       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
823         <di:waypoint xsi:type="dc:Point" x="188" y="1579" />
824         <di:waypoint xsi:type="dc:Point" x="232" y="1579" />
825         <bpmndi:BPMNLabel>
826           <dc:Bounds x="235" y="1879" width="0" height="0" />
827         </bpmndi:BPMNLabel>
828       </bpmndi:BPMNEdge>
829       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
830         <di:waypoint xsi:type="dc:Point" x="332" y="1579" />
831         <di:waypoint xsi:type="dc:Point" x="400" y="1579" />
832         <bpmndi:BPMNLabel>
833           <dc:Bounds x="348" y="1579" width="0" height="0" />
834         </bpmndi:BPMNLabel>
835       </bpmndi:BPMNEdge>
836       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
837         <dc:Bounds x="556" y="1561" width="36" height="36" />
838         <bpmndi:BPMNLabel>
839           <dc:Bounds x="574" y="1602" width="0" height="0" />
840         </bpmndi:BPMNLabel>
841       </bpmndi:BPMNShape>
842       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
843         <dc:Bounds x="635" y="1561" width="36" height="36" />
844         <bpmndi:BPMNLabel>
845           <dc:Bounds x="653" y="1602" width="0" height="0" />
846         </bpmndi:BPMNLabel>
847       </bpmndi:BPMNShape>
848       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
849         <dc:Bounds x="729" y="1561" width="36" height="36" />
850         <bpmndi:BPMNLabel>
851           <dc:Bounds x="747" y="1602" width="0" height="0" />
852         </bpmndi:BPMNLabel>
853       </bpmndi:BPMNShape>
854       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
855         <di:waypoint xsi:type="dc:Point" x="671" y="1579" />
856         <di:waypoint xsi:type="dc:Point" x="729" y="1579" />
857         <bpmndi:BPMNLabel>
858           <dc:Bounds x="700" y="1564" width="0" height="0" />
859         </bpmndi:BPMNLabel>
860       </bpmndi:BPMNEdge>
861       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
862         <dc:Bounds x="400" y="1539" width="100" height="80" />
863       </bpmndi:BPMNShape>
864       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
865         <di:waypoint xsi:type="dc:Point" x="384" y="1267" />
866         <di:waypoint xsi:type="dc:Point" x="434" y="1267" />
867         <bpmndi:BPMNLabel>
868           <dc:Bounds x="406" y="1509" width="0" height="0" />
869         </bpmndi:BPMNLabel>
870       </bpmndi:BPMNEdge>
871       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
872         <di:waypoint xsi:type="dc:Point" x="500" y="1579" />
873         <di:waypoint xsi:type="dc:Point" x="556" y="1579" />
874         <bpmndi:BPMNLabel>
875           <dc:Bounds x="393" y="1639" width="0" height="0" />
876         </bpmndi:BPMNLabel>
877       </bpmndi:BPMNEdge>
878       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">
879         <dc:Bounds x="305" y="695" width="100" height="80" />
880       </bpmndi:BPMNShape>
881       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133">
882         <di:waypoint xsi:type="dc:Point" x="1181" y="989" />
883         <di:waypoint xsi:type="dc:Point" x="1275" y="989" />
884         <di:waypoint xsi:type="dc:Point" x="1275" y="1171" />
885         <di:waypoint xsi:type="dc:Point" x="96" y="1171" />
886         <di:waypoint xsi:type="dc:Point" x="96" y="1267" />
887         <di:waypoint xsi:type="dc:Point" x="134" y="1267" />
888         <bpmndi:BPMNLabel>
889           <dc:Bounds x="1218" y="964.4017408047539" width="12" height="12" />
890         </bpmndi:BPMNLabel>
891       </bpmndi:BPMNEdge>
892       <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3">
893         <di:waypoint xsi:type="dc:Point" x="655" y="90" />
894         <di:waypoint xsi:type="dc:Point" x="718" y="90" />
895         <bpmndi:BPMNLabel>
896           <dc:Bounds x="687" y="75" width="0" height="0" />
897         </bpmndi:BPMNLabel>
898       </bpmndi:BPMNEdge>
899       <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7">
900         <dc:Bounds x="555" y="50" width="100" height="80" />
901       </bpmndi:BPMNShape>
902       <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy">
903         <di:waypoint xsi:type="dc:Point" x="818" y="90" />
904         <di:waypoint xsi:type="dc:Point" x="863" y="90" />
905         <bpmndi:BPMNLabel>
906           <dc:Bounds x="841" y="75" width="0" height="0" />
907         </bpmndi:BPMNLabel>
908       </bpmndi:BPMNEdge>
909       <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j">
910         <dc:Bounds x="718" y="50" width="100" height="80" />
911       </bpmndi:BPMNShape>
912       <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l">
913         <di:waypoint xsi:type="dc:Point" x="473" y="90" />
914         <di:waypoint xsi:type="dc:Point" x="555" y="90" />
915         <bpmndi:BPMNLabel>
916           <dc:Bounds x="514" y="75" width="0" height="0" />
917         </bpmndi:BPMNLabel>
918       </bpmndi:BPMNEdge>
919       <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1">
920         <dc:Bounds x="425" y="197" width="100" height="80" />
921       </bpmndi:BPMNShape>
922       <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk">
923         <di:waypoint xsi:type="dc:Point" x="239" y="237" />
924         <di:waypoint xsi:type="dc:Point" x="292" y="237" />
925         <bpmndi:BPMNLabel>
926           <dc:Bounds x="266" y="222" width="0" height="0" />
927         </bpmndi:BPMNLabel>
928       </bpmndi:BPMNEdge>
929       <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m">
930         <di:waypoint xsi:type="dc:Point" x="921" y="237" />
931         <di:waypoint xsi:type="dc:Point" x="988" y="237" />
932         <di:waypoint xsi:type="dc:Point" x="988" y="402" />
933         <di:waypoint xsi:type="dc:Point" x="98" y="402" />
934         <di:waypoint xsi:type="dc:Point" x="98" y="490" />
935         <di:waypoint xsi:type="dc:Point" x="139" y="490" />
936         <bpmndi:BPMNLabel>
937           <dc:Bounds x="951" y="208.69353020889844" width="12" height="12" />
938         </bpmndi:BPMNLabel>
939       </bpmndi:BPMNEdge>
940       <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru">
941         <di:waypoint xsi:type="dc:Point" x="405" y="735" />
942         <di:waypoint xsi:type="dc:Point" x="464" y="735" />
943         <bpmndi:BPMNLabel>
944           <dc:Bounds x="435" y="720" width="0" height="0" />
945         </bpmndi:BPMNLabel>
946       </bpmndi:BPMNEdge>
947       <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka">
948         <dc:Bounds x="718" y="197" width="100" height="80" />
949       </bpmndi:BPMNShape>
950       <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt">
951         <dc:Bounds x="982" y="949" width="100" height="80" />
952       </bpmndi:BPMNShape>
953       <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge">
954         <dc:Bounds x="139" y="197" width="100" height="80" />
955       </bpmndi:BPMNShape>
956       <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s">
957         <di:waypoint xsi:type="dc:Point" x="239" y="490" />
958         <di:waypoint xsi:type="dc:Point" x="292" y="490" />
959         <bpmndi:BPMNLabel>
960           <dc:Bounds x="266" y="475" width="0" height="0" />
961         </bpmndi:BPMNLabel>
962       </bpmndi:BPMNEdge>
963       <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza">
964         <di:waypoint xsi:type="dc:Point" x="525" y="490" />
965         <di:waypoint xsi:type="dc:Point" x="601" y="490" />
966         <bpmndi:BPMNLabel>
967           <dc:Bounds x="563" y="475" width="0" height="0" />
968         </bpmndi:BPMNLabel>
969       </bpmndi:BPMNEdge>
970       <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9">
971         <di:waypoint xsi:type="dc:Point" x="818" y="490" />
972         <di:waypoint xsi:type="dc:Point" x="871" y="490" />
973         <bpmndi:BPMNLabel>
974           <dc:Bounds x="845" y="475" width="0" height="0" />
975         </bpmndi:BPMNLabel>
976       </bpmndi:BPMNEdge>
977       <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs">
978         <di:waypoint xsi:type="dc:Point" x="259" y="989" />
979         <di:waypoint xsi:type="dc:Point" x="295" y="989" />
980         <di:waypoint xsi:type="dc:Point" x="295" y="989" />
981         <di:waypoint xsi:type="dc:Point" x="330" y="989" />
982         <bpmndi:BPMNLabel>
983           <dc:Bounds x="310" y="989" width="0" height="0" />
984         </bpmndi:BPMNLabel>
985       </bpmndi:BPMNEdge>
986       <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909">
987         <di:waypoint xsi:type="dc:Point" x="539" y="989" />
988         <di:waypoint xsi:type="dc:Point" x="601" y="989" />
989         <bpmndi:BPMNLabel>
990           <dc:Bounds x="570" y="974" width="0" height="0" />
991         </bpmndi:BPMNLabel>
992       </bpmndi:BPMNEdge>
993       <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi">
994         <di:waypoint xsi:type="dc:Point" x="818" y="989" />
995         <di:waypoint xsi:type="dc:Point" x="880" y="989" />
996         <bpmndi:BPMNLabel>
997           <dc:Bounds x="849" y="974" width="0" height="0" />
998         </bpmndi:BPMNLabel>
999       </bpmndi:BPMNEdge>
1000       <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true">
1001         <dc:Bounds x="291.803" y="212" width="50" height="50" />
1002         <bpmndi:BPMNLabel>
1003           <dc:Bounds x="273" y="170" width="87" height="24" />
1004         </bpmndi:BPMNLabel>
1005       </bpmndi:BPMNShape>
1006       <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z">
1007         <di:waypoint xsi:type="dc:Point" x="342" y="237" />
1008         <di:waypoint xsi:type="dc:Point" x="425" y="237" />
1009         <bpmndi:BPMNLabel>
1010           <dc:Bounds x="373" y="213" width="12" height="12" />
1011         </bpmndi:BPMNLabel>
1012       </bpmndi:BPMNEdge>
1013       <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true">
1014         <dc:Bounds x="601" y="212" width="50" height="50" />
1015         <bpmndi:BPMNLabel>
1016           <dc:Bounds x="589" y="161" width="73" height="36" />
1017         </bpmndi:BPMNLabel>
1018       </bpmndi:BPMNShape>
1019       <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi">
1020         <di:waypoint xsi:type="dc:Point" x="651" y="237" />
1021         <di:waypoint xsi:type="dc:Point" x="718" y="237" />
1022         <bpmndi:BPMNLabel>
1023           <dc:Bounds x="675" y="214" width="12" height="12" />
1024         </bpmndi:BPMNLabel>
1025       </bpmndi:BPMNEdge>
1026       <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit">
1027         <dc:Bounds x="1173" y="609" width="100" height="80" />
1028       </bpmndi:BPMNShape>
1029       <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf">
1030         <di:waypoint xsi:type="dc:Point" x="1273" y="649" />
1031         <di:waypoint xsi:type="dc:Point" x="1315" y="649" />
1032         <bpmndi:BPMNLabel>
1033           <dc:Bounds x="1294" y="634" width="0" height="0" />
1034         </bpmndi:BPMNLabel>
1035       </bpmndi:BPMNEdge>
1036       <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm">
1037         <dc:Bounds x="1290" y="768" width="100" height="80" />
1038       </bpmndi:BPMNShape>
1039       <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n">
1040         <di:waypoint xsi:type="dc:Point" x="1340" y="624" />
1041         <di:waypoint xsi:type="dc:Point" x="1340" y="551" />
1042         <di:waypoint xsi:type="dc:Point" x="1340" y="551" />
1043         <di:waypoint xsi:type="dc:Point" x="1340" y="502" />
1044         <bpmndi:BPMNLabel>
1045           <dc:Bounds x="1351" y="556.9998593756898" width="26" height="12" />
1046         </bpmndi:BPMNLabel>
1047       </bpmndi:BPMNEdge>
1048       <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw">
1049         <di:waypoint xsi:type="dc:Point" x="1340" y="674" />
1050         <di:waypoint xsi:type="dc:Point" x="1340" y="722" />
1051         <di:waypoint xsi:type="dc:Point" x="1340" y="722" />
1052         <di:waypoint xsi:type="dc:Point" x="1340" y="768" />
1053         <bpmndi:BPMNLabel>
1054           <dc:Bounds x="1344" y="718.1219512195122" width="42" height="12" />
1055         </bpmndi:BPMNLabel>
1056       </bpmndi:BPMNEdge>
1057       <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true">
1058         <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" />
1059         <bpmndi:BPMNLabel>
1060           <dc:Bounds x="859" y="164" width="73" height="36" />
1061         </bpmndi:BPMNLabel>
1062       </bpmndi:BPMNShape>
1063       <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p">
1064         <di:waypoint xsi:type="dc:Point" x="818" y="237" />
1065         <di:waypoint xsi:type="dc:Point" x="871" y="237" />
1066         <bpmndi:BPMNLabel>
1067           <dc:Bounds x="845" y="222" width="0" height="0" />
1068         </bpmndi:BPMNLabel>
1069       </bpmndi:BPMNEdge>
1070       <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true">
1071         <dc:Bounds x="292" y="465" width="50" height="50" />
1072         <bpmndi:BPMNLabel>
1073           <dc:Bounds x="283" y="428" width="68" height="24" />
1074         </bpmndi:BPMNLabel>
1075       </bpmndi:BPMNShape>
1076       <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib">
1077         <di:waypoint xsi:type="dc:Point" x="342" y="490" />
1078         <di:waypoint xsi:type="dc:Point" x="425" y="490" />
1079         <bpmndi:BPMNLabel>
1080           <dc:Bounds x="378" y="475" width="12" height="12" />
1081         </bpmndi:BPMNLabel>
1082       </bpmndi:BPMNEdge>
1083       <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true">
1084         <dc:Bounds x="601" y="465" width="50" height="50" />
1085         <bpmndi:BPMNLabel>
1086           <dc:Bounds x="590" y="428" width="72" height="24" />
1087         </bpmndi:BPMNLabel>
1088       </bpmndi:BPMNShape>
1089       <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8">
1090         <di:waypoint xsi:type="dc:Point" x="651" y="490" />
1091         <di:waypoint xsi:type="dc:Point" x="718" y="490" />
1092         <bpmndi:BPMNLabel>
1093           <dc:Bounds x="680" y="475" width="12" height="12" />
1094         </bpmndi:BPMNLabel>
1095       </bpmndi:BPMNEdge>
1096       <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true">
1097         <dc:Bounds x="871" y="465" width="50" height="50" />
1098         <bpmndi:BPMNLabel>
1099           <dc:Bounds x="862" y="430" width="68" height="24" />
1100         </bpmndi:BPMNLabel>
1101       </bpmndi:BPMNShape>
1102       <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki">
1103         <di:waypoint xsi:type="dc:Point" x="921" y="490" />
1104         <di:waypoint xsi:type="dc:Point" x="995" y="490" />
1105         <di:waypoint xsi:type="dc:Point" x="995" y="643" />
1106         <di:waypoint xsi:type="dc:Point" x="96" y="643" />
1107         <di:waypoint xsi:type="dc:Point" x="96" y="735" />
1108         <di:waypoint xsi:type="dc:Point" x="139" y="735" />
1109         <bpmndi:BPMNLabel>
1110           <dc:Bounds x="949" y="466" width="12" height="12" />
1111         </bpmndi:BPMNLabel>
1112       </bpmndi:BPMNEdge>
1113       <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true">
1114         <dc:Bounds x="464" y="710" width="50" height="50" />
1115         <bpmndi:BPMNLabel>
1116           <dc:Bounds x="445" y="660" width="88" height="36" />
1117         </bpmndi:BPMNLabel>
1118       </bpmndi:BPMNShape>
1119       <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4">
1120         <di:waypoint xsi:type="dc:Point" x="921" y="735" />
1121         <di:waypoint xsi:type="dc:Point" x="1004" y="735" />
1122         <di:waypoint xsi:type="dc:Point" x="1004" y="900" />
1123         <di:waypoint xsi:type="dc:Point" x="95" y="900" />
1124         <di:waypoint xsi:type="dc:Point" x="95" y="989" />
1125         <di:waypoint xsi:type="dc:Point" x="159" y="989" />
1126         <bpmndi:BPMNLabel>
1127           <dc:Bounds x="953" y="712" width="12" height="12" />
1128         </bpmndi:BPMNLabel>
1129       </bpmndi:BPMNEdge>
1130       <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true">
1131         <dc:Bounds x="330" y="964" width="50" height="50" />
1132         <bpmndi:BPMNLabel>
1133           <dc:Bounds x="321" y="923" width="68" height="24" />
1134         </bpmndi:BPMNLabel>
1135       </bpmndi:BPMNShape>
1136       <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m">
1137         <di:waypoint xsi:type="dc:Point" x="380" y="989" />
1138         <di:waypoint xsi:type="dc:Point" x="410" y="989" />
1139         <di:waypoint xsi:type="dc:Point" x="410" y="989" />
1140         <di:waypoint xsi:type="dc:Point" x="439" y="989" />
1141         <bpmndi:BPMNLabel>
1142           <dc:Bounds x="402" y="966.0361567790148" width="12" height="12" />
1143         </bpmndi:BPMNLabel>
1144       </bpmndi:BPMNEdge>
1145       <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true">
1146         <dc:Bounds x="601" y="964" width="50" height="50" />
1147         <bpmndi:BPMNLabel>
1148           <dc:Bounds x="590" y="927" width="72" height="24" />
1149         </bpmndi:BPMNLabel>
1150       </bpmndi:BPMNShape>
1151       <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk">
1152         <di:waypoint xsi:type="dc:Point" x="651" y="989" />
1153         <di:waypoint xsi:type="dc:Point" x="718" y="989" />
1154         <bpmndi:BPMNLabel>
1155           <dc:Bounds x="677" y="963.1314236383614" width="12" height="12" />
1156         </bpmndi:BPMNLabel>
1157       </bpmndi:BPMNEdge>
1158       <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true">
1159         <dc:Bounds x="880" y="964" width="50" height="50" />
1160         <bpmndi:BPMNLabel>
1161           <dc:Bounds x="879" y="928" width="68" height="24" />
1162         </bpmndi:BPMNLabel>
1163       </bpmndi:BPMNShape>
1164       <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d">
1165         <di:waypoint xsi:type="dc:Point" x="930" y="989" />
1166         <di:waypoint xsi:type="dc:Point" x="953" y="989" />
1167         <di:waypoint xsi:type="dc:Point" x="953" y="989" />
1168         <di:waypoint xsi:type="dc:Point" x="982" y="989" />
1169         <bpmndi:BPMNLabel>
1170           <dc:Bounds x="948" y="964.6410256410256" width="12" height="12" />
1171         </bpmndi:BPMNLabel>
1172       </bpmndi:BPMNEdge>
1173       <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true">
1174         <dc:Bounds x="1131" y="964" width="50" height="50" />
1175         <bpmndi:BPMNLabel>
1176           <dc:Bounds x="1119" y="916" width="73" height="36" />
1177         </bpmndi:BPMNLabel>
1178       </bpmndi:BPMNShape>
1179       <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6">
1180         <di:waypoint xsi:type="dc:Point" x="1082" y="989" />
1181         <di:waypoint xsi:type="dc:Point" x="1131" y="989" />
1182         <bpmndi:BPMNLabel>
1183           <dc:Bounds x="1107" y="974" width="0" height="0" />
1184         </bpmndi:BPMNLabel>
1185       </bpmndi:BPMNEdge>
1186       <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h">
1187         <dc:Bounds x="1290" y="422" width="100" height="80" />
1188       </bpmndi:BPMNShape>
1189       <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true">
1190         <dc:Bounds x="1315" y="624" width="50" height="50" />
1191         <bpmndi:BPMNLabel>
1192           <dc:Bounds x="1296" y="596" width="88" height="12" />
1193         </bpmndi:BPMNLabel>
1194       </bpmndi:BPMNShape>
1195       <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true">
1196         <dc:Bounds x="1468" y="624" width="50" height="50" />
1197         <bpmndi:BPMNLabel>
1198           <dc:Bounds x="1424" y="593" width="69" height="24" />
1199         </bpmndi:BPMNLabel>
1200       </bpmndi:BPMNShape>
1201       <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3">
1202         <di:waypoint xsi:type="dc:Point" x="1365" y="649" />
1203         <di:waypoint xsi:type="dc:Point" x="1417" y="649" />
1204         <di:waypoint xsi:type="dc:Point" x="1417" y="649" />
1205         <di:waypoint xsi:type="dc:Point" x="1468" y="649" />
1206         <bpmndi:BPMNLabel>
1207           <dc:Bounds x="1388" y="626" width="21" height="12" />
1208         </bpmndi:BPMNLabel>
1209       </bpmndi:BPMNEdge>
1210       <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v">
1211         <di:waypoint xsi:type="dc:Point" x="239" y="735" />
1212         <di:waypoint xsi:type="dc:Point" x="305" y="735" />
1213         <bpmndi:BPMNLabel>
1214           <dc:Bounds x="272" y="720" width="0" height="0" />
1215         </bpmndi:BPMNLabel>
1216       </bpmndi:BPMNEdge>
1217       <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go">
1218         <dc:Bounds x="139" y="695" width="100" height="80" />
1219       </bpmndi:BPMNShape>
1220       <bpmndi:BPMNShape id="ScriptTask_13zzxzd_di" bpmnElement="Task_040hi91">
1221         <dc:Bounds x="567" y="695" width="100" height="80" />
1222       </bpmndi:BPMNShape>
1223       <bpmndi:BPMNShape id="CallActivity_1qpajth_di" bpmnElement="Task_15hpowt">
1224         <dc:Bounds x="726" y="695" width="100" height="80" />
1225       </bpmndi:BPMNShape>
1226       <bpmndi:BPMNShape id="ExclusiveGateway_084iffr_di" bpmnElement="ExclusiveGateway_084iffr" isMarkerVisible="true">
1227         <dc:Bounds x="871" y="710" width="50" height="50" />
1228         <bpmndi:BPMNLabel>
1229           <dc:Bounds x="854" y="659" width="84" height="36" />
1230         </bpmndi:BPMNLabel>
1231       </bpmndi:BPMNShape>
1232       <bpmndi:BPMNEdge id="SequenceFlow_0bxgny0_di" bpmnElement="SequenceFlow_0bxgny0">
1233         <di:waypoint xsi:type="dc:Point" x="514" y="735" />
1234         <di:waypoint xsi:type="dc:Point" x="567" y="735" />
1235         <bpmndi:BPMNLabel>
1236           <dc:Bounds x="535" y="710" width="12" height="12" />
1237         </bpmndi:BPMNLabel>
1238       </bpmndi:BPMNEdge>
1239       <bpmndi:BPMNEdge id="SequenceFlow_1qm0ygo_di" bpmnElement="SequenceFlow_1qm0ygo">
1240         <di:waypoint xsi:type="dc:Point" x="667" y="735" />
1241         <di:waypoint xsi:type="dc:Point" x="726" y="735" />
1242         <bpmndi:BPMNLabel>
1243           <dc:Bounds x="697" y="720" width="0" height="0" />
1244         </bpmndi:BPMNLabel>
1245       </bpmndi:BPMNEdge>
1246       <bpmndi:BPMNEdge id="SequenceFlow_0he2w4b_di" bpmnElement="SequenceFlow_0he2w4b">
1247         <di:waypoint xsi:type="dc:Point" x="826" y="735" />
1248         <di:waypoint xsi:type="dc:Point" x="871" y="735" />
1249         <bpmndi:BPMNLabel>
1250           <dc:Bounds x="849" y="720" width="0" height="0" />
1251         </bpmndi:BPMNLabel>
1252       </bpmndi:BPMNEdge>
1253       <bpmndi:BPMNEdge id="SequenceFlow_051zp79_di" bpmnElement="SequenceFlow_051zp79">
1254         <di:waypoint xsi:type="dc:Point" x="1493" y="624" />
1255         <di:waypoint xsi:type="dc:Point" x="1493" y="462" />
1256         <di:waypoint xsi:type="dc:Point" x="1390" y="462" />
1257         <bpmndi:BPMNLabel>
1258           <dc:Bounds x="1508" y="543" width="0" height="0" />
1259         </bpmndi:BPMNLabel>
1260       </bpmndi:BPMNEdge>
1261       <bpmndi:BPMNShape id="CallActivity_1r1hua0_di" bpmnElement="Task_1dtbnuy">
1262         <dc:Bounds x="139" y="450" width="100" height="80" />
1263       </bpmndi:BPMNShape>
1264       <bpmndi:BPMNShape id="CallActivity_0ce9xg6_di" bpmnElement="Task_1fj63ov">
1265         <dc:Bounds x="425" y="450" width="100" height="80" />
1266       </bpmndi:BPMNShape>
1267       <bpmndi:BPMNShape id="CallActivity_0iib61o_di" bpmnElement="Task_1cfkcss">
1268         <dc:Bounds x="718" y="450" width="100" height="80" />
1269       </bpmndi:BPMNShape>
1270       <bpmndi:BPMNShape id="CallActivity_1xyvwmi_di" bpmnElement="Task_1hdg951">
1271         <dc:Bounds x="159" y="949" width="100" height="80" />
1272       </bpmndi:BPMNShape>
1273       <bpmndi:BPMNShape id="CallActivity_0sghju2_di" bpmnElement="Task_1ca5ctq">
1274         <dc:Bounds x="439" y="949" width="100" height="80" />
1275       </bpmndi:BPMNShape>
1276       <bpmndi:BPMNShape id="IntermediateThrowEvent_1qrk3gs_di" bpmnElement="IntermediateThrowEvent_11iqe6n">
1277         <dc:Bounds x="299" y="325" width="36" height="36" />
1278         <bpmndi:BPMNLabel>
1279           <dc:Bounds x="282" y="361" width="69" height="24" />
1280         </bpmndi:BPMNLabel>
1281       </bpmndi:BPMNShape>
1282       <bpmndi:BPMNShape id="IntermediateCatchEvent_144j68y_di" bpmnElement="IntermediateThrowEvent_16f09ke">
1283         <dc:Bounds x="457" y="325" width="36" height="36" />
1284         <bpmndi:BPMNLabel>
1285           <dc:Bounds x="432" y="361" width="85" height="24" />
1286         </bpmndi:BPMNLabel>
1287       </bpmndi:BPMNShape>
1288       <bpmndi:BPMNShape id="IntermediateThrowEvent_1rpfbr6_di" bpmnElement="IntermediateThrowEvent_1mtokuy">
1289         <dc:Bounds x="608" y="325" width="36" height="36" />
1290         <bpmndi:BPMNLabel>
1291           <dc:Bounds x="591" y="361" width="69" height="24" />
1292         </bpmndi:BPMNLabel>
1293       </bpmndi:BPMNShape>
1294       <bpmndi:BPMNShape id="IntermediateCatchEvent_1k1fpg2_di" bpmnElement="IntermediateThrowEvent_1h8oi7w">
1295         <dc:Bounds x="750" y="325" width="36" height="36" />
1296         <bpmndi:BPMNLabel>
1297           <dc:Bounds x="724" y="361" width="88" height="24" />
1298         </bpmndi:BPMNLabel>
1299       </bpmndi:BPMNShape>
1300       <bpmndi:BPMNShape id="IntermediateThrowEvent_04ykz47_di" bpmnElement="IntermediateThrowEvent_0pwcatt">
1301         <dc:Bounds x="878" y="325" width="36" height="36" />
1302         <bpmndi:BPMNLabel>
1303           <dc:Bounds x="861" y="361" width="69" height="24" />
1304         </bpmndi:BPMNLabel>
1305       </bpmndi:BPMNShape>
1306       <bpmndi:BPMNEdge id="SequenceFlow_12hm1ks_di" bpmnElement="SequenceFlow_12hm1ks">
1307         <di:waypoint xsi:type="dc:Point" x="317" y="262" />
1308         <di:waypoint xsi:type="dc:Point" x="317" y="325" />
1309         <bpmndi:BPMNLabel>
1310           <dc:Bounds x="323" y="283.5" width="18" height="12" />
1311         </bpmndi:BPMNLabel>
1312       </bpmndi:BPMNEdge>
1313       <bpmndi:BPMNEdge id="SequenceFlow_0jph3mt_di" bpmnElement="SequenceFlow_0jph3mt">
1314         <di:waypoint xsi:type="dc:Point" x="475" y="325" />
1315         <di:waypoint xsi:type="dc:Point" x="475" y="277" />
1316         <bpmndi:BPMNLabel>
1317           <dc:Bounds x="490" y="291" width="0" height="0" />
1318         </bpmndi:BPMNLabel>
1319       </bpmndi:BPMNEdge>
1320       <bpmndi:BPMNEdge id="SequenceFlow_0etr76r_di" bpmnElement="SequenceFlow_0etr76r">
1321         <di:waypoint xsi:type="dc:Point" x="626" y="262" />
1322         <di:waypoint xsi:type="dc:Point" x="626" y="325" />
1323         <bpmndi:BPMNLabel>
1324           <dc:Bounds x="632" y="283.5" width="18" height="12" />
1325         </bpmndi:BPMNLabel>
1326       </bpmndi:BPMNEdge>
1327       <bpmndi:BPMNEdge id="SequenceFlow_1nodcf9_di" bpmnElement="SequenceFlow_1nodcf9">
1328         <di:waypoint xsi:type="dc:Point" x="768" y="325" />
1329         <di:waypoint xsi:type="dc:Point" x="768" y="301" />
1330         <di:waypoint xsi:type="dc:Point" x="768" y="301" />
1331         <di:waypoint xsi:type="dc:Point" x="768" y="277" />
1332         <bpmndi:BPMNLabel>
1333           <dc:Bounds x="783" y="301" width="0" height="0" />
1334         </bpmndi:BPMNLabel>
1335       </bpmndi:BPMNEdge>
1336       <bpmndi:BPMNEdge id="SequenceFlow_11b00u2_di" bpmnElement="SequenceFlow_11b00u2">
1337         <di:waypoint xsi:type="dc:Point" x="896" y="262" />
1338         <di:waypoint xsi:type="dc:Point" x="896" y="325" />
1339         <bpmndi:BPMNLabel>
1340           <dc:Bounds x="902" y="283.5" width="18" height="12" />
1341         </bpmndi:BPMNLabel>
1342       </bpmndi:BPMNEdge>
1343       <bpmndi:BPMNShape id="IntermediateCatchEvent_0u1c12l_di" bpmnElement="IntermediateThrowEvent_1w8dvxw">
1344         <dc:Bounds x="171" y="571" width="36" height="36" />
1345         <bpmndi:BPMNLabel>
1346           <dc:Bounds x="158" y="606.255" width="62" height="14" />
1347         </bpmndi:BPMNLabel>
1348       </bpmndi:BPMNShape>
1349       <bpmndi:BPMNShape id="IntermediateThrowEvent_1w4kuh4_di" bpmnElement="IntermediateThrowEvent_0mqqagp">
1350         <dc:Bounds x="299" y="571" width="36" height="36" />
1351         <bpmndi:BPMNLabel>
1352           <dc:Bounds x="282" y="607" width="69" height="24" />
1353         </bpmndi:BPMNLabel>
1354       </bpmndi:BPMNShape>
1355       <bpmndi:BPMNShape id="IntermediateCatchEvent_15qyo7b_di" bpmnElement="IntermediateThrowEvent_0vyfpwj">
1356         <dc:Bounds x="457" y="571" width="36" height="36" />
1357         <bpmndi:BPMNLabel>
1358           <dc:Bounds x="450" y="607" width="50" height="26" />
1359         </bpmndi:BPMNLabel>
1360       </bpmndi:BPMNShape>
1361       <bpmndi:BPMNShape id="IntermediateThrowEvent_0gui5k9_di" bpmnElement="IntermediateThrowEvent_12187dz">
1362         <dc:Bounds x="608" y="571" width="36" height="36" />
1363         <bpmndi:BPMNLabel>
1364           <dc:Bounds x="591" y="607" width="69" height="24" />
1365         </bpmndi:BPMNLabel>
1366       </bpmndi:BPMNShape>
1367       <bpmndi:BPMNShape id="IntermediateCatchEvent_1aj9q5v_di" bpmnElement="IntermediateThrowEvent_0c7rese">
1368         <dc:Bounds x="750" y="571" width="36" height="36" />
1369         <bpmndi:BPMNLabel>
1370           <dc:Bounds x="737" y="607" width="62" height="12" />
1371         </bpmndi:BPMNLabel>
1372       </bpmndi:BPMNShape>
1373       <bpmndi:BPMNShape id="IntermediateThrowEvent_0glqip0_di" bpmnElement="IntermediateThrowEvent_18grbwz">
1374         <dc:Bounds x="878" y="571" width="36" height="36" />
1375         <bpmndi:BPMNLabel>
1376           <dc:Bounds x="861" y="607" width="69" height="24" />
1377         </bpmndi:BPMNLabel>
1378       </bpmndi:BPMNShape>
1379       <bpmndi:BPMNEdge id="SequenceFlow_1qfjlt7_di" bpmnElement="SequenceFlow_1qfjlt7">
1380         <di:waypoint xsi:type="dc:Point" x="189" y="571" />
1381         <di:waypoint xsi:type="dc:Point" x="189" y="551" />
1382         <di:waypoint xsi:type="dc:Point" x="189" y="551" />
1383         <di:waypoint xsi:type="dc:Point" x="189" y="530" />
1384         <bpmndi:BPMNLabel>
1385           <dc:Bounds x="204" y="551" width="0" height="0" />
1386         </bpmndi:BPMNLabel>
1387       </bpmndi:BPMNEdge>
1388       <bpmndi:BPMNEdge id="SequenceFlow_1ck3v34_di" bpmnElement="SequenceFlow_1ck3v34">
1389         <di:waypoint xsi:type="dc:Point" x="317" y="515" />
1390         <di:waypoint xsi:type="dc:Point" x="317" y="571" />
1391         <bpmndi:BPMNLabel>
1392           <dc:Bounds x="323" y="533" width="18" height="12" />
1393         </bpmndi:BPMNLabel>
1394       </bpmndi:BPMNEdge>
1395       <bpmndi:BPMNEdge id="SequenceFlow_0x7iupc_di" bpmnElement="SequenceFlow_0x7iupc">
1396         <di:waypoint xsi:type="dc:Point" x="475" y="571" />
1397         <di:waypoint xsi:type="dc:Point" x="475" y="551" />
1398         <di:waypoint xsi:type="dc:Point" x="475" y="551" />
1399         <di:waypoint xsi:type="dc:Point" x="475" y="530" />
1400         <bpmndi:BPMNLabel>
1401           <dc:Bounds x="490" y="551" width="0" height="0" />
1402         </bpmndi:BPMNLabel>
1403       </bpmndi:BPMNEdge>
1404       <bpmndi:BPMNEdge id="SequenceFlow_079nix0_di" bpmnElement="SequenceFlow_079nix0">
1405         <di:waypoint xsi:type="dc:Point" x="626" y="515" />
1406         <di:waypoint xsi:type="dc:Point" x="626" y="571" />
1407         <bpmndi:BPMNLabel>
1408           <dc:Bounds x="632" y="533" width="18" height="12" />
1409         </bpmndi:BPMNLabel>
1410       </bpmndi:BPMNEdge>
1411       <bpmndi:BPMNEdge id="SequenceFlow_0hp0w6k_di" bpmnElement="SequenceFlow_0hp0w6k">
1412         <di:waypoint xsi:type="dc:Point" x="768" y="571" />
1413         <di:waypoint xsi:type="dc:Point" x="768" y="551" />
1414         <di:waypoint xsi:type="dc:Point" x="768" y="551" />
1415         <di:waypoint xsi:type="dc:Point" x="768" y="530" />
1416         <bpmndi:BPMNLabel>
1417           <dc:Bounds x="783" y="551" width="0" height="0" />
1418         </bpmndi:BPMNLabel>
1419       </bpmndi:BPMNEdge>
1420       <bpmndi:BPMNEdge id="SequenceFlow_032i8t0_di" bpmnElement="SequenceFlow_032i8t0">
1421         <di:waypoint xsi:type="dc:Point" x="896" y="515" />
1422         <di:waypoint xsi:type="dc:Point" x="896" y="571" />
1423         <bpmndi:BPMNLabel>
1424           <dc:Bounds x="902" y="533" width="18" height="12" />
1425         </bpmndi:BPMNLabel>
1426       </bpmndi:BPMNEdge>
1427       <bpmndi:BPMNShape id="IntermediateCatchEvent_11xo4q3_di" bpmnElement="IntermediateThrowEvent_0r8kzqa">
1428         <dc:Bounds x="171" y="818" width="36" height="36" />
1429         <bpmndi:BPMNLabel>
1430           <dc:Bounds x="144" y="853.255" width="90" height="38" />
1431         </bpmndi:BPMNLabel>
1432       </bpmndi:BPMNShape>
1433       <bpmndi:BPMNShape id="IntermediateThrowEvent_0u4mlb8_di" bpmnElement="IntermediateThrowEvent_169eg4j">
1434         <dc:Bounds x="471" y="818" width="36" height="36" />
1435         <bpmndi:BPMNLabel>
1436           <dc:Bounds x="454" y="854" width="69" height="24" />
1437         </bpmndi:BPMNLabel>
1438       </bpmndi:BPMNShape>
1439       <bpmndi:BPMNShape id="IntermediateCatchEvent_1pdmno6_di" bpmnElement="IntermediateThrowEvent_0tenxiw">
1440         <dc:Bounds x="599" y="818" width="36" height="36" />
1441         <bpmndi:BPMNLabel>
1442           <dc:Bounds x="576" y="854" width="81" height="38" />
1443         </bpmndi:BPMNLabel>
1444       </bpmndi:BPMNShape>
1445       <bpmndi:BPMNShape id="IntermediateThrowEvent_07n59qs_di" bpmnElement="IntermediateThrowEvent_1mocak0">
1446         <dc:Bounds x="878" y="818" width="36" height="36" />
1447         <bpmndi:BPMNLabel>
1448           <dc:Bounds x="861" y="854" width="69" height="24" />
1449         </bpmndi:BPMNLabel>
1450       </bpmndi:BPMNShape>
1451       <bpmndi:BPMNEdge id="SequenceFlow_0aldwvz_di" bpmnElement="SequenceFlow_0aldwvz">
1452         <di:waypoint xsi:type="dc:Point" x="189" y="818" />
1453         <di:waypoint xsi:type="dc:Point" x="189" y="775" />
1454         <bpmndi:BPMNLabel>
1455           <dc:Bounds x="204" y="796.5" width="0" height="0" />
1456         </bpmndi:BPMNLabel>
1457       </bpmndi:BPMNEdge>
1458       <bpmndi:BPMNEdge id="SequenceFlow_1f0c5lj_di" bpmnElement="SequenceFlow_1f0c5lj">
1459         <di:waypoint xsi:type="dc:Point" x="489" y="760" />
1460         <di:waypoint xsi:type="dc:Point" x="489" y="818" />
1461         <bpmndi:BPMNLabel>
1462           <dc:Bounds x="495" y="779.6376811594203" width="18" height="12" />
1463         </bpmndi:BPMNLabel>
1464       </bpmndi:BPMNEdge>
1465       <bpmndi:BPMNEdge id="SequenceFlow_111z6w4_di" bpmnElement="SequenceFlow_111z6w4">
1466         <di:waypoint xsi:type="dc:Point" x="617" y="818" />
1467         <di:waypoint xsi:type="dc:Point" x="617" y="775" />
1468         <bpmndi:BPMNLabel>
1469           <dc:Bounds x="632" y="796.5" width="0" height="0" />
1470         </bpmndi:BPMNLabel>
1471       </bpmndi:BPMNEdge>
1472       <bpmndi:BPMNEdge id="SequenceFlow_0pfvulx_di" bpmnElement="SequenceFlow_0pfvulx">
1473         <di:waypoint xsi:type="dc:Point" x="896" y="760" />
1474         <di:waypoint xsi:type="dc:Point" x="896" y="818" />
1475         <bpmndi:BPMNLabel>
1476           <dc:Bounds x="902" y="779.6376811594203" width="18" height="12" />
1477         </bpmndi:BPMNLabel>
1478       </bpmndi:BPMNEdge>
1479       <bpmndi:BPMNShape id="CallActivity_0xi77mq_di" bpmnElement="Task_1sove95">
1480         <dc:Bounds x="718" y="949" width="100" height="80" />
1481       </bpmndi:BPMNShape>
1482       <bpmndi:BPMNShape id="IntermediateCatchEvent_0t5q3v6_di" bpmnElement="IntermediateThrowEvent_15yev7i">
1483         <dc:Bounds x="191" y="1089" width="36" height="36" />
1484         <bpmndi:BPMNLabel>
1485           <dc:Bounds x="178" y="1124.255" width="61" height="14" />
1486         </bpmndi:BPMNLabel>
1487       </bpmndi:BPMNShape>
1488       <bpmndi:BPMNShape id="IntermediateThrowEvent_0yid2k4_di" bpmnElement="IntermediateThrowEvent_0osnva5">
1489         <dc:Bounds x="337" y="1088" width="36" height="36" />
1490         <bpmndi:BPMNLabel>
1491           <dc:Bounds x="320" y="1124" width="69" height="24" />
1492         </bpmndi:BPMNLabel>
1493       </bpmndi:BPMNShape>
1494       <bpmndi:BPMNShape id="IntermediateCatchEvent_0rlfyt9_di" bpmnElement="IntermediateThrowEvent_0gluaxf">
1495         <dc:Bounds x="471" y="1089" width="36" height="36" />
1496         <bpmndi:BPMNLabel>
1497           <dc:Bounds x="462" y="1125" width="54" height="26" />
1498         </bpmndi:BPMNLabel>
1499       </bpmndi:BPMNShape>
1500       <bpmndi:BPMNShape id="IntermediateThrowEvent_1sk17yj_di" bpmnElement="IntermediateThrowEvent_1chu5lh">
1501         <dc:Bounds x="608" y="1088" width="36" height="36" />
1502         <bpmndi:BPMNLabel>
1503           <dc:Bounds x="591" y="1124" width="69" height="24" />
1504         </bpmndi:BPMNLabel>
1505       </bpmndi:BPMNShape>
1506       <bpmndi:BPMNShape id="IntermediateCatchEvent_0nmz72e_di" bpmnElement="IntermediateThrowEvent_0p7wh09">
1507         <dc:Bounds x="750" y="1088" width="36" height="36" />
1508         <bpmndi:BPMNLabel>
1509           <dc:Bounds x="731" y="1124" width="74" height="12" />
1510         </bpmndi:BPMNLabel>
1511       </bpmndi:BPMNShape>
1512       <bpmndi:BPMNShape id="IntermediateThrowEvent_1okzqsq_di" bpmnElement="IntermediateThrowEvent_0uh8zti">
1513         <dc:Bounds x="887" y="1088" width="36" height="36" />
1514         <bpmndi:BPMNLabel>
1515           <dc:Bounds x="870" y="1124" width="69" height="24" />
1516         </bpmndi:BPMNLabel>
1517       </bpmndi:BPMNShape>
1518       <bpmndi:BPMNShape id="IntermediateCatchEvent_1944cw1_di" bpmnElement="IntermediateThrowEvent_1dei2gz">
1519         <dc:Bounds x="1014" y="1088" width="36" height="36" />
1520         <bpmndi:BPMNLabel>
1521           <dc:Bounds x="989" y="1124" width="85" height="24" />
1522         </bpmndi:BPMNLabel>
1523       </bpmndi:BPMNShape>
1524       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ynnoam_di" bpmnElement="IntermediateThrowEvent_0fobhuu">
1525         <dc:Bounds x="1138" y="1088" width="36" height="36" />
1526         <bpmndi:BPMNLabel>
1527           <dc:Bounds x="1121" y="1124" width="69" height="24" />
1528         </bpmndi:BPMNLabel>
1529       </bpmndi:BPMNShape>
1530       <bpmndi:BPMNEdge id="SequenceFlow_1lrbndo_di" bpmnElement="SequenceFlow_1lrbndo">
1531         <di:waypoint xsi:type="dc:Point" x="209" y="1089" />
1532         <di:waypoint xsi:type="dc:Point" x="209" y="1029" />
1533         <bpmndi:BPMNLabel>
1534           <dc:Bounds x="224" y="1049" width="0" height="0" />
1535         </bpmndi:BPMNLabel>
1536       </bpmndi:BPMNEdge>
1537       <bpmndi:BPMNEdge id="SequenceFlow_17vwb2h_di" bpmnElement="SequenceFlow_17vwb2h">
1538         <di:waypoint xsi:type="dc:Point" x="355" y="1014" />
1539         <di:waypoint xsi:type="dc:Point" x="355" y="1088" />
1540         <bpmndi:BPMNLabel>
1541           <dc:Bounds x="361" y="1041" width="18" height="12" />
1542         </bpmndi:BPMNLabel>
1543       </bpmndi:BPMNEdge>
1544       <bpmndi:BPMNEdge id="SequenceFlow_14mblvp_di" bpmnElement="SequenceFlow_14mblvp">
1545         <di:waypoint xsi:type="dc:Point" x="489" y="1089" />
1546         <di:waypoint xsi:type="dc:Point" x="489" y="1059" />
1547         <di:waypoint xsi:type="dc:Point" x="489" y="1059" />
1548         <di:waypoint xsi:type="dc:Point" x="489" y="1029" />
1549         <bpmndi:BPMNLabel>
1550           <dc:Bounds x="504" y="1059" width="0" height="0" />
1551         </bpmndi:BPMNLabel>
1552       </bpmndi:BPMNEdge>
1553       <bpmndi:BPMNEdge id="SequenceFlow_0ba08lt_di" bpmnElement="SequenceFlow_0ba08lt">
1554         <di:waypoint xsi:type="dc:Point" x="626" y="1014" />
1555         <di:waypoint xsi:type="dc:Point" x="626" y="1088" />
1556         <bpmndi:BPMNLabel>
1557           <dc:Bounds x="632" y="1041" width="18" height="12" />
1558         </bpmndi:BPMNLabel>
1559       </bpmndi:BPMNEdge>
1560       <bpmndi:BPMNEdge id="SequenceFlow_18e0jz0_di" bpmnElement="SequenceFlow_18e0jz0">
1561         <di:waypoint xsi:type="dc:Point" x="768" y="1088" />
1562         <di:waypoint xsi:type="dc:Point" x="768" y="1029" />
1563         <bpmndi:BPMNLabel>
1564           <dc:Bounds x="783" y="1048.5" width="0" height="0" />
1565         </bpmndi:BPMNLabel>
1566       </bpmndi:BPMNEdge>
1567       <bpmndi:BPMNEdge id="SequenceFlow_1akvi72_di" bpmnElement="SequenceFlow_1akvi72">
1568         <di:waypoint xsi:type="dc:Point" x="905" y="1014" />
1569         <di:waypoint xsi:type="dc:Point" x="905" y="1088" />
1570         <bpmndi:BPMNLabel>
1571           <dc:Bounds x="911" y="1041" width="18" height="12" />
1572         </bpmndi:BPMNLabel>
1573       </bpmndi:BPMNEdge>
1574       <bpmndi:BPMNEdge id="SequenceFlow_0usoiza_di" bpmnElement="SequenceFlow_0usoiza">
1575         <di:waypoint xsi:type="dc:Point" x="1032" y="1088" />
1576         <di:waypoint xsi:type="dc:Point" x="1032" y="1029" />
1577         <bpmndi:BPMNLabel>
1578           <dc:Bounds x="1047" y="1048.5" width="0" height="0" />
1579         </bpmndi:BPMNLabel>
1580       </bpmndi:BPMNEdge>
1581       <bpmndi:BPMNEdge id="SequenceFlow_1sdol24_di" bpmnElement="SequenceFlow_1sdol24">
1582         <di:waypoint xsi:type="dc:Point" x="1156" y="1014" />
1583         <di:waypoint xsi:type="dc:Point" x="1156" y="1088" />
1584         <bpmndi:BPMNLabel>
1585           <dc:Bounds x="1162" y="1041" width="18" height="12" />
1586         </bpmndi:BPMNLabel>
1587       </bpmndi:BPMNEdge>
1588       <bpmndi:BPMNShape id="IntermediateCatchEvent_0pacmdm_di" bpmnElement="IntermediateThrowEvent_1lc72r4">
1589         <dc:Bounds x="166" y="1366" width="36" height="36" />
1590         <bpmndi:BPMNLabel>
1591           <dc:Bounds x="147" y="1401.255" width="73" height="26" />
1592         </bpmndi:BPMNLabel>
1593       </bpmndi:BPMNShape>
1594       <bpmndi:BPMNEdge id="SequenceFlow_19rrss6_di" bpmnElement="SequenceFlow_19rrss6">
1595         <di:waypoint xsi:type="dc:Point" x="184" y="1366" />
1596         <di:waypoint xsi:type="dc:Point" x="184" y="1307" />
1597         <bpmndi:BPMNLabel>
1598           <dc:Bounds x="199" y="1326.5" width="0" height="0" />
1599         </bpmndi:BPMNLabel>
1600       </bpmndi:BPMNEdge>
1601       <bpmndi:BPMNShape id="IntermediateCatchEvent_0123x9c_di" bpmnElement="IntermediateThrowEvent_0a9mn5c">
1602         <dc:Bounds x="1070" y="631" width="36" height="36" />
1603         <bpmndi:BPMNLabel>
1604           <dc:Bounds x="1053" y="667" width="69" height="24" />
1605         </bpmndi:BPMNLabel>
1606       </bpmndi:BPMNShape>
1607       <bpmndi:BPMNEdge id="SequenceFlow_1cezgw4_di" bpmnElement="SequenceFlow_1cezgw4">
1608         <di:waypoint xsi:type="dc:Point" x="1106" y="649" />
1609         <di:waypoint xsi:type="dc:Point" x="1173" y="649" />
1610         <bpmndi:BPMNLabel>
1611           <dc:Bounds x="1140" y="624" width="0" height="0" />
1612         </bpmndi:BPMNLabel>
1613       </bpmndi:BPMNEdge>
1614       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ahp5f8_di" bpmnElement="IntermediateThrowEvent_0x4bho9">
1615         <dc:Bounds x="1524" y="417" width="36" height="36" />
1616         <bpmndi:BPMNLabel>
1617           <dc:Bounds x="1499" y="380.30139720558884" width="85" height="24" />
1618         </bpmndi:BPMNLabel>
1619       </bpmndi:BPMNShape>
1620       <bpmndi:BPMNShape id="IntermediateThrowEvent_0yx79m8_di" bpmnElement="IntermediateThrowEvent_0jervei">
1621         <dc:Bounds x="1562" y="445" width="36" height="36" />
1622         <bpmndi:BPMNLabel>
1623           <dc:Bounds x="1565" y="413.30139720558884" width="88" height="24" />
1624         </bpmndi:BPMNLabel>
1625       </bpmndi:BPMNShape>
1626       <bpmndi:BPMNShape id="IntermediateThrowEvent_06h1zmt_di" bpmnElement="IntermediateThrowEvent_1vju4tj">
1627         <dc:Bounds x="1601" y="473" width="36" height="36" />
1628         <bpmndi:BPMNLabel>
1629           <dc:Bounds x="1636" y="455.30139720558884" width="62" height="14" />
1630         </bpmndi:BPMNLabel>
1631       </bpmndi:BPMNShape>
1632       <bpmndi:BPMNShape id="IntermediateThrowEvent_0n245lm_di" bpmnElement="IntermediateThrowEvent_1fzppfz">
1633         <dc:Bounds x="1636" y="514" width="36" height="36" />
1634         <bpmndi:BPMNLabel>
1635           <dc:Bounds x="1672" y="494.30139720558884" width="50" height="26" />
1636         </bpmndi:BPMNLabel>
1637       </bpmndi:BPMNShape>
1638       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hnmgom_di" bpmnElement="IntermediateThrowEvent_1e0qowf">
1639         <dc:Bounds x="1662" y="562" width="36" height="36" />
1640         <bpmndi:BPMNLabel>
1641           <dc:Bounds x="1706" y="561.3013972055888" width="61" height="14" />
1642         </bpmndi:BPMNLabel>
1643       </bpmndi:BPMNShape>
1644       <bpmndi:BPMNShape id="IntermediateThrowEvent_0g27srb_di" bpmnElement="IntermediateThrowEvent_1v93roi">
1645         <dc:Bounds x="1679" y="614" width="36" height="36" />
1646         <bpmndi:BPMNLabel>
1647           <dc:Bounds x="1724" y="604.3013972055888" width="90" height="38" />
1648         </bpmndi:BPMNLabel>
1649       </bpmndi:BPMNShape>
1650       <bpmndi:BPMNShape id="IntermediateThrowEvent_14fm060_di" bpmnElement="IntermediateThrowEvent_04a1dfz">
1651         <dc:Bounds x="1679" y="670" width="36" height="36" />
1652         <bpmndi:BPMNLabel>
1653           <dc:Bounds x="1732" y="660.3013972055888" width="81" height="38" />
1654         </bpmndi:BPMNLabel>
1655       </bpmndi:BPMNShape>
1656       <bpmndi:BPMNShape id="IntermediateThrowEvent_183osb4_di" bpmnElement="IntermediateThrowEvent_151z73b">
1657         <dc:Bounds x="1663" y="717" width="36" height="36" />
1658         <bpmndi:BPMNLabel>
1659           <dc:Bounds x="1709" y="728" width="61" height="14" />
1660         </bpmndi:BPMNLabel>
1661       </bpmndi:BPMNShape>
1662       <bpmndi:BPMNShape id="IntermediateThrowEvent_0d49blq_di" bpmnElement="IntermediateThrowEvent_10bre7q">
1663         <dc:Bounds x="1636" y="756" width="36" height="36" />
1664         <bpmndi:BPMNLabel>
1665           <dc:Bounds x="1682" y="774.3013972055888" width="54" height="26" />
1666         </bpmndi:BPMNLabel>
1667       </bpmndi:BPMNShape>
1668       <bpmndi:BPMNShape id="IntermediateThrowEvent_13jsvce_di" bpmnElement="IntermediateThrowEvent_1fl945a">
1669         <dc:Bounds x="1601" y="791" width="36" height="36" />
1670         <bpmndi:BPMNLabel>
1671           <dc:Bounds x="1643" y="818.3013972055888" width="73" height="14" />
1672         </bpmndi:BPMNLabel>
1673       </bpmndi:BPMNShape>
1674       <bpmndi:BPMNShape id="IntermediateThrowEvent_04zlwpn_di" bpmnElement="IntermediateThrowEvent_1lljtoh">
1675         <dc:Bounds x="1562" y="819" width="36" height="36" />
1676         <bpmndi:BPMNLabel>
1677           <dc:Bounds x="1603" y="851.3013972055888" width="86" height="26" />
1678         </bpmndi:BPMNLabel>
1679       </bpmndi:BPMNShape>
1680       <bpmndi:BPMNShape id="IntermediateThrowEvent_1ge1m93_di" bpmnElement="IntermediateThrowEvent_0sub2cf">
1681         <dc:Bounds x="1524" y="846" width="36" height="36" />
1682         <bpmndi:BPMNLabel>
1683           <dc:Bounds x="1505" y="881.3013972055888" width="73" height="26" />
1684         </bpmndi:BPMNLabel>
1685       </bpmndi:BPMNShape>
1686       <bpmndi:BPMNEdge id="SequenceFlow_1ei7at5_di" bpmnElement="SequenceFlow_1ei7at5">
1687         <di:waypoint xsi:type="dc:Point" x="1498" y="629" />
1688         <di:waypoint xsi:type="dc:Point" x="1538" y="452" />
1689         <bpmndi:BPMNLabel>
1690           <dc:Bounds x="1518" y="525.5" width="0" height="0" />
1691         </bpmndi:BPMNLabel>
1692       </bpmndi:BPMNEdge>
1693       <bpmndi:BPMNEdge id="SequenceFlow_0kg02xg_di" bpmnElement="SequenceFlow_0kg02xg">
1694         <di:waypoint xsi:type="dc:Point" x="1501" y="632" />
1695         <di:waypoint xsi:type="dc:Point" x="1572" y="479" />
1696         <bpmndi:BPMNLabel>
1697           <dc:Bounds x="1537" y="540.5" width="0" height="0" />
1698         </bpmndi:BPMNLabel>
1699       </bpmndi:BPMNEdge>
1700       <bpmndi:BPMNEdge id="SequenceFlow_1i6p53b_di" bpmnElement="SequenceFlow_1i6p53b">
1701         <di:waypoint xsi:type="dc:Point" x="1504" y="635" />
1702         <di:waypoint xsi:type="dc:Point" x="1608" y="504" />
1703         <bpmndi:BPMNLabel>
1704           <dc:Bounds x="1556" y="554.5" width="0" height="0" />
1705         </bpmndi:BPMNLabel>
1706       </bpmndi:BPMNEdge>
1707       <bpmndi:BPMNEdge id="SequenceFlow_1yy7o24_di" bpmnElement="SequenceFlow_1yy7o24">
1708         <di:waypoint xsi:type="dc:Point" x="1508" y="639" />
1709         <di:waypoint xsi:type="dc:Point" x="1640" y="542" />
1710         <bpmndi:BPMNLabel>
1711           <dc:Bounds x="1574" y="575.5" width="0" height="0" />
1712         </bpmndi:BPMNLabel>
1713       </bpmndi:BPMNEdge>
1714       <bpmndi:BPMNEdge id="SequenceFlow_0sqmtpl_di" bpmnElement="SequenceFlow_0sqmtpl">
1715         <di:waypoint xsi:type="dc:Point" x="1511" y="642" />
1716         <di:waypoint xsi:type="dc:Point" x="1663" y="586" />
1717         <bpmndi:BPMNLabel>
1718           <dc:Bounds x="1587" y="599" width="0" height="0" />
1719         </bpmndi:BPMNLabel>
1720       </bpmndi:BPMNEdge>
1721       <bpmndi:BPMNEdge id="SequenceFlow_1shdmrj_di" bpmnElement="SequenceFlow_1shdmrj">
1722         <di:waypoint xsi:type="dc:Point" x="1518" y="649" />
1723         <di:waypoint xsi:type="dc:Point" x="1679" y="634" />
1724         <bpmndi:BPMNLabel>
1725           <dc:Bounds x="1599" y="626.5" width="0" height="0" />
1726         </bpmndi:BPMNLabel>
1727       </bpmndi:BPMNEdge>
1728       <bpmndi:BPMNEdge id="SequenceFlow_1v1i5w4_di" bpmnElement="SequenceFlow_1v1i5w4">
1729         <di:waypoint xsi:type="dc:Point" x="1514" y="653" />
1730         <di:waypoint xsi:type="dc:Point" x="1680" y="685" />
1731         <bpmndi:BPMNLabel>
1732           <dc:Bounds x="1597" y="654" width="0" height="0" />
1733         </bpmndi:BPMNLabel>
1734       </bpmndi:BPMNEdge>
1735       <bpmndi:BPMNEdge id="SequenceFlow_1h8rscx_di" bpmnElement="SequenceFlow_1h8rscx">
1736         <di:waypoint xsi:type="dc:Point" x="1510" y="657" />
1737         <di:waypoint xsi:type="dc:Point" x="1665" y="727" />
1738         <bpmndi:BPMNLabel>
1739           <dc:Bounds x="1588" y="677" width="0" height="0" />
1740         </bpmndi:BPMNLabel>
1741       </bpmndi:BPMNEdge>
1742       <bpmndi:BPMNEdge id="SequenceFlow_1xzq6jb_di" bpmnElement="SequenceFlow_1xzq6jb">
1743         <di:waypoint xsi:type="dc:Point" x="1507" y="660" />
1744         <di:waypoint xsi:type="dc:Point" x="1640" y="764" />
1745         <bpmndi:BPMNLabel>
1746           <dc:Bounds x="1574" y="697" width="0" height="0" />
1747         </bpmndi:BPMNLabel>
1748       </bpmndi:BPMNEdge>
1749       <bpmndi:BPMNEdge id="SequenceFlow_165q14c_di" bpmnElement="SequenceFlow_165q14c">
1750         <di:waypoint xsi:type="dc:Point" x="1504" y="663" />
1751         <di:waypoint xsi:type="dc:Point" x="1608" y="795" />
1752         <bpmndi:BPMNLabel>
1753           <dc:Bounds x="1556" y="714" width="0" height="0" />
1754         </bpmndi:BPMNLabel>
1755       </bpmndi:BPMNEdge>
1756       <bpmndi:BPMNEdge id="SequenceFlow_0wp1a6g_di" bpmnElement="SequenceFlow_0wp1a6g">
1757         <di:waypoint xsi:type="dc:Point" x="1501" y="666" />
1758         <di:waypoint xsi:type="dc:Point" x="1573" y="821" />
1759         <bpmndi:BPMNLabel>
1760           <dc:Bounds x="1537" y="728.5" width="0" height="0" />
1761         </bpmndi:BPMNLabel>
1762       </bpmndi:BPMNEdge>
1763       <bpmndi:BPMNEdge id="SequenceFlow_0vymfh9_di" bpmnElement="SequenceFlow_0vymfh9">
1764         <di:waypoint xsi:type="dc:Point" x="1497" y="670" />
1765         <di:waypoint xsi:type="dc:Point" x="1537" y="847" />
1766         <bpmndi:BPMNLabel>
1767           <dc:Bounds x="1517" y="743.5" width="0" height="0" />
1768         </bpmndi:BPMNLabel>
1769       </bpmndi:BPMNEdge>
1770       <bpmndi:BPMNEdge id="SequenceFlow_14yy8v4_di" bpmnElement="SequenceFlow_14yy8v4">
1771         <di:waypoint xsi:type="dc:Point" x="963" y="90" />
1772         <di:waypoint xsi:type="dc:Point" x="982" y="90" />
1773         <di:waypoint xsi:type="dc:Point" x="982" y="156" />
1774         <di:waypoint xsi:type="dc:Point" x="103" y="156" />
1775         <di:waypoint xsi:type="dc:Point" x="103" y="237" />
1776         <di:waypoint xsi:type="dc:Point" x="139" y="237" />
1777         <bpmndi:BPMNLabel>
1778           <dc:Bounds x="543" y="141" width="0" height="0" />
1779         </bpmndi:BPMNLabel>
1780       </bpmndi:BPMNEdge>
1781       <bpmndi:BPMNShape id="ScriptTask_0o7degu_di" bpmnElement="Task_0iydw5o">
1782         <dc:Bounds x="863" y="50" width="100" height="80" />
1783       </bpmndi:BPMNShape>
1784       <bpmndi:BPMNEdge id="SequenceFlow_0msgw6c_di" bpmnElement="SequenceFlow_0msgw6c">
1785         <di:waypoint xsi:type="dc:Point" x="348" y="1581" />
1786         <di:waypoint xsi:type="dc:Point" x="421" y="1581" />
1787         <bpmndi:BPMNLabel>
1788           <dc:Bounds x="385" y="1566" width="0" height="0" />
1789         </bpmndi:BPMNLabel>
1790       </bpmndi:BPMNEdge>
1791       <bpmndi:BPMNEdge id="SequenceFlow_0uhssvq_di" bpmnElement="SequenceFlow_0uhssvq">
1792         <di:waypoint xsi:type="dc:Point" x="521" y="1581" />
1793         <di:waypoint xsi:type="dc:Point" x="588" y="1581" />
1794         <bpmndi:BPMNLabel>
1795           <dc:Bounds x="555" y="1566" width="0" height="0" />
1796         </bpmndi:BPMNLabel>
1797       </bpmndi:BPMNEdge>
1798       <bpmndi:BPMNEdge id="SequenceFlow_0ph6862_di" bpmnElement="SequenceFlow_0ph6862">
1799         <di:waypoint xsi:type="dc:Point" x="688" y="1581" />
1800         <di:waypoint xsi:type="dc:Point" x="748" y="1581" />
1801         <bpmndi:BPMNLabel>
1802           <dc:Bounds x="718" y="1566" width="0" height="0" />
1803         </bpmndi:BPMNLabel>
1804       </bpmndi:BPMNEdge>
1805       <bpmndi:BPMNShape id="ScriptTask_10ii2tr_di" bpmnElement="Task_1cl8ayk">
1806         <dc:Bounds x="248" y="1541" width="100" height="80" />
1807       </bpmndi:BPMNShape>
1808       <bpmndi:BPMNShape id="ScriptTask_09qi8yg_di" bpmnElement="Task_0dc1x7g">
1809         <dc:Bounds x="588" y="1541" width="100" height="80" />
1810       </bpmndi:BPMNShape>
1811       <bpmndi:BPMNShape id="CallActivity_0bv5v50_di" bpmnElement="Task_1xw8w6a">
1812         <dc:Bounds x="421" y="1541" width="100" height="80" />
1813       </bpmndi:BPMNShape>
1814     </bpmndi:BPMNPlane>
1815   </bpmndi:BPMNDiagram>
1816 </bpmn2:definitions>