Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 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.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| 3 | <bpmn2:process id="UpdateVnfInfra" name="UpdateVnfInfra" isExecutable="true"> |
| 4 | <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy"> |
| 5 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 6 | <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing> |
| 7 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 8 | def uvfm = new UpdateVnfInfra() |
| 9 | uvfm.sendSynchResponse(execution)]]></bpmn2:script> |
| 10 | </bpmn2:scriptTask> |
| 11 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" /> |
| 12 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 13 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 14 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 15 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 16 | def uvfm = new UpdateVnfInfra() |
| 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_1dqbqqx</bpmn2:incoming> |
| 46 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
| 47 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 48 | def uvfm = new UpdateVnfInfra() |
| 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_07rej8l" /> |
| 59 | <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy"> |
| 60 | <bpmn2:incoming>SequenceFlow_0slcwxc</bpmn2:incoming> |
| 61 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 62 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 63 | def uvfm = new UpdateVnfInfra() |
| 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_0a0lfh8" sourceRef="Task_07rej8l" targetRef="Task_18twhln" /> |
| 84 | <bpmn2:sequenceFlow id="SequenceFlow_0r0o5yt" sourceRef="Task_18twhln" targetRef="Task_16v4gow" /> |
| 85 | <bpmn2:sequenceFlow id="SequenceFlow_0slcwxc" sourceRef="Task_16v4gow" targetRef="ScriptTask_3" /> |
| 86 | <bpmn2:scriptTask id="Task_07rej8l" name="PreProcess Rollback" scriptFormat="groovy"> |
| 87 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 88 | <bpmn2:outgoing>SequenceFlow_0a0lfh8</bpmn2:outgoing> |
| 89 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 90 | def uvfm = new VnfInPlaceUpdate() |
| 91 | uvfm.preProcessRollback(execution)]]></bpmn2:script> |
| 92 | </bpmn2:scriptTask> |
| 93 | <bpmn2:scriptTask id="Task_16v4gow" name="PostProcess Rollback" scriptFormat="groovy"> |
| 94 | <bpmn2:incoming>SequenceFlow_0r0o5yt</bpmn2:incoming> |
| 95 | <bpmn2:outgoing>SequenceFlow_0slcwxc</bpmn2:outgoing> |
| 96 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 97 | def uvfm = new VnfInPlaceUpdate() |
| 98 | uvfm.postProcessRollback(execution)]]></bpmn2:script> |
| 99 | </bpmn2:scriptTask> |
| 100 | <bpmn2:callActivity id="Task_18twhln" name="Rollback Processing" calledElement="RollbackVnf"> |
| 101 | <bpmn2:extensionElements> |
| 102 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 103 | <camunda:in source="vnfId" target="vnfId" /> |
| 104 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 105 | <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" /> |
| 106 | <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" /> |
| 107 | <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" /> |
| 108 | <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 109 | <camunda:in source="errorCode" target="errorCode" /> |
| 110 | <camunda:in source="rollbackQuiesceTraffic" target="rollbackQuiesceTraffic" /> |
| 111 | <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" /> |
| 112 | <camunda:in source="controllerType" target="controllerType" /> |
| 113 | </bpmn2:extensionElements> |
| 114 | <bpmn2:incoming>SequenceFlow_0a0lfh8</bpmn2:incoming> |
| 115 | <bpmn2:outgoing>SequenceFlow_0r0o5yt</bpmn2:outgoing> |
| 116 | </bpmn2:callActivity> |
| 117 | </bpmn2:subProcess> |
| 118 | <bpmn2:endEvent id="EndEvent_3"> |
| 119 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 120 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" /> |
| 121 | </bpmn2:endEvent> |
| 122 | <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1"> |
| 123 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 124 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" /> |
| 125 | </bpmn2:boundaryEvent> |
| 126 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" /> |
| 127 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 128 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 129 | </bpmn2:startEvent> |
| 130 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
| 131 | <bpmn2:callActivity id="ScriptTask_6" name="DoUpdateVnfAndModules" calledElement="DoUpdateVnfAndModules"> |
| 132 | <bpmn2:extensionElements> |
| 133 | <camunda:in source="requestId" target="msoRequestId" /> |
| 134 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 135 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 136 | <camunda:in source="isVidRequest" target="isVidRequest" /> |
| 137 | <camunda:in source="vnfType" target="vnfType" /> |
| 138 | <camunda:in source="vnfName" target="vnfName" /> |
| 139 | <camunda:in source="vnfId" target="vnfId" /> |
| 140 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 141 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 142 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 143 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 144 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 145 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 146 | <camunda:in source="tenantId" target="tenantId" /> |
| 147 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
| 148 | <camunda:in source="usePreload" target="usePreload" /> |
| 149 | <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" /> |
| 150 | <camunda:in source="vfModuleInputParams" target="vfModuleInputParams" /> |
| 151 | </bpmn2:extensionElements> |
| 152 | <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming> |
| 153 | <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing> |
| 154 | </bpmn2:callActivity> |
| 155 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" /> |
| 156 | <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" /> |
| 157 | <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService"> |
| 158 | <bpmn2:extensionElements> |
| 159 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 160 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 161 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 162 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 163 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 164 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 165 | </bpmn2:extensionElements> |
| 166 | <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming> |
| 167 | <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing> |
| 168 | </bpmn2:callActivity> |
| 169 | <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_155eyrq" /> |
| 170 | <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy"> |
| 171 | <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming> |
| 172 | <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing> |
| 173 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 174 | def uvfm = new UpdateVnfInfra() |
| 175 | uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script> |
| 176 | </bpmn2:scriptTask> |
| 177 | <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" /> |
| 178 | <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&AI" scriptFormat="groovy"> |
| 179 | <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming> |
| 180 | <bpmn2:incoming>SequenceFlow_1pj72fw</bpmn2:incoming> |
| 181 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 182 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 183 | def uvfm = new UpdateVnfInfra() |
| 184 | uvfm.checkIfVnfInMaintInAAI(execution) |
| 185 | ]]></bpmn2:script> |
| 186 | </bpmn2:scriptTask> |
| 187 | <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" /> |
| 188 | <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" /> |
| 189 | <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" /> |
| 190 | <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&AI" scriptFormat="groovy"> |
| 191 | <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming> |
| 192 | <bpmn2:incoming>SequenceFlow_1lmijmb</bpmn2:incoming> |
| 193 | <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing> |
| 194 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 195 | def uvfm = new UpdateVnfInfra() |
| 196 | uvfm.setVnfInMaintFlagInAAI(execution, true) |
| 197 | ]]></bpmn2:script> |
| 198 | </bpmn2:scriptTask> |
| 199 | <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&AI" scriptFormat="groovy"> |
| 200 | <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming> |
| 201 | <bpmn2:incoming>SequenceFlow_11p8elx</bpmn2:incoming> |
| 202 | <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing> |
| 203 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 204 | def uvfm = new UpdateVnfInfra() |
| 205 | uvfm.setVnfInMaintFlagInAAI(execution, false) |
| 206 | ]]></bpmn2:script> |
| 207 | </bpmn2:scriptTask> |
| 208 | <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&AI" scriptFormat="groovy"> |
| 209 | <bpmn2:incoming>SequenceFlow_178fxkj</bpmn2:incoming> |
| 210 | <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing> |
| 211 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 212 | def uvfm = new UpdateVnfInfra() |
| 213 | uvfm.checkIfPserversInMaintInAAI(execution) |
| 214 | ]]></bpmn2:script> |
| 215 | </bpmn2:scriptTask> |
| 216 | <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" /> |
| 217 | <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" /> |
| 218 | <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" /> |
| 219 | <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" /> |
| 220 | <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" /> |
| 221 | <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" /> |
| 222 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z"> |
| 223 | <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming> |
| 224 | <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing> |
| 225 | <bpmn2:outgoing>SequenceFlow_1esmtgy</bpmn2:outgoing> |
| 226 | </bpmn2:exclusiveGateway> |
| 227 | <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" /> |
| 228 | <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi"> |
| 229 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 230 | <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing> |
| 231 | <bpmn2:outgoing>SequenceFlow_1jmzl1j</bpmn2:outgoing> |
| 232 | </bpmn2:exclusiveGateway> |
| 233 | <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" /> |
| 234 | <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler"> |
| 235 | <bpmn2:extensionElements> |
| 236 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 237 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 238 | <camunda:in source="serviceType" target="serviceType" /> |
| 239 | <camunda:in source="nfRole" target="vnfType" /> |
| 240 | <camunda:in source="currentActivity" target="currentActivity" /> |
| 241 | <camunda:in source="workStep" target="workStep" /> |
| 242 | <camunda:in source="failedActivity" target="failedActivity" /> |
| 243 | <camunda:in source="errorCode" target="errorCode" /> |
| 244 | <camunda:in source="errorText" target="errorText" /> |
| 245 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 246 | <camunda:out source="handlingCode" target="disposition" /> |
| 247 | <camunda:in source="requestorId" target="requestorId" /> |
| 248 | <camunda:out source="taskId" target="taskId" /> |
| 249 | <camunda:in source="vnfName" target="vnfName" /> |
| 250 | </bpmn2:extensionElements> |
| 251 | <bpmn2:incoming>SequenceFlow_1nplvhi</bpmn2:incoming> |
| 252 | <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing> |
| 253 | </bpmn2:callActivity> |
| 254 | <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" /> |
| 255 | <bpmn2:task id="Task_0zbogrm" name="Rollback Processing"> |
| 256 | <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming> |
| 257 | </bpmn2:task> |
| 258 | <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h"> |
| 259 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression> |
| 260 | </bpmn2:sequenceFlow> |
| 261 | <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm"> |
| 262 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression> |
| 263 | </bpmn2:sequenceFlow> |
| 264 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m"> |
| 265 | <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming> |
| 266 | <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing> |
| 267 | <bpmn2:outgoing>SequenceFlow_010ynjs</bpmn2:outgoing> |
| 268 | </bpmn2:exclusiveGateway> |
| 269 | <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" /> |
| 270 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib"> |
| 271 | <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming> |
| 272 | <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing> |
| 273 | <bpmn2:outgoing>SequenceFlow_1qsxbp4</bpmn2:outgoing> |
| 274 | </bpmn2:exclusiveGateway> |
| 275 | <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" /> |
| 276 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8"> |
| 277 | <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming> |
| 278 | <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing> |
| 279 | <bpmn2:outgoing>SequenceFlow_15bl7wd</bpmn2:outgoing> |
| 280 | </bpmn2:exclusiveGateway> |
| 281 | <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" /> |
| 282 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki"> |
| 283 | <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming> |
| 284 | <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing> |
| 285 | <bpmn2:outgoing>SequenceFlow_1m84lq5</bpmn2:outgoing> |
| 286 | </bpmn2:exclusiveGateway> |
| 287 | <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" /> |
| 288 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoUpdateVnfAndNModules?" default="SequenceFlow_04zwhw4"> |
| 289 | <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming> |
| 290 | <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing> |
| 291 | <bpmn2:outgoing>SequenceFlow_0fog99f</bpmn2:outgoing> |
| 292 | </bpmn2:exclusiveGateway> |
| 293 | <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_1hdg951" /> |
| 294 | <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m"> |
| 295 | <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming> |
| 296 | <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing> |
| 297 | <bpmn2:outgoing>SequenceFlow_12g63pl</bpmn2:outgoing> |
| 298 | </bpmn2:exclusiveGateway> |
| 299 | <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" /> |
| 300 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk"> |
| 301 | <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming> |
| 302 | <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing> |
| 303 | <bpmn2:outgoing>SequenceFlow_0l83v2k</bpmn2:outgoing> |
| 304 | </bpmn2:exclusiveGateway> |
| 305 | <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" /> |
| 306 | <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d"> |
| 307 | <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming> |
| 308 | <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing> |
| 309 | <bpmn2:outgoing>SequenceFlow_07fhkt4</bpmn2:outgoing> |
| 310 | </bpmn2:exclusiveGateway> |
| 311 | <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" /> |
| 312 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3"> |
| 313 | <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming> |
| 314 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 315 | <bpmn2:outgoing>SequenceFlow_0p94lgv</bpmn2:outgoing> |
| 316 | </bpmn2:exclusiveGateway> |
| 317 | <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" /> |
| 318 | <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy"> |
| 319 | <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming> |
| 320 | <bpmn2:incoming>SequenceFlow_1c022sy</bpmn2:incoming> |
| 321 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 322 | def uvfm = new UpdateVnfInfra() |
| 323 | uvfm.abortProcessing(execution)]]></bpmn2:script> |
| 324 | </bpmn2:scriptTask> |
| 325 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition"> |
| 326 | <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming> |
| 327 | <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing> |
| 328 | <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing> |
| 329 | <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing> |
| 330 | </bpmn2:exclusiveGateway> |
| 331 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_1c022sy"> |
| 332 | <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming> |
| 333 | <bpmn2:outgoing>SequenceFlow_1c022sy</bpmn2:outgoing> |
| 334 | <bpmn2:outgoing>SequenceFlow_0tqrgop</bpmn2:outgoing> |
| 335 | <bpmn2:outgoing>SequenceFlow_126nlmw</bpmn2:outgoing> |
| 336 | <bpmn2:outgoing>SequenceFlow_0mw3mwl</bpmn2:outgoing> |
| 337 | <bpmn2:outgoing>SequenceFlow_13md9cw</bpmn2:outgoing> |
| 338 | <bpmn2:outgoing>SequenceFlow_0xylem3</bpmn2:outgoing> |
| 339 | <bpmn2:outgoing>SequenceFlow_1c5mxd5</bpmn2:outgoing> |
| 340 | <bpmn2:outgoing>SequenceFlow_0u8hiu2</bpmn2:outgoing> |
| 341 | <bpmn2:outgoing>SequenceFlow_0fs7ay9</bpmn2:outgoing> |
| 342 | <bpmn2:outgoing>SequenceFlow_00qwx4v</bpmn2:outgoing> |
| 343 | <bpmn2:outgoing>SequenceFlow_14s8ji9</bpmn2:outgoing> |
| 344 | <bpmn2:outgoing>SequenceFlow_0kricor</bpmn2:outgoing> |
| 345 | </bpmn2:exclusiveGateway> |
| 346 | <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx"> |
| 347 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip"]]></bpmn2:conditionExpression> |
| 348 | </bpmn2:sequenceFlow> |
| 349 | <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" /> |
| 350 | <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoUpdateVnfAndModules" scriptFormat="groovy"> |
| 351 | <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming> |
| 352 | <bpmn2:incoming>SequenceFlow_1hldqvv</bpmn2:incoming> |
| 353 | <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing> |
| 354 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 355 | def uvfm = new UpdateVnfInfra() |
| 356 | uvfm.prepDoUpdateVnfAndModules(execution)]]></bpmn2:script> |
| 357 | </bpmn2:scriptTask> |
| 358 | <bpmn2:sequenceFlow id="SequenceFlow_1c022sy" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" /> |
| 359 | <bpmn2:callActivity id="Task_1dtbnuy" name="Call APP-C VNF Lock" calledElement="AppCClient"> |
| 360 | <bpmn2:extensionElements> |
| 361 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 362 | <camunda:in source="actionLock" target="action" /> |
| 363 | <camunda:in source="vnfId" target="vnfId" /> |
| 364 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 365 | <camunda:out source="errorCode" target="errorCode" /> |
| 366 | <camunda:out source="errorText" target="errorText" /> |
| 367 | <camunda:out source="workStep" target="workStep" /> |
| 368 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 369 | <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 370 | <camunda:in source="controllerType" target="controllerType" /> |
| 371 | </bpmn2:extensionElements> |
| 372 | <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming> |
| 373 | <bpmn2:incoming>SequenceFlow_0qmpjgv</bpmn2:incoming> |
| 374 | <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing> |
| 375 | </bpmn2:callActivity> |
| 376 | <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C Health Check" calledElement="AppCClient"> |
| 377 | <bpmn2:extensionElements> |
| 378 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 379 | <camunda:in source="actionHealthCheck" target="action" /> |
| 380 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 381 | <camunda:in source="payload" target="payload" /> |
| 382 | <camunda:in source="vnfId" target="vnfId" /> |
| 383 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 384 | <camunda:out source="errorCode" target="errorCode" /> |
| 385 | <camunda:out source="errorText" target="errorText" /> |
| 386 | <camunda:out source="workStep" target="workStep" /> |
| 387 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 388 | <camunda:in source="vnfName" target="vnfName" /> |
| 389 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
| 390 | <camunda:in source="controllerType" target="controllerType" /> |
| 391 | </bpmn2:extensionElements> |
| 392 | <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming> |
| 393 | <bpmn2:incoming>SequenceFlow_0tld38t</bpmn2:incoming> |
| 394 | <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing> |
| 395 | </bpmn2:callActivity> |
| 396 | <bpmn2:callActivity id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" calledElement="AppCClient"> |
| 397 | <bpmn2:extensionElements> |
| 398 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 399 | <camunda:in source="actionStop" target="action" /> |
| 400 | <camunda:in source="vnfId" target="vnfId" /> |
| 401 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 402 | <camunda:out source="errorCode" target="errorCode" /> |
| 403 | <camunda:out source="errorText" target="errorText" /> |
| 404 | <camunda:out source="workStep" target="workStep" /> |
| 405 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 406 | <camunda:in source="aicIdentity" target="aicIdentity" /> |
| 407 | <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" /> |
| 408 | <camunda:in source="controllerType" target="controllerType" /> |
| 409 | </bpmn2:extensionElements> |
| 410 | <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming> |
| 411 | <bpmn2:incoming>SequenceFlow_08dyt3l</bpmn2:incoming> |
| 412 | <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing> |
| 413 | </bpmn2:callActivity> |
| 414 | <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C VNF Start" calledElement="AppCClient"> |
| 415 | <bpmn2:extensionElements> |
| 416 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 417 | <camunda:in source="actionStart" target="action" /> |
| 418 | <camunda:in source="vnfId" target="vnfId" /> |
| 419 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 420 | <camunda:out source="errorCode" target="errorCode" /> |
| 421 | <camunda:out source="errorText" target="errorText" /> |
| 422 | <camunda:out source="workStep" target="workStep" /> |
| 423 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 424 | <camunda:in source="aicIdentity" target="aicIdentity" /> |
| 425 | <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" /> |
| 426 | <camunda:in source="controllerType" target="controllerType" /> |
| 427 | </bpmn2:extensionElements> |
| 428 | <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming> |
| 429 | <bpmn2:incoming>SequenceFlow_0ye8oij</bpmn2:incoming> |
| 430 | <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing> |
| 431 | </bpmn2:callActivity> |
| 432 | <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health Check" calledElement="AppCClient"> |
| 433 | <bpmn2:extensionElements> |
| 434 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 435 | <camunda:in source="actionHealthCheck" target="action" /> |
| 436 | <camunda:in source="healthCheckIndex1" target="healthCheckIndex" /> |
| 437 | <camunda:in source="payload" target="payload" /> |
| 438 | <camunda:in source="vnfId" target="vnfId" /> |
| 439 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 440 | <camunda:out source="errorCode" target="errorCode" /> |
| 441 | <camunda:out source="errorText" target="errorText" /> |
| 442 | <camunda:out source="workStep" target="workStep" /> |
| 443 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 444 | <camunda:in source="vnfName" target="vnfName" /> |
| 445 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
| 446 | <camunda:in source="controllerType" target="controllerType" /> |
| 447 | </bpmn2:extensionElements> |
| 448 | <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming> |
| 449 | <bpmn2:incoming>SequenceFlow_08kn9ok</bpmn2:incoming> |
| 450 | <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing> |
| 451 | </bpmn2:callActivity> |
| 452 | <bpmn2:callActivity id="Task_1sove95" name="Call APP-C VNF Unlock" calledElement="AppCClient"> |
| 453 | <bpmn2:extensionElements> |
| 454 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 455 | <camunda:in source="actionUnlock" target="action" /> |
| 456 | <camunda:in source="vnfId" target="vnfId" /> |
| 457 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 458 | <camunda:out source="errorCode" target="errorCode" /> |
| 459 | <camunda:out source="errorText" target="errorText" /> |
| 460 | <camunda:out source="workStep" target="workStep" /> |
| 461 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 462 | <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 463 | <camunda:in source="controllerType" target="controllerType" /> |
| 464 | </bpmn2:extensionElements> |
| 465 | <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming> |
| 466 | <bpmn2:incoming>SequenceFlow_02uiht9</bpmn2:incoming> |
| 467 | <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing> |
| 468 | </bpmn2:callActivity> |
| 469 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0wc37af" name="To Rainy Day Handling"> |
| 470 | <bpmn2:incoming>SequenceFlow_1esmtgy</bpmn2:incoming> |
| 471 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 472 | </bpmn2:intermediateThrowEvent> |
| 473 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1r18wa8" name="To Rainy Day Handling"> |
| 474 | <bpmn2:incoming>SequenceFlow_1jmzl1j</bpmn2:incoming> |
| 475 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 476 | </bpmn2:intermediateThrowEvent> |
| 477 | <bpmn2:sequenceFlow id="SequenceFlow_1esmtgy" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_0wc37af"> |
| 478 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 479 | </bpmn2:sequenceFlow> |
| 480 | <bpmn2:sequenceFlow id="SequenceFlow_1jmzl1j" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1r18wa8"> |
| 481 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 482 | </bpmn2:sequenceFlow> |
| 483 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0k7j3qf" name="To inMaintenance Check"> |
| 484 | <bpmn2:outgoing>SequenceFlow_1pj72fw</bpmn2:outgoing> |
| 485 | <bpmn2:linkEventDefinition name="To inMaintenance Check" /> |
| 486 | </bpmn2:intermediateCatchEvent> |
| 487 | <bpmn2:sequenceFlow id="SequenceFlow_1pj72fw" sourceRef="IntermediateThrowEvent_0k7j3qf" targetRef="Task_1rxiqe1" /> |
| 488 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1urs7gm" name="To inMaintenance Set"> |
| 489 | <bpmn2:outgoing>SequenceFlow_1lmijmb</bpmn2:outgoing> |
| 490 | <bpmn2:linkEventDefinition name="To inMaintenance Set" /> |
| 491 | </bpmn2:intermediateCatchEvent> |
| 492 | <bpmn2:sequenceFlow id="SequenceFlow_1lmijmb" sourceRef="IntermediateThrowEvent_1urs7gm" targetRef="Task_0ap39ka" /> |
| 493 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0wx980v" name="To Rainy Day Handling"> |
| 494 | <bpmn2:incoming>SequenceFlow_010ynjs</bpmn2:incoming> |
| 495 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 496 | </bpmn2:intermediateThrowEvent> |
| 497 | <bpmn2:sequenceFlow id="SequenceFlow_010ynjs" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0wx980v"> |
| 498 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 499 | </bpmn2:sequenceFlow> |
| 500 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1khl6dg" name="To VNF Lock"> |
| 501 | <bpmn2:outgoing>SequenceFlow_0qmpjgv</bpmn2:outgoing> |
| 502 | <bpmn2:linkEventDefinition name="To VNF Lock" /> |
| 503 | </bpmn2:intermediateCatchEvent> |
| 504 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11rri8p" name="To Rainy Day Handling"> |
| 505 | <bpmn2:incoming>SequenceFlow_1qsxbp4</bpmn2:incoming> |
| 506 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 507 | </bpmn2:intermediateThrowEvent> |
| 508 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0frizqo" name="To Rainy Day Handling"> |
| 509 | <bpmn2:incoming>SequenceFlow_15bl7wd</bpmn2:incoming> |
| 510 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 511 | </bpmn2:intermediateThrowEvent> |
| 512 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gmhr39" name="To Rainy Day Handling"> |
| 513 | <bpmn2:incoming>SequenceFlow_1m84lq5</bpmn2:incoming> |
| 514 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 515 | </bpmn2:intermediateThrowEvent> |
| 516 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1m2d0qt" name="To Health PreCheck"> |
| 517 | <bpmn2:outgoing>SequenceFlow_0tld38t</bpmn2:outgoing> |
| 518 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 519 | </bpmn2:intermediateCatchEvent> |
| 520 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0p4hkug" name="To VNF Stop"> |
| 521 | <bpmn2:outgoing>SequenceFlow_08dyt3l</bpmn2:outgoing> |
| 522 | <bpmn2:linkEventDefinition name="To VNF Stop" /> |
| 523 | </bpmn2:intermediateCatchEvent> |
| 524 | <bpmn2:sequenceFlow id="SequenceFlow_1qsxbp4" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="IntermediateThrowEvent_11rri8p"> |
| 525 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 526 | </bpmn2:sequenceFlow> |
| 527 | <bpmn2:sequenceFlow id="SequenceFlow_0qmpjgv" sourceRef="IntermediateThrowEvent_1khl6dg" targetRef="Task_1dtbnuy" /> |
| 528 | <bpmn2:sequenceFlow id="SequenceFlow_0tld38t" sourceRef="IntermediateThrowEvent_1m2d0qt" targetRef="Task_1fj63ov" /> |
| 529 | <bpmn2:sequenceFlow id="SequenceFlow_15bl7wd" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="IntermediateThrowEvent_0frizqo"> |
| 530 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 531 | </bpmn2:sequenceFlow> |
| 532 | <bpmn2:sequenceFlow id="SequenceFlow_08dyt3l" sourceRef="IntermediateThrowEvent_0p4hkug" targetRef="Task_1cfkcss" /> |
| 533 | <bpmn2:sequenceFlow id="SequenceFlow_1m84lq5" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="IntermediateThrowEvent_1gmhr39"> |
| 534 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 535 | </bpmn2:sequenceFlow> |
| 536 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1s7fnzf" name="To DoUpdateVnfAndModules"> |
| 537 | <bpmn2:outgoing>SequenceFlow_1hldqvv</bpmn2:outgoing> |
| 538 | <bpmn2:linkEventDefinition name="To DoUpdateVnfAndModules" /> |
| 539 | </bpmn2:intermediateCatchEvent> |
| 540 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1p2yktm" name="To Rainy Day Handling"> |
| 541 | <bpmn2:incoming>SequenceFlow_0fog99f</bpmn2:incoming> |
| 542 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 543 | </bpmn2:intermediateThrowEvent> |
| 544 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_17j7yap" name="To VNF Start"> |
| 545 | <bpmn2:outgoing>SequenceFlow_0ye8oij</bpmn2:outgoing> |
| 546 | <bpmn2:linkEventDefinition name="To VNF Start" /> |
| 547 | </bpmn2:intermediateCatchEvent> |
| 548 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gjzx99" name="To Rainy Day Handling"> |
| 549 | <bpmn2:incoming>SequenceFlow_12g63pl</bpmn2:incoming> |
| 550 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 551 | </bpmn2:intermediateThrowEvent> |
| 552 | <bpmn2:sequenceFlow id="SequenceFlow_1hldqvv" sourceRef="IntermediateThrowEvent_1s7fnzf" targetRef="Task_0eae8go" /> |
| 553 | <bpmn2:sequenceFlow id="SequenceFlow_0fog99f" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="IntermediateThrowEvent_1p2yktm"> |
| 554 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 555 | </bpmn2:sequenceFlow> |
| 556 | <bpmn2:sequenceFlow id="SequenceFlow_0ye8oij" sourceRef="IntermediateThrowEvent_17j7yap" targetRef="Task_1hdg951" /> |
| 557 | <bpmn2:sequenceFlow id="SequenceFlow_12g63pl" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="IntermediateThrowEvent_1gjzx99"> |
| 558 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 559 | </bpmn2:sequenceFlow> |
| 560 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_03lb8ti" name="To Health PostCheck"> |
| 561 | <bpmn2:outgoing>SequenceFlow_08kn9ok</bpmn2:outgoing> |
| 562 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 563 | </bpmn2:intermediateCatchEvent> |
| 564 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1umr8ik" name="To Rainy Day Handling"> |
| 565 | <bpmn2:incoming>SequenceFlow_0l83v2k</bpmn2:incoming> |
| 566 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 567 | </bpmn2:intermediateThrowEvent> |
| 568 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_044oajb" name="To VNF Unlock"> |
| 569 | <bpmn2:outgoing>SequenceFlow_02uiht9</bpmn2:outgoing> |
| 570 | <bpmn2:linkEventDefinition name="To VNF Unlock" /> |
| 571 | </bpmn2:intermediateCatchEvent> |
| 572 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1c1s0hp" name="To Rainy Day Handling"> |
| 573 | <bpmn2:incoming>SequenceFlow_07fhkt4</bpmn2:incoming> |
| 574 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 575 | </bpmn2:intermediateThrowEvent> |
| 576 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_11i6md0" name="To inMaintenance Unset"> |
| 577 | <bpmn2:outgoing>SequenceFlow_11p8elx</bpmn2:outgoing> |
| 578 | <bpmn2:linkEventDefinition name="To inMaintenance Unset" /> |
| 579 | </bpmn2:intermediateCatchEvent> |
| 580 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1d8c9i0" name="To Rainy Day Handling"> |
| 581 | <bpmn2:incoming>SequenceFlow_0p94lgv</bpmn2:incoming> |
| 582 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 583 | </bpmn2:intermediateThrowEvent> |
| 584 | <bpmn2:sequenceFlow id="SequenceFlow_08kn9ok" sourceRef="IntermediateThrowEvent_03lb8ti" targetRef="Task_1ca5ctq" /> |
| 585 | <bpmn2:sequenceFlow id="SequenceFlow_0l83v2k" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_1umr8ik"> |
| 586 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 587 | </bpmn2:sequenceFlow> |
| 588 | <bpmn2:sequenceFlow id="SequenceFlow_02uiht9" sourceRef="IntermediateThrowEvent_044oajb" targetRef="Task_1sove95" /> |
| 589 | <bpmn2:sequenceFlow id="SequenceFlow_07fhkt4" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="IntermediateThrowEvent_1c1s0hp"> |
| 590 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 591 | </bpmn2:sequenceFlow> |
| 592 | <bpmn2:sequenceFlow id="SequenceFlow_11p8elx" sourceRef="IntermediateThrowEvent_11i6md0" targetRef="Task_1drglpt" /> |
| 593 | <bpmn2:sequenceFlow id="SequenceFlow_0p94lgv" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_1d8c9i0"> |
| 594 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 595 | </bpmn2:sequenceFlow> |
| 596 | <bpmn2:sequenceFlow id="SequenceFlow_1dqbqqx" sourceRef="IntermediateThrowEvent_0xv558x" targetRef="ScriptTask_10" /> |
| 597 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0xv558x" name="To Completion Handler Prep"> |
| 598 | <bpmn2:outgoing>SequenceFlow_1dqbqqx</bpmn2:outgoing> |
| 599 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 600 | </bpmn2:intermediateCatchEvent> |
| 601 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0hljxy3" name="To Rainy Day Handling"> |
| 602 | <bpmn2:outgoing>SequenceFlow_1nplvhi</bpmn2:outgoing> |
| 603 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 604 | </bpmn2:intermediateCatchEvent> |
| 605 | <bpmn2:sequenceFlow id="SequenceFlow_1nplvhi" sourceRef="IntermediateThrowEvent_0hljxy3" targetRef="Task_0q5cdit" /> |
| 606 | <bpmn2:sequenceFlow id="SequenceFlow_0tqrgop" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_08j8zjs"> |
| 607 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression> |
| 608 | </bpmn2:sequenceFlow> |
| 609 | <bpmn2:sequenceFlow id="SequenceFlow_126nlmw" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0tj8iiy"> |
| 610 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression> |
| 611 | </bpmn2:sequenceFlow> |
| 612 | <bpmn2:sequenceFlow id="SequenceFlow_0mw3mwl" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0oeqjo1"> |
| 613 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression> |
| 614 | </bpmn2:sequenceFlow> |
| 615 | <bpmn2:sequenceFlow id="SequenceFlow_13md9cw" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1939dn7"> |
| 616 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Lock"]]></bpmn2:conditionExpression> |
| 617 | </bpmn2:sequenceFlow> |
| 618 | <bpmn2:sequenceFlow id="SequenceFlow_0xylem3" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1rn3nlo"> |
| 619 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck0"]]></bpmn2:conditionExpression> |
| 620 | </bpmn2:sequenceFlow> |
| 621 | <bpmn2:sequenceFlow id="SequenceFlow_1c5mxd5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0weaigg"> |
| 622 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Stop"]]></bpmn2:conditionExpression> |
| 623 | </bpmn2:sequenceFlow> |
| 624 | <bpmn2:sequenceFlow id="SequenceFlow_0u8hiu2" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1q8mns4"> |
| 625 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doUpdateVnfAndModules"]]></bpmn2:conditionExpression> |
| 626 | </bpmn2:sequenceFlow> |
| 627 | <bpmn2:sequenceFlow id="SequenceFlow_0fs7ay9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_16kgzdv"> |
| 628 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Start"]]></bpmn2:conditionExpression> |
| 629 | </bpmn2:sequenceFlow> |
| 630 | <bpmn2:sequenceFlow id="SequenceFlow_00qwx4v" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_18v3win"> |
| 631 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck1"]]></bpmn2:conditionExpression> |
| 632 | </bpmn2:sequenceFlow> |
| 633 | <bpmn2:sequenceFlow id="SequenceFlow_14s8ji9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0kypyu0"> |
| 634 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Unlock"]]></bpmn2:conditionExpression> |
| 635 | </bpmn2:sequenceFlow> |
| 636 | <bpmn2:sequenceFlow id="SequenceFlow_0kricor" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_024m4nk"> |
| 637 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression> |
| 638 | </bpmn2:sequenceFlow> |
| 639 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_08j8zjs" name="To inMaintenance Check"> |
| 640 | <bpmn2:incoming>SequenceFlow_0tqrgop</bpmn2:incoming> |
| 641 | <bpmn2:linkEventDefinition name="To inMaintenance Check" /> |
| 642 | </bpmn2:intermediateThrowEvent> |
| 643 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0tj8iiy" name="To inMaintenance Set"> |
| 644 | <bpmn2:incoming>SequenceFlow_126nlmw</bpmn2:incoming> |
| 645 | <bpmn2:linkEventDefinition name="To inMaintenance Set" /> |
| 646 | </bpmn2:intermediateThrowEvent> |
| 647 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0oeqjo1" name="To VNF Lock"> |
| 648 | <bpmn2:incoming>SequenceFlow_0mw3mwl</bpmn2:incoming> |
| 649 | <bpmn2:linkEventDefinition name="To VNF Lock" /> |
| 650 | </bpmn2:intermediateThrowEvent> |
| 651 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1939dn7" name="To Health PreCheck"> |
| 652 | <bpmn2:incoming>SequenceFlow_13md9cw</bpmn2:incoming> |
| 653 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 654 | </bpmn2:intermediateThrowEvent> |
| 655 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1rn3nlo" name="To VNF Stop"> |
| 656 | <bpmn2:incoming>SequenceFlow_0xylem3</bpmn2:incoming> |
| 657 | <bpmn2:linkEventDefinition name="To VNF Stop" /> |
| 658 | </bpmn2:intermediateThrowEvent> |
| 659 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0weaigg" name="To DoUpdateVnfAndModules"> |
| 660 | <bpmn2:incoming>SequenceFlow_1c5mxd5</bpmn2:incoming> |
| 661 | <bpmn2:linkEventDefinition name="To DoUpdateVnfAndModules" /> |
| 662 | </bpmn2:intermediateThrowEvent> |
| 663 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1q8mns4" name="To VNF Start"> |
| 664 | <bpmn2:incoming>SequenceFlow_0u8hiu2</bpmn2:incoming> |
| 665 | <bpmn2:linkEventDefinition name="To VNF Start" /> |
| 666 | </bpmn2:intermediateThrowEvent> |
| 667 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16kgzdv" name="To Health PostCheck"> |
| 668 | <bpmn2:incoming>SequenceFlow_0fs7ay9</bpmn2:incoming> |
| 669 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 670 | </bpmn2:intermediateThrowEvent> |
| 671 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_18v3win" name="To VNF Unlock"> |
| 672 | <bpmn2:incoming>SequenceFlow_00qwx4v</bpmn2:incoming> |
| 673 | <bpmn2:linkEventDefinition name="To VNF Unlock" /> |
| 674 | </bpmn2:intermediateThrowEvent> |
| 675 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0kypyu0" name="To inMaintenance Unset"> |
| 676 | <bpmn2:incoming>SequenceFlow_14s8ji9</bpmn2:incoming> |
| 677 | <bpmn2:linkEventDefinition name="To inMaintenance Unset" /> |
| 678 | </bpmn2:intermediateThrowEvent> |
| 679 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_024m4nk" name="To Completion Handler Prep"> |
| 680 | <bpmn2:incoming>SequenceFlow_0kricor</bpmn2:incoming> |
| 681 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 682 | </bpmn2:intermediateThrowEvent> |
| 683 | <bpmn2:sequenceFlow id="SequenceFlow_178fxkj" sourceRef="Task_155eyrq" targetRef="Task_0vy2zge" /> |
| 684 | <bpmn2:scriptTask id="Task_155eyrq" name="Query A&AI for VNF" scriptFormat="groovy"> |
| 685 | <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming> |
| 686 | <bpmn2:outgoing>SequenceFlow_178fxkj</bpmn2:outgoing> |
| 687 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 688 | def uvfm = new UpdateVnfInfra() |
| 689 | uvfm.queryAAIForVnf(execution)]]></bpmn2:script> |
| 690 | </bpmn2:scriptTask> |
| 691 | </bpmn2:process> |
| 692 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 693 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 694 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVnfInfra"> |
| 695 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
| 696 | <dc:Bounds x="97" y="72" width="36" height="36" /> |
| 697 | <bpmndi:BPMNLabel> |
| 698 | <dc:Bounds x="103" y="113" width="23" height="12" /> |
| 699 | </bpmndi:BPMNLabel> |
| 700 | </bpmndi:BPMNShape> |
| 701 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1"> |
| 702 | <dc:Bounds x="589" y="1222" width="36" height="36" /> |
| 703 | <bpmndi:BPMNLabel> |
| 704 | <dc:Bounds x="588" y="1263" width="38" height="12" /> |
| 705 | </bpmndi:BPMNLabel> |
| 706 | </bpmndi:BPMNShape> |
| 707 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
| 708 | <di:waypoint xsi:type="dc:Point" x="133" y="90" /> |
| 709 | <di:waypoint xsi:type="dc:Point" x="209" y="90" /> |
| 710 | <bpmndi:BPMNLabel> |
| 711 | <dc:Bounds x="171" y="75" width="0" height="0" /> |
| 712 | </bpmndi:BPMNLabel> |
| 713 | </bpmndi:BPMNEdge> |
| 714 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
| 715 | <dc:Bounds x="209" y="50" width="100" height="80" /> |
| 716 | </bpmndi:BPMNShape> |
| 717 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125"> |
| 718 | <di:waypoint xsi:type="dc:Point" x="309" y="90" /> |
| 719 | <di:waypoint xsi:type="dc:Point" x="373" y="90" /> |
| 720 | <bpmndi:BPMNLabel> |
| 721 | <dc:Bounds x="341" y="75" width="0" height="0" /> |
| 722 | </bpmndi:BPMNLabel> |
| 723 | </bpmndi:BPMNEdge> |
| 724 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1"> |
| 725 | <dc:Bounds x="373" y="50" width="100" height="80" /> |
| 726 | </bpmndi:BPMNShape> |
| 727 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125"> |
| 728 | <di:waypoint xsi:type="dc:Point" x="525" y="237" /> |
| 729 | <di:waypoint xsi:type="dc:Point" x="601" y="237" /> |
| 730 | <bpmndi:BPMNLabel> |
| 731 | <dc:Bounds x="563" y="222" width="0" height="0" /> |
| 732 | </bpmndi:BPMNLabel> |
| 733 | </bpmndi:BPMNEdge> |
| 734 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4"> |
| 735 | <dc:Bounds x="433" y="1200" width="100" height="80" /> |
| 736 | </bpmndi:BPMNShape> |
| 737 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125"> |
| 738 | <di:waypoint xsi:type="dc:Point" x="533" y="1240" /> |
| 739 | <di:waypoint xsi:type="dc:Point" x="589" y="1240" /> |
| 740 | <bpmndi:BPMNLabel> |
| 741 | <dc:Bounds x="710" y="1081" width="0" height="0" /> |
| 742 | </bpmndi:BPMNLabel> |
| 743 | </bpmndi:BPMNEdge> |
| 744 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10"> |
| 745 | <dc:Bounds x="133" y="1200" width="100" height="80" /> |
| 746 | </bpmndi:BPMNShape> |
| 747 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1"> |
| 748 | <dc:Bounds x="283" y="1200" width="100" height="80" /> |
| 749 | </bpmndi:BPMNShape> |
| 750 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27"> |
| 751 | <di:waypoint xsi:type="dc:Point" x="233" y="1240" /> |
| 752 | <di:waypoint xsi:type="dc:Point" x="283" y="1240" /> |
| 753 | <bpmndi:BPMNLabel> |
| 754 | <dc:Bounds x="258" y="1246" width="0" height="0" /> |
| 755 | </bpmndi:BPMNLabel> |
| 756 | </bpmndi:BPMNEdge> |
| 757 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true"> |
| 758 | <dc:Bounds x="88" y="1464" width="966" height="240" /> |
| 759 | </bpmndi:BPMNShape> |
| 760 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3"> |
| 761 | <dc:Bounds x="152" y="1558" width="36" height="36" /> |
| 762 | <bpmndi:BPMNLabel> |
| 763 | <dc:Bounds x="131" y="1599" width="77" height="12" /> |
| 764 | </bpmndi:BPMNLabel> |
| 765 | </bpmndi:BPMNShape> |
| 766 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3"> |
| 767 | <dc:Bounds x="621" y="1536" width="100" height="80" /> |
| 768 | </bpmndi:BPMNShape> |
| 769 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136"> |
| 770 | <di:waypoint xsi:type="dc:Point" x="188" y="1576" /> |
| 771 | <di:waypoint xsi:type="dc:Point" x="220" y="1576" /> |
| 772 | <bpmndi:BPMNLabel> |
| 773 | <dc:Bounds x="204" y="1561" width="0" height="0" /> |
| 774 | </bpmndi:BPMNLabel> |
| 775 | </bpmndi:BPMNEdge> |
| 776 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28"> |
| 777 | <di:waypoint xsi:type="dc:Point" x="721" y="1576" /> |
| 778 | <di:waypoint xsi:type="dc:Point" x="789" y="1576" /> |
| 779 | <bpmndi:BPMNLabel> |
| 780 | <dc:Bounds x="737" y="1576" width="0" height="0" /> |
| 781 | </bpmndi:BPMNLabel> |
| 782 | </bpmndi:BPMNEdge> |
| 783 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2"> |
| 784 | <dc:Bounds x="945" y="1558" width="36" height="36" /> |
| 785 | <bpmndi:BPMNLabel> |
| 786 | <dc:Bounds x="963" y="1599" width="0" height="0" /> |
| 787 | </bpmndi:BPMNLabel> |
| 788 | </bpmndi:BPMNShape> |
| 789 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1"> |
| 790 | <dc:Bounds x="1036" y="1558" width="36" height="36" /> |
| 791 | <bpmndi:BPMNLabel> |
| 792 | <dc:Bounds x="1054" y="1599" width="0" height="0" /> |
| 793 | </bpmndi:BPMNLabel> |
| 794 | </bpmndi:BPMNShape> |
| 795 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3"> |
| 796 | <dc:Bounds x="1164" y="1558" width="36" height="36" /> |
| 797 | <bpmndi:BPMNLabel> |
| 798 | <dc:Bounds x="1182" y="1599" width="0" height="0" /> |
| 799 | </bpmndi:BPMNLabel> |
| 800 | </bpmndi:BPMNShape> |
| 801 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127"> |
| 802 | <di:waypoint xsi:type="dc:Point" x="1072" y="1576" /> |
| 803 | <di:waypoint xsi:type="dc:Point" x="1164" y="1576" /> |
| 804 | <bpmndi:BPMNLabel> |
| 805 | <dc:Bounds x="1118" y="1561" width="0" height="0" /> |
| 806 | </bpmndi:BPMNLabel> |
| 807 | </bpmndi:BPMNEdge> |
| 808 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2"> |
| 809 | <dc:Bounds x="789" y="1536" width="100" height="80" /> |
| 810 | </bpmndi:BPMNShape> |
| 811 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127"> |
| 812 | <di:waypoint xsi:type="dc:Point" x="383" y="1240" /> |
| 813 | <di:waypoint xsi:type="dc:Point" x="433" y="1240" /> |
| 814 | <bpmndi:BPMNLabel> |
| 815 | <dc:Bounds x="426" y="1208" width="0" height="0" /> |
| 816 | </bpmndi:BPMNLabel> |
| 817 | </bpmndi:BPMNEdge> |
| 818 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126"> |
| 819 | <di:waypoint xsi:type="dc:Point" x="889" y="1576" /> |
| 820 | <di:waypoint xsi:type="dc:Point" x="945" y="1576" /> |
| 821 | <bpmndi:BPMNLabel> |
| 822 | <dc:Bounds x="782" y="1636" width="0" height="0" /> |
| 823 | </bpmndi:BPMNLabel> |
| 824 | </bpmndi:BPMNEdge> |
| 825 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6"> |
| 826 | <dc:Bounds x="419" y="685" width="100" height="80" /> |
| 827 | </bpmndi:BPMNShape> |
| 828 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133"> |
| 829 | <di:waypoint xsi:type="dc:Point" x="932" y="983" /> |
| 830 | <di:waypoint xsi:type="dc:Point" x="1007" y="983" /> |
| 831 | <di:waypoint xsi:type="dc:Point" x="1007" y="1158" /> |
| 832 | <di:waypoint xsi:type="dc:Point" x="89" y="1160" /> |
| 833 | <di:waypoint xsi:type="dc:Point" x="89" y="1240" /> |
| 834 | <di:waypoint xsi:type="dc:Point" x="133" y="1240" /> |
| 835 | <bpmndi:BPMNLabel> |
| 836 | <dc:Bounds x="961" y="954.3909136697287" width="12" height="12" /> |
| 837 | </bpmndi:BPMNLabel> |
| 838 | </bpmndi:BPMNEdge> |
| 839 | <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3"> |
| 840 | <di:waypoint xsi:type="dc:Point" x="655" y="90" /> |
| 841 | <di:waypoint xsi:type="dc:Point" x="718" y="90" /> |
| 842 | <bpmndi:BPMNLabel> |
| 843 | <dc:Bounds x="687" y="75" width="0" height="0" /> |
| 844 | </bpmndi:BPMNLabel> |
| 845 | </bpmndi:BPMNEdge> |
| 846 | <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7"> |
| 847 | <dc:Bounds x="555" y="50" width="100" height="80" /> |
| 848 | </bpmndi:BPMNShape> |
| 849 | <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy"> |
| 850 | <di:waypoint xsi:type="dc:Point" x="818" y="90" /> |
| 851 | <di:waypoint xsi:type="dc:Point" x="871" y="90" /> |
| 852 | <bpmndi:BPMNLabel> |
| 853 | <dc:Bounds x="845" y="75" width="0" height="0" /> |
| 854 | </bpmndi:BPMNLabel> |
| 855 | </bpmndi:BPMNEdge> |
| 856 | <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j"> |
| 857 | <dc:Bounds x="718" y="50" width="100" height="80" /> |
| 858 | </bpmndi:BPMNShape> |
| 859 | <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l"> |
| 860 | <di:waypoint xsi:type="dc:Point" x="473" y="90" /> |
| 861 | <di:waypoint xsi:type="dc:Point" x="555" y="90" /> |
| 862 | <bpmndi:BPMNLabel> |
| 863 | <dc:Bounds x="514" y="75" width="0" height="0" /> |
| 864 | </bpmndi:BPMNLabel> |
| 865 | </bpmndi:BPMNEdge> |
| 866 | <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1"> |
| 867 | <dc:Bounds x="425" y="197" width="100" height="80" /> |
| 868 | </bpmndi:BPMNShape> |
| 869 | <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk"> |
| 870 | <di:waypoint xsi:type="dc:Point" x="231" y="237" /> |
| 871 | <di:waypoint xsi:type="dc:Point" x="292" y="237" /> |
| 872 | <bpmndi:BPMNLabel> |
| 873 | <dc:Bounds x="262" y="222" width="0" height="0" /> |
| 874 | </bpmndi:BPMNLabel> |
| 875 | </bpmndi:BPMNEdge> |
| 876 | <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m"> |
| 877 | <di:waypoint xsi:type="dc:Point" x="921" y="237" /> |
| 878 | <di:waypoint xsi:type="dc:Point" x="994" y="237" /> |
| 879 | <di:waypoint xsi:type="dc:Point" x="994" y="391" /> |
| 880 | <di:waypoint xsi:type="dc:Point" x="98" y="391" /> |
| 881 | <di:waypoint xsi:type="dc:Point" x="98" y="474" /> |
| 882 | <di:waypoint xsi:type="dc:Point" x="139" y="474" /> |
| 883 | <bpmndi:BPMNLabel> |
| 884 | <dc:Bounds x="950" y="212" width="12" height="12" /> |
| 885 | </bpmndi:BPMNLabel> |
| 886 | </bpmndi:BPMNEdge> |
| 887 | <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru"> |
| 888 | <di:waypoint xsi:type="dc:Point" x="519" y="725" /> |
| 889 | <di:waypoint xsi:type="dc:Point" x="595" y="725" /> |
| 890 | <bpmndi:BPMNLabel> |
| 891 | <dc:Bounds x="557" y="710" width="0" height="0" /> |
| 892 | </bpmndi:BPMNLabel> |
| 893 | </bpmndi:BPMNEdge> |
| 894 | <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka"> |
| 895 | <dc:Bounds x="714" y="197" width="100" height="80" /> |
| 896 | </bpmndi:BPMNShape> |
| 897 | <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt"> |
| 898 | <dc:Bounds x="718" y="943" width="100" height="80" /> |
| 899 | </bpmndi:BPMNShape> |
| 900 | <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge"> |
| 901 | <dc:Bounds x="131" y="197" width="100" height="80" /> |
| 902 | </bpmndi:BPMNShape> |
| 903 | <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s"> |
| 904 | <di:waypoint xsi:type="dc:Point" x="239" y="474" /> |
| 905 | <di:waypoint xsi:type="dc:Point" x="292" y="474" /> |
| 906 | <bpmndi:BPMNLabel> |
| 907 | <dc:Bounds x="266" y="459" width="0" height="0" /> |
| 908 | </bpmndi:BPMNLabel> |
| 909 | </bpmndi:BPMNEdge> |
| 910 | <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza"> |
| 911 | <di:waypoint xsi:type="dc:Point" x="525" y="474" /> |
| 912 | <di:waypoint xsi:type="dc:Point" x="601" y="474" /> |
| 913 | <bpmndi:BPMNLabel> |
| 914 | <dc:Bounds x="563" y="459" width="0" height="0" /> |
| 915 | </bpmndi:BPMNLabel> |
| 916 | </bpmndi:BPMNEdge> |
| 917 | <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9"> |
| 918 | <di:waypoint xsi:type="dc:Point" x="814" y="474" /> |
| 919 | <di:waypoint xsi:type="dc:Point" x="871" y="474" /> |
| 920 | <bpmndi:BPMNLabel> |
| 921 | <dc:Bounds x="843" y="459" width="0" height="0" /> |
| 922 | </bpmndi:BPMNLabel> |
| 923 | </bpmndi:BPMNEdge> |
| 924 | <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs"> |
| 925 | <di:waypoint xsi:type="dc:Point" x="812" y="725" /> |
| 926 | <di:waypoint xsi:type="dc:Point" x="850" y="725" /> |
| 927 | <di:waypoint xsi:type="dc:Point" x="850" y="725" /> |
| 928 | <di:waypoint xsi:type="dc:Point" x="876" y="725" /> |
| 929 | <bpmndi:BPMNLabel> |
| 930 | <dc:Bounds x="865" y="725" width="0" height="0" /> |
| 931 | </bpmndi:BPMNLabel> |
| 932 | </bpmndi:BPMNEdge> |
| 933 | <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909"> |
| 934 | <di:waypoint xsi:type="dc:Point" x="239" y="983" /> |
| 935 | <di:waypoint xsi:type="dc:Point" x="292" y="983" /> |
| 936 | <bpmndi:BPMNLabel> |
| 937 | <dc:Bounds x="266" y="968" width="0" height="0" /> |
| 938 | </bpmndi:BPMNLabel> |
| 939 | </bpmndi:BPMNEdge> |
| 940 | <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi"> |
| 941 | <di:waypoint xsi:type="dc:Point" x="515" y="983" /> |
| 942 | <di:waypoint xsi:type="dc:Point" x="601" y="983" /> |
| 943 | <bpmndi:BPMNLabel> |
| 944 | <dc:Bounds x="558" y="968" width="0" height="0" /> |
| 945 | </bpmndi:BPMNLabel> |
| 946 | </bpmndi:BPMNEdge> |
| 947 | <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true"> |
| 948 | <dc:Bounds x="291.803" y="212" width="50" height="50" /> |
| 949 | <bpmndi:BPMNLabel> |
| 950 | <dc:Bounds x="273" y="175" width="87" height="24" /> |
| 951 | </bpmndi:BPMNLabel> |
| 952 | </bpmndi:BPMNShape> |
| 953 | <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z"> |
| 954 | <di:waypoint xsi:type="dc:Point" x="342" y="237" /> |
| 955 | <di:waypoint xsi:type="dc:Point" x="425" y="237" /> |
| 956 | <bpmndi:BPMNLabel> |
| 957 | <dc:Bounds x="373" y="213" width="12" height="12" /> |
| 958 | </bpmndi:BPMNLabel> |
| 959 | </bpmndi:BPMNEdge> |
| 960 | <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true"> |
| 961 | <dc:Bounds x="601" y="212" width="50" height="50" /> |
| 962 | <bpmndi:BPMNLabel> |
| 963 | <dc:Bounds x="589" y="168" width="73" height="36" /> |
| 964 | </bpmndi:BPMNLabel> |
| 965 | </bpmndi:BPMNShape> |
| 966 | <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi"> |
| 967 | <di:waypoint xsi:type="dc:Point" x="651" y="237" /> |
| 968 | <di:waypoint xsi:type="dc:Point" x="714" y="237" /> |
| 969 | <bpmndi:BPMNLabel> |
| 970 | <dc:Bounds x="673" y="214" width="12" height="12" /> |
| 971 | </bpmndi:BPMNLabel> |
| 972 | </bpmndi:BPMNEdge> |
| 973 | <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit"> |
| 974 | <dc:Bounds x="1132" y="470" width="100" height="80" /> |
| 975 | </bpmndi:BPMNShape> |
| 976 | <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf"> |
| 977 | <di:waypoint xsi:type="dc:Point" x="1232" y="510" /> |
| 978 | <di:waypoint xsi:type="dc:Point" x="1314" y="510" /> |
| 979 | <bpmndi:BPMNLabel> |
| 980 | <dc:Bounds x="1273" y="495" width="0" height="0" /> |
| 981 | </bpmndi:BPMNLabel> |
| 982 | </bpmndi:BPMNEdge> |
| 983 | <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm"> |
| 984 | <dc:Bounds x="1289" y="645" width="100" height="80" /> |
| 985 | </bpmndi:BPMNShape> |
| 986 | <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n"> |
| 987 | <di:waypoint xsi:type="dc:Point" x="1339" y="485" /> |
| 988 | <di:waypoint xsi:type="dc:Point" x="1339" y="441" /> |
| 989 | <di:waypoint xsi:type="dc:Point" x="1339" y="441" /> |
| 990 | <di:waypoint xsi:type="dc:Point" x="1339" y="395" /> |
| 991 | <bpmndi:BPMNLabel> |
| 992 | <dc:Bounds x="1347" y="419.2626464646465" width="26" height="12" /> |
| 993 | </bpmndi:BPMNLabel> |
| 994 | </bpmndi:BPMNEdge> |
| 995 | <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw"> |
| 996 | <di:waypoint xsi:type="dc:Point" x="1339" y="535" /> |
| 997 | <di:waypoint xsi:type="dc:Point" x="1339" y="599" /> |
| 998 | <di:waypoint xsi:type="dc:Point" x="1339" y="599" /> |
| 999 | <di:waypoint xsi:type="dc:Point" x="1339" y="645" /> |
| 1000 | <bpmndi:BPMNLabel> |
| 1001 | <dc:Bounds x="1348" y="578.1951219512196" width="42" height="12" /> |
| 1002 | </bpmndi:BPMNLabel> |
| 1003 | </bpmndi:BPMNEdge> |
| 1004 | <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true"> |
| 1005 | <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" /> |
| 1006 | <bpmndi:BPMNLabel> |
| 1007 | <dc:Bounds x="859" y="167" width="73" height="36" /> |
| 1008 | </bpmndi:BPMNLabel> |
| 1009 | </bpmndi:BPMNShape> |
| 1010 | <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p"> |
| 1011 | <di:waypoint xsi:type="dc:Point" x="814" y="237" /> |
| 1012 | <di:waypoint xsi:type="dc:Point" x="871" y="237" /> |
| 1013 | <bpmndi:BPMNLabel> |
| 1014 | <dc:Bounds x="843" y="222" width="0" height="0" /> |
| 1015 | </bpmndi:BPMNLabel> |
| 1016 | </bpmndi:BPMNEdge> |
| 1017 | <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true"> |
| 1018 | <dc:Bounds x="292" y="449" width="50" height="50" /> |
| 1019 | <bpmndi:BPMNLabel> |
| 1020 | <dc:Bounds x="283" y="413" width="68" height="24" /> |
| 1021 | </bpmndi:BPMNLabel> |
| 1022 | </bpmndi:BPMNShape> |
| 1023 | <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib"> |
| 1024 | <di:waypoint xsi:type="dc:Point" x="342" y="474" /> |
| 1025 | <di:waypoint xsi:type="dc:Point" x="425" y="474" /> |
| 1026 | <bpmndi:BPMNLabel> |
| 1027 | <dc:Bounds x="378" y="459" width="12" height="12" /> |
| 1028 | </bpmndi:BPMNLabel> |
| 1029 | </bpmndi:BPMNEdge> |
| 1030 | <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true"> |
| 1031 | <dc:Bounds x="601" y="449" width="50" height="50" /> |
| 1032 | <bpmndi:BPMNLabel> |
| 1033 | <dc:Bounds x="590" y="414" width="72" height="24" /> |
| 1034 | </bpmndi:BPMNLabel> |
| 1035 | </bpmndi:BPMNShape> |
| 1036 | <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8"> |
| 1037 | <di:waypoint xsi:type="dc:Point" x="651" y="474" /> |
| 1038 | <di:waypoint xsi:type="dc:Point" x="714" y="474" /> |
| 1039 | <bpmndi:BPMNLabel> |
| 1040 | <dc:Bounds x="677" y="459" width="12" height="12" /> |
| 1041 | </bpmndi:BPMNLabel> |
| 1042 | </bpmndi:BPMNEdge> |
| 1043 | <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true"> |
| 1044 | <dc:Bounds x="871" y="449" width="50" height="50" /> |
| 1045 | <bpmndi:BPMNLabel> |
| 1046 | <dc:Bounds x="862" y="411" width="68" height="24" /> |
| 1047 | </bpmndi:BPMNLabel> |
| 1048 | </bpmndi:BPMNShape> |
| 1049 | <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki"> |
| 1050 | <di:waypoint xsi:type="dc:Point" x="921" y="474" /> |
| 1051 | <di:waypoint xsi:type="dc:Point" x="1003" y="474" /> |
| 1052 | <di:waypoint xsi:type="dc:Point" x="1003" y="640" /> |
| 1053 | <di:waypoint xsi:type="dc:Point" x="102" y="640" /> |
| 1054 | <di:waypoint xsi:type="dc:Point" x="102" y="725" /> |
| 1055 | <di:waypoint xsi:type="dc:Point" x="195" y="725" /> |
| 1056 | <bpmndi:BPMNLabel> |
| 1057 | <dc:Bounds x="964" y="444.0001202928146" width="12" height="12" /> |
| 1058 | </bpmndi:BPMNLabel> |
| 1059 | </bpmndi:BPMNEdge> |
| 1060 | <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true"> |
| 1061 | <dc:Bounds x="595" y="700" width="50" height="50" /> |
| 1062 | <bpmndi:BPMNLabel> |
| 1063 | <dc:Bounds x="578" y="658" width="84" height="36" /> |
| 1064 | </bpmndi:BPMNLabel> |
| 1065 | </bpmndi:BPMNShape> |
| 1066 | <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4"> |
| 1067 | <di:waypoint xsi:type="dc:Point" x="645" y="725" /> |
| 1068 | <di:waypoint xsi:type="dc:Point" x="712" y="725" /> |
| 1069 | <bpmndi:BPMNLabel> |
| 1070 | <dc:Bounds x="679" y="707.4465803421167" width="12" height="12" /> |
| 1071 | </bpmndi:BPMNLabel> |
| 1072 | </bpmndi:BPMNEdge> |
| 1073 | <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true"> |
| 1074 | <dc:Bounds x="876" y="700" width="50" height="50" /> |
| 1075 | <bpmndi:BPMNLabel> |
| 1076 | <dc:Bounds x="867" y="665" width="68" height="24" /> |
| 1077 | </bpmndi:BPMNLabel> |
| 1078 | </bpmndi:BPMNShape> |
| 1079 | <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m"> |
| 1080 | <di:waypoint xsi:type="dc:Point" x="926" y="725" /> |
| 1081 | <di:waypoint xsi:type="dc:Point" x="1002" y="725" /> |
| 1082 | <di:waypoint xsi:type="dc:Point" x="1002" y="903" /> |
| 1083 | <di:waypoint xsi:type="dc:Point" x="94" y="903" /> |
| 1084 | <di:waypoint xsi:type="dc:Point" x="94" y="983" /> |
| 1085 | <di:waypoint xsi:type="dc:Point" x="139" y="983" /> |
| 1086 | <bpmndi:BPMNLabel> |
| 1087 | <dc:Bounds x="961" y="701.1887293946602" width="12" height="12" /> |
| 1088 | </bpmndi:BPMNLabel> |
| 1089 | </bpmndi:BPMNEdge> |
| 1090 | <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true"> |
| 1091 | <dc:Bounds x="292" y="958" width="50" height="50" /> |
| 1092 | <bpmndi:BPMNLabel> |
| 1093 | <dc:Bounds x="281" y="920" width="72" height="24" /> |
| 1094 | </bpmndi:BPMNLabel> |
| 1095 | </bpmndi:BPMNShape> |
| 1096 | <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk"> |
| 1097 | <di:waypoint xsi:type="dc:Point" x="342" y="983" /> |
| 1098 | <di:waypoint xsi:type="dc:Point" x="384" y="983" /> |
| 1099 | <di:waypoint xsi:type="dc:Point" x="384" y="983" /> |
| 1100 | <di:waypoint xsi:type="dc:Point" x="415" y="983" /> |
| 1101 | <bpmndi:BPMNLabel> |
| 1102 | <dc:Bounds x="367" y="955.268406786947" width="12" height="12" /> |
| 1103 | </bpmndi:BPMNLabel> |
| 1104 | </bpmndi:BPMNEdge> |
| 1105 | <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true"> |
| 1106 | <dc:Bounds x="601" y="958" width="50" height="50" /> |
| 1107 | <bpmndi:BPMNLabel> |
| 1108 | <dc:Bounds x="592" y="918" width="68" height="24" /> |
| 1109 | </bpmndi:BPMNLabel> |
| 1110 | </bpmndi:BPMNShape> |
| 1111 | <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d"> |
| 1112 | <di:waypoint xsi:type="dc:Point" x="651" y="983" /> |
| 1113 | <di:waypoint xsi:type="dc:Point" x="718" y="983" /> |
| 1114 | <bpmndi:BPMNLabel> |
| 1115 | <dc:Bounds x="676" y="955.051282051282" width="12" height="12" /> |
| 1116 | </bpmndi:BPMNLabel> |
| 1117 | </bpmndi:BPMNEdge> |
| 1118 | <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true"> |
| 1119 | <dc:Bounds x="882" y="958" width="50" height="50" /> |
| 1120 | <bpmndi:BPMNLabel> |
| 1121 | <dc:Bounds x="870" y="915" width="73" height="36" /> |
| 1122 | </bpmndi:BPMNLabel> |
| 1123 | </bpmndi:BPMNShape> |
| 1124 | <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6"> |
| 1125 | <di:waypoint xsi:type="dc:Point" x="818" y="983" /> |
| 1126 | <di:waypoint xsi:type="dc:Point" x="882" y="983" /> |
| 1127 | <bpmndi:BPMNLabel> |
| 1128 | <dc:Bounds x="850" y="968" width="0" height="0" /> |
| 1129 | </bpmndi:BPMNLabel> |
| 1130 | </bpmndi:BPMNEdge> |
| 1131 | <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h"> |
| 1132 | <dc:Bounds x="1289" y="315" width="100" height="80" /> |
| 1133 | </bpmndi:BPMNShape> |
| 1134 | <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true"> |
| 1135 | <dc:Bounds x="1314" y="485" width="50" height="50" /> |
| 1136 | <bpmndi:BPMNLabel> |
| 1137 | <dc:Bounds x="1303" y="468" width="88" height="12" /> |
| 1138 | </bpmndi:BPMNLabel> |
| 1139 | </bpmndi:BPMNShape> |
| 1140 | <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true"> |
| 1141 | <dc:Bounds x="1431" y="485" width="50" height="50" /> |
| 1142 | <bpmndi:BPMNLabel> |
| 1143 | <dc:Bounds x="1421" y="542" width="69" height="24" /> |
| 1144 | </bpmndi:BPMNLabel> |
| 1145 | </bpmndi:BPMNShape> |
| 1146 | <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3"> |
| 1147 | <di:waypoint xsi:type="dc:Point" x="1364" y="510" /> |
| 1148 | <di:waypoint xsi:type="dc:Point" x="1431" y="510" /> |
| 1149 | <bpmndi:BPMNLabel> |
| 1150 | <dc:Bounds x="1387" y="486.98705320489466" width="21" height="12" /> |
| 1151 | </bpmndi:BPMNLabel> |
| 1152 | </bpmndi:BPMNEdge> |
| 1153 | <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v"> |
| 1154 | <di:waypoint xsi:type="dc:Point" x="295" y="725" /> |
| 1155 | <di:waypoint xsi:type="dc:Point" x="361" y="725" /> |
| 1156 | <di:waypoint xsi:type="dc:Point" x="361" y="725" /> |
| 1157 | <di:waypoint xsi:type="dc:Point" x="419" y="725" /> |
| 1158 | <bpmndi:BPMNLabel> |
| 1159 | <dc:Bounds x="376" y="725" width="0" height="0" /> |
| 1160 | </bpmndi:BPMNLabel> |
| 1161 | </bpmndi:BPMNEdge> |
| 1162 | <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go"> |
| 1163 | <dc:Bounds x="195" y="685" width="100" height="80" /> |
| 1164 | </bpmndi:BPMNShape> |
| 1165 | <bpmndi:BPMNEdge id="SequenceFlow_1c022sy_di" bpmnElement="SequenceFlow_1c022sy"> |
| 1166 | <di:waypoint xsi:type="dc:Point" x="1456" y="485" /> |
| 1167 | <di:waypoint xsi:type="dc:Point" x="1456" y="355" /> |
| 1168 | <di:waypoint xsi:type="dc:Point" x="1389" y="355" /> |
| 1169 | <bpmndi:BPMNLabel> |
| 1170 | <dc:Bounds x="1471" y="420" width="0" height="0" /> |
| 1171 | </bpmndi:BPMNLabel> |
| 1172 | </bpmndi:BPMNEdge> |
| 1173 | <bpmndi:BPMNShape id="CallActivity_0tz2nj7_di" bpmnElement="Task_1dtbnuy"> |
| 1174 | <dc:Bounds x="139" y="434" width="100" height="80" /> |
| 1175 | </bpmndi:BPMNShape> |
| 1176 | <bpmndi:BPMNShape id="CallActivity_0m9b4r4_di" bpmnElement="Task_1fj63ov"> |
| 1177 | <dc:Bounds x="425" y="434" width="100" height="80" /> |
| 1178 | </bpmndi:BPMNShape> |
| 1179 | <bpmndi:BPMNShape id="CallActivity_1131t0j_di" bpmnElement="Task_1cfkcss"> |
| 1180 | <dc:Bounds x="714" y="434" width="100" height="80" /> |
| 1181 | </bpmndi:BPMNShape> |
| 1182 | <bpmndi:BPMNShape id="CallActivity_0x0eohw_di" bpmnElement="Task_1hdg951"> |
| 1183 | <dc:Bounds x="712" y="685" width="100" height="80" /> |
| 1184 | </bpmndi:BPMNShape> |
| 1185 | <bpmndi:BPMNShape id="CallActivity_1hv52rh_di" bpmnElement="Task_1ca5ctq"> |
| 1186 | <dc:Bounds x="139" y="943" width="100" height="80" /> |
| 1187 | </bpmndi:BPMNShape> |
| 1188 | <bpmndi:BPMNShape id="CallActivity_1wftk6z_di" bpmnElement="Task_1sove95"> |
| 1189 | <dc:Bounds x="415" y="943" width="100" height="80" /> |
| 1190 | </bpmndi:BPMNShape> |
| 1191 | <bpmndi:BPMNShape id="IntermediateThrowEvent_09rkic6_di" bpmnElement="IntermediateThrowEvent_0wc37af"> |
| 1192 | <dc:Bounds x="299" y="308" width="36" height="36" /> |
| 1193 | <bpmndi:BPMNLabel> |
| 1194 | <dc:Bounds x="282" y="351.616" width="69" height="24" /> |
| 1195 | </bpmndi:BPMNLabel> |
| 1196 | </bpmndi:BPMNShape> |
| 1197 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1mk2rqe_di" bpmnElement="IntermediateThrowEvent_1r18wa8"> |
| 1198 | <dc:Bounds x="608" y="308" width="36" height="36" /> |
| 1199 | <bpmndi:BPMNLabel> |
| 1200 | <dc:Bounds x="591" y="352" width="69" height="24" /> |
| 1201 | </bpmndi:BPMNLabel> |
| 1202 | </bpmndi:BPMNShape> |
| 1203 | <bpmndi:BPMNEdge id="SequenceFlow_1esmtgy_di" bpmnElement="SequenceFlow_1esmtgy"> |
| 1204 | <di:waypoint xsi:type="dc:Point" x="317" y="262" /> |
| 1205 | <di:waypoint xsi:type="dc:Point" x="317" y="308" /> |
| 1206 | <bpmndi:BPMNLabel> |
| 1207 | <dc:Bounds x="329" y="274" width="18" height="12" /> |
| 1208 | </bpmndi:BPMNLabel> |
| 1209 | </bpmndi:BPMNEdge> |
| 1210 | <bpmndi:BPMNEdge id="SequenceFlow_1jmzl1j_di" bpmnElement="SequenceFlow_1jmzl1j"> |
| 1211 | <di:waypoint xsi:type="dc:Point" x="626" y="262" /> |
| 1212 | <di:waypoint xsi:type="dc:Point" x="626" y="308" /> |
| 1213 | <bpmndi:BPMNLabel> |
| 1214 | <dc:Bounds x="631" y="275" width="18" height="12" /> |
| 1215 | </bpmndi:BPMNLabel> |
| 1216 | </bpmndi:BPMNEdge> |
| 1217 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0r5r5re_di" bpmnElement="IntermediateThrowEvent_0k7j3qf"> |
| 1218 | <dc:Bounds x="457" y="308" width="36" height="36" /> |
| 1219 | <bpmndi:BPMNLabel> |
| 1220 | <dc:Bounds x="432" y="344" width="85" height="24" /> |
| 1221 | </bpmndi:BPMNLabel> |
| 1222 | </bpmndi:BPMNShape> |
| 1223 | <bpmndi:BPMNEdge id="SequenceFlow_1pj72fw_di" bpmnElement="SequenceFlow_1pj72fw"> |
| 1224 | <di:waypoint xsi:type="dc:Point" x="475" y="308" /> |
| 1225 | <di:waypoint xsi:type="dc:Point" x="475" y="277" /> |
| 1226 | <bpmndi:BPMNLabel> |
| 1227 | <dc:Bounds x="490" y="292.5" width="0" height="0" /> |
| 1228 | </bpmndi:BPMNLabel> |
| 1229 | </bpmndi:BPMNEdge> |
| 1230 | <bpmndi:BPMNShape id="IntermediateCatchEvent_04ceksx_di" bpmnElement="IntermediateThrowEvent_1urs7gm"> |
| 1231 | <dc:Bounds x="746" y="308" width="36" height="36" /> |
| 1232 | <bpmndi:BPMNLabel> |
| 1233 | <dc:Bounds x="720" y="344" width="88" height="24" /> |
| 1234 | </bpmndi:BPMNLabel> |
| 1235 | </bpmndi:BPMNShape> |
| 1236 | <bpmndi:BPMNEdge id="SequenceFlow_1lmijmb_di" bpmnElement="SequenceFlow_1lmijmb"> |
| 1237 | <di:waypoint xsi:type="dc:Point" x="764" y="308" /> |
| 1238 | <di:waypoint xsi:type="dc:Point" x="764" y="277" /> |
| 1239 | <bpmndi:BPMNLabel> |
| 1240 | <dc:Bounds x="779" y="292.5" width="0" height="0" /> |
| 1241 | </bpmndi:BPMNLabel> |
| 1242 | </bpmndi:BPMNEdge> |
| 1243 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0rq7l0k_di" bpmnElement="IntermediateThrowEvent_0wx980v"> |
| 1244 | <dc:Bounds x="878" y="308" width="36" height="36" /> |
| 1245 | <bpmndi:BPMNLabel> |
| 1246 | <dc:Bounds x="861" y="344" width="69" height="24" /> |
| 1247 | </bpmndi:BPMNLabel> |
| 1248 | </bpmndi:BPMNShape> |
| 1249 | <bpmndi:BPMNEdge id="SequenceFlow_010ynjs_di" bpmnElement="SequenceFlow_010ynjs"> |
| 1250 | <di:waypoint xsi:type="dc:Point" x="896" y="262" /> |
| 1251 | <di:waypoint xsi:type="dc:Point" x="896" y="308" /> |
| 1252 | <bpmndi:BPMNLabel> |
| 1253 | <dc:Bounds x="902" y="275" width="18" height="12" /> |
| 1254 | </bpmndi:BPMNLabel> |
| 1255 | </bpmndi:BPMNEdge> |
| 1256 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0lpduhk_di" bpmnElement="IntermediateThrowEvent_1khl6dg"> |
| 1257 | <dc:Bounds x="171" y="566" width="36" height="36" /> |
| 1258 | <bpmndi:BPMNLabel> |
| 1259 | <dc:Bounds x="157" y="601.2375249500998" width="64" height="12" /> |
| 1260 | </bpmndi:BPMNLabel> |
| 1261 | </bpmndi:BPMNShape> |
| 1262 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1c2pwwh_di" bpmnElement="IntermediateThrowEvent_11rri8p"> |
| 1263 | <dc:Bounds x="299" y="566" width="36" height="36" /> |
| 1264 | <bpmndi:BPMNLabel> |
| 1265 | <dc:Bounds x="282" y="602" width="69" height="24" /> |
| 1266 | </bpmndi:BPMNLabel> |
| 1267 | </bpmndi:BPMNShape> |
| 1268 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0vz2acu_di" bpmnElement="IntermediateThrowEvent_0frizqo"> |
| 1269 | <dc:Bounds x="608" y="566" width="36" height="36" /> |
| 1270 | <bpmndi:BPMNLabel> |
| 1271 | <dc:Bounds x="591" y="602" width="69" height="24" /> |
| 1272 | </bpmndi:BPMNLabel> |
| 1273 | </bpmndi:BPMNShape> |
| 1274 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0tybfsi_di" bpmnElement="IntermediateThrowEvent_1gmhr39"> |
| 1275 | <dc:Bounds x="878" y="566" width="36" height="36" /> |
| 1276 | <bpmndi:BPMNLabel> |
| 1277 | <dc:Bounds x="861" y="602" width="69" height="24" /> |
| 1278 | </bpmndi:BPMNLabel> |
| 1279 | </bpmndi:BPMNShape> |
| 1280 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1k86ayn_di" bpmnElement="IntermediateThrowEvent_1m2d0qt"> |
| 1281 | <dc:Bounds x="457" y="566" width="36" height="36" /> |
| 1282 | <bpmndi:BPMNLabel> |
| 1283 | <dc:Bounds x="449" y="602" width="51" height="24" /> |
| 1284 | </bpmndi:BPMNLabel> |
| 1285 | </bpmndi:BPMNShape> |
| 1286 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0apaw6k_di" bpmnElement="IntermediateThrowEvent_0p4hkug"> |
| 1287 | <dc:Bounds x="746" y="566" width="36" height="36" /> |
| 1288 | <bpmndi:BPMNLabel> |
| 1289 | <dc:Bounds x="733" y="602" width="62" height="12" /> |
| 1290 | </bpmndi:BPMNLabel> |
| 1291 | </bpmndi:BPMNShape> |
| 1292 | <bpmndi:BPMNEdge id="SequenceFlow_1qsxbp4_di" bpmnElement="SequenceFlow_1qsxbp4"> |
| 1293 | <di:waypoint xsi:type="dc:Point" x="317" y="499" /> |
| 1294 | <di:waypoint xsi:type="dc:Point" x="317" y="566" /> |
| 1295 | <bpmndi:BPMNLabel> |
| 1296 | <dc:Bounds x="323" y="522.5" width="18" height="12" /> |
| 1297 | </bpmndi:BPMNLabel> |
| 1298 | </bpmndi:BPMNEdge> |
| 1299 | <bpmndi:BPMNEdge id="SequenceFlow_0qmpjgv_di" bpmnElement="SequenceFlow_0qmpjgv"> |
| 1300 | <di:waypoint xsi:type="dc:Point" x="189" y="566" /> |
| 1301 | <di:waypoint xsi:type="dc:Point" x="189" y="541" /> |
| 1302 | <di:waypoint xsi:type="dc:Point" x="189" y="541" /> |
| 1303 | <di:waypoint xsi:type="dc:Point" x="189" y="514" /> |
| 1304 | <bpmndi:BPMNLabel> |
| 1305 | <dc:Bounds x="204" y="541" width="0" height="0" /> |
| 1306 | </bpmndi:BPMNLabel> |
| 1307 | </bpmndi:BPMNEdge> |
| 1308 | <bpmndi:BPMNEdge id="SequenceFlow_0tld38t_di" bpmnElement="SequenceFlow_0tld38t"> |
| 1309 | <di:waypoint xsi:type="dc:Point" x="475" y="566" /> |
| 1310 | <di:waypoint xsi:type="dc:Point" x="475" y="540" /> |
| 1311 | <di:waypoint xsi:type="dc:Point" x="475" y="540" /> |
| 1312 | <di:waypoint xsi:type="dc:Point" x="475" y="514" /> |
| 1313 | <bpmndi:BPMNLabel> |
| 1314 | <dc:Bounds x="490" y="540" width="0" height="0" /> |
| 1315 | </bpmndi:BPMNLabel> |
| 1316 | </bpmndi:BPMNEdge> |
| 1317 | <bpmndi:BPMNEdge id="SequenceFlow_15bl7wd_di" bpmnElement="SequenceFlow_15bl7wd"> |
| 1318 | <di:waypoint xsi:type="dc:Point" x="626" y="499" /> |
| 1319 | <di:waypoint xsi:type="dc:Point" x="626" y="566" /> |
| 1320 | <bpmndi:BPMNLabel> |
| 1321 | <dc:Bounds x="632" y="522.5" width="18" height="12" /> |
| 1322 | </bpmndi:BPMNLabel> |
| 1323 | </bpmndi:BPMNEdge> |
| 1324 | <bpmndi:BPMNEdge id="SequenceFlow_08dyt3l_di" bpmnElement="SequenceFlow_08dyt3l"> |
| 1325 | <di:waypoint xsi:type="dc:Point" x="764" y="566" /> |
| 1326 | <di:waypoint xsi:type="dc:Point" x="764" y="540" /> |
| 1327 | <di:waypoint xsi:type="dc:Point" x="764" y="540" /> |
| 1328 | <di:waypoint xsi:type="dc:Point" x="764" y="514" /> |
| 1329 | <bpmndi:BPMNLabel> |
| 1330 | <dc:Bounds x="779" y="540" width="0" height="0" /> |
| 1331 | </bpmndi:BPMNLabel> |
| 1332 | </bpmndi:BPMNEdge> |
| 1333 | <bpmndi:BPMNEdge id="SequenceFlow_1m84lq5_di" bpmnElement="SequenceFlow_1m84lq5"> |
| 1334 | <di:waypoint xsi:type="dc:Point" x="896" y="499" /> |
| 1335 | <di:waypoint xsi:type="dc:Point" x="896" y="566" /> |
| 1336 | <bpmndi:BPMNLabel> |
| 1337 | <dc:Bounds x="902" y="522.5" width="18" height="12" /> |
| 1338 | </bpmndi:BPMNLabel> |
| 1339 | </bpmndi:BPMNEdge> |
| 1340 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0v6yl7l_di" bpmnElement="IntermediateThrowEvent_1s7fnzf"> |
| 1341 | <dc:Bounds x="227" y="819" width="36" height="36" /> |
| 1342 | <bpmndi:BPMNLabel> |
| 1343 | <dc:Bounds x="203" y="854.0179640718563" width="84" height="36" /> |
| 1344 | </bpmndi:BPMNLabel> |
| 1345 | </bpmndi:BPMNShape> |
| 1346 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0jr8fuh_di" bpmnElement="IntermediateThrowEvent_1p2yktm"> |
| 1347 | <dc:Bounds x="602" y="819" width="36" height="36" /> |
| 1348 | <bpmndi:BPMNLabel> |
| 1349 | <dc:Bounds x="585" y="855" width="69" height="24" /> |
| 1350 | </bpmndi:BPMNLabel> |
| 1351 | </bpmndi:BPMNShape> |
| 1352 | <bpmndi:BPMNShape id="IntermediateCatchEvent_15k8xfs_di" bpmnElement="IntermediateThrowEvent_17j7yap"> |
| 1353 | <dc:Bounds x="744" y="819" width="36" height="36" /> |
| 1354 | <bpmndi:BPMNLabel> |
| 1355 | <dc:Bounds x="730" y="855" width="63" height="12" /> |
| 1356 | </bpmndi:BPMNLabel> |
| 1357 | </bpmndi:BPMNShape> |
| 1358 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1kue0lc_di" bpmnElement="IntermediateThrowEvent_1gjzx99"> |
| 1359 | <dc:Bounds x="883" y="819" width="36" height="36" /> |
| 1360 | <bpmndi:BPMNLabel> |
| 1361 | <dc:Bounds x="866" y="855" width="69" height="24" /> |
| 1362 | </bpmndi:BPMNLabel> |
| 1363 | </bpmndi:BPMNShape> |
| 1364 | <bpmndi:BPMNEdge id="SequenceFlow_1hldqvv_di" bpmnElement="SequenceFlow_1hldqvv"> |
| 1365 | <di:waypoint xsi:type="dc:Point" x="245" y="819" /> |
| 1366 | <di:waypoint xsi:type="dc:Point" x="245" y="765" /> |
| 1367 | <bpmndi:BPMNLabel> |
| 1368 | <dc:Bounds x="260" y="792" width="0" height="0" /> |
| 1369 | </bpmndi:BPMNLabel> |
| 1370 | </bpmndi:BPMNEdge> |
| 1371 | <bpmndi:BPMNEdge id="SequenceFlow_0fog99f_di" bpmnElement="SequenceFlow_0fog99f"> |
| 1372 | <di:waypoint xsi:type="dc:Point" x="620" y="750" /> |
| 1373 | <di:waypoint xsi:type="dc:Point" x="620" y="819" /> |
| 1374 | <bpmndi:BPMNLabel> |
| 1375 | <dc:Bounds x="626" y="784.5" width="18" height="12" /> |
| 1376 | </bpmndi:BPMNLabel> |
| 1377 | </bpmndi:BPMNEdge> |
| 1378 | <bpmndi:BPMNEdge id="SequenceFlow_0ye8oij_di" bpmnElement="SequenceFlow_0ye8oij"> |
| 1379 | <di:waypoint xsi:type="dc:Point" x="762" y="819" /> |
| 1380 | <di:waypoint xsi:type="dc:Point" x="762" y="765" /> |
| 1381 | <bpmndi:BPMNLabel> |
| 1382 | <dc:Bounds x="777" y="792" width="0" height="0" /> |
| 1383 | </bpmndi:BPMNLabel> |
| 1384 | </bpmndi:BPMNEdge> |
| 1385 | <bpmndi:BPMNEdge id="SequenceFlow_12g63pl_di" bpmnElement="SequenceFlow_12g63pl"> |
| 1386 | <di:waypoint xsi:type="dc:Point" x="901" y="750" /> |
| 1387 | <di:waypoint xsi:type="dc:Point" x="901" y="819" /> |
| 1388 | <bpmndi:BPMNLabel> |
| 1389 | <dc:Bounds x="907" y="784.5" width="18" height="12" /> |
| 1390 | </bpmndi:BPMNLabel> |
| 1391 | </bpmndi:BPMNEdge> |
| 1392 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1ad2ab4_di" bpmnElement="IntermediateThrowEvent_03lb8ti"> |
| 1393 | <dc:Bounds x="171" y="1083" width="36" height="36" /> |
| 1394 | <bpmndi:BPMNLabel> |
| 1395 | <dc:Bounds x="162" y="1118.566866267465" width="54" height="24" /> |
| 1396 | </bpmndi:BPMNLabel> |
| 1397 | </bpmndi:BPMNShape> |
| 1398 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1bj88jr_di" bpmnElement="IntermediateThrowEvent_1umr8ik"> |
| 1399 | <dc:Bounds x="299" y="1083" width="36" height="36" /> |
| 1400 | <bpmndi:BPMNLabel> |
| 1401 | <dc:Bounds x="282" y="1118.566866267465" width="69" height="24" /> |
| 1402 | </bpmndi:BPMNLabel> |
| 1403 | </bpmndi:BPMNShape> |
| 1404 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1a795jb_di" bpmnElement="IntermediateThrowEvent_044oajb"> |
| 1405 | <dc:Bounds x="447" y="1083" width="36" height="36" /> |
| 1406 | <bpmndi:BPMNLabel> |
| 1407 | <dc:Bounds x="428" y="1119" width="74" height="12" /> |
| 1408 | </bpmndi:BPMNLabel> |
| 1409 | </bpmndi:BPMNShape> |
| 1410 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0l74cfl_di" bpmnElement="IntermediateThrowEvent_1c1s0hp"> |
| 1411 | <dc:Bounds x="608" y="1083" width="36" height="36" /> |
| 1412 | <bpmndi:BPMNLabel> |
| 1413 | <dc:Bounds x="591" y="1119" width="69" height="24" /> |
| 1414 | </bpmndi:BPMNLabel> |
| 1415 | </bpmndi:BPMNShape> |
| 1416 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1vgxxf3_di" bpmnElement="IntermediateThrowEvent_11i6md0"> |
| 1417 | <dc:Bounds x="750" y="1083" width="36" height="36" /> |
| 1418 | <bpmndi:BPMNLabel> |
| 1419 | <dc:Bounds x="725" y="1119" width="85" height="24" /> |
| 1420 | </bpmndi:BPMNLabel> |
| 1421 | </bpmndi:BPMNShape> |
| 1422 | <bpmndi:BPMNShape id="IntermediateThrowEvent_08t3cq7_di" bpmnElement="IntermediateThrowEvent_1d8c9i0"> |
| 1423 | <dc:Bounds x="889" y="1083" width="36" height="36" /> |
| 1424 | <bpmndi:BPMNLabel> |
| 1425 | <dc:Bounds x="872" y="1119" width="69" height="24" /> |
| 1426 | </bpmndi:BPMNLabel> |
| 1427 | </bpmndi:BPMNShape> |
| 1428 | <bpmndi:BPMNEdge id="SequenceFlow_08kn9ok_di" bpmnElement="SequenceFlow_08kn9ok"> |
| 1429 | <di:waypoint xsi:type="dc:Point" x="189" y="1083" /> |
| 1430 | <di:waypoint xsi:type="dc:Point" x="189" y="1023" /> |
| 1431 | <bpmndi:BPMNLabel> |
| 1432 | <dc:Bounds x="204" y="1043" width="0" height="0" /> |
| 1433 | </bpmndi:BPMNLabel> |
| 1434 | </bpmndi:BPMNEdge> |
| 1435 | <bpmndi:BPMNEdge id="SequenceFlow_0l83v2k_di" bpmnElement="SequenceFlow_0l83v2k"> |
| 1436 | <di:waypoint xsi:type="dc:Point" x="317" y="1008" /> |
| 1437 | <di:waypoint xsi:type="dc:Point" x="317" y="1083" /> |
| 1438 | <bpmndi:BPMNLabel> |
| 1439 | <dc:Bounds x="323" y="1035.5" width="18" height="12" /> |
| 1440 | </bpmndi:BPMNLabel> |
| 1441 | </bpmndi:BPMNEdge> |
| 1442 | <bpmndi:BPMNEdge id="SequenceFlow_02uiht9_di" bpmnElement="SequenceFlow_02uiht9"> |
| 1443 | <di:waypoint xsi:type="dc:Point" x="465" y="1083" /> |
| 1444 | <di:waypoint xsi:type="dc:Point" x="465" y="1023" /> |
| 1445 | <bpmndi:BPMNLabel> |
| 1446 | <dc:Bounds x="480" y="1043" width="0" height="0" /> |
| 1447 | </bpmndi:BPMNLabel> |
| 1448 | </bpmndi:BPMNEdge> |
| 1449 | <bpmndi:BPMNEdge id="SequenceFlow_07fhkt4_di" bpmnElement="SequenceFlow_07fhkt4"> |
| 1450 | <di:waypoint xsi:type="dc:Point" x="626" y="1008" /> |
| 1451 | <di:waypoint xsi:type="dc:Point" x="626" y="1083" /> |
| 1452 | <bpmndi:BPMNLabel> |
| 1453 | <dc:Bounds x="632" y="1035.5" width="18" height="12" /> |
| 1454 | </bpmndi:BPMNLabel> |
| 1455 | </bpmndi:BPMNEdge> |
| 1456 | <bpmndi:BPMNEdge id="SequenceFlow_11p8elx_di" bpmnElement="SequenceFlow_11p8elx"> |
| 1457 | <di:waypoint xsi:type="dc:Point" x="768" y="1083" /> |
| 1458 | <di:waypoint xsi:type="dc:Point" x="768" y="1023" /> |
| 1459 | <bpmndi:BPMNLabel> |
| 1460 | <dc:Bounds x="783" y="1043" width="0" height="0" /> |
| 1461 | </bpmndi:BPMNLabel> |
| 1462 | </bpmndi:BPMNEdge> |
| 1463 | <bpmndi:BPMNEdge id="SequenceFlow_0p94lgv_di" bpmnElement="SequenceFlow_0p94lgv"> |
| 1464 | <di:waypoint xsi:type="dc:Point" x="907" y="1008" /> |
| 1465 | <di:waypoint xsi:type="dc:Point" x="907" y="1083" /> |
| 1466 | <bpmndi:BPMNLabel> |
| 1467 | <dc:Bounds x="913" y="1035.5" width="18" height="12" /> |
| 1468 | </bpmndi:BPMNLabel> |
| 1469 | </bpmndi:BPMNEdge> |
| 1470 | <bpmndi:BPMNEdge id="SequenceFlow_1dqbqqx_di" bpmnElement="SequenceFlow_1dqbqqx"> |
| 1471 | <di:waypoint xsi:type="dc:Point" x="181" y="1320" /> |
| 1472 | <di:waypoint xsi:type="dc:Point" x="182" y="1280" /> |
| 1473 | <bpmndi:BPMNLabel> |
| 1474 | <dc:Bounds x="182" y="1285" width="0" height="0" /> |
| 1475 | </bpmndi:BPMNLabel> |
| 1476 | </bpmndi:BPMNEdge> |
| 1477 | <bpmndi:BPMNShape id="IntermediateCatchEvent_11t1f0p_di" bpmnElement="IntermediateThrowEvent_0xv558x"> |
| 1478 | <dc:Bounds x="163" y="1320" width="36" height="36" /> |
| 1479 | <bpmndi:BPMNLabel> |
| 1480 | <dc:Bounds x="145" y="1355.045908183633" width="72" height="24" /> |
| 1481 | </bpmndi:BPMNLabel> |
| 1482 | </bpmndi:BPMNShape> |
| 1483 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0rgn1jk_di" bpmnElement="IntermediateThrowEvent_0hljxy3"> |
| 1484 | <dc:Bounds x="1051" y="492" width="36" height="36" /> |
| 1485 | <bpmndi:BPMNLabel> |
| 1486 | <dc:Bounds x="1034" y="528" width="69" height="24" /> |
| 1487 | </bpmndi:BPMNLabel> |
| 1488 | </bpmndi:BPMNShape> |
| 1489 | <bpmndi:BPMNEdge id="SequenceFlow_1nplvhi_di" bpmnElement="SequenceFlow_1nplvhi"> |
| 1490 | <di:waypoint xsi:type="dc:Point" x="1087" y="510" /> |
| 1491 | <di:waypoint xsi:type="dc:Point" x="1132" y="510" /> |
| 1492 | <bpmndi:BPMNLabel> |
| 1493 | <dc:Bounds x="1110" y="485" width="0" height="0" /> |
| 1494 | </bpmndi:BPMNLabel> |
| 1495 | </bpmndi:BPMNEdge> |
| 1496 | <bpmndi:BPMNEdge id="SequenceFlow_0tqrgop_di" bpmnElement="SequenceFlow_0tqrgop"> |
| 1497 | <di:waypoint xsi:type="dc:Point" x="1462" y="491" /> |
| 1498 | <di:waypoint xsi:type="dc:Point" x="1523" y="299" /> |
| 1499 | <bpmndi:BPMNLabel> |
| 1500 | <dc:Bounds x="1493" y="380" width="0" height="0" /> |
| 1501 | </bpmndi:BPMNLabel> |
| 1502 | </bpmndi:BPMNEdge> |
| 1503 | <bpmndi:BPMNEdge id="SequenceFlow_126nlmw_di" bpmnElement="SequenceFlow_126nlmw"> |
| 1504 | <di:waypoint xsi:type="dc:Point" x="1466" y="495" /> |
| 1505 | <di:waypoint xsi:type="dc:Point" x="1569" y="327" /> |
| 1506 | <bpmndi:BPMNLabel> |
| 1507 | <dc:Bounds x="1518" y="396" width="0" height="0" /> |
| 1508 | </bpmndi:BPMNLabel> |
| 1509 | </bpmndi:BPMNEdge> |
| 1510 | <bpmndi:BPMNEdge id="SequenceFlow_0mw3mwl_di" bpmnElement="SequenceFlow_0mw3mwl"> |
| 1511 | <di:waypoint xsi:type="dc:Point" x="1469" y="498" /> |
| 1512 | <di:waypoint xsi:type="dc:Point" x="1614" y="360" /> |
| 1513 | <bpmndi:BPMNLabel> |
| 1514 | <dc:Bounds x="1542" y="414" width="0" height="0" /> |
| 1515 | </bpmndi:BPMNLabel> |
| 1516 | </bpmndi:BPMNEdge> |
| 1517 | <bpmndi:BPMNEdge id="SequenceFlow_13md9cw_di" bpmnElement="SequenceFlow_13md9cw"> |
| 1518 | <di:waypoint xsi:type="dc:Point" x="1472" y="501" /> |
| 1519 | <di:waypoint xsi:type="dc:Point" x="1652" y="403" /> |
| 1520 | <bpmndi:BPMNLabel> |
| 1521 | <dc:Bounds x="1562" y="437" width="0" height="0" /> |
| 1522 | </bpmndi:BPMNLabel> |
| 1523 | </bpmndi:BPMNEdge> |
| 1524 | <bpmndi:BPMNEdge id="SequenceFlow_0xylem3_di" bpmnElement="SequenceFlow_0xylem3"> |
| 1525 | <di:waypoint xsi:type="dc:Point" x="1476" y="505" /> |
| 1526 | <di:waypoint xsi:type="dc:Point" x="1682" y="451" /> |
| 1527 | <bpmndi:BPMNLabel> |
| 1528 | <dc:Bounds x="1579" y="463" width="0" height="0" /> |
| 1529 | </bpmndi:BPMNLabel> |
| 1530 | </bpmndi:BPMNEdge> |
| 1531 | <bpmndi:BPMNEdge id="SequenceFlow_1c5mxd5_di" bpmnElement="SequenceFlow_1c5mxd5"> |
| 1532 | <di:waypoint xsi:type="dc:Point" x="1481" y="510" /> |
| 1533 | <di:waypoint xsi:type="dc:Point" x="1697" y="510" /> |
| 1534 | <bpmndi:BPMNLabel> |
| 1535 | <dc:Bounds x="1589" y="495" width="0" height="0" /> |
| 1536 | </bpmndi:BPMNLabel> |
| 1537 | </bpmndi:BPMNEdge> |
| 1538 | <bpmndi:BPMNEdge id="SequenceFlow_0u8hiu2_di" bpmnElement="SequenceFlow_0u8hiu2"> |
| 1539 | <di:waypoint xsi:type="dc:Point" x="1477" y="514" /> |
| 1540 | <di:waypoint xsi:type="dc:Point" x="1682" y="559" /> |
| 1541 | <bpmndi:BPMNLabel> |
| 1542 | <dc:Bounds x="1580" y="521.5" width="0" height="0" /> |
| 1543 | </bpmndi:BPMNLabel> |
| 1544 | </bpmndi:BPMNEdge> |
| 1545 | <bpmndi:BPMNEdge id="SequenceFlow_0fs7ay9_di" bpmnElement="SequenceFlow_0fs7ay9"> |
| 1546 | <di:waypoint xsi:type="dc:Point" x="1473" y="518" /> |
| 1547 | <di:waypoint xsi:type="dc:Point" x="1652" y="610" /> |
| 1548 | <bpmndi:BPMNLabel> |
| 1549 | <dc:Bounds x="1563" y="549" width="0" height="0" /> |
| 1550 | </bpmndi:BPMNLabel> |
| 1551 | </bpmndi:BPMNEdge> |
| 1552 | <bpmndi:BPMNEdge id="SequenceFlow_00qwx4v_di" bpmnElement="SequenceFlow_00qwx4v"> |
| 1553 | <di:waypoint xsi:type="dc:Point" x="1469" y="522" /> |
| 1554 | <di:waypoint xsi:type="dc:Point" x="1615" y="661" /> |
| 1555 | <bpmndi:BPMNLabel> |
| 1556 | <dc:Bounds x="1542" y="576.5" width="0" height="0" /> |
| 1557 | </bpmndi:BPMNLabel> |
| 1558 | </bpmndi:BPMNEdge> |
| 1559 | <bpmndi:BPMNEdge id="SequenceFlow_14s8ji9_di" bpmnElement="SequenceFlow_14s8ji9"> |
| 1560 | <di:waypoint xsi:type="dc:Point" x="1466" y="525" /> |
| 1561 | <di:waypoint xsi:type="dc:Point" x="1570" y="692" /> |
| 1562 | <bpmndi:BPMNLabel> |
| 1563 | <dc:Bounds x="1518" y="593.5" width="0" height="0" /> |
| 1564 | </bpmndi:BPMNLabel> |
| 1565 | </bpmndi:BPMNEdge> |
| 1566 | <bpmndi:BPMNEdge id="SequenceFlow_0kricor_di" bpmnElement="SequenceFlow_0kricor"> |
| 1567 | <di:waypoint xsi:type="dc:Point" x="1462" y="529" /> |
| 1568 | <di:waypoint xsi:type="dc:Point" x="1524" y="722" /> |
| 1569 | <bpmndi:BPMNLabel> |
| 1570 | <dc:Bounds x="1493" y="610.5" width="0" height="0" /> |
| 1571 | </bpmndi:BPMNLabel> |
| 1572 | </bpmndi:BPMNEdge> |
| 1573 | <bpmndi:BPMNShape id="IntermediateThrowEvent_11fq8y0_di" bpmnElement="IntermediateThrowEvent_08j8zjs"> |
| 1574 | <dc:Bounds x="1511" y="265" width="36" height="36" /> |
| 1575 | <bpmndi:BPMNLabel> |
| 1576 | <dc:Bounds x="1486" y="233.41716566866268" width="85" height="24" /> |
| 1577 | </bpmndi:BPMNLabel> |
| 1578 | </bpmndi:BPMNShape> |
| 1579 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0s02puh_di" bpmnElement="IntermediateThrowEvent_0tj8iiy"> |
| 1580 | <dc:Bounds x="1561" y="294" width="36" height="36" /> |
| 1581 | <bpmndi:BPMNLabel> |
| 1582 | <dc:Bounds x="1561" y="259.4171656686627" width="88" height="24" /> |
| 1583 | </bpmndi:BPMNLabel> |
| 1584 | </bpmndi:BPMNShape> |
| 1585 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0jpplot_di" bpmnElement="IntermediateThrowEvent_0oeqjo1"> |
| 1586 | <dc:Bounds x="1609" y="330" width="36" height="36" /> |
| 1587 | <bpmndi:BPMNLabel> |
| 1588 | <dc:Bounds x="1625" y="306.4171656686627" width="64" height="12" /> |
| 1589 | </bpmndi:BPMNLabel> |
| 1590 | </bpmndi:BPMNShape> |
| 1591 | <bpmndi:BPMNShape id="IntermediateThrowEvent_002ei8c_di" bpmnElement="IntermediateThrowEvent_1939dn7"> |
| 1592 | <dc:Bounds x="1650" y="377" width="36" height="36" /> |
| 1593 | <bpmndi:BPMNLabel> |
| 1594 | <dc:Bounds x="1689" y="354.4171656686627" width="51" height="24" /> |
| 1595 | </bpmndi:BPMNLabel> |
| 1596 | </bpmndi:BPMNShape> |
| 1597 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0mfh44i_di" bpmnElement="IntermediateThrowEvent_1rn3nlo"> |
| 1598 | <dc:Bounds x="1681" y="429" width="36" height="36" /> |
| 1599 | <bpmndi:BPMNLabel> |
| 1600 | <dc:Bounds x="1724" y="427.4171656686627" width="62" height="12" /> |
| 1601 | </bpmndi:BPMNLabel> |
| 1602 | </bpmndi:BPMNShape> |
| 1603 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0nuhjay_di" bpmnElement="IntermediateThrowEvent_0weaigg"> |
| 1604 | <dc:Bounds x="1697" y="493" width="36" height="36" /> |
| 1605 | <bpmndi:BPMNLabel> |
| 1606 | <dc:Bounds x="1744" y="492.4171656686626" width="84" height="36" /> |
| 1607 | </bpmndi:BPMNLabel> |
| 1608 | </bpmndi:BPMNShape> |
| 1609 | <bpmndi:BPMNShape id="IntermediateThrowEvent_178560e_di" bpmnElement="IntermediateThrowEvent_1q8mns4"> |
| 1610 | <dc:Bounds x="1681" y="546" width="36" height="36" /> |
| 1611 | <bpmndi:BPMNLabel> |
| 1612 | <dc:Bounds x="1730" y="558.2894211576846" width="63" height="12" /> |
| 1613 | </bpmndi:BPMNLabel> |
| 1614 | </bpmndi:BPMNShape> |
| 1615 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1iiwg3y_di" bpmnElement="IntermediateThrowEvent_16kgzdv"> |
| 1616 | <dc:Bounds x="1650" y="601" width="36" height="36" /> |
| 1617 | <bpmndi:BPMNLabel> |
| 1618 | <dc:Bounds x="1698" y="607.2894211576846" width="54" height="24" /> |
| 1619 | </bpmndi:BPMNLabel> |
| 1620 | </bpmndi:BPMNShape> |
| 1621 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0q4aaqn_di" bpmnElement="IntermediateThrowEvent_18v3win"> |
| 1622 | <dc:Bounds x="1609" y="656" width="36" height="36" /> |
| 1623 | <bpmndi:BPMNLabel> |
| 1624 | <dc:Bounds x="1654" y="679.2894211576846" width="74" height="12" /> |
| 1625 | </bpmndi:BPMNLabel> |
| 1626 | </bpmndi:BPMNShape> |
| 1627 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0x5j21r_di" bpmnElement="IntermediateThrowEvent_0kypyu0"> |
| 1628 | <dc:Bounds x="1562" y="689" width="36" height="36" /> |
| 1629 | <bpmndi:BPMNLabel> |
| 1630 | <dc:Bounds x="1595" y="727.2894211576846" width="85" height="24" /> |
| 1631 | </bpmndi:BPMNLabel> |
| 1632 | </bpmndi:BPMNShape> |
| 1633 | <bpmndi:BPMNShape id="IntermediateThrowEvent_130x96w_di" bpmnElement="IntermediateThrowEvent_024m4nk"> |
| 1634 | <dc:Bounds x="1511" y="721" width="36" height="36" /> |
| 1635 | <bpmndi:BPMNLabel> |
| 1636 | <dc:Bounds x="1507" y="763.2894211576846" width="72" height="24" /> |
| 1637 | </bpmndi:BPMNLabel> |
| 1638 | </bpmndi:BPMNShape> |
| 1639 | <bpmndi:BPMNEdge id="SequenceFlow_178fxkj_di" bpmnElement="SequenceFlow_178fxkj"> |
| 1640 | <di:waypoint xsi:type="dc:Point" x="971" y="90" /> |
| 1641 | <di:waypoint xsi:type="dc:Point" x="982" y="90" /> |
| 1642 | <di:waypoint xsi:type="dc:Point" x="982" y="156" /> |
| 1643 | <di:waypoint xsi:type="dc:Point" x="103" y="156" /> |
| 1644 | <di:waypoint xsi:type="dc:Point" x="103" y="237" /> |
| 1645 | <di:waypoint xsi:type="dc:Point" x="131" y="237" /> |
| 1646 | <bpmndi:BPMNLabel> |
| 1647 | <dc:Bounds x="543" y="141" width="0" height="0" /> |
| 1648 | </bpmndi:BPMNLabel> |
| 1649 | </bpmndi:BPMNEdge> |
| 1650 | <bpmndi:BPMNShape id="ScriptTask_0d7vlr8_di" bpmnElement="Task_155eyrq"> |
| 1651 | <dc:Bounds x="871" y="50" width="100" height="80" /> |
| 1652 | </bpmndi:BPMNShape> |
| 1653 | <bpmndi:BPMNEdge id="SequenceFlow_0a0lfh8_di" bpmnElement="SequenceFlow_0a0lfh8"> |
| 1654 | <di:waypoint xsi:type="dc:Point" x="320" y="1576" /> |
| 1655 | <di:waypoint xsi:type="dc:Point" x="353" y="1576" /> |
| 1656 | <bpmndi:BPMNLabel> |
| 1657 | <dc:Bounds x="337" y="1561" width="0" height="0" /> |
| 1658 | </bpmndi:BPMNLabel> |
| 1659 | </bpmndi:BPMNEdge> |
| 1660 | <bpmndi:BPMNEdge id="SequenceFlow_0r0o5yt_di" bpmnElement="SequenceFlow_0r0o5yt"> |
| 1661 | <di:waypoint xsi:type="dc:Point" x="453" y="1576" /> |
| 1662 | <di:waypoint xsi:type="dc:Point" x="490" y="1576" /> |
| 1663 | <bpmndi:BPMNLabel> |
| 1664 | <dc:Bounds x="472" y="1561" width="0" height="0" /> |
| 1665 | </bpmndi:BPMNLabel> |
| 1666 | </bpmndi:BPMNEdge> |
| 1667 | <bpmndi:BPMNEdge id="SequenceFlow_0slcwxc_di" bpmnElement="SequenceFlow_0slcwxc"> |
| 1668 | <di:waypoint xsi:type="dc:Point" x="590" y="1576" /> |
| 1669 | <di:waypoint xsi:type="dc:Point" x="621" y="1576" /> |
| 1670 | <bpmndi:BPMNLabel> |
| 1671 | <dc:Bounds x="606" y="1561" width="0" height="0" /> |
| 1672 | </bpmndi:BPMNLabel> |
| 1673 | </bpmndi:BPMNEdge> |
| 1674 | <bpmndi:BPMNShape id="ScriptTask_1gdinh5_di" bpmnElement="Task_07rej8l"> |
| 1675 | <dc:Bounds x="220" y="1536" width="100" height="80" /> |
| 1676 | </bpmndi:BPMNShape> |
| 1677 | <bpmndi:BPMNShape id="ScriptTask_0l1xjdz_di" bpmnElement="Task_16v4gow"> |
| 1678 | <dc:Bounds x="490" y="1536" width="100" height="80" /> |
| 1679 | </bpmndi:BPMNShape> |
| 1680 | <bpmndi:BPMNShape id="CallActivity_1e4qhkx_di" bpmnElement="Task_18twhln"> |
| 1681 | <dc:Bounds x="353" y="1536" width="100" height="80" /> |
| 1682 | </bpmndi:BPMNShape> |
| 1683 | </bpmndi:BPMNPlane> |
| 1684 | </bpmndi:BPMNDiagram> |
| 1685 | </bpmn2:definitions> |