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