blob: 6c5e8f65228edf89083179f555eb36b6ecccd7f8 [file] [log] [blame]
Arthur Martella62cd6aa2017-09-08 13:27:46 -04001<?xml version="1.0" encoding="UTF-8"?>
2<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_F0omAMXGEeW834CKd-K10Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="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.*
8def uvfm = new ReplaceVnfInfra()
9uvfm.sendSynchResponse(execution)]]></bpmn2:script>
10 </bpmn2:scriptTask>
11 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" />
12 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
13 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
14 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
15 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
16def uvfm = new ReplaceVnfInfra()
17uvfm.preProcessRequest(execution)
18]]></bpmn2:script>
19 </bpmn2:scriptTask>
20 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessRequest" targetRef="ScriptTask_1" />
21 <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">
22 <bpmn2:extensionElements>
23 <camunda:in source="RPLVnfI_CompletionHandlerRequest" target="CompleteMsoProcessRequest" />
24 <camunda:in source="mso-request-id" target="mso-request-id" />
25 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
26 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
27 </bpmn2:extensionElements>
28 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
29 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
30 </bpmn2:callActivity>
31 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4" />
32 <bpmn2:endEvent id="EndEvent_1" name="TheEnd">
33 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
34 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5" />
35 </bpmn2:endEvent>
36 <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">
37 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
38 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
39 <bpmn2:script><![CDATA[// The following variable is checked by the unit test
40execution.setVariable("UpdateVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>
41 </bpmn2:scriptTask>
42 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1" />
43 <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">
44 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
45 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
46 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
47def uvfm = new ReplaceVnfInfra()
48uvfm.completionHandlerPrep(execution, 'RPLVnfI_CompletionHandlerRequest')
49]]></bpmn2:script>
50 </bpmn2:scriptTask>
51 <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" />
52 <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">
53 <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">
54 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
55 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
56 </bpmn2:startEvent>
57 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_3" />
58 <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
59 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
60 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
61 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
62def uvfm = new UpdateVfModuleInfra()
63uvfm.falloutHandlerPrep(execution, 'RPLVnfI_FalloutHandlerRequest')
64]]></bpmn2:script>
65 </bpmn2:scriptTask>
66 <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" />
67 <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">
68 <bpmn2:extensionElements>
69 <camunda:in source="RPLVnfI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
70 <camunda:in source="mso-request-id" target="mso-request-id" />
71 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
72 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
73 </bpmn2:extensionElements>
74 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
75 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
76 </bpmn2:callActivity>
77 <bpmn2:endEvent id="EndEvent_2">
78 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
79 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
80 </bpmn2:endEvent>
81 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" />
82 </bpmn2:subProcess>
83 <bpmn2:endEvent id="EndEvent_3">
84 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
85 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
86 </bpmn2:endEvent>
87 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
88 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
89 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
90 </bpmn2:boundaryEvent>
91 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
92 <bpmn2:startEvent id="StartEvent_1" name="Start">
93 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
94 </bpmn2:startEvent>
95 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
96 <bpmn2:callActivity id="ScriptTask_6" name="DoDeleteVnfAndModules" calledElement="DoDeleteVnfAndModules">
97 <bpmn2:extensionElements>
98 <camunda:in source="RPLVnfI_requestId" target="msoRequestId" />
99 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
100 <camunda:out source="WorkflowException" target="WorkflowException" />
101 <camunda:in source="RPLVnfI_vnfId" target="vnfId" />
102 <camunda:in source="RPLVnfI_serviceInstanceId" target="serviceInstanceId" />
103 <camunda:in source="RPLVnfI_sdncVersion" target="sdncVersion" />
104 <camunda:in source="RPLVnfI_cloudConfiguration" target="cloudConfiguration" />
105 </bpmn2:extensionElements>
106 <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming>
107 <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing>
108 </bpmn2:callActivity>
109 <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" />
110 <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" />
111 <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService">
112 <bpmn2:extensionElements>
113 <camunda:in source="msoRequestId" target="msoRequestId" />
114 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
115 <camunda:in source="RPLVnfI_serviceModelInfo" target="serviceModelInfo" />
116 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
117 <camunda:out source="WorkflowException" target="WorkflowException" />
118 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
119 </bpmn2:extensionElements>
120 <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming>
121 <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing>
122 </bpmn2:callActivity>
123 <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0vy2zge" />
124 <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy">
125 <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming>
126 <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing>
127 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
128def uvfm = new ReplaceVnfInfra()
129uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script>
130 </bpmn2:scriptTask>
131 <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" />
132 <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&#38;AI" scriptFormat="groovy">
133 <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming>
134 <bpmn2:incoming>SequenceFlow_193t8ts</bpmn2:incoming>
135 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
136 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
137def uvfm = new ReplaceVnfInfra()
138uvfm.checkIfVnfInMaintInAAI(execution)
139]]></bpmn2:script>
140 </bpmn2:scriptTask>
141 <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" />
142 <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" />
143 <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" />
144 <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&#38;AI" scriptFormat="groovy">
145 <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming>
146 <bpmn2:incoming>SequenceFlow_18u8p2k</bpmn2:incoming>
147 <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing>
148 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
149def uvfm = new ReplaceVnfInfra()
150uvfm.setVnfInMaintFlagInAAI(execution, true)
151]]></bpmn2:script>
152 </bpmn2:scriptTask>
153 <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&#38;AI" scriptFormat="groovy">
154 <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming>
155 <bpmn2:incoming>SequenceFlow_1lsfn19</bpmn2:incoming>
156 <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing>
157 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
158def uvfm = new ReplaceVnfInfra()
159uvfm.setVnfInMaintFlagInAAI(execution, false)
160]]></bpmn2:script>
161 </bpmn2:scriptTask>
162 <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&#38;AI" scriptFormat="groovy">
163 <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming>
164 <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing>
165 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
166def uvfm = new ReplaceVnfInfra()
167uvfm.checkIfPserversInMaintInAAI(execution)
168]]></bpmn2:script>
169 </bpmn2:scriptTask>
170 <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" />
171 <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" />
172 <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" />
173 <bpmn2:scriptTask id="Task_1dtbnuy" name="Call APP-C VNF Lock" scriptFormat="groovy">
174 <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming>
175 <bpmn2:incoming>SequenceFlow_0eueu1t</bpmn2:incoming>
176 <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing>
177 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
178import org.openecomp.mso.bpmn.infrastructure.scripts.*
179def uvfm = new ReplaceVnfInfra()
180uvfm.runAppcCommand(execution, Action.Lock)
181]]></bpmn2:script>
182 </bpmn2:scriptTask>
183 <bpmn2:scriptTask id="Task_1fj63ov" name="Call APP-C Health Check" scriptFormat="groovy">
184 <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming>
185 <bpmn2:incoming>SequenceFlow_1sla5dr</bpmn2:incoming>
186 <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing>
187 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
188import org.openecomp.mso.bpmn.infrastructure.scripts.*
189def uvfm = new ReplaceVnfInfra()
190uvfm.runAppcCommand(execution, Action.HealthCheck)]]></bpmn2:script>
191 </bpmn2:scriptTask>
192 <bpmn2:scriptTask id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" scriptFormat="groovy">
193 <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming>
194 <bpmn2:incoming>SequenceFlow_0iektwg</bpmn2:incoming>
195 <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing>
196 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
197import org.openecomp.mso.bpmn.infrastructure.scripts.*
198def uvfm = new ReplaceVnfInfra()
199uvfm.runAppcCommand(execution, Action.Stop)]]></bpmn2:script>
200 </bpmn2:scriptTask>
201 <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" />
202 <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" />
203 <bpmn2:scriptTask id="Task_1hdg951" name="Call APP-C VNF Start" scriptFormat="groovy">
204 <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming>
205 <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing>
206 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
207import org.openecomp.mso.bpmn.infrastructure.scripts.*
208def uvfm = new ReplaceVnfInfra()
209uvfm.runAppcCommand(execution, Action.Start)]]></bpmn2:script>
210 </bpmn2:scriptTask>
211 <bpmn2:scriptTask id="Task_1ca5ctq" name="Call APP-C Health Check" scriptFormat="groovy">
212 <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming>
213 <bpmn2:incoming>SequenceFlow_1hx1ur7</bpmn2:incoming>
214 <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing>
215 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
216import org.openecomp.mso.bpmn.infrastructure.scripts.*
217def uvfm = new ReplaceVnfInfra()
218uvfm.runAppcCommand(execution, Action.HealthCheck)]]></bpmn2:script>
219 </bpmn2:scriptTask>
220 <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" />
221 <bpmn2:scriptTask id="Task_1sove95" name="Call APP-C VNF Unlock" scriptFormat="groovy">
222 <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming>
223 <bpmn2:incoming>SequenceFlow_0ukzynj</bpmn2:incoming>
224 <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing>
225 <bpmn2:script><![CDATA[import org.openecomp.appc.client.lcm.model.Action
226import org.openecomp.mso.bpmn.infrastructure.scripts.*
227def uvfm = new ReplaceVnfInfra()
228uvfm.runAppcCommand(execution, Action.Unlock)]]></bpmn2:script>
229 </bpmn2:scriptTask>
230 <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z">
231 <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming>
232 <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing>
233 <bpmn2:outgoing>SequenceFlow_1qmz2ez</bpmn2:outgoing>
234 </bpmn2:exclusiveGateway>
235 <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" />
236 <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi">
237 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
238 <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing>
239 <bpmn2:outgoing>SequenceFlow_03rkfbo</bpmn2:outgoing>
240 </bpmn2:exclusiveGateway>
241 <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" />
242 <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler">
243 <bpmn2:extensionElements>
244 <camunda:in source="msoRequestId" target="msoRequestId" />
245 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
246 <camunda:in source="RPLVnfI_serviceType" target="serviceType" />
247 <camunda:in source="RPLVnfI_nfRole" target="vnfType" />
248 <camunda:in source="RPLVnfI_currentActivity" target="currentActivity" />
249 <camunda:in source="RPLVnfI_workStep" target="workStep" />
250 <camunda:in source="RPLVnfI_failedActivity" target="failedActivity" />
251 <camunda:in source="RPLVnfI_errorCode" target="errorCode" />
252 <camunda:in source="RPLVnfI_errorText" target="errorText" />
253 <camunda:out source="WorkflowException" target="WorkflowException" />
254 <camunda:out source="handlingCode" target="RPLVnfI_disposition" />
255 <camunda:in source="RPLVnfI_requestorId" target="requestorId" />
256 <camunda:out source="taskId" target="RPLVnfI_taskId" />
257 </bpmn2:extensionElements>
258 <bpmn2:incoming>SequenceFlow_1qmz2ez</bpmn2:incoming>
259 <bpmn2:incoming>SequenceFlow_03rkfbo</bpmn2:incoming>
260 <bpmn2:incoming>SequenceFlow_1lsm3bn</bpmn2:incoming>
261 <bpmn2:incoming>SequenceFlow_0bduwog</bpmn2:incoming>
262 <bpmn2:incoming>SequenceFlow_0uwar5b</bpmn2:incoming>
263 <bpmn2:incoming>SequenceFlow_0i7hfj2</bpmn2:incoming>
264 <bpmn2:incoming>SequenceFlow_13yjc85</bpmn2:incoming>
265 <bpmn2:incoming>SequenceFlow_0waedj5</bpmn2:incoming>
266 <bpmn2:incoming>SequenceFlow_1hg9c2l</bpmn2:incoming>
267 <bpmn2:incoming>SequenceFlow_0gej71y</bpmn2:incoming>
268 <bpmn2:incoming>SequenceFlow_0pfydeg</bpmn2:incoming>
269 <bpmn2:incoming>SequenceFlow_10ek8l4</bpmn2:incoming>
270 <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing>
271 </bpmn2:callActivity>
272 <bpmn2:sequenceFlow id="SequenceFlow_1qmz2ez" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_0q5cdit">
273 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
274 </bpmn2:sequenceFlow>
275 <bpmn2:sequenceFlow id="SequenceFlow_03rkfbo" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0q5cdit">
276 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
277 </bpmn2:sequenceFlow>
278 <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" />
279 <bpmn2:task id="Task_0zbogrm" name="Rollback Processing">
280 <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming>
281 </bpmn2:task>
282 <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h">
283 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_disposition") == "Abort"]]></bpmn2:conditionExpression>
284 </bpmn2:sequenceFlow>
285 <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm">
286 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_disposition") == "Rollback"]]></bpmn2:conditionExpression>
287 </bpmn2:sequenceFlow>
288 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m">
289 <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming>
290 <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing>
291 <bpmn2:outgoing>SequenceFlow_1lsm3bn</bpmn2:outgoing>
292 </bpmn2:exclusiveGateway>
293 <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" />
294 <bpmn2:sequenceFlow id="SequenceFlow_1lsm3bn" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_0q5cdit">
295 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
296 </bpmn2:sequenceFlow>
297 <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib">
298 <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming>
299 <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing>
300 <bpmn2:outgoing>SequenceFlow_0bduwog</bpmn2:outgoing>
301 </bpmn2:exclusiveGateway>
302 <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" />
303 <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8">
304 <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming>
305 <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing>
306 <bpmn2:outgoing>SequenceFlow_0uwar5b</bpmn2:outgoing>
307 </bpmn2:exclusiveGateway>
308 <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" />
309 <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki">
310 <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming>
311 <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing>
312 <bpmn2:outgoing>SequenceFlow_0i7hfj2</bpmn2:outgoing>
313 </bpmn2:exclusiveGateway>
314 <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" />
315 <bpmn2:sequenceFlow id="SequenceFlow_0bduwog" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_0q5cdit">
316 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
317 </bpmn2:sequenceFlow>
318 <bpmn2:sequenceFlow id="SequenceFlow_0uwar5b" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_0q5cdit">
319 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
320 </bpmn2:sequenceFlow>
321 <bpmn2:sequenceFlow id="SequenceFlow_0i7hfj2" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0q5cdit">
322 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
323 </bpmn2:sequenceFlow>
324 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoDeleteVnfAndNModules?" default="SequenceFlow_0bxgny0">
325 <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming>
326 <bpmn2:outgoing>SequenceFlow_10ek8l4</bpmn2:outgoing>
327 <bpmn2:outgoing>SequenceFlow_0bxgny0</bpmn2:outgoing>
328 </bpmn2:exclusiveGateway>
329 <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_084iffr" targetRef="Task_1hdg951" />
330 <bpmn2:sequenceFlow id="SequenceFlow_10ek8l4" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_0q5cdit">
331 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
332 </bpmn2:sequenceFlow>
333 <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m">
334 <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming>
335 <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing>
336 <bpmn2:outgoing>SequenceFlow_0waedj5</bpmn2:outgoing>
337 </bpmn2:exclusiveGateway>
338 <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" />
339 <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk">
340 <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming>
341 <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing>
342 <bpmn2:outgoing>SequenceFlow_1hg9c2l</bpmn2:outgoing>
343 </bpmn2:exclusiveGateway>
344 <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" />
345 <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d">
346 <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming>
347 <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing>
348 <bpmn2:outgoing>SequenceFlow_0gej71y</bpmn2:outgoing>
349 </bpmn2:exclusiveGateway>
350 <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" />
351 <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3">
352 <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming>
353 <bpmn2:outgoing>SequenceFlow_13yjc85</bpmn2:outgoing>
354 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
355 </bpmn2:exclusiveGateway>
356 <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" />
357 <bpmn2:sequenceFlow id="SequenceFlow_13yjc85" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="Task_0q5cdit">
358 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
359 </bpmn2:sequenceFlow>
360 <bpmn2:sequenceFlow id="SequenceFlow_0waedj5" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_0q5cdit">
361 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
362 </bpmn2:sequenceFlow>
363 <bpmn2:sequenceFlow id="SequenceFlow_1hg9c2l" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_0q5cdit">
364 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
365 </bpmn2:sequenceFlow>
366 <bpmn2:sequenceFlow id="SequenceFlow_0gej71y" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_0q5cdit">
367 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
368 </bpmn2:sequenceFlow>
369 <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy">
370 <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming>
371 <bpmn2:incoming>SequenceFlow_051zp79</bpmn2:incoming>
372 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
373def uvfm = new ReplaceVnfInfra()
374uvfm.abortProcessing(execution)]]></bpmn2:script>
375 </bpmn2:scriptTask>
376 <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition">
377 <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming>
378 <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing>
379 <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing>
380 <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing>
381 </bpmn2:exclusiveGateway>
382 <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_051zp79">
383 <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming>
384 <bpmn2:outgoing>SequenceFlow_1sla5dr</bpmn2:outgoing>
385 <bpmn2:outgoing>SequenceFlow_0iektwg</bpmn2:outgoing>
386 <bpmn2:outgoing>SequenceFlow_1ttepat</bpmn2:outgoing>
387 <bpmn2:outgoing>SequenceFlow_1hx1ur7</bpmn2:outgoing>
388 <bpmn2:outgoing>SequenceFlow_0ukzynj</bpmn2:outgoing>
389 <bpmn2:outgoing>SequenceFlow_1lsfn19</bpmn2:outgoing>
390 <bpmn2:outgoing>SequenceFlow_051zp79</bpmn2:outgoing>
391 <bpmn2:outgoing>SequenceFlow_193t8ts</bpmn2:outgoing>
392 <bpmn2:outgoing>SequenceFlow_18u8p2k</bpmn2:outgoing>
393 <bpmn2:outgoing>SequenceFlow_0eueu1t</bpmn2:outgoing>
394 </bpmn2:exclusiveGateway>
395 <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx">
396 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_disposition") == "Skip"]]></bpmn2:conditionExpression>
397 </bpmn2:sequenceFlow>
398 <bpmn2:sequenceFlow id="SequenceFlow_1sla5dr" name="Skip APP-C VNF Lock" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1fj63ov">
399 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "LockVNF"]]></bpmn2:conditionExpression>
400 </bpmn2:sequenceFlow>
401 <bpmn2:sequenceFlow id="SequenceFlow_0iektwg" name="Skip APP-C VNF Pre Health Check" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1cfkcss">
402 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "HealthCheckVNF1"]]></bpmn2:conditionExpression>
403 </bpmn2:sequenceFlow>
404 <bpmn2:sequenceFlow id="SequenceFlow_1ttepat" name="Skip APP-C VNF Stop" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_0eae8go">
405 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "StopVNF"]]></bpmn2:conditionExpression>
406 </bpmn2:sequenceFlow>
407 <bpmn2:sequenceFlow id="SequenceFlow_1hx1ur7" name="Skip APP-C VNF Start" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1ca5ctq">
408 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "StartVNF"]]></bpmn2:conditionExpression>
409 </bpmn2:sequenceFlow>
410 <bpmn2:sequenceFlow id="SequenceFlow_0ukzynj" name="Skip APP-C Post Health Check" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1sove95">
411 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "HealthCheckVNF2"]]></bpmn2:conditionExpression>
412 </bpmn2:sequenceFlow>
413 <bpmn2:sequenceFlow id="SequenceFlow_1lsfn19" name="Skip APP-C VNF Unlock" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1drglpt">
414 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "UnlockVNF"]]></bpmn2:conditionExpression>
415 </bpmn2:sequenceFlow>
416 <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" />
417 <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoDeleteVnfAndModules" scriptFormat="groovy">
418 <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming>
419 <bpmn2:incoming>SequenceFlow_1ttepat</bpmn2:incoming>
420 <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing>
421 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
422def uvfm = new ReplaceVnfInfra()
423uvfm.prepDoDeleteVnfAndModules(execution)]]></bpmn2:script>
424 </bpmn2:scriptTask>
425 <bpmn2:scriptTask id="Task_040hi91" name="Prepare DoCreateVnfAndModules" scriptFormat="groovy">
426 <bpmn2:incoming>SequenceFlow_0bxgny0</bpmn2:incoming>
427 <bpmn2:outgoing>SequenceFlow_1qm0ygo</bpmn2:outgoing>
428 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
429def uvfm = new ReplaceVnfInfra()
430uvfm.prepDoCreateVnfAndModules(execution)]]></bpmn2:script>
431 </bpmn2:scriptTask>
432 <bpmn2:callActivity id="Task_15hpowt" name="DoCreateVnfAndModules" calledElement="DoCreateVnfAndModules">
433 <bpmn2:incoming>SequenceFlow_1qm0ygo</bpmn2:incoming>
434 <bpmn2:outgoing>SequenceFlow_0he2w4b</bpmn2:outgoing>
435 </bpmn2:callActivity>
436 <bpmn2:exclusiveGateway id="ExclusiveGateway_084iffr" name="Error on DoCreateVnfModules?">
437 <bpmn2:incoming>SequenceFlow_0he2w4b</bpmn2:incoming>
438 <bpmn2:outgoing>SequenceFlow_0pfydeg</bpmn2:outgoing>
439 <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing>
440 </bpmn2:exclusiveGateway>
441 <bpmn2:sequenceFlow id="SequenceFlow_0pfydeg" name="yes" sourceRef="ExclusiveGateway_084iffr" targetRef="Task_0q5cdit">
442 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_errorCode") != "0"]]></bpmn2:conditionExpression>
443 </bpmn2:sequenceFlow>
444 <bpmn2:sequenceFlow id="SequenceFlow_0bxgny0" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_040hi91" />
445 <bpmn2:sequenceFlow id="SequenceFlow_1qm0ygo" sourceRef="Task_040hi91" targetRef="Task_15hpowt" />
446 <bpmn2:sequenceFlow id="SequenceFlow_0he2w4b" sourceRef="Task_15hpowt" targetRef="ExclusiveGateway_084iffr" />
447 <bpmn2:sequenceFlow id="SequenceFlow_051zp79" name="" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" />
448 <bpmn2:sequenceFlow id="SequenceFlow_193t8ts" name="Skip Check if PServers Locked in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1rxiqe1">
449 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression>
450 </bpmn2:sequenceFlow>
451 <bpmn2:sequenceFlow id="SequenceFlow_18u8p2k" name="Skip If VNF Is in Maint in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_0ap39ka">
452 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression>
453 </bpmn2:sequenceFlow>
454 <bpmn2:sequenceFlow id="SequenceFlow_0eueu1t" name="Skip Set VNF In Maint in AAI" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1dtbnuy">
455 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("RPLVnfI_workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression>
456 </bpmn2:sequenceFlow>
457 </bpmn2:process>
458 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
459 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
460 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ReplaceVnfInfra">
461 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
462 <dc:Bounds x="97" y="72" width="36" height="36" />
463 <bpmndi:BPMNLabel>
464 <dc:Bounds x="103" y="113" width="23" height="12" />
465 </bpmndi:BPMNLabel>
466 </bpmndi:BPMNShape>
467 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
468 <dc:Bounds x="595" y="975" width="36" height="36" />
469 <bpmndi:BPMNLabel>
470 <dc:Bounds x="594" y="1016" width="38" height="12" />
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNShape>
473 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
474 <di:waypoint xsi:type="dc:Point" x="133" y="90" />
475 <di:waypoint xsi:type="dc:Point" x="209" y="90" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="171" y="75" width="0" height="0" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
481 <dc:Bounds x="209" y="50" width="100" height="80" />
482 </bpmndi:BPMNShape>
483 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
484 <di:waypoint xsi:type="dc:Point" x="309" y="90" />
485 <di:waypoint xsi:type="dc:Point" x="373" y="90" />
486 <bpmndi:BPMNLabel>
487 <dc:Bounds x="341" y="75" width="0" height="0" />
488 </bpmndi:BPMNLabel>
489 </bpmndi:BPMNEdge>
490 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
491 <dc:Bounds x="373" y="50" width="100" height="80" />
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125">
494 <di:waypoint xsi:type="dc:Point" x="525" y="237" />
495 <di:waypoint xsi:type="dc:Point" x="601" y="237" />
496 <bpmndi:BPMNLabel>
497 <dc:Bounds x="563" y="222" width="0" height="0" />
498 </bpmndi:BPMNLabel>
499 </bpmndi:BPMNEdge>
500 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
501 <dc:Bounds x="439" y="953" width="100" height="80" />
502 </bpmndi:BPMNShape>
503 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
504 <di:waypoint xsi:type="dc:Point" x="539" y="993" />
505 <di:waypoint xsi:type="dc:Point" x="595" y="993" />
506 <bpmndi:BPMNLabel>
507 <dc:Bounds x="716" y="834" width="0" height="0" />
508 </bpmndi:BPMNLabel>
509 </bpmndi:BPMNEdge>
510 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
511 <dc:Bounds x="139" y="953" width="100" height="80" />
512 </bpmndi:BPMNShape>
513 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
514 <dc:Bounds x="289" y="953" width="100" height="80" />
515 </bpmndi:BPMNShape>
516 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
517 <di:waypoint xsi:type="dc:Point" x="239" y="993" />
518 <di:waypoint xsi:type="dc:Point" x="289" y="993" />
519 <bpmndi:BPMNLabel>
520 <dc:Bounds x="264" y="999" width="0" height="0" />
521 </bpmndi:BPMNLabel>
522 </bpmndi:BPMNEdge>
523 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
524 <dc:Bounds x="85" y="1189" width="565" height="241" />
525 </bpmndi:BPMNShape>
526 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
527 <dc:Bounds x="149" y="1283" width="36" height="36" />
528 <bpmndi:BPMNLabel>
529 <dc:Bounds x="128" y="1324" width="77" height="12" />
530 </bpmndi:BPMNLabel>
531 </bpmndi:BPMNShape>
532 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
533 <dc:Bounds x="229" y="1261" width="100" height="80" />
534 </bpmndi:BPMNShape>
535 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
536 <di:waypoint xsi:type="dc:Point" x="185" y="1301" />
537 <di:waypoint xsi:type="dc:Point" x="229" y="1301" />
538 <bpmndi:BPMNLabel>
539 <dc:Bounds x="232" y="1601" width="0" height="0" />
540 </bpmndi:BPMNLabel>
541 </bpmndi:BPMNEdge>
542 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
543 <di:waypoint xsi:type="dc:Point" x="329" y="1301" />
544 <di:waypoint xsi:type="dc:Point" x="397" y="1301" />
545 <bpmndi:BPMNLabel>
546 <dc:Bounds x="345" y="1301" width="0" height="0" />
547 </bpmndi:BPMNLabel>
548 </bpmndi:BPMNEdge>
549 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
550 <dc:Bounds x="553" y="1283" width="36" height="36" />
551 <bpmndi:BPMNLabel>
552 <dc:Bounds x="571" y="1324" width="0" height="0" />
553 </bpmndi:BPMNLabel>
554 </bpmndi:BPMNShape>
555 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
556 <dc:Bounds x="632" y="1283" width="36" height="36" />
557 <bpmndi:BPMNLabel>
558 <dc:Bounds x="650" y="1324" width="0" height="0" />
559 </bpmndi:BPMNLabel>
560 </bpmndi:BPMNShape>
561 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
562 <dc:Bounds x="726" y="1283" width="36" height="36" />
563 <bpmndi:BPMNLabel>
564 <dc:Bounds x="744" y="1324" width="0" height="0" />
565 </bpmndi:BPMNLabel>
566 </bpmndi:BPMNShape>
567 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
568 <di:waypoint xsi:type="dc:Point" x="668" y="1301" />
569 <di:waypoint xsi:type="dc:Point" x="726" y="1301" />
570 <bpmndi:BPMNLabel>
571 <dc:Bounds x="697" y="1286" width="0" height="0" />
572 </bpmndi:BPMNLabel>
573 </bpmndi:BPMNEdge>
574 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
575 <dc:Bounds x="397" y="1261" width="100" height="80" />
576 </bpmndi:BPMNShape>
577 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
578 <di:waypoint xsi:type="dc:Point" x="389" y="993" />
579 <di:waypoint xsi:type="dc:Point" x="439" y="993" />
580 <bpmndi:BPMNLabel>
581 <dc:Bounds x="432" y="961" width="0" height="0" />
582 </bpmndi:BPMNLabel>
583 </bpmndi:BPMNEdge>
584 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
585 <di:waypoint xsi:type="dc:Point" x="497" y="1301" />
586 <di:waypoint xsi:type="dc:Point" x="553" y="1301" />
587 <bpmndi:BPMNLabel>
588 <dc:Bounds x="390" y="1361" width="0" height="0" />
589 </bpmndi:BPMNLabel>
590 </bpmndi:BPMNEdge>
591 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">
592 <dc:Bounds x="289" y="559" width="100" height="80" />
593 </bpmndi:BPMNShape>
594 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133">
595 <di:waypoint xsi:type="dc:Point" x="1130" y="835" />
596 <di:waypoint xsi:type="dc:Point" x="1130" y="900" />
597 <di:waypoint xsi:type="dc:Point" x="99" y="900" />
598 <di:waypoint xsi:type="dc:Point" x="99" y="993" />
599 <di:waypoint xsi:type="dc:Point" x="139" y="993" />
600 <bpmndi:BPMNLabel>
601 <dc:Bounds x="1109" y="862" width="12" height="12" />
602 </bpmndi:BPMNLabel>
603 </bpmndi:BPMNEdge>
604 <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3">
605 <di:waypoint xsi:type="dc:Point" x="655" y="90" />
606 <di:waypoint xsi:type="dc:Point" x="718" y="90" />
607 <bpmndi:BPMNLabel>
608 <dc:Bounds x="687" y="75" width="0" height="0" />
609 </bpmndi:BPMNLabel>
610 </bpmndi:BPMNEdge>
611 <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7">
612 <dc:Bounds x="555" y="50" width="100" height="80" />
613 </bpmndi:BPMNShape>
614 <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy">
615 <di:waypoint xsi:type="dc:Point" x="818" y="90" />
616 <di:waypoint xsi:type="dc:Point" x="982" y="90" />
617 <di:waypoint xsi:type="dc:Point" x="982" y="156" />
618 <di:waypoint xsi:type="dc:Point" x="103" y="156" />
619 <di:waypoint xsi:type="dc:Point" x="103" y="237" />
620 <di:waypoint xsi:type="dc:Point" x="131" y="237" />
621 <bpmndi:BPMNLabel>
622 <dc:Bounds x="543" y="141" width="0" height="0" />
623 </bpmndi:BPMNLabel>
624 </bpmndi:BPMNEdge>
625 <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j">
626 <dc:Bounds x="718" y="50" width="100" height="80" />
627 </bpmndi:BPMNShape>
628 <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l">
629 <di:waypoint xsi:type="dc:Point" x="473" y="90" />
630 <di:waypoint xsi:type="dc:Point" x="555" y="90" />
631 <bpmndi:BPMNLabel>
632 <dc:Bounds x="514" y="75" width="0" height="0" />
633 </bpmndi:BPMNLabel>
634 </bpmndi:BPMNEdge>
635 <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1">
636 <dc:Bounds x="425" y="197" width="100" height="80" />
637 </bpmndi:BPMNShape>
638 <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk">
639 <di:waypoint xsi:type="dc:Point" x="231" y="237" />
640 <di:waypoint xsi:type="dc:Point" x="292" y="237" />
641 <bpmndi:BPMNLabel>
642 <dc:Bounds x="262" y="222" width="0" height="0" />
643 </bpmndi:BPMNLabel>
644 </bpmndi:BPMNEdge>
645 <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m">
646 <di:waypoint xsi:type="dc:Point" x="896" y="264" />
647 <di:waypoint xsi:type="dc:Point" x="896" y="339" />
648 <di:waypoint xsi:type="dc:Point" x="98" y="339" />
649 <di:waypoint xsi:type="dc:Point" x="98" y="427" />
650 <di:waypoint xsi:type="dc:Point" x="139" y="427" />
651 <bpmndi:BPMNLabel>
652 <dc:Bounds x="905" y="313.95238095238096" width="12" height="12" />
653 </bpmndi:BPMNLabel>
654 </bpmndi:BPMNEdge>
655 <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru">
656 <di:waypoint xsi:type="dc:Point" x="389" y="599" />
657 <di:waypoint xsi:type="dc:Point" x="441" y="599" />
658 <bpmndi:BPMNLabel>
659 <dc:Bounds x="415" y="584" width="0" height="0" />
660 </bpmndi:BPMNLabel>
661 </bpmndi:BPMNEdge>
662 <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka">
663 <dc:Bounds x="714" y="197" width="100" height="80" />
664 </bpmndi:BPMNShape>
665 <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt">
666 <dc:Bounds x="960" y="770" width="100" height="80" />
667 </bpmndi:BPMNShape>
668 <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge">
669 <dc:Bounds x="131" y="197" width="100" height="80" />
670 </bpmndi:BPMNShape>
671 <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s">
672 <di:waypoint xsi:type="dc:Point" x="239" y="427" />
673 <di:waypoint xsi:type="dc:Point" x="292" y="427" />
674 <bpmndi:BPMNLabel>
675 <dc:Bounds x="266" y="412" width="0" height="0" />
676 </bpmndi:BPMNLabel>
677 </bpmndi:BPMNEdge>
678 <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza">
679 <di:waypoint xsi:type="dc:Point" x="525" y="427" />
680 <di:waypoint xsi:type="dc:Point" x="601" y="427" />
681 <bpmndi:BPMNLabel>
682 <dc:Bounds x="563" y="412" width="0" height="0" />
683 </bpmndi:BPMNLabel>
684 </bpmndi:BPMNEdge>
685 <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9">
686 <di:waypoint xsi:type="dc:Point" x="814" y="427" />
687 <di:waypoint xsi:type="dc:Point" x="871" y="427" />
688 <bpmndi:BPMNLabel>
689 <dc:Bounds x="843" y="412" width="0" height="0" />
690 </bpmndi:BPMNLabel>
691 </bpmndi:BPMNEdge>
692 <bpmndi:BPMNShape id="ScriptTask_02wc9i0_di" bpmnElement="Task_1dtbnuy">
693 <dc:Bounds x="139" y="387" width="100" height="80" />
694 </bpmndi:BPMNShape>
695 <bpmndi:BPMNShape id="ScriptTask_0mz2hdm_di" bpmnElement="Task_1fj63ov">
696 <dc:Bounds x="425" y="387" width="100" height="80" />
697 </bpmndi:BPMNShape>
698 <bpmndi:BPMNShape id="ScriptTask_1wagy2o_di" bpmnElement="Task_1cfkcss">
699 <dc:Bounds x="714" y="387" width="100" height="80" />
700 </bpmndi:BPMNShape>
701 <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs">
702 <di:waypoint xsi:type="dc:Point" x="239" y="810" />
703 <di:waypoint xsi:type="dc:Point" x="292" y="810" />
704 <bpmndi:BPMNLabel>
705 <dc:Bounds x="266" y="795" width="0" height="0" />
706 </bpmndi:BPMNLabel>
707 </bpmndi:BPMNEdge>
708 <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909">
709 <di:waypoint xsi:type="dc:Point" x="525" y="810" />
710 <di:waypoint xsi:type="dc:Point" x="601" y="810" />
711 <bpmndi:BPMNLabel>
712 <dc:Bounds x="563" y="795" width="0" height="0" />
713 </bpmndi:BPMNLabel>
714 </bpmndi:BPMNEdge>
715 <bpmndi:BPMNShape id="ScriptTask_13zephm_di" bpmnElement="Task_1hdg951">
716 <dc:Bounds x="139" y="770" width="100" height="80" />
717 </bpmndi:BPMNShape>
718 <bpmndi:BPMNShape id="ScriptTask_11xqphb_di" bpmnElement="Task_1ca5ctq">
719 <dc:Bounds x="425" y="770" width="100" height="80" />
720 </bpmndi:BPMNShape>
721 <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi">
722 <di:waypoint xsi:type="dc:Point" x="814" y="810" />
723 <di:waypoint xsi:type="dc:Point" x="871" y="810" />
724 <bpmndi:BPMNLabel>
725 <dc:Bounds x="843" y="795" width="0" height="0" />
726 </bpmndi:BPMNLabel>
727 </bpmndi:BPMNEdge>
728 <bpmndi:BPMNShape id="ScriptTask_0a4ovfa_di" bpmnElement="Task_1sove95">
729 <dc:Bounds x="714" y="770" width="100" height="80" />
730 </bpmndi:BPMNShape>
731 <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true">
732 <dc:Bounds x="291.803" y="212" width="50" height="50" />
733 <bpmndi:BPMNLabel>
734 <dc:Bounds x="274" y="262" width="86" height="24" />
735 </bpmndi:BPMNLabel>
736 </bpmndi:BPMNShape>
737 <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z">
738 <di:waypoint xsi:type="dc:Point" x="342" y="237" />
739 <di:waypoint xsi:type="dc:Point" x="425" y="237" />
740 <bpmndi:BPMNLabel>
741 <dc:Bounds x="373" y="213" width="12" height="12" />
742 </bpmndi:BPMNLabel>
743 </bpmndi:BPMNEdge>
744 <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true">
745 <dc:Bounds x="601" y="212" width="50" height="50" />
746 <bpmndi:BPMNLabel>
747 <dc:Bounds x="589" y="262" width="73" height="36" />
748 </bpmndi:BPMNLabel>
749 </bpmndi:BPMNShape>
750 <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi">
751 <di:waypoint xsi:type="dc:Point" x="651" y="237" />
752 <di:waypoint xsi:type="dc:Point" x="714" y="237" />
753 <bpmndi:BPMNLabel>
754 <dc:Bounds x="673" y="214" width="12" height="12" />
755 </bpmndi:BPMNLabel>
756 </bpmndi:BPMNEdge>
757 <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit">
758 <dc:Bounds x="1132" y="470" width="100" height="80" />
759 </bpmndi:BPMNShape>
760 <bpmndi:BPMNEdge id="SequenceFlow_1qmz2ez_di" bpmnElement="SequenceFlow_1qmz2ez">
761 <di:waypoint xsi:type="dc:Point" x="317" y="212" />
762 <di:waypoint xsi:type="dc:Point" x="317" y="191" />
763 <di:waypoint xsi:type="dc:Point" x="1182" y="191" />
764 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
765 <bpmndi:BPMNLabel>
766 <dc:Bounds x="378" y="196" width="18" height="12" />
767 </bpmndi:BPMNLabel>
768 </bpmndi:BPMNEdge>
769 <bpmndi:BPMNEdge id="SequenceFlow_03rkfbo_di" bpmnElement="SequenceFlow_03rkfbo">
770 <di:waypoint xsi:type="dc:Point" x="626" y="212" />
771 <di:waypoint xsi:type="dc:Point" x="626" y="187" />
772 <di:waypoint xsi:type="dc:Point" x="1182" y="187" />
773 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
774 <bpmndi:BPMNLabel>
775 <dc:Bounds x="683" y="166" width="18" height="12" />
776 </bpmndi:BPMNLabel>
777 </bpmndi:BPMNEdge>
778 <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf">
779 <di:waypoint xsi:type="dc:Point" x="1232" y="510" />
780 <di:waypoint xsi:type="dc:Point" x="1314" y="510" />
781 <bpmndi:BPMNLabel>
782 <dc:Bounds x="1273" y="495" width="0" height="0" />
783 </bpmndi:BPMNLabel>
784 </bpmndi:BPMNEdge>
785 <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm">
786 <dc:Bounds x="1438" y="470" width="100" height="80" />
787 </bpmndi:BPMNShape>
788 <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n">
789 <di:waypoint xsi:type="dc:Point" x="1339" y="485" />
790 <di:waypoint xsi:type="dc:Point" x="1339" y="373" />
791 <di:waypoint xsi:type="dc:Point" x="1438" y="373" />
792 <bpmndi:BPMNLabel>
793 <dc:Bounds x="1390" y="377" width="26" height="12" />
794 </bpmndi:BPMNLabel>
795 </bpmndi:BPMNEdge>
796 <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw">
797 <di:waypoint xsi:type="dc:Point" x="1364" y="510" />
798 <di:waypoint xsi:type="dc:Point" x="1405" y="510" />
799 <di:waypoint xsi:type="dc:Point" x="1405" y="510" />
800 <di:waypoint xsi:type="dc:Point" x="1438" y="510" />
801 <bpmndi:BPMNLabel>
802 <dc:Bounds x="1380" y="515" width="42" height="12" />
803 </bpmndi:BPMNLabel>
804 </bpmndi:BPMNEdge>
805 <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true">
806 <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" />
807 <bpmndi:BPMNLabel>
808 <dc:Bounds x="904" y="257.86673247778873" width="73" height="36" />
809 </bpmndi:BPMNLabel>
810 </bpmndi:BPMNShape>
811 <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p">
812 <di:waypoint xsi:type="dc:Point" x="814" y="237" />
813 <di:waypoint xsi:type="dc:Point" x="871" y="237" />
814 <bpmndi:BPMNLabel>
815 <dc:Bounds x="843" y="222" width="0" height="0" />
816 </bpmndi:BPMNLabel>
817 </bpmndi:BPMNEdge>
818 <bpmndi:BPMNEdge id="SequenceFlow_1lsm3bn_di" bpmnElement="SequenceFlow_1lsm3bn">
819 <di:waypoint xsi:type="dc:Point" x="921" y="237" />
820 <di:waypoint xsi:type="dc:Point" x="1182" y="237" />
821 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
822 <bpmndi:BPMNLabel>
823 <dc:Bounds x="1044" y="214" width="18" height="12" />
824 </bpmndi:BPMNLabel>
825 </bpmndi:BPMNEdge>
826 <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true">
827 <dc:Bounds x="292" y="402" width="50" height="50" />
828 <bpmndi:BPMNLabel>
829 <dc:Bounds x="283" y="452" width="68" height="24" />
830 </bpmndi:BPMNLabel>
831 </bpmndi:BPMNShape>
832 <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib">
833 <di:waypoint xsi:type="dc:Point" x="342" y="427" />
834 <di:waypoint xsi:type="dc:Point" x="425" y="427" />
835 <bpmndi:BPMNLabel>
836 <dc:Bounds x="378" y="412" width="12" height="12" />
837 </bpmndi:BPMNLabel>
838 </bpmndi:BPMNEdge>
839 <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true">
840 <dc:Bounds x="601" y="402" width="50" height="50" />
841 <bpmndi:BPMNLabel>
842 <dc:Bounds x="590" y="452" width="72" height="24" />
843 </bpmndi:BPMNLabel>
844 </bpmndi:BPMNShape>
845 <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8">
846 <di:waypoint xsi:type="dc:Point" x="651" y="427" />
847 <di:waypoint xsi:type="dc:Point" x="714" y="427" />
848 <bpmndi:BPMNLabel>
849 <dc:Bounds x="677" y="412" width="12" height="12" />
850 </bpmndi:BPMNLabel>
851 </bpmndi:BPMNEdge>
852 <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true">
853 <dc:Bounds x="870.9141164856861" y="402" width="50" height="50" />
854 <bpmndi:BPMNLabel>
855 <dc:Bounds x="909" y="445" width="68" height="24" />
856 </bpmndi:BPMNLabel>
857 </bpmndi:BPMNShape>
858 <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki">
859 <di:waypoint xsi:type="dc:Point" x="896" y="452" />
860 <di:waypoint xsi:type="dc:Point" x="896" y="507" />
861 <di:waypoint xsi:type="dc:Point" x="90" y="507" />
862 <di:waypoint xsi:type="dc:Point" x="90" y="599" />
863 <di:waypoint xsi:type="dc:Point" x="131" y="599" />
864 <bpmndi:BPMNLabel>
865 <dc:Bounds x="906" y="484" width="12" height="12" />
866 </bpmndi:BPMNLabel>
867 </bpmndi:BPMNEdge>
868 <bpmndi:BPMNEdge id="SequenceFlow_0bduwog_di" bpmnElement="SequenceFlow_0bduwog">
869 <di:waypoint xsi:type="dc:Point" x="317" y="402" />
870 <di:waypoint xsi:type="dc:Point" x="317" y="354" />
871 <di:waypoint xsi:type="dc:Point" x="1182" y="354" />
872 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
873 <bpmndi:BPMNLabel>
874 <dc:Bounds x="375" y="356" width="18" height="12" />
875 </bpmndi:BPMNLabel>
876 </bpmndi:BPMNEdge>
877 <bpmndi:BPMNEdge id="SequenceFlow_0uwar5b_di" bpmnElement="SequenceFlow_0uwar5b">
878 <di:waypoint xsi:type="dc:Point" x="626" y="402" />
879 <di:waypoint xsi:type="dc:Point" x="626" y="359" />
880 <di:waypoint xsi:type="dc:Point" x="1182" y="359" />
881 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
882 <bpmndi:BPMNLabel>
883 <dc:Bounds x="676" y="367" width="18" height="12" />
884 </bpmndi:BPMNLabel>
885 </bpmndi:BPMNEdge>
886 <bpmndi:BPMNEdge id="SequenceFlow_0i7hfj2_di" bpmnElement="SequenceFlow_0i7hfj2">
887 <di:waypoint xsi:type="dc:Point" x="921" y="427" />
888 <di:waypoint xsi:type="dc:Point" x="1182" y="427" />
889 <di:waypoint xsi:type="dc:Point" x="1182" y="470" />
890 <bpmndi:BPMNLabel>
891 <dc:Bounds x="1044" y="412" width="18" height="12" />
892 </bpmndi:BPMNLabel>
893 </bpmndi:BPMNEdge>
894 <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true">
895 <dc:Bounds x="441" y="574" width="50" height="50" />
896 <bpmndi:BPMNLabel>
897 <dc:Bounds x="445" y="631" width="88" height="36" />
898 </bpmndi:BPMNLabel>
899 </bpmndi:BPMNShape>
900 <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4">
901 <di:waypoint xsi:type="dc:Point" x="896" y="625" />
902 <di:waypoint xsi:type="dc:Point" x="896" y="683" />
903 <di:waypoint xsi:type="dc:Point" x="91" y="683" />
904 <di:waypoint xsi:type="dc:Point" x="91" y="810" />
905 <di:waypoint xsi:type="dc:Point" x="139" y="810" />
906 <bpmndi:BPMNLabel>
907 <dc:Bounds x="94" y="740.2320415029827" width="12" height="12" />
908 </bpmndi:BPMNLabel>
909 </bpmndi:BPMNEdge>
910 <bpmndi:BPMNEdge id="SequenceFlow_10ek8l4_di" bpmnElement="SequenceFlow_10ek8l4">
911 <di:waypoint xsi:type="dc:Point" x="466" y="574" />
912 <di:waypoint xsi:type="dc:Point" x="466" y="530" />
913 <di:waypoint xsi:type="dc:Point" x="1132" y="530" />
914 <bpmndi:BPMNLabel>
915 <dc:Bounds x="1039" y="503.5367415795749" width="18" height="12" />
916 </bpmndi:BPMNLabel>
917 </bpmndi:BPMNEdge>
918 <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true">
919 <dc:Bounds x="292.1076011846002" y="785" width="50" height="50" />
920 <bpmndi:BPMNLabel>
921 <dc:Bounds x="284" y="835" width="68" height="24" />
922 </bpmndi:BPMNLabel>
923 </bpmndi:BPMNShape>
924 <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m">
925 <di:waypoint xsi:type="dc:Point" x="342" y="810" />
926 <di:waypoint xsi:type="dc:Point" x="425" y="810" />
927 <bpmndi:BPMNLabel>
928 <dc:Bounds x="378" y="795" width="12" height="12" />
929 </bpmndi:BPMNLabel>
930 </bpmndi:BPMNEdge>
931 <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true">
932 <dc:Bounds x="601.1076011846002" y="785" width="50" height="50" />
933 <bpmndi:BPMNLabel>
934 <dc:Bounds x="591" y="835" width="72" height="24" />
935 </bpmndi:BPMNLabel>
936 </bpmndi:BPMNShape>
937 <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk">
938 <di:waypoint xsi:type="dc:Point" x="651.1076011846002" y="810" />
939 <di:waypoint xsi:type="dc:Point" x="714" y="810" />
940 <bpmndi:BPMNLabel>
941 <dc:Bounds x="677" y="795" width="12" height="12" />
942 </bpmndi:BPMNLabel>
943 </bpmndi:BPMNEdge>
944 <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true">
945 <dc:Bounds x="871" y="785" width="50" height="50" />
946 <bpmndi:BPMNLabel>
947 <dc:Bounds x="862" y="835" width="68" height="24" />
948 </bpmndi:BPMNLabel>
949 </bpmndi:BPMNShape>
950 <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d">
951 <di:waypoint xsi:type="dc:Point" x="921" y="810" />
952 <di:waypoint xsi:type="dc:Point" x="960" y="810" />
953 <bpmndi:BPMNLabel>
954 <dc:Bounds x="935" y="795" width="12" height="12" />
955 </bpmndi:BPMNLabel>
956 </bpmndi:BPMNEdge>
957 <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true">
958 <dc:Bounds x="1105.1076011846003" y="785" width="50" height="50" />
959 <bpmndi:BPMNLabel>
960 <dc:Bounds x="1145" y="833" width="73" height="36" />
961 </bpmndi:BPMNLabel>
962 </bpmndi:BPMNShape>
963 <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6">
964 <di:waypoint xsi:type="dc:Point" x="1060" y="810" />
965 <di:waypoint xsi:type="dc:Point" x="1105" y="810" />
966 <bpmndi:BPMNLabel>
967 <dc:Bounds x="1083" y="785" width="0" height="0" />
968 </bpmndi:BPMNLabel>
969 </bpmndi:BPMNEdge>
970 <bpmndi:BPMNEdge id="SequenceFlow_13yjc85_di" bpmnElement="SequenceFlow_13yjc85">
971 <di:waypoint xsi:type="dc:Point" x="1155" y="810" />
972 <di:waypoint xsi:type="dc:Point" x="1182" y="810" />
973 <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
974 <bpmndi:BPMNLabel>
975 <dc:Bounds x="1160" y="795" width="18" height="12" />
976 </bpmndi:BPMNLabel>
977 </bpmndi:BPMNEdge>
978 <bpmndi:BPMNEdge id="SequenceFlow_0waedj5_di" bpmnElement="SequenceFlow_0waedj5">
979 <di:waypoint xsi:type="dc:Point" x="317" y="785" />
980 <di:waypoint xsi:type="dc:Point" x="317" y="711" />
981 <di:waypoint xsi:type="dc:Point" x="1182" y="711" />
982 <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
983 <bpmndi:BPMNLabel>
984 <dc:Bounds x="370" y="716" width="18" height="12" />
985 </bpmndi:BPMNLabel>
986 </bpmndi:BPMNEdge>
987 <bpmndi:BPMNEdge id="SequenceFlow_1hg9c2l_di" bpmnElement="SequenceFlow_1hg9c2l">
988 <di:waypoint xsi:type="dc:Point" x="626" y="785" />
989 <di:waypoint xsi:type="dc:Point" x="626" y="714" />
990 <di:waypoint xsi:type="dc:Point" x="1182" y="714" />
991 <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
992 <bpmndi:BPMNLabel>
993 <dc:Bounds x="669" y="717" width="18" height="12" />
994 </bpmndi:BPMNLabel>
995 </bpmndi:BPMNEdge>
996 <bpmndi:BPMNEdge id="SequenceFlow_0gej71y_di" bpmnElement="SequenceFlow_0gej71y">
997 <di:waypoint xsi:type="dc:Point" x="896" y="785" />
998 <di:waypoint xsi:type="dc:Point" x="896" y="720" />
999 <di:waypoint xsi:type="dc:Point" x="1182" y="720" />
1000 <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
1001 <bpmndi:BPMNLabel>
1002 <dc:Bounds x="905" y="738" width="18" height="12" />
1003 </bpmndi:BPMNLabel>
1004 </bpmndi:BPMNEdge>
1005 <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h">
1006 <dc:Bounds x="1438" y="333" width="100" height="80" />
1007 </bpmndi:BPMNShape>
1008 <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true">
1009 <dc:Bounds x="1314" y="485" width="50" height="50" />
1010 <bpmndi:BPMNLabel>
1011 <dc:Bounds x="1295" y="534.2201382033564" width="87" height="12" />
1012 </bpmndi:BPMNLabel>
1013 </bpmndi:BPMNShape>
1014 <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true">
1015 <dc:Bounds x="1463" y="671" width="50" height="50" />
1016 <bpmndi:BPMNLabel>
1017 <dc:Bounds x="1522" y="684" width="69" height="24" />
1018 </bpmndi:BPMNLabel>
1019 </bpmndi:BPMNShape>
1020 <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3">
1021 <di:waypoint xsi:type="dc:Point" x="1339" y="535" />
1022 <di:waypoint xsi:type="dc:Point" x="1339" y="648" />
1023 <di:waypoint xsi:type="dc:Point" x="1490" y="648" />
1024 <di:waypoint xsi:type="dc:Point" x="1489" y="672" />
1025 <bpmndi:BPMNLabel>
1026 <dc:Bounds x="1404" y="633" width="21" height="12" />
1027 </bpmndi:BPMNLabel>
1028 </bpmndi:BPMNEdge>
1029 <bpmndi:BPMNEdge id="SequenceFlow_1sla5dr_di" bpmnElement="SequenceFlow_1sla5dr">
1030 <di:waypoint xsi:type="dc:Point" x="1463" y="696" />
1031 <di:waypoint xsi:type="dc:Point" x="440" y="696" />
1032 <di:waypoint xsi:type="dc:Point" x="440" y="467" />
1033 <bpmndi:BPMNLabel>
1034 <dc:Bounds x="1227" y="699.0112438804176" width="85" height="24" />
1035 </bpmndi:BPMNLabel>
1036 </bpmndi:BPMNEdge>
1037 <bpmndi:BPMNEdge id="SequenceFlow_0iektwg_di" bpmnElement="SequenceFlow_0iektwg">
1038 <di:waypoint xsi:type="dc:Point" x="1467" y="692" />
1039 <di:waypoint xsi:type="dc:Point" x="1323" y="667" />
1040 <di:waypoint xsi:type="dc:Point" x="764" y="667" />
1041 <di:waypoint xsi:type="dc:Point" x="764" y="467" />
1042 <bpmndi:BPMNLabel>
1043 <dc:Bounds x="1214" y="631" width="87" height="24" />
1044 </bpmndi:BPMNLabel>
1045 </bpmndi:BPMNEdge>
1046 <bpmndi:BPMNEdge id="SequenceFlow_1ttepat_di" bpmnElement="SequenceFlow_1ttepat">
1047 <di:waypoint xsi:type="dc:Point" x="1468" y="701" />
1048 <di:waypoint xsi:type="dc:Point" x="1346" y="735" />
1049 <di:waypoint xsi:type="dc:Point" x="189" y="735" />
1050 <di:waypoint xsi:type="dc:Point" x="189" y="639" />
1051 <bpmndi:BPMNLabel>
1052 <dc:Bounds x="1230" y="743" width="85" height="24" />
1053 </bpmndi:BPMNLabel>
1054 </bpmndi:BPMNEdge>
1055 <bpmndi:BPMNEdge id="SequenceFlow_1hx1ur7_di" bpmnElement="SequenceFlow_1hx1ur7">
1056 <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1057 <di:waypoint xsi:type="dc:Point" x="1488" y="789" />
1058 <di:waypoint xsi:type="dc:Point" x="1322" y="883" />
1059 <di:waypoint xsi:type="dc:Point" x="475" y="883" />
1060 <di:waypoint xsi:type="dc:Point" x="475" y="850" />
1061 <bpmndi:BPMNLabel>
1062 <dc:Bounds x="1316" y="811" width="85" height="24" />
1063 </bpmndi:BPMNLabel>
1064 </bpmndi:BPMNEdge>
1065 <bpmndi:BPMNEdge id="SequenceFlow_0ukzynj_di" bpmnElement="SequenceFlow_0ukzynj">
1066 <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1067 <di:waypoint xsi:type="dc:Point" x="1488" y="818" />
1068 <di:waypoint xsi:type="dc:Point" x="1346" y="918" />
1069 <di:waypoint xsi:type="dc:Point" x="764" y="918" />
1070 <di:waypoint xsi:type="dc:Point" x="764" y="850" />
1071 <bpmndi:BPMNLabel>
1072 <dc:Bounds x="1374" y="853.0052048946286" width="85" height="24" />
1073 </bpmndi:BPMNLabel>
1074 </bpmndi:BPMNEdge>
1075 <bpmndi:BPMNEdge id="SequenceFlow_1lsfn19_di" bpmnElement="SequenceFlow_1lsfn19">
1076 <di:waypoint xsi:type="dc:Point" x="1488" y="721" />
1077 <di:waypoint xsi:type="dc:Point" x="1488" y="858" />
1078 <di:waypoint xsi:type="dc:Point" x="1368" y="952" />
1079 <di:waypoint xsi:type="dc:Point" x="1010" y="952" />
1080 <di:waypoint xsi:type="dc:Point" x="1010" y="850" />
1081 <bpmndi:BPMNLabel>
1082 <dc:Bounds x="1402" y="937.143889853408" width="85" height="24" />
1083 </bpmndi:BPMNLabel>
1084 </bpmndi:BPMNEdge>
1085 <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v">
1086 <di:waypoint xsi:type="dc:Point" x="231" y="599" />
1087 <di:waypoint xsi:type="dc:Point" x="289" y="599" />
1088 <bpmndi:BPMNLabel>
1089 <dc:Bounds x="260" y="584" width="0" height="0" />
1090 </bpmndi:BPMNLabel>
1091 </bpmndi:BPMNEdge>
1092 <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go">
1093 <dc:Bounds x="131" y="559" width="100" height="80" />
1094 </bpmndi:BPMNShape>
1095 <bpmndi:BPMNShape id="ScriptTask_13zzxzd_di" bpmnElement="Task_040hi91">
1096 <dc:Bounds x="513" y="559" width="100" height="80" />
1097 </bpmndi:BPMNShape>
1098 <bpmndi:BPMNShape id="CallActivity_1qpajth_di" bpmnElement="Task_15hpowt">
1099 <dc:Bounds x="645" y="559" width="100" height="80" />
1100 </bpmndi:BPMNShape>
1101 <bpmndi:BPMNShape id="ExclusiveGateway_084iffr_di" bpmnElement="ExclusiveGateway_084iffr" isMarkerVisible="true">
1102 <dc:Bounds x="871" y="574" width="50" height="50" />
1103 <bpmndi:BPMNLabel>
1104 <dc:Bounds x="924" y="599" width="84" height="36" />
1105 </bpmndi:BPMNLabel>
1106 </bpmndi:BPMNShape>
1107 <bpmndi:BPMNEdge id="SequenceFlow_0pfydeg_di" bpmnElement="SequenceFlow_0pfydeg">
1108 <di:waypoint xsi:type="dc:Point" x="921" y="599" />
1109 <di:waypoint xsi:type="dc:Point" x="1182" y="599" />
1110 <di:waypoint xsi:type="dc:Point" x="1182" y="550" />
1111 <bpmndi:BPMNLabel>
1112 <dc:Bounds x="1043" y="584" width="18" height="12" />
1113 </bpmndi:BPMNLabel>
1114 </bpmndi:BPMNEdge>
1115 <bpmndi:BPMNEdge id="SequenceFlow_0bxgny0_di" bpmnElement="SequenceFlow_0bxgny0">
1116 <di:waypoint xsi:type="dc:Point" x="491" y="599" />
1117 <di:waypoint xsi:type="dc:Point" x="513" y="599" />
1118 <bpmndi:BPMNLabel>
1119 <dc:Bounds x="496" y="574" width="12" height="12" />
1120 </bpmndi:BPMNLabel>
1121 </bpmndi:BPMNEdge>
1122 <bpmndi:BPMNEdge id="SequenceFlow_1qm0ygo_di" bpmnElement="SequenceFlow_1qm0ygo">
1123 <di:waypoint xsi:type="dc:Point" x="613" y="599" />
1124 <di:waypoint xsi:type="dc:Point" x="645" y="599" />
1125 <bpmndi:BPMNLabel>
1126 <dc:Bounds x="629" y="574" width="0" height="0" />
1127 </bpmndi:BPMNLabel>
1128 </bpmndi:BPMNEdge>
1129 <bpmndi:BPMNEdge id="SequenceFlow_0he2w4b_di" bpmnElement="SequenceFlow_0he2w4b">
1130 <di:waypoint xsi:type="dc:Point" x="745" y="599" />
1131 <di:waypoint xsi:type="dc:Point" x="871" y="599" />
1132 <bpmndi:BPMNLabel>
1133 <dc:Bounds x="808" y="574" width="0" height="0" />
1134 </bpmndi:BPMNLabel>
1135 </bpmndi:BPMNEdge>
1136 <bpmndi:BPMNEdge id="SequenceFlow_051zp79_di" bpmnElement="SequenceFlow_051zp79">
1137 <di:waypoint xsi:type="dc:Point" x="1499" y="682" />
1138 <di:waypoint xsi:type="dc:Point" x="1627" y="512" />
1139 <di:waypoint xsi:type="dc:Point" x="1627" y="373" />
1140 <di:waypoint xsi:type="dc:Point" x="1538" y="373" />
1141 <bpmndi:BPMNLabel>
1142 <dc:Bounds x="1728" y="551.5" width="0" height="0" />
1143 </bpmndi:BPMNLabel>
1144 </bpmndi:BPMNEdge>
1145 <bpmndi:BPMNEdge id="SequenceFlow_193t8ts_di" bpmnElement="SequenceFlow_193t8ts">
1146 <di:waypoint xsi:type="dc:Point" x="1505" y="688" />
1147 <di:waypoint xsi:type="dc:Point" x="1677" y="614" />
1148 <di:waypoint xsi:type="dc:Point" x="1677" y="310" />
1149 <di:waypoint xsi:type="dc:Point" x="475" y="310" />
1150 <di:waypoint xsi:type="dc:Point" x="475" y="277" />
1151 <bpmndi:BPMNLabel>
1152 <dc:Bounds x="1575" y="581" width="88" height="36" />
1153 </bpmndi:BPMNLabel>
1154 </bpmndi:BPMNEdge>
1155 <bpmndi:BPMNEdge id="SequenceFlow_18u8p2k_di" bpmnElement="SequenceFlow_18u8p2k">
1156 <di:waypoint xsi:type="dc:Point" x="1508" y="691" />
1157 <di:waypoint xsi:type="dc:Point" x="1776" y="618" />
1158 <di:waypoint xsi:type="dc:Point" x="1776" y="311" />
1159 <di:waypoint xsi:type="dc:Point" x="764" y="311" />
1160 <di:waypoint xsi:type="dc:Point" x="764" y="277" />
1161 <bpmndi:BPMNLabel>
1162 <dc:Bounds x="1689" y="577.5" width="81" height="24" />
1163 </bpmndi:BPMNLabel>
1164 </bpmndi:BPMNEdge>
1165 <bpmndi:BPMNEdge id="SequenceFlow_0eueu1t_di" bpmnElement="SequenceFlow_0eueu1t">
1166 <di:waypoint xsi:type="dc:Point" x="1510" y="693" />
1167 <di:waypoint xsi:type="dc:Point" x="1865" y="635" />
1168 <di:waypoint xsi:type="dc:Point" x="1865" y="309" />
1169 <di:waypoint xsi:type="dc:Point" x="189" y="309" />
1170 <di:waypoint xsi:type="dc:Point" x="189" y="387" />
1171 <bpmndi:BPMNLabel>
1172 <dc:Bounds x="1784" y="579" width="80" height="24" />
1173 </bpmndi:BPMNLabel>
1174 </bpmndi:BPMNEdge>
1175 </bpmndi:BPMNPlane>
1176 </bpmndi:BPMNDiagram>
1177</bpmn2:definitions>