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