Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 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"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 3 | <bpmn2:process id="VnfConfigUpdate" name="VnfConfigUpdate" isExecutable="true"> |
| 4 | <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy"> |
| 5 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 6 | <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing> |
| 7 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 8 | def uvfm = new VnfConfigUpdate() |
| 9 | uvfm.sendSynchResponse(execution)]]></bpmn2:script> |
| 10 | </bpmn2:scriptTask> |
| 11 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" /> |
| 12 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 13 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 14 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 15 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 16 | def uvfm = new VnfConfigUpdate() |
| 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("VnfConfigUpdateSuccessIndicator", 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_07uuj2d</bpmn2:incoming> |
| 46 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
| 47 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 48 | def uvfm = new VnfConfigUpdate() |
| 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_1tx7e9s" /> |
| 59 | <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy"> |
| 60 | <bpmn2:incoming>SequenceFlow_0xt2xvx</bpmn2:incoming> |
| 61 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 62 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 63 | def uvfm = new VnfConfigUpdate() |
| 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_1vxpbd0" sourceRef="Task_1tx7e9s" targetRef="Task_02avn81" /> |
| 84 | <bpmn2:sequenceFlow id="SequenceFlow_03ayqeh" sourceRef="Task_02avn81" targetRef="Task_0b707rs" /> |
| 85 | <bpmn2:sequenceFlow id="SequenceFlow_0xt2xvx" sourceRef="Task_0b707rs" targetRef="ScriptTask_3" /> |
| 86 | <bpmn2:scriptTask id="Task_1tx7e9s" name="PreProcess Rollback" scriptFormat="groovy"> |
| 87 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 88 | <bpmn2:outgoing>SequenceFlow_1vxpbd0</bpmn2:outgoing> |
| 89 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 90 | def uvfm = new VnfInPlaceUpdate() |
| 91 | uvfm.preProcessRollback(execution)]]></bpmn2:script> |
| 92 | </bpmn2:scriptTask> |
| 93 | <bpmn2:scriptTask id="Task_0b707rs" name="PostProcess Rollback" scriptFormat="groovy"> |
| 94 | <bpmn2:incoming>SequenceFlow_03ayqeh</bpmn2:incoming> |
| 95 | <bpmn2:outgoing>SequenceFlow_0xt2xvx</bpmn2:outgoing> |
| 96 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 97 | def uvfm = new VnfInPlaceUpdate() |
| 98 | uvfm.postProcessRollback(execution)]]></bpmn2:script> |
| 99 | </bpmn2:scriptTask> |
| 100 | <bpmn2:callActivity id="Task_02avn81" 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" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 112 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 113 | </bpmn2:extensionElements> |
| 114 | <bpmn2:incoming>SequenceFlow_1vxpbd0</bpmn2:incoming> |
| 115 | <bpmn2:outgoing>SequenceFlow_03ayqeh</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:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_18j1ow5" targetRef="ScriptTask_10" /> |
| 132 | <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0vy2zge" /> |
| 133 | <bpmn2:scriptTask id="Task_1opcb4j" name="Query A&AI for VNF" scriptFormat="groovy"> |
| 134 | <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming> |
| 135 | <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing> |
| 136 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 137 | def uvfm = new VnfConfigUpdate() |
| 138 | uvfm.queryAAIForVnf(execution)]]></bpmn2:script> |
| 139 | </bpmn2:scriptTask> |
| 140 | <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1opcb4j" /> |
| 141 | <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&AI" scriptFormat="groovy"> |
| 142 | <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming> |
| 143 | <bpmn2:incoming>SequenceFlow_09lrk4q</bpmn2:incoming> |
| 144 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 145 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 146 | def uvfm = new VnfConfigUpdate() |
| 147 | uvfm.checkIfVnfInMaintInAAI(execution) |
| 148 | ]]></bpmn2:script> |
| 149 | </bpmn2:scriptTask> |
| 150 | <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" /> |
| 151 | <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&AI" scriptFormat="groovy"> |
| 152 | <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming> |
| 153 | <bpmn2:incoming>SequenceFlow_1eezqx8</bpmn2:incoming> |
| 154 | <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing> |
| 155 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 156 | def uvfm = new VnfConfigUpdate() |
| 157 | uvfm.setVnfInMaintFlagInAAI(execution, true) |
| 158 | ]]></bpmn2:script> |
| 159 | </bpmn2:scriptTask> |
| 160 | <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&AI" scriptFormat="groovy"> |
| 161 | <bpmn2:incoming>SequenceFlow_16ff86u</bpmn2:incoming> |
| 162 | <bpmn2:incoming>SequenceFlow_08m0j98</bpmn2:incoming> |
| 163 | <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing> |
| 164 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 165 | def uvfm = new VnfConfigUpdate() |
| 166 | uvfm.setVnfInMaintFlagInAAI(execution, false) |
| 167 | ]]></bpmn2:script> |
| 168 | </bpmn2:scriptTask> |
| 169 | <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&AI" scriptFormat="groovy"> |
| 170 | <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming> |
| 171 | <bpmn2:incoming>SequenceFlow_179tyul</bpmn2:incoming> |
| 172 | <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing> |
| 173 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 174 | def uvfm = new VnfConfigUpdate() |
| 175 | uvfm.checkIfPserversInMaintInAAI(execution) |
| 176 | ]]></bpmn2:script> |
| 177 | </bpmn2:scriptTask> |
| 178 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z"> |
| 179 | <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming> |
| 180 | <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing> |
| 181 | <bpmn2:outgoing>SequenceFlow_06ev8or</bpmn2:outgoing> |
| 182 | </bpmn2:exclusiveGateway> |
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" /> |
| 184 | <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi"> |
| 185 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 186 | <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing> |
| 187 | <bpmn2:outgoing>SequenceFlow_1cdfjed</bpmn2:outgoing> |
| 188 | </bpmn2:exclusiveGateway> |
| 189 | <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" /> |
| 190 | <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler"> |
| 191 | <bpmn2:extensionElements> |
| 192 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 193 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 194 | <camunda:in source="serviceType" target="serviceType" /> |
| 195 | <camunda:in source="nfRole" target="vnfType" /> |
| 196 | <camunda:in source="currentActivity" target="currentActivity" /> |
| 197 | <camunda:in source="workStep" target="workStep" /> |
| 198 | <camunda:in source="failedActivity" target="failedActivity" /> |
| 199 | <camunda:in source="errorCode" target="errorCode" /> |
| 200 | <camunda:in source="errorText" target="errorText" /> |
| 201 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 202 | <camunda:out source="handlingCode" target="disposition" /> |
| 203 | <camunda:in source="requestorId" target="requestorId" /> |
| 204 | <camunda:out source="taskId" target="taskId" /> |
| 205 | <camunda:in source="vnfName" target="vnfName" /> |
| 206 | </bpmn2:extensionElements> |
| 207 | <bpmn2:incoming>SequenceFlow_0nob5cp</bpmn2:incoming> |
| 208 | <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing> |
| 209 | </bpmn2:callActivity> |
| 210 | <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" /> |
| 211 | <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h"> |
| 212 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression> |
| 213 | </bpmn2:sequenceFlow> |
| 214 | <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm"> |
| 215 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression> |
| 216 | </bpmn2:sequenceFlow> |
| 217 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_06ajc11"> |
| 218 | <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming> |
| 219 | <bpmn2:outgoing>SequenceFlow_17g62fl</bpmn2:outgoing> |
| 220 | <bpmn2:outgoing>SequenceFlow_06ajc11</bpmn2:outgoing> |
| 221 | </bpmn2:exclusiveGateway> |
| 222 | <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" /> |
| 223 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Health PostCheck?" default="SequenceFlow_08m0j98"> |
| 224 | <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming> |
| 225 | <bpmn2:outgoing>SequenceFlow_1urpp94</bpmn2:outgoing> |
| 226 | <bpmn2:outgoing>SequenceFlow_08m0j98</bpmn2:outgoing> |
| 227 | </bpmn2:exclusiveGateway> |
| 228 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_0u6ho2p"> |
| 229 | <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming> |
| 230 | <bpmn2:outgoing>SequenceFlow_0u6ho2p</bpmn2:outgoing> |
| 231 | <bpmn2:outgoing>SequenceFlow_0k3zxpd</bpmn2:outgoing> |
| 232 | </bpmn2:exclusiveGateway> |
| 233 | <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" /> |
| 234 | <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy"> |
| 235 | <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming> |
| 236 | <bpmn2:incoming>SequenceFlow_1c022sy</bpmn2:incoming> |
| 237 | <bpmn2:incoming>SequenceFlow_05omwbu</bpmn2:incoming> |
| 238 | <bpmn2:incoming>SequenceFlow_18lemf9</bpmn2:incoming> |
| 239 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 240 | def uvfm = new VnfConfigUpdate() |
| 241 | uvfm.abortProcessing(execution)]]></bpmn2:script> |
| 242 | </bpmn2:scriptTask> |
| 243 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition"> |
| 244 | <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming> |
| 245 | <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing> |
| 246 | <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing> |
| 247 | <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing> |
| 248 | <bpmn2:outgoing>SequenceFlow_0rlmex7</bpmn2:outgoing> |
| 249 | </bpmn2:exclusiveGateway> |
| 250 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Next Step? " default="SequenceFlow_1c022sy"> |
| 251 | <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming> |
| 252 | <bpmn2:incoming>SequenceFlow_19myx3o</bpmn2:incoming> |
| 253 | <bpmn2:outgoing>SequenceFlow_1c022sy</bpmn2:outgoing> |
| 254 | <bpmn2:outgoing>SequenceFlow_0ueoglv</bpmn2:outgoing> |
| 255 | <bpmn2:outgoing>SequenceFlow_15fqlwe</bpmn2:outgoing> |
| 256 | <bpmn2:outgoing>SequenceFlow_0yuj0l5</bpmn2:outgoing> |
| 257 | <bpmn2:outgoing>SequenceFlow_1abb030</bpmn2:outgoing> |
| 258 | <bpmn2:outgoing>SequenceFlow_0ls3ej5</bpmn2:outgoing> |
| 259 | <bpmn2:outgoing>SequenceFlow_1ar6ikk</bpmn2:outgoing> |
| 260 | <bpmn2:outgoing>SequenceFlow_0t53vux</bpmn2:outgoing> |
| 261 | <bpmn2:outgoing>SequenceFlow_11ck4qe</bpmn2:outgoing> |
| 262 | <bpmn2:outgoing>SequenceFlow_16d2ln4</bpmn2:outgoing> |
| 263 | <bpmn2:outgoing>SequenceFlow_1quapjx</bpmn2:outgoing> |
| 264 | <bpmn2:outgoing>SequenceFlow_101n488</bpmn2:outgoing> |
| 265 | </bpmn2:exclusiveGateway> |
| 266 | <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx"> |
| 267 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip" ]]></bpmn2:conditionExpression> |
| 268 | </bpmn2:sequenceFlow> |
| 269 | <bpmn2:sequenceFlow id="SequenceFlow_1c022sy" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" /> |
| 270 | <bpmn2:sequenceFlow id="SequenceFlow_06ev8or" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_0zmqbae"> |
| 271 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 272 | </bpmn2:sequenceFlow> |
| 273 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0zmqbae" name="To Rainy Day Handling"> |
| 274 | <bpmn2:incoming>SequenceFlow_06ev8or</bpmn2:incoming> |
| 275 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 276 | </bpmn2:intermediateThrowEvent> |
| 277 | <bpmn2:sequenceFlow id="SequenceFlow_0nob5cp" sourceRef="IntermediateThrowEvent_0z0t7rn" targetRef="Task_0q5cdit" /> |
| 278 | <bpmn2:sequenceFlow id="SequenceFlow_076leae" sourceRef="Task_0e313zv" targetRef="ExclusiveGateway_1rglbmr" /> |
| 279 | <bpmn2:scriptTask id="Task_0e313zv" name="Check If VF Closed Loop Disabled in A&AI" scriptFormat="groovy"> |
| 280 | <bpmn2:incoming>SequenceFlow_0zzwdwf</bpmn2:incoming> |
| 281 | <bpmn2:incoming>SequenceFlow_06ajc11</bpmn2:incoming> |
| 282 | <bpmn2:outgoing>SequenceFlow_076leae</bpmn2:outgoing> |
| 283 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 284 | def uvfm = new VnfConfigUpdate() |
| 285 | uvfm.checkIfClosedLoopDisabledInAAI(execution) |
| 286 | ]]></bpmn2:script> |
| 287 | </bpmn2:scriptTask> |
| 288 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1rglbmr" name="Error on isClosedLoopDisabled Check?" default="SequenceFlow_0du9273"> |
| 289 | <bpmn2:incoming>SequenceFlow_076leae</bpmn2:incoming> |
| 290 | <bpmn2:outgoing>SequenceFlow_0du9273</bpmn2:outgoing> |
| 291 | <bpmn2:outgoing>SequenceFlow_0zh8r6j</bpmn2:outgoing> |
| 292 | </bpmn2:exclusiveGateway> |
| 293 | <bpmn2:sequenceFlow id="SequenceFlow_0du9273" name="no " sourceRef="ExclusiveGateway_1rglbmr" targetRef="Task_0n1d5f2" /> |
| 294 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0z0t7rn" name="To Rainy Day Handling" camunda:asyncBefore="true"> |
| 295 | <bpmn2:outgoing>SequenceFlow_0nob5cp</bpmn2:outgoing> |
| 296 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 297 | </bpmn2:intermediateCatchEvent> |
| 298 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1qkzlba" name="To Rainy Day Handling"> |
| 299 | <bpmn2:incoming>SequenceFlow_1cdfjed</bpmn2:incoming> |
| 300 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 301 | </bpmn2:intermediateThrowEvent> |
| 302 | <bpmn2:sequenceFlow id="SequenceFlow_1cdfjed" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1qkzlba"> |
| 303 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 304 | </bpmn2:sequenceFlow> |
| 305 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0rnlvmz" name="To Rainy Day Handling"> |
| 306 | <bpmn2:incoming>SequenceFlow_17g62fl</bpmn2:incoming> |
| 307 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 308 | </bpmn2:intermediateThrowEvent> |
| 309 | <bpmn2:sequenceFlow id="SequenceFlow_17g62fl" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0rnlvmz"> |
| 310 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 311 | </bpmn2:sequenceFlow> |
| 312 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0v69raz" name="To Rainy Day Handling"> |
| 313 | <bpmn2:incoming>SequenceFlow_0zh8r6j</bpmn2:incoming> |
| 314 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 315 | </bpmn2:intermediateThrowEvent> |
| 316 | <bpmn2:sequenceFlow id="SequenceFlow_0zh8r6j" name="yes " sourceRef="ExclusiveGateway_1rglbmr" targetRef="IntermediateThrowEvent_0v69raz"> |
| 317 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 318 | </bpmn2:sequenceFlow> |
| 319 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_15hlkuq" name="To inMaintenanceCheck"> |
| 320 | <bpmn2:outgoing>SequenceFlow_09lrk4q</bpmn2:outgoing> |
| 321 | <bpmn2:linkEventDefinition name="To inMaintenanceCheck" /> |
| 322 | </bpmn2:intermediateCatchEvent> |
| 323 | <bpmn2:sequenceFlow id="SequenceFlow_09lrk4q" sourceRef="IntermediateThrowEvent_15hlkuq" targetRef="Task_1rxiqe1" /> |
| 324 | <bpmn2:sequenceFlow id="SequenceFlow_1eezqx8" sourceRef="IntermediateThrowEvent_1lrkrsn" targetRef="Task_0ap39ka" /> |
| 325 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1lrkrsn" name="To InMaintenance Set"> |
| 326 | <bpmn2:outgoing>SequenceFlow_1eezqx8</bpmn2:outgoing> |
| 327 | <bpmn2:linkEventDefinition name="To InMaintenance Set" /> |
| 328 | </bpmn2:intermediateCatchEvent> |
| 329 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1wdxgjm" name="To check if Closed Loop Disabled"> |
| 330 | <bpmn2:outgoing>SequenceFlow_0zzwdwf</bpmn2:outgoing> |
| 331 | <bpmn2:linkEventDefinition name="To check if Closed Loop Disabled" /> |
| 332 | </bpmn2:intermediateCatchEvent> |
| 333 | <bpmn2:sequenceFlow id="SequenceFlow_0zzwdwf" sourceRef="IntermediateThrowEvent_1wdxgjm" targetRef="Task_0e313zv" /> |
| 334 | <bpmn2:sequenceFlow id="SequenceFlow_06ajc11" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_0e313zv" /> |
| 335 | <bpmn2:sequenceFlow id="SequenceFlow_179z9vl" sourceRef="Task_0n1d5f2" targetRef="ExclusiveGateway_148eo7w" /> |
| 336 | <bpmn2:scriptTask id="Task_0n1d5f2" name="Set VF Is Closed Loop Disabled Flag in A&AI" scriptFormat="groovy"> |
| 337 | <bpmn2:incoming>SequenceFlow_0du9273</bpmn2:incoming> |
| 338 | <bpmn2:incoming>SequenceFlow_032tm9y</bpmn2:incoming> |
| 339 | <bpmn2:outgoing>SequenceFlow_179z9vl</bpmn2:outgoing> |
| 340 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 341 | def uvfm = new VnfConfigUpdate() |
| 342 | uvfm.setClosedLoopDisabledInAAI(execution, true) |
| 343 | ]]></bpmn2:script> |
| 344 | </bpmn2:scriptTask> |
| 345 | <bpmn2:sequenceFlow id="SequenceFlow_032tm9y" sourceRef="IntermediateThrowEvent_1552q1o" targetRef="Task_0n1d5f2" /> |
| 346 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1552q1o" name="To set Closed Loop Disabled"> |
| 347 | <bpmn2:outgoing>SequenceFlow_032tm9y</bpmn2:outgoing> |
| 348 | <bpmn2:linkEventDefinition name="To set Closed Loop Disabled" /> |
| 349 | </bpmn2:intermediateCatchEvent> |
| 350 | <bpmn2:exclusiveGateway id="ExclusiveGateway_148eo7w" name="Error on Set IsClosedLoopDisabled Flag in A&AI?" default="SequenceFlow_1cjiv6i"> |
| 351 | <bpmn2:incoming>SequenceFlow_179z9vl</bpmn2:incoming> |
| 352 | <bpmn2:outgoing>SequenceFlow_1cjiv6i</bpmn2:outgoing> |
| 353 | <bpmn2:outgoing>SequenceFlow_1q3oxtf</bpmn2:outgoing> |
| 354 | </bpmn2:exclusiveGateway> |
| 355 | <bpmn2:sequenceFlow id="SequenceFlow_1cjiv6i" name="no " sourceRef="ExclusiveGateway_148eo7w" targetRef="Task_1hdg951" /> |
| 356 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16r1jxm" name="To Rainy Day Handling"> |
| 357 | <bpmn2:incoming>SequenceFlow_1q3oxtf</bpmn2:incoming> |
| 358 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 359 | </bpmn2:intermediateThrowEvent> |
| 360 | <bpmn2:sequenceFlow id="SequenceFlow_1q3oxtf" name="yes" sourceRef="ExclusiveGateway_148eo7w" targetRef="IntermediateThrowEvent_16r1jxm"> |
| 361 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 362 | </bpmn2:sequenceFlow> |
| 363 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_02hirbh" name="To ConfigModify"> |
| 364 | <bpmn2:outgoing>SequenceFlow_1wqinjh</bpmn2:outgoing> |
| 365 | <bpmn2:linkEventDefinition name="To ConfigModify" /> |
| 366 | </bpmn2:intermediateCatchEvent> |
| 367 | <bpmn2:sequenceFlow id="SequenceFlow_1urpp94" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_0vf0a28"> |
| 368 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 369 | </bpmn2:sequenceFlow> |
| 370 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vf0a28" name="To Rainy Day Handling"> |
| 371 | <bpmn2:incoming>SequenceFlow_1urpp94</bpmn2:incoming> |
| 372 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 373 | </bpmn2:intermediateThrowEvent> |
| 374 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0pk24h2" name="To Health PreCheck"> |
| 375 | <bpmn2:outgoing>SequenceFlow_1colra4</bpmn2:outgoing> |
| 376 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 377 | </bpmn2:intermediateCatchEvent> |
| 378 | <bpmn2:exclusiveGateway id="ExclusiveGateway_18j1ow5" name="Error on Unset Closed Loop Disabled?" default="SequenceFlow_3"> |
| 379 | <bpmn2:incoming>SequenceFlow_1tzax6l</bpmn2:incoming> |
| 380 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 381 | <bpmn2:outgoing>SequenceFlow_0w8mkkn</bpmn2:outgoing> |
| 382 | </bpmn2:exclusiveGateway> |
| 383 | <bpmn2:sequenceFlow id="SequenceFlow_0u6ho2p" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="Task_0y1h8go" /> |
| 384 | <bpmn2:scriptTask id="Task_0y1h8go" name="Unset VF Is Closed Loop DisabledFlag in A&AI" scriptFormat="groovy"> |
| 385 | <bpmn2:incoming>SequenceFlow_0u6ho2p</bpmn2:incoming> |
| 386 | <bpmn2:incoming>SequenceFlow_09xxorv</bpmn2:incoming> |
| 387 | <bpmn2:outgoing>SequenceFlow_1tzax6l</bpmn2:outgoing> |
| 388 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 389 | def uvfm = new VnfConfigUpdate() |
| 390 | uvfm.setClosedLoopDisabledInAAI(execution, false) |
| 391 | ]]></bpmn2:script> |
| 392 | </bpmn2:scriptTask> |
| 393 | <bpmn2:sequenceFlow id="SequenceFlow_1tzax6l" sourceRef="Task_0y1h8go" targetRef="ExclusiveGateway_18j1ow5" /> |
| 394 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0pmevcz" name="To unset inMaintenance"> |
| 395 | <bpmn2:outgoing>SequenceFlow_16ff86u</bpmn2:outgoing> |
| 396 | <bpmn2:linkEventDefinition name="To unset inMaintenance" /> |
| 397 | </bpmn2:intermediateCatchEvent> |
| 398 | <bpmn2:sequenceFlow id="SequenceFlow_16ff86u" sourceRef="IntermediateThrowEvent_0pmevcz" targetRef="Task_1drglpt" /> |
| 399 | <bpmn2:sequenceFlow id="SequenceFlow_0k3zxpd" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_1awckg7"> |
| 400 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 401 | </bpmn2:sequenceFlow> |
| 402 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1awckg7" name="To Rainy Day Handling"> |
| 403 | <bpmn2:incoming>SequenceFlow_0k3zxpd</bpmn2:incoming> |
| 404 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 405 | </bpmn2:intermediateThrowEvent> |
| 406 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1b3smly" name="To unset Closed Loop Disabled"> |
| 407 | <bpmn2:outgoing>SequenceFlow_09xxorv</bpmn2:outgoing> |
| 408 | <bpmn2:linkEventDefinition name="To unset Closed Loop Disabled" /> |
| 409 | </bpmn2:intermediateCatchEvent> |
| 410 | <bpmn2:sequenceFlow id="SequenceFlow_09xxorv" sourceRef="IntermediateThrowEvent_1b3smly" targetRef="Task_0y1h8go" /> |
| 411 | <bpmn2:sequenceFlow id="SequenceFlow_0w8mkkn" name="yes" sourceRef="ExclusiveGateway_18j1ow5" targetRef="IntermediateThrowEvent_1cw8gsw"> |
| 412 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 413 | </bpmn2:sequenceFlow> |
| 414 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1cw8gsw" name="To Rainy Day Handling"> |
| 415 | <bpmn2:incoming>SequenceFlow_0w8mkkn</bpmn2:incoming> |
| 416 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 417 | </bpmn2:intermediateThrowEvent> |
| 418 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0x846wp" name="To Completion Handler Prep"> |
| 419 | <bpmn2:outgoing>SequenceFlow_07uuj2d</bpmn2:outgoing> |
| 420 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 421 | </bpmn2:intermediateCatchEvent> |
| 422 | <bpmn2:sequenceFlow id="SequenceFlow_07uuj2d" sourceRef="IntermediateThrowEvent_0x846wp" targetRef="ScriptTask_10" /> |
| 423 | <bpmn2:sequenceFlow id="SequenceFlow_0ueoglv" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0rz6jh4"> |
| 424 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkIfPserversInMaintInAAI") || |
| 425 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkIfVnfInMaintInAAI")]]></bpmn2:conditionExpression> |
| 426 | </bpmn2:sequenceFlow> |
| 427 | <bpmn2:sequenceFlow id="SequenceFlow_15fqlwe" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1wip9vc"> |
| 428 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkIfVnfInMaintInAAI") || |
| 429 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "setVnfInMaintFlagInAAI")]]></bpmn2:conditionExpression> |
| 430 | </bpmn2:sequenceFlow> |
| 431 | <bpmn2:sequenceFlow id="SequenceFlow_0yuj0l5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1hki8xj"> |
| 432 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "setVnfInMaintFlagInAAI") || |
| 433 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression> |
| 434 | </bpmn2:sequenceFlow> |
| 435 | <bpmn2:sequenceFlow id="SequenceFlow_1abb030" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1gfnt9b"> |
| 436 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "checkClosedLoopDisabledFlagInAAI") || |
| 437 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "setClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression> |
| 438 | </bpmn2:sequenceFlow> |
| 439 | <bpmn2:sequenceFlow id="SequenceFlow_0ls3ej5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1gzhs1a"> |
| 440 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "setClosedLoopDisabledFlagInAAI") || |
| 441 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "HealthCheck0")]]></bpmn2:conditionExpression> |
| 442 | </bpmn2:sequenceFlow> |
| 443 | <bpmn2:sequenceFlow id="SequenceFlow_1ar6ikk" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1p9i2bi"> |
| 444 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "ConfigModify") || |
| 445 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "HealthCheck1")]]></bpmn2:conditionExpression> |
| 446 | </bpmn2:sequenceFlow> |
| 447 | <bpmn2:sequenceFlow id="SequenceFlow_0t53vux" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1cp0hkt"> |
| 448 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "HealthCheck1") || |
| 449 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI")]]></bpmn2:conditionExpression> |
| 450 | </bpmn2:sequenceFlow> |
| 451 | <bpmn2:sequenceFlow id="SequenceFlow_11ck4qe" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_184w0i8"> |
| 452 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI") || |
| 453 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "unsetClosedLoopDisabledFlagInAAI")]]></bpmn2:conditionExpression> |
| 454 | </bpmn2:sequenceFlow> |
| 455 | <bpmn2:sequenceFlow id="SequenceFlow_16d2ln4" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1u9f9kp"> |
| 456 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "unsetClosedLoopDisabledFlagInAAI") || |
| 457 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "completionHandlerPrep")]]></bpmn2:conditionExpression> |
| 458 | </bpmn2:sequenceFlow> |
| 459 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0rz6jh4" name="To inMaintenanceCheck"> |
| 460 | <bpmn2:incoming>SequenceFlow_0ueoglv</bpmn2:incoming> |
| 461 | <bpmn2:linkEventDefinition name="To inMaintenanceCheck" /> |
| 462 | </bpmn2:intermediateThrowEvent> |
| 463 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1wip9vc" name="To InMaintenance Set"> |
| 464 | <bpmn2:incoming>SequenceFlow_15fqlwe</bpmn2:incoming> |
| 465 | <bpmn2:linkEventDefinition name="To InMaintenance Set" /> |
| 466 | </bpmn2:intermediateThrowEvent> |
| 467 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1hki8xj" name="To check if Closed Loop Disabled"> |
| 468 | <bpmn2:incoming>SequenceFlow_0yuj0l5</bpmn2:incoming> |
| 469 | <bpmn2:linkEventDefinition name="To check if Closed Loop Disabled" /> |
| 470 | </bpmn2:intermediateThrowEvent> |
| 471 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gfnt9b" name="To set Closed Loop Disabled"> |
| 472 | <bpmn2:incoming>SequenceFlow_1abb030</bpmn2:incoming> |
| 473 | <bpmn2:linkEventDefinition name="To set Closed Loop Disabled" /> |
| 474 | </bpmn2:intermediateThrowEvent> |
| 475 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1gzhs1a" name="To Health PreCheck"> |
| 476 | <bpmn2:incoming>SequenceFlow_0ls3ej5</bpmn2:incoming> |
| 477 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 478 | </bpmn2:intermediateThrowEvent> |
| 479 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0385ons" name="To ConfigModify"> |
| 480 | <bpmn2:incoming>SequenceFlow_1quapjx</bpmn2:incoming> |
| 481 | <bpmn2:linkEventDefinition name="To ConfigModify" /> |
| 482 | </bpmn2:intermediateThrowEvent> |
| 483 | <bpmn2:sequenceFlow id="SequenceFlow_1quapjx" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0385ons"> |
| 484 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[(execution.getVariable("disposition") == "Skip" && execution.getVariable("workStep") == "HealthCheck0") || |
| 485 | (execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "ConfigModify")]]></bpmn2:conditionExpression> |
| 486 | </bpmn2:sequenceFlow> |
| 487 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1p9i2bi" name="To Health PostCheck"> |
| 488 | <bpmn2:incoming>SequenceFlow_1ar6ikk</bpmn2:incoming> |
| 489 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 490 | </bpmn2:intermediateThrowEvent> |
| 491 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1cp0hkt" name="To unset inMaintenance"> |
| 492 | <bpmn2:incoming>SequenceFlow_0t53vux</bpmn2:incoming> |
| 493 | <bpmn2:linkEventDefinition name="To unset inMaintenance" /> |
| 494 | </bpmn2:intermediateThrowEvent> |
| 495 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_184w0i8" name="To unset Closed Loop Disabled"> |
| 496 | <bpmn2:incoming>SequenceFlow_11ck4qe</bpmn2:incoming> |
| 497 | <bpmn2:linkEventDefinition name="To unset Closed Loop Disabled" /> |
| 498 | </bpmn2:intermediateThrowEvent> |
| 499 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1u9f9kp" name="To Completion Handler Prep"> |
| 500 | <bpmn2:incoming>SequenceFlow_16d2ln4</bpmn2:incoming> |
| 501 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 502 | </bpmn2:intermediateThrowEvent> |
| 503 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_18wrvcy" name="To check if Physical Servers Are Locked"> |
| 504 | <bpmn2:outgoing>SequenceFlow_179tyul</bpmn2:outgoing> |
| 505 | <bpmn2:linkEventDefinition name="To check if Physical Servers Are Locked" /> |
| 506 | </bpmn2:intermediateCatchEvent> |
| 507 | <bpmn2:sequenceFlow id="SequenceFlow_179tyul" sourceRef="IntermediateThrowEvent_18wrvcy" targetRef="Task_0vy2zge" /> |
| 508 | <bpmn2:sequenceFlow id="SequenceFlow_101n488" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_17k1fmk"> |
| 509 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Retry" && execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression> |
| 510 | </bpmn2:sequenceFlow> |
| 511 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_17k1fmk" name="To check if Physical Servers Are Locked"> |
| 512 | <bpmn2:incoming>SequenceFlow_101n488</bpmn2:incoming> |
| 513 | <bpmn2:linkEventDefinition name="To check if Physical Servers Are Locked" /> |
| 514 | </bpmn2:intermediateThrowEvent> |
| 515 | <bpmn2:sequenceFlow id="SequenceFlow_1colra4" sourceRef="IntermediateThrowEvent_0pk24h2" targetRef="Task_1hdg951" /> |
| 516 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0fhmhsk" name="To Health PostCheck"> |
| 517 | <bpmn2:outgoing>SequenceFlow_16igl7b</bpmn2:outgoing> |
| 518 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 519 | </bpmn2:intermediateCatchEvent> |
| 520 | <bpmn2:sequenceFlow id="SequenceFlow_16igl7b" sourceRef="IntermediateThrowEvent_0fhmhsk" targetRef="Task_1ca5ctq" /> |
| 521 | <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" /> |
| 522 | <bpmn2:exclusiveGateway id="ExclusiveGateway_16eos6z" name="Error on Health PreCheck?" default="SequenceFlow_188a7lk"> |
| 523 | <bpmn2:incoming>SequenceFlow_0wfzjs1</bpmn2:incoming> |
| 524 | <bpmn2:outgoing>SequenceFlow_188a7lk</bpmn2:outgoing> |
| 525 | <bpmn2:outgoing>SequenceFlow_12konw1</bpmn2:outgoing> |
| 526 | </bpmn2:exclusiveGateway> |
| 527 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1nettij" name="Error on ConfigModify?" default="SequenceFlow_0q1skau"> |
| 528 | <bpmn2:incoming>SequenceFlow_0lpreg4</bpmn2:incoming> |
| 529 | <bpmn2:outgoing>SequenceFlow_0q1skau</bpmn2:outgoing> |
| 530 | <bpmn2:outgoing>SequenceFlow_1s3pbww</bpmn2:outgoing> |
| 531 | </bpmn2:exclusiveGateway> |
| 532 | <bpmn2:sequenceFlow id="SequenceFlow_0wfzjs1" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_16eos6z" /> |
| 533 | <bpmn2:sequenceFlow id="SequenceFlow_188a7lk" name="no" sourceRef="ExclusiveGateway_16eos6z" targetRef="Task_1fj63ov" /> |
| 534 | <bpmn2:sequenceFlow id="SequenceFlow_0lpreg4" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1nettij" /> |
| 535 | <bpmn2:sequenceFlow id="SequenceFlow_0q1skau" name="no" sourceRef="ExclusiveGateway_1nettij" targetRef="Task_1ca5ctq" /> |
| 536 | <bpmn2:sequenceFlow id="SequenceFlow_08m0j98" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1drglpt" /> |
| 537 | <bpmn2:sequenceFlow id="SequenceFlow_1wqinjh" sourceRef="IntermediateThrowEvent_02hirbh" targetRef="Task_1fj63ov" /> |
| 538 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0s8cdpt" name="To Rainy Day Handling"> |
| 539 | <bpmn2:incoming>SequenceFlow_12konw1</bpmn2:incoming> |
| 540 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 541 | </bpmn2:intermediateThrowEvent> |
| 542 | <bpmn2:sequenceFlow id="SequenceFlow_12konw1" name="yes" sourceRef="ExclusiveGateway_16eos6z" targetRef="IntermediateThrowEvent_0s8cdpt"> |
| 543 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 544 | </bpmn2:sequenceFlow> |
| 545 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0e2ibog" name="To Rainy Day Handling"> |
| 546 | <bpmn2:incoming>SequenceFlow_1s3pbww</bpmn2:incoming> |
| 547 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 548 | </bpmn2:intermediateThrowEvent> |
| 549 | <bpmn2:sequenceFlow id="SequenceFlow_1s3pbww" name="yes" sourceRef="ExclusiveGateway_1nettij" targetRef="IntermediateThrowEvent_0e2ibog"> |
| 550 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 551 | </bpmn2:sequenceFlow> |
| 552 | <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C Health PreCheck" calledElement="AppCClient"> |
| 553 | <bpmn2:extensionElements> |
| 554 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 555 | <camunda:in source="actionHealthCheck" target="action" /> |
| 556 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 557 | <camunda:in source="payload" target="payload" /> |
| 558 | <camunda:in source="vnfId" target="vnfId" /> |
| 559 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 560 | <camunda:out source="errorCode" target="errorCode" /> |
| 561 | <camunda:out source="errorText" target="errorText" /> |
| 562 | <camunda:out source="workStep" target="workStep" /> |
| 563 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 564 | <camunda:in source="vnfName" target="vnfName" /> |
| 565 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 566 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 567 | </bpmn2:extensionElements> |
| 568 | <bpmn2:incoming>SequenceFlow_1cjiv6i</bpmn2:incoming> |
| 569 | <bpmn2:incoming>SequenceFlow_1colra4</bpmn2:incoming> |
| 570 | <bpmn2:outgoing>SequenceFlow_0wfzjs1</bpmn2:outgoing> |
| 571 | </bpmn2:callActivity> |
| 572 | <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health PostCheck" calledElement="AppCClient"> |
| 573 | <bpmn2:extensionElements> |
| 574 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 575 | <camunda:in source="actionHealthCheck" target="action" /> |
| 576 | <camunda:in source="healthCheckIndex1" target="healthCheckIndex" /> |
| 577 | <camunda:in source="payload" target="payload" /> |
| 578 | <camunda:in source="vnfId" target="vnfId" /> |
| 579 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 580 | <camunda:out source="errorCode" target="errorCode" /> |
| 581 | <camunda:out source="errorText" target="errorText" /> |
| 582 | <camunda:out source="workStep" target="workStep" /> |
| 583 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 584 | <camunda:in source="vnfName" target="vnfName" /> |
| 585 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 586 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 587 | </bpmn2:extensionElements> |
| 588 | <bpmn2:incoming>SequenceFlow_16igl7b</bpmn2:incoming> |
| 589 | <bpmn2:incoming>SequenceFlow_0q1skau</bpmn2:incoming> |
| 590 | <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing> |
| 591 | </bpmn2:callActivity> |
| 592 | <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C ConfigModify" calledElement="AppCClient"> |
| 593 | <bpmn2:extensionElements> |
| 594 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 595 | <camunda:in source="actionConfigModify" target="action" /> |
| 596 | <camunda:in source="payload" target="payload" /> |
| 597 | <camunda:in source="vnfId" target="vnfId" /> |
| 598 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 599 | <camunda:out source="errorCode" target="errorCode" /> |
| 600 | <camunda:out source="errorText" target="errorText" /> |
| 601 | <camunda:out source="workStep" target="workStep" /> |
| 602 | <camunda:out source="failedActivity" target="failedActivity" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 603 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 604 | </bpmn2:extensionElements> |
| 605 | <bpmn2:incoming>SequenceFlow_188a7lk</bpmn2:incoming> |
| 606 | <bpmn2:incoming>SequenceFlow_1wqinjh</bpmn2:incoming> |
| 607 | <bpmn2:outgoing>SequenceFlow_0lpreg4</bpmn2:outgoing> |
| 608 | </bpmn2:callActivity> |
| 609 | <bpmn2:sequenceFlow id="SequenceFlow_0rlmex7" name="Retry" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0em349i"> |
| 610 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Retry"]]></bpmn2:conditionExpression> |
| 611 | </bpmn2:sequenceFlow> |
| 612 | <bpmn2:scriptTask id="Task_0em349i" name="Increment Retry Count" scriptFormat="groovy"> |
| 613 | <bpmn2:incoming>SequenceFlow_0rlmex7</bpmn2:incoming> |
| 614 | <bpmn2:outgoing>SequenceFlow_1xwgemy</bpmn2:outgoing> |
| 615 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 616 | def uvfm = new VnfConfigUpdate() |
| 617 | uvfm.incrementRetryCount(execution) |
| 618 | ]]></bpmn2:script> |
| 619 | </bpmn2:scriptTask> |
| 620 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0yu25qy" name="Retries Left?" default="SequenceFlow_05omwbu"> |
| 621 | <bpmn2:incoming>SequenceFlow_1nm4wr1</bpmn2:incoming> |
| 622 | <bpmn2:outgoing>SequenceFlow_19myx3o</bpmn2:outgoing> |
| 623 | <bpmn2:outgoing>SequenceFlow_05omwbu</bpmn2:outgoing> |
| 624 | </bpmn2:exclusiveGateway> |
| 625 | <bpmn2:sequenceFlow id="SequenceFlow_19myx3o" name="yes" sourceRef="ExclusiveGateway_0yu25qy" targetRef="ExclusiveGateway_0y82zzx"> |
| 626 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[String retryVariableName = execution.getVariable('retryCountVariableName') |
| 627 | |
| 628 | execution.getVariable(retryVariableName) < execution.getVariable("maxRetryCount")]]></bpmn2:conditionExpression> |
| 629 | </bpmn2:sequenceFlow> |
| 630 | <bpmn2:sequenceFlow id="SequenceFlow_05omwbu" name="no" sourceRef="ExclusiveGateway_0yu25qy" targetRef="Task_1tg549h" /> |
| 631 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0u8jlsq" name="RetryTimer"> |
| 632 | <bpmn2:incoming>SequenceFlow_1xwgemy</bpmn2:incoming> |
| 633 | <bpmn2:outgoing>SequenceFlow_1nm4wr1</bpmn2:outgoing> |
| 634 | <bpmn2:timerEventDefinition> |
| 635 | <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">PT1M</bpmn2:timeDuration> |
| 636 | </bpmn2:timerEventDefinition> |
| 637 | </bpmn2:intermediateCatchEvent> |
| 638 | <bpmn2:sequenceFlow id="SequenceFlow_1xwgemy" sourceRef="Task_0em349i" targetRef="IntermediateThrowEvent_0u8jlsq" /> |
| 639 | <bpmn2:sequenceFlow id="SequenceFlow_1nm4wr1" sourceRef="IntermediateThrowEvent_0u8jlsq" targetRef="ExclusiveGateway_0yu25qy" /> |
| 640 | <bpmn2:callActivity id="Task_0zbogrm" name="Rollback Processing" calledElement="RollbackVnf"> |
| 641 | <bpmn2:extensionElements> |
| 642 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 643 | <camunda:in source="vnfId" target="vnfId" /> |
| 644 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 645 | <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" /> |
| 646 | <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" /> |
| 647 | <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" /> |
| 648 | <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 649 | <camunda:in source="errorCode" target="errorCode" /> |
| 650 | <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame^] | 651 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 652 | </bpmn2:extensionElements> |
| 653 | <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming> |
| 654 | <bpmn2:outgoing>SequenceFlow_18lemf9</bpmn2:outgoing> |
| 655 | </bpmn2:callActivity> |
| 656 | <bpmn2:sequenceFlow id="SequenceFlow_18lemf9" sourceRef="Task_0zbogrm" targetRef="Task_1tg549h" /> |
| 657 | </bpmn2:process> |
| 658 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 659 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 660 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="VnfConfigUpdate"> |
| 661 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
| 662 | <dc:Bounds x="97" y="72" width="36" height="36" /> |
| 663 | <bpmndi:BPMNLabel> |
| 664 | <dc:Bounds x="103" y="113" width="23" height="12" /> |
| 665 | </bpmndi:BPMNLabel> |
| 666 | </bpmndi:BPMNShape> |
| 667 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1"> |
| 668 | <dc:Bounds x="574" y="734" width="36" height="36" /> |
| 669 | <bpmndi:BPMNLabel> |
| 670 | <dc:Bounds x="572" y="775" width="39" height="13" /> |
| 671 | </bpmndi:BPMNLabel> |
| 672 | </bpmndi:BPMNShape> |
| 673 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
| 674 | <di:waypoint xsi:type="dc:Point" x="133" y="90" /> |
| 675 | <di:waypoint xsi:type="dc:Point" x="209" y="90" /> |
| 676 | <bpmndi:BPMNLabel> |
| 677 | <dc:Bounds x="171" y="75" width="0" height="0" /> |
| 678 | </bpmndi:BPMNLabel> |
| 679 | </bpmndi:BPMNEdge> |
| 680 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
| 681 | <dc:Bounds x="209" y="50" width="100" height="80" /> |
| 682 | </bpmndi:BPMNShape> |
| 683 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125"> |
| 684 | <di:waypoint xsi:type="dc:Point" x="309" y="90" /> |
| 685 | <di:waypoint xsi:type="dc:Point" x="373" y="90" /> |
| 686 | <bpmndi:BPMNLabel> |
| 687 | <dc:Bounds x="341" y="75" width="0" height="0" /> |
| 688 | </bpmndi:BPMNLabel> |
| 689 | </bpmndi:BPMNEdge> |
| 690 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1"> |
| 691 | <dc:Bounds x="373" y="50" width="100" height="80" /> |
| 692 | </bpmndi:BPMNShape> |
| 693 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125"> |
| 694 | <di:waypoint xsi:type="dc:Point" x="473" y="237" /> |
| 695 | <di:waypoint xsi:type="dc:Point" x="513" y="237" /> |
| 696 | <bpmndi:BPMNLabel> |
| 697 | <dc:Bounds x="493" y="222" width="0" height="0" /> |
| 698 | </bpmndi:BPMNLabel> |
| 699 | </bpmndi:BPMNEdge> |
| 700 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4"> |
| 701 | <dc:Bounds x="420" y="712" width="100" height="80" /> |
| 702 | </bpmndi:BPMNShape> |
| 703 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125"> |
| 704 | <di:waypoint xsi:type="dc:Point" x="520" y="752" /> |
| 705 | <di:waypoint xsi:type="dc:Point" x="554" y="752" /> |
| 706 | <di:waypoint xsi:type="dc:Point" x="554" y="752" /> |
| 707 | <di:waypoint xsi:type="dc:Point" x="574" y="752" /> |
| 708 | <bpmndi:BPMNLabel> |
| 709 | <dc:Bounds x="569" y="752" width="0" height="0" /> |
| 710 | </bpmndi:BPMNLabel> |
| 711 | </bpmndi:BPMNEdge> |
| 712 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10"> |
| 713 | <dc:Bounds x="131" y="712" width="100" height="80" /> |
| 714 | </bpmndi:BPMNShape> |
| 715 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1"> |
| 716 | <dc:Bounds x="274" y="712" width="100" height="80" /> |
| 717 | </bpmndi:BPMNShape> |
| 718 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27"> |
| 719 | <di:waypoint xsi:type="dc:Point" x="231" y="752" /> |
| 720 | <di:waypoint xsi:type="dc:Point" x="253" y="752" /> |
| 721 | <di:waypoint xsi:type="dc:Point" x="253" y="752" /> |
| 722 | <di:waypoint xsi:type="dc:Point" x="274" y="752" /> |
| 723 | <bpmndi:BPMNLabel> |
| 724 | <dc:Bounds x="268" y="752" width="0" height="0" /> |
| 725 | </bpmndi:BPMNLabel> |
| 726 | </bpmndi:BPMNEdge> |
| 727 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true"> |
| 728 | <dc:Bounds x="109" y="1075" width="1139" height="244" /> |
| 729 | </bpmndi:BPMNShape> |
| 730 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3"> |
| 731 | <dc:Bounds x="173" y="1169" width="36" height="36" /> |
| 732 | <bpmndi:BPMNLabel> |
| 733 | <dc:Bounds x="152" y="1210" width="78" height="12" /> |
| 734 | </bpmndi:BPMNLabel> |
| 735 | </bpmndi:BPMNShape> |
| 736 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3"> |
| 737 | <dc:Bounds x="795" y="1147" width="100" height="80" /> |
| 738 | </bpmndi:BPMNShape> |
| 739 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136"> |
| 740 | <di:waypoint xsi:type="dc:Point" x="209" y="1187" /> |
| 741 | <di:waypoint xsi:type="dc:Point" x="265" y="1187" /> |
| 742 | <bpmndi:BPMNLabel> |
| 743 | <dc:Bounds x="237" y="1172" width="0" height="0" /> |
| 744 | </bpmndi:BPMNLabel> |
| 745 | </bpmndi:BPMNEdge> |
| 746 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28"> |
| 747 | <di:waypoint xsi:type="dc:Point" x="895" y="1187" /> |
| 748 | <di:waypoint xsi:type="dc:Point" x="963" y="1187" /> |
| 749 | <bpmndi:BPMNLabel> |
| 750 | <dc:Bounds x="911" y="1187" width="0" height="0" /> |
| 751 | </bpmndi:BPMNLabel> |
| 752 | </bpmndi:BPMNEdge> |
| 753 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2"> |
| 754 | <dc:Bounds x="1119" y="1169" width="36" height="36" /> |
| 755 | <bpmndi:BPMNLabel> |
| 756 | <dc:Bounds x="1137" y="1210" width="0" height="0" /> |
| 757 | </bpmndi:BPMNLabel> |
| 758 | </bpmndi:BPMNShape> |
| 759 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1"> |
| 760 | <dc:Bounds x="1230" y="1170" width="36" height="36" /> |
| 761 | <bpmndi:BPMNLabel> |
| 762 | <dc:Bounds x="1248" y="1211" width="0" height="0" /> |
| 763 | </bpmndi:BPMNLabel> |
| 764 | </bpmndi:BPMNShape> |
| 765 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3"> |
| 766 | <dc:Bounds x="1333" y="1169" width="36" height="36" /> |
| 767 | <bpmndi:BPMNLabel> |
| 768 | <dc:Bounds x="1351" y="1210" width="0" height="0" /> |
| 769 | </bpmndi:BPMNLabel> |
| 770 | </bpmndi:BPMNShape> |
| 771 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127"> |
| 772 | <di:waypoint xsi:type="dc:Point" x="1266" y="1188" /> |
| 773 | <di:waypoint xsi:type="dc:Point" x="1333" y="1187" /> |
| 774 | <bpmndi:BPMNLabel> |
| 775 | <dc:Bounds x="1300" y="1172.5" width="0" height="0" /> |
| 776 | </bpmndi:BPMNLabel> |
| 777 | </bpmndi:BPMNEdge> |
| 778 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2"> |
| 779 | <dc:Bounds x="963" y="1147" width="100" height="80" /> |
| 780 | </bpmndi:BPMNShape> |
| 781 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127"> |
| 782 | <di:waypoint xsi:type="dc:Point" x="374" y="752" /> |
| 783 | <di:waypoint xsi:type="dc:Point" x="397" y="752" /> |
| 784 | <di:waypoint xsi:type="dc:Point" x="397" y="752" /> |
| 785 | <di:waypoint xsi:type="dc:Point" x="420" y="752" /> |
| 786 | <bpmndi:BPMNLabel> |
| 787 | <dc:Bounds x="412" y="752" width="0" height="0" /> |
| 788 | </bpmndi:BPMNLabel> |
| 789 | </bpmndi:BPMNEdge> |
| 790 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126"> |
| 791 | <di:waypoint xsi:type="dc:Point" x="1063" y="1187" /> |
| 792 | <di:waypoint xsi:type="dc:Point" x="1119" y="1187" /> |
| 793 | <bpmndi:BPMNLabel> |
| 794 | <dc:Bounds x="956" y="1247" width="0" height="0" /> |
| 795 | </bpmndi:BPMNLabel> |
| 796 | </bpmndi:BPMNEdge> |
| 797 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" targetElement="_BPMNShape_ScriptTask_133"> |
| 798 | <di:waypoint xsi:type="dc:Point" x="1227" y="484" /> |
| 799 | <di:waypoint xsi:type="dc:Point" x="1293" y="484" /> |
| 800 | <di:waypoint xsi:type="dc:Point" x="1293" y="662" /> |
| 801 | <di:waypoint xsi:type="dc:Point" x="97" y="662" /> |
| 802 | <di:waypoint xsi:type="dc:Point" x="97" y="752" /> |
| 803 | <di:waypoint xsi:type="dc:Point" x="131" y="752" /> |
| 804 | <bpmndi:BPMNLabel> |
| 805 | <dc:Bounds x="1251" y="459" width="12" height="13" /> |
| 806 | </bpmndi:BPMNLabel> |
| 807 | </bpmndi:BPMNEdge> |
| 808 | <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy"> |
| 809 | <di:waypoint xsi:type="dc:Point" x="642" y="90" /> |
| 810 | <di:waypoint xsi:type="dc:Point" x="982" y="90" /> |
| 811 | <di:waypoint xsi:type="dc:Point" x="982" y="156" /> |
| 812 | <di:waypoint xsi:type="dc:Point" x="103" y="156" /> |
| 813 | <di:waypoint xsi:type="dc:Point" x="103" y="237" /> |
| 814 | <di:waypoint xsi:type="dc:Point" x="131" y="237" /> |
| 815 | <bpmndi:BPMNLabel> |
| 816 | <dc:Bounds x="543" y="141" width="0" height="0" /> |
| 817 | </bpmndi:BPMNLabel> |
| 818 | </bpmndi:BPMNEdge> |
| 819 | <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j"> |
| 820 | <dc:Bounds x="542" y="50" width="100" height="80" /> |
| 821 | </bpmndi:BPMNShape> |
| 822 | <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l"> |
| 823 | <di:waypoint xsi:type="dc:Point" x="473" y="90" /> |
| 824 | <di:waypoint xsi:type="dc:Point" x="542" y="90" /> |
| 825 | <bpmndi:BPMNLabel> |
| 826 | <dc:Bounds x="508" y="75" width="0" height="0" /> |
| 827 | </bpmndi:BPMNLabel> |
| 828 | </bpmndi:BPMNEdge> |
| 829 | <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1"> |
| 830 | <dc:Bounds x="373" y="197" width="100" height="80" /> |
| 831 | </bpmndi:BPMNShape> |
| 832 | <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk"> |
| 833 | <di:waypoint xsi:type="dc:Point" x="231" y="237" /> |
| 834 | <di:waypoint xsi:type="dc:Point" x="279" y="237" /> |
| 835 | <bpmndi:BPMNLabel> |
| 836 | <dc:Bounds x="255" y="222" width="0" height="0" /> |
| 837 | </bpmndi:BPMNLabel> |
| 838 | </bpmndi:BPMNEdge> |
| 839 | <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka"> |
| 840 | <dc:Bounds x="608" y="197" width="100" height="80" /> |
| 841 | </bpmndi:BPMNShape> |
| 842 | <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt"> |
| 843 | <dc:Bounds x="826" y="444" width="100" height="80" /> |
| 844 | </bpmndi:BPMNShape> |
| 845 | <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge"> |
| 846 | <dc:Bounds x="131" y="197" width="100" height="80" /> |
| 847 | </bpmndi:BPMNShape> |
| 848 | <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true"> |
| 849 | <dc:Bounds x="279" y="212" width="50" height="50" /> |
| 850 | <bpmndi:BPMNLabel> |
| 851 | <dc:Bounds x="260" y="173" width="87" height="24" /> |
| 852 | </bpmndi:BPMNLabel> |
| 853 | </bpmndi:BPMNShape> |
| 854 | <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z"> |
| 855 | <di:waypoint xsi:type="dc:Point" x="329" y="237" /> |
| 856 | <di:waypoint xsi:type="dc:Point" x="373" y="237" /> |
| 857 | <bpmndi:BPMNLabel> |
| 858 | <dc:Bounds x="345" y="213" width="12" height="12" /> |
| 859 | </bpmndi:BPMNLabel> |
| 860 | </bpmndi:BPMNEdge> |
| 861 | <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true"> |
| 862 | <dc:Bounds x="513" y="212" width="50" height="50" /> |
| 863 | <bpmndi:BPMNLabel> |
| 864 | <dc:Bounds x="501" y="163" width="73" height="36" /> |
| 865 | </bpmndi:BPMNLabel> |
| 866 | </bpmndi:BPMNShape> |
| 867 | <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi"> |
| 868 | <di:waypoint xsi:type="dc:Point" x="563" y="237" /> |
| 869 | <di:waypoint xsi:type="dc:Point" x="608" y="237" /> |
| 870 | <bpmndi:BPMNLabel> |
| 871 | <dc:Bounds x="579" y="214" width="12" height="12" /> |
| 872 | </bpmndi:BPMNLabel> |
| 873 | </bpmndi:BPMNEdge> |
| 874 | <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit"> |
| 875 | <dc:Bounds x="1491" y="390" width="100" height="80" /> |
| 876 | </bpmndi:BPMNShape> |
| 877 | <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf"> |
| 878 | <di:waypoint xsi:type="dc:Point" x="1591" y="430" /> |
| 879 | <di:waypoint xsi:type="dc:Point" x="1673" y="430" /> |
| 880 | <bpmndi:BPMNLabel> |
| 881 | <dc:Bounds x="1632" y="415" width="0" height="0" /> |
| 882 | </bpmndi:BPMNLabel> |
| 883 | </bpmndi:BPMNEdge> |
| 884 | <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n"> |
| 885 | <di:waypoint xsi:type="dc:Point" x="1698" y="405" /> |
| 886 | <di:waypoint xsi:type="dc:Point" x="1698" y="312" /> |
| 887 | <bpmndi:BPMNLabel> |
| 888 | <dc:Bounds x="1704" y="351" width="27" height="13" /> |
| 889 | </bpmndi:BPMNLabel> |
| 890 | </bpmndi:BPMNEdge> |
| 891 | <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw"> |
| 892 | <di:waypoint xsi:type="dc:Point" x="1698" y="455" /> |
| 893 | <di:waypoint xsi:type="dc:Point" x="1698" y="482" /> |
| 894 | <di:waypoint xsi:type="dc:Point" x="1698" y="482" /> |
| 895 | <di:waypoint xsi:type="dc:Point" x="1698" y="524" /> |
| 896 | <bpmndi:BPMNLabel> |
| 897 | <dc:Bounds x="1677" y="473" width="42" height="12" /> |
| 898 | </bpmndi:BPMNLabel> |
| 899 | </bpmndi:BPMNEdge> |
| 900 | <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true"> |
| 901 | <dc:Bounds x="735" y="212" width="50" height="50" /> |
| 902 | <bpmndi:BPMNLabel> |
| 903 | <dc:Bounds x="731" y="166" width="73" height="36" /> |
| 904 | </bpmndi:BPMNLabel> |
| 905 | </bpmndi:BPMNShape> |
| 906 | <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p"> |
| 907 | <di:waypoint xsi:type="dc:Point" x="708" y="237" /> |
| 908 | <di:waypoint xsi:type="dc:Point" x="735" y="237" /> |
| 909 | <bpmndi:BPMNLabel> |
| 910 | <dc:Bounds x="722" y="222" width="0" height="0" /> |
| 911 | </bpmndi:BPMNLabel> |
| 912 | </bpmndi:BPMNEdge> |
| 913 | <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true"> |
| 914 | <dc:Bounds x="735" y="459" width="50" height="50" /> |
| 915 | <bpmndi:BPMNLabel> |
| 916 | <dc:Bounds x="721" y="419" width="77" height="25" /> |
| 917 | </bpmndi:BPMNLabel> |
| 918 | </bpmndi:BPMNShape> |
| 919 | <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true"> |
| 920 | <dc:Bounds x="963" y="459" width="50" height="50" /> |
| 921 | <bpmndi:BPMNLabel> |
| 922 | <dc:Bounds x="951" y="412" width="73" height="37" /> |
| 923 | </bpmndi:BPMNLabel> |
| 924 | </bpmndi:BPMNShape> |
| 925 | <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6"> |
| 926 | <di:waypoint xsi:type="dc:Point" x="926" y="484" /> |
| 927 | <di:waypoint xsi:type="dc:Point" x="963" y="484" /> |
| 928 | <bpmndi:BPMNLabel> |
| 929 | <dc:Bounds x="945" y="469" width="0" height="0" /> |
| 930 | </bpmndi:BPMNLabel> |
| 931 | </bpmndi:BPMNEdge> |
| 932 | <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h"> |
| 933 | <dc:Bounds x="1648" y="232" width="100" height="80" /> |
| 934 | </bpmndi:BPMNShape> |
| 935 | <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true"> |
| 936 | <dc:Bounds x="1673" y="405" width="50" height="50" /> |
| 937 | <bpmndi:BPMNLabel> |
| 938 | <dc:Bounds x="1654" y="387" width="87" height="13" /> |
| 939 | </bpmndi:BPMNLabel> |
| 940 | </bpmndi:BPMNShape> |
| 941 | <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true"> |
| 942 | <dc:Bounds x="1967" y="405" width="50" height="50" /> |
| 943 | <bpmndi:BPMNLabel> |
| 944 | <dc:Bounds x="1927" y="397" width="54" height="12" /> |
| 945 | </bpmndi:BPMNLabel> |
| 946 | </bpmndi:BPMNShape> |
| 947 | <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3"> |
| 948 | <di:waypoint xsi:type="dc:Point" x="1723" y="430" /> |
| 949 | <di:waypoint xsi:type="dc:Point" x="1967" y="430" /> |
| 950 | <bpmndi:BPMNLabel> |
| 951 | <dc:Bounds x="1813" y="436" width="21" height="12" /> |
| 952 | </bpmndi:BPMNLabel> |
| 953 | </bpmndi:BPMNEdge> |
| 954 | <bpmndi:BPMNEdge id="SequenceFlow_1c022sy_di" bpmnElement="SequenceFlow_1c022sy"> |
| 955 | <di:waypoint xsi:type="dc:Point" x="1992" y="405" /> |
| 956 | <di:waypoint xsi:type="dc:Point" x="1992" y="272" /> |
| 957 | <di:waypoint xsi:type="dc:Point" x="1748" y="272" /> |
| 958 | <bpmndi:BPMNLabel> |
| 959 | <dc:Bounds x="2007" y="338.5" width="0" height="0" /> |
| 960 | </bpmndi:BPMNLabel> |
| 961 | </bpmndi:BPMNEdge> |
| 962 | <bpmndi:BPMNEdge id="SequenceFlow_06ev8or_di" bpmnElement="SequenceFlow_06ev8or"> |
| 963 | <di:waypoint xsi:type="dc:Point" x="304" y="262" /> |
| 964 | <di:waypoint xsi:type="dc:Point" x="304" y="288" /> |
| 965 | <di:waypoint xsi:type="dc:Point" x="304" y="288" /> |
| 966 | <di:waypoint xsi:type="dc:Point" x="304" y="308" /> |
| 967 | <bpmndi:BPMNLabel> |
| 968 | <dc:Bounds x="314" y="273" width="18" height="12" /> |
| 969 | </bpmndi:BPMNLabel> |
| 970 | </bpmndi:BPMNEdge> |
| 971 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0o6fb4f_di" bpmnElement="IntermediateThrowEvent_0zmqbae"> |
| 972 | <dc:Bounds x="286" y="308" width="36" height="36" /> |
| 973 | <bpmndi:BPMNLabel> |
| 974 | <dc:Bounds x="269" y="343.609" width="69" height="24" /> |
| 975 | </bpmndi:BPMNLabel> |
| 976 | </bpmndi:BPMNShape> |
| 977 | <bpmndi:BPMNEdge id="SequenceFlow_0nob5cp_di" bpmnElement="SequenceFlow_0nob5cp"> |
| 978 | <di:waypoint xsi:type="dc:Point" x="1405" y="430" /> |
| 979 | <di:waypoint xsi:type="dc:Point" x="1491" y="430" /> |
| 980 | <bpmndi:BPMNLabel> |
| 981 | <dc:Bounds x="1448" y="415" width="0" height="0" /> |
| 982 | </bpmndi:BPMNLabel> |
| 983 | </bpmndi:BPMNEdge> |
| 984 | <bpmndi:BPMNEdge id="SequenceFlow_076leae_di" bpmnElement="SequenceFlow_076leae"> |
| 985 | <di:waypoint xsi:type="dc:Point" x="926" y="237" /> |
| 986 | <di:waypoint xsi:type="dc:Point" x="955" y="237" /> |
| 987 | <bpmndi:BPMNLabel> |
| 988 | <dc:Bounds x="941" y="222" width="0" height="0" /> |
| 989 | </bpmndi:BPMNLabel> |
| 990 | </bpmndi:BPMNEdge> |
| 991 | <bpmndi:BPMNShape id="ScriptTask_0cbpm7l_di" bpmnElement="Task_0e313zv"> |
| 992 | <dc:Bounds x="826" y="197" width="100" height="80" /> |
| 993 | </bpmndi:BPMNShape> |
| 994 | <bpmndi:BPMNShape id="ExclusiveGateway_1rglbmr_di" bpmnElement="ExclusiveGateway_1rglbmr" isMarkerVisible="true"> |
| 995 | <dc:Bounds x="955.192" y="212" width="50" height="50" /> |
| 996 | <bpmndi:BPMNLabel> |
| 997 | <dc:Bounds x="936" y="164" width="88" height="36" /> |
| 998 | </bpmndi:BPMNLabel> |
| 999 | </bpmndi:BPMNShape> |
| 1000 | <bpmndi:BPMNEdge id="SequenceFlow_0du9273_di" bpmnElement="SequenceFlow_0du9273"> |
| 1001 | <di:waypoint xsi:type="dc:Point" x="1005" y="237" /> |
| 1002 | <di:waypoint xsi:type="dc:Point" x="1046" y="237" /> |
| 1003 | <bpmndi:BPMNLabel> |
| 1004 | <dc:Bounds x="1020" y="212" width="12" height="12" /> |
| 1005 | </bpmndi:BPMNLabel> |
| 1006 | </bpmndi:BPMNEdge> |
| 1007 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1p06jf5_di" bpmnElement="IntermediateThrowEvent_0z0t7rn"> |
| 1008 | <dc:Bounds x="1369" y="412" width="36" height="36" /> |
| 1009 | <bpmndi:BPMNLabel> |
| 1010 | <dc:Bounds x="1354" y="458" width="66" height="25" /> |
| 1011 | </bpmndi:BPMNLabel> |
| 1012 | </bpmndi:BPMNShape> |
| 1013 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0xwlxk9_di" bpmnElement="IntermediateThrowEvent_1qkzlba"> |
| 1014 | <dc:Bounds x="520" y="308" width="36" height="36" /> |
| 1015 | <bpmndi:BPMNLabel> |
| 1016 | <dc:Bounds x="503" y="344" width="69" height="24" /> |
| 1017 | </bpmndi:BPMNLabel> |
| 1018 | </bpmndi:BPMNShape> |
| 1019 | <bpmndi:BPMNEdge id="SequenceFlow_1cdfjed_di" bpmnElement="SequenceFlow_1cdfjed"> |
| 1020 | <di:waypoint xsi:type="dc:Point" x="538" y="262" /> |
| 1021 | <di:waypoint xsi:type="dc:Point" x="538" y="308" /> |
| 1022 | <bpmndi:BPMNLabel> |
| 1023 | <dc:Bounds x="544" y="275" width="18" height="12" /> |
| 1024 | </bpmndi:BPMNLabel> |
| 1025 | </bpmndi:BPMNEdge> |
| 1026 | <bpmndi:BPMNShape id="IntermediateThrowEvent_113xxsl_di" bpmnElement="IntermediateThrowEvent_0rnlvmz"> |
| 1027 | <dc:Bounds x="742" y="308" width="36" height="36" /> |
| 1028 | <bpmndi:BPMNLabel> |
| 1029 | <dc:Bounds x="725" y="344" width="69" height="24" /> |
| 1030 | </bpmndi:BPMNLabel> |
| 1031 | </bpmndi:BPMNShape> |
| 1032 | <bpmndi:BPMNEdge id="SequenceFlow_17g62fl_di" bpmnElement="SequenceFlow_17g62fl"> |
| 1033 | <di:waypoint xsi:type="dc:Point" x="760" y="262" /> |
| 1034 | <di:waypoint xsi:type="dc:Point" x="760" y="308" /> |
| 1035 | <bpmndi:BPMNLabel> |
| 1036 | <dc:Bounds x="766" y="275" width="18" height="12" /> |
| 1037 | </bpmndi:BPMNLabel> |
| 1038 | </bpmndi:BPMNEdge> |
| 1039 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0iyegh1_di" bpmnElement="IntermediateThrowEvent_0v69raz"> |
| 1040 | <dc:Bounds x="962" y="308" width="36" height="36" /> |
| 1041 | <bpmndi:BPMNLabel> |
| 1042 | <dc:Bounds x="945" y="343.609" width="69" height="24" /> |
| 1043 | </bpmndi:BPMNLabel> |
| 1044 | </bpmndi:BPMNShape> |
| 1045 | <bpmndi:BPMNEdge id="SequenceFlow_0zh8r6j_di" bpmnElement="SequenceFlow_0zh8r6j"> |
| 1046 | <di:waypoint xsi:type="dc:Point" x="980" y="262" /> |
| 1047 | <di:waypoint xsi:type="dc:Point" x="980" y="308" /> |
| 1048 | <bpmndi:BPMNLabel> |
| 1049 | <dc:Bounds x="986" y="285" width="17" height="13" /> |
| 1050 | </bpmndi:BPMNLabel> |
| 1051 | </bpmndi:BPMNEdge> |
| 1052 | <bpmndi:BPMNShape id="IntermediateCatchEvent_07pur50_di" bpmnElement="IntermediateThrowEvent_15hlkuq"> |
| 1053 | <dc:Bounds x="405" y="308" width="36" height="36" /> |
| 1054 | <bpmndi:BPMNLabel> |
| 1055 | <dc:Bounds x="381" y="344" width="83" height="36" /> |
| 1056 | </bpmndi:BPMNLabel> |
| 1057 | </bpmndi:BPMNShape> |
| 1058 | <bpmndi:BPMNEdge id="SequenceFlow_09lrk4q_di" bpmnElement="SequenceFlow_09lrk4q"> |
| 1059 | <di:waypoint xsi:type="dc:Point" x="423" y="308" /> |
| 1060 | <di:waypoint xsi:type="dc:Point" x="423" y="277" /> |
| 1061 | <bpmndi:BPMNLabel> |
| 1062 | <dc:Bounds x="438" y="292.5" width="0" height="0" /> |
| 1063 | </bpmndi:BPMNLabel> |
| 1064 | </bpmndi:BPMNEdge> |
| 1065 | <bpmndi:BPMNEdge id="SequenceFlow_1eezqx8_di" bpmnElement="SequenceFlow_1eezqx8"> |
| 1066 | <di:waypoint xsi:type="dc:Point" x="658" y="308" /> |
| 1067 | <di:waypoint xsi:type="dc:Point" x="658" y="277" /> |
| 1068 | <bpmndi:BPMNLabel> |
| 1069 | <dc:Bounds x="673" y="292.5" width="0" height="0" /> |
| 1070 | </bpmndi:BPMNLabel> |
| 1071 | </bpmndi:BPMNEdge> |
| 1072 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1pog9t5_di" bpmnElement="IntermediateThrowEvent_1lrkrsn"> |
| 1073 | <dc:Bounds x="640" y="308" width="36" height="36" /> |
| 1074 | <bpmndi:BPMNLabel> |
| 1075 | <dc:Bounds x="614" y="343.609" width="88" height="25" /> |
| 1076 | </bpmndi:BPMNLabel> |
| 1077 | </bpmndi:BPMNShape> |
| 1078 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1rtf0em_di" bpmnElement="IntermediateThrowEvent_1wdxgjm"> |
| 1079 | <dc:Bounds x="858" y="308" width="36" height="36" /> |
| 1080 | <bpmndi:BPMNLabel> |
| 1081 | <dc:Bounds x="844" y="344" width="64" height="37" /> |
| 1082 | </bpmndi:BPMNLabel> |
| 1083 | </bpmndi:BPMNShape> |
| 1084 | <bpmndi:BPMNEdge id="SequenceFlow_0zzwdwf_di" bpmnElement="SequenceFlow_0zzwdwf"> |
| 1085 | <di:waypoint xsi:type="dc:Point" x="876" y="308" /> |
| 1086 | <di:waypoint xsi:type="dc:Point" x="876" y="277" /> |
| 1087 | <bpmndi:BPMNLabel> |
| 1088 | <dc:Bounds x="891" y="292.5" width="0" height="0" /> |
| 1089 | </bpmndi:BPMNLabel> |
| 1090 | </bpmndi:BPMNEdge> |
| 1091 | <bpmndi:BPMNEdge id="SequenceFlow_06ajc11_di" bpmnElement="SequenceFlow_06ajc11"> |
| 1092 | <di:waypoint xsi:type="dc:Point" x="785" y="237" /> |
| 1093 | <di:waypoint xsi:type="dc:Point" x="826" y="237" /> |
| 1094 | <bpmndi:BPMNLabel> |
| 1095 | <dc:Bounds x="800" y="212" width="12" height="12" /> |
| 1096 | </bpmndi:BPMNLabel> |
| 1097 | </bpmndi:BPMNEdge> |
| 1098 | <bpmndi:BPMNEdge id="SequenceFlow_179z9vl_di" bpmnElement="SequenceFlow_179z9vl"> |
| 1099 | <di:waypoint xsi:type="dc:Point" x="1146" y="237" /> |
| 1100 | <di:waypoint xsi:type="dc:Point" x="1184" y="237" /> |
| 1101 | <bpmndi:BPMNLabel> |
| 1102 | <dc:Bounds x="1165" y="222" width="0" height="0" /> |
| 1103 | </bpmndi:BPMNLabel> |
| 1104 | </bpmndi:BPMNEdge> |
| 1105 | <bpmndi:BPMNShape id="ScriptTask_1iio503_di" bpmnElement="Task_0n1d5f2"> |
| 1106 | <dc:Bounds x="1046" y="197" width="100" height="80" /> |
| 1107 | </bpmndi:BPMNShape> |
| 1108 | <bpmndi:BPMNEdge id="SequenceFlow_032tm9y_di" bpmnElement="SequenceFlow_032tm9y"> |
| 1109 | <di:waypoint xsi:type="dc:Point" x="1096" y="308" /> |
| 1110 | <di:waypoint xsi:type="dc:Point" x="1096" y="277" /> |
| 1111 | <bpmndi:BPMNLabel> |
| 1112 | <dc:Bounds x="1111" y="292.5" width="0" height="0" /> |
| 1113 | </bpmndi:BPMNLabel> |
| 1114 | </bpmndi:BPMNEdge> |
| 1115 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0jhmy9d_di" bpmnElement="IntermediateThrowEvent_1552q1o"> |
| 1116 | <dc:Bounds x="1078" y="308" width="36" height="36" /> |
| 1117 | <bpmndi:BPMNLabel> |
| 1118 | <dc:Bounds x="1061" y="344" width="70" height="25" /> |
| 1119 | </bpmndi:BPMNLabel> |
| 1120 | </bpmndi:BPMNShape> |
| 1121 | <bpmndi:BPMNShape id="ExclusiveGateway_148eo7w_di" bpmnElement="ExclusiveGateway_148eo7w" isMarkerVisible="true"> |
| 1122 | <dc:Bounds x="1184.192" y="212" width="50" height="50" /> |
| 1123 | <bpmndi:BPMNLabel> |
| 1124 | <dc:Bounds x="1167" y="149" width="83" height="48" /> |
| 1125 | </bpmndi:BPMNLabel> |
| 1126 | </bpmndi:BPMNShape> |
| 1127 | <bpmndi:BPMNEdge id="SequenceFlow_1cjiv6i_di" bpmnElement="SequenceFlow_1cjiv6i"> |
| 1128 | <di:waypoint xsi:type="dc:Point" x="1234" y="237" /> |
| 1129 | <di:waypoint xsi:type="dc:Point" x="1285" y="237" /> |
| 1130 | <di:waypoint xsi:type="dc:Point" x="1285" y="401" /> |
| 1131 | <di:waypoint xsi:type="dc:Point" x="105" y="401" /> |
| 1132 | <di:waypoint xsi:type="dc:Point" x="105" y="484" /> |
| 1133 | <di:waypoint xsi:type="dc:Point" x="131" y="484" /> |
| 1134 | <bpmndi:BPMNLabel> |
| 1135 | <dc:Bounds x="1249" y="211" width="12" height="12" /> |
| 1136 | </bpmndi:BPMNLabel> |
| 1137 | </bpmndi:BPMNEdge> |
| 1138 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1qtnv6e_di" bpmnElement="IntermediateThrowEvent_16r1jxm"> |
| 1139 | <dc:Bounds x="1191" y="299" width="36" height="36" /> |
| 1140 | <bpmndi:BPMNLabel> |
| 1141 | <dc:Bounds x="1174" y="334.609" width="69" height="24" /> |
| 1142 | </bpmndi:BPMNLabel> |
| 1143 | </bpmndi:BPMNShape> |
| 1144 | <bpmndi:BPMNEdge id="SequenceFlow_1q3oxtf_di" bpmnElement="SequenceFlow_1q3oxtf"> |
| 1145 | <di:waypoint xsi:type="dc:Point" x="1209" y="262" /> |
| 1146 | <di:waypoint xsi:type="dc:Point" x="1209" y="299" /> |
| 1147 | <bpmndi:BPMNLabel> |
| 1148 | <dc:Bounds x="1215" y="270.5" width="18" height="12" /> |
| 1149 | </bpmndi:BPMNLabel> |
| 1150 | </bpmndi:BPMNEdge> |
| 1151 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1ogs7t2_di" bpmnElement="IntermediateThrowEvent_02hirbh"> |
| 1152 | <dc:Bounds x="405" y="577" width="36" height="36" /> |
| 1153 | <bpmndi:BPMNLabel> |
| 1154 | <dc:Bounds x="383" y="613" width="79" height="13" /> |
| 1155 | </bpmndi:BPMNLabel> |
| 1156 | </bpmndi:BPMNShape> |
| 1157 | <bpmndi:BPMNEdge id="SequenceFlow_1urpp94_di" bpmnElement="SequenceFlow_1urpp94"> |
| 1158 | <di:waypoint xsi:type="dc:Point" x="760" y="509" /> |
| 1159 | <di:waypoint xsi:type="dc:Point" x="760" y="577" /> |
| 1160 | <bpmndi:BPMNLabel> |
| 1161 | <dc:Bounds x="772" y="528.3097560975609" width="17" height="13" /> |
| 1162 | </bpmndi:BPMNLabel> |
| 1163 | </bpmndi:BPMNEdge> |
| 1164 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1vi3wf9_di" bpmnElement="IntermediateThrowEvent_0vf0a28"> |
| 1165 | <dc:Bounds x="742" y="577" width="36" height="36" /> |
| 1166 | <bpmndi:BPMNLabel> |
| 1167 | <dc:Bounds x="726" y="613" width="68" height="25" /> |
| 1168 | </bpmndi:BPMNLabel> |
| 1169 | </bpmndi:BPMNShape> |
| 1170 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1bsxf5o_di" bpmnElement="IntermediateThrowEvent_0pk24h2"> |
| 1171 | <dc:Bounds x="163" y="577" width="36" height="36" /> |
| 1172 | <bpmndi:BPMNLabel> |
| 1173 | <dc:Bounds x="156" y="613" width="50" height="25" /> |
| 1174 | </bpmndi:BPMNLabel> |
| 1175 | </bpmndi:BPMNShape> |
| 1176 | <bpmndi:BPMNShape id="ExclusiveGateway_18j1ow5_di" bpmnElement="ExclusiveGateway_18j1ow5" isMarkerVisible="true"> |
| 1177 | <dc:Bounds x="1177" y="459" width="50" height="50" /> |
| 1178 | <bpmndi:BPMNLabel> |
| 1179 | <dc:Bounds x="1172" y="407" width="75" height="37" /> |
| 1180 | </bpmndi:BPMNLabel> |
| 1181 | </bpmndi:BPMNShape> |
| 1182 | <bpmndi:BPMNEdge id="SequenceFlow_0u6ho2p_di" bpmnElement="SequenceFlow_0u6ho2p"> |
| 1183 | <di:waypoint xsi:type="dc:Point" x="1013" y="484" /> |
| 1184 | <di:waypoint xsi:type="dc:Point" x="1043" y="484" /> |
| 1185 | <bpmndi:BPMNLabel> |
| 1186 | <dc:Bounds x="1022" y="459" width="13" height="13" /> |
| 1187 | </bpmndi:BPMNLabel> |
| 1188 | </bpmndi:BPMNEdge> |
| 1189 | <bpmndi:BPMNShape id="ScriptTask_08r89q9_di" bpmnElement="Task_0y1h8go"> |
| 1190 | <dc:Bounds x="1043" y="444" width="100" height="80" /> |
| 1191 | </bpmndi:BPMNShape> |
| 1192 | <bpmndi:BPMNEdge id="SequenceFlow_1tzax6l_di" bpmnElement="SequenceFlow_1tzax6l"> |
| 1193 | <di:waypoint xsi:type="dc:Point" x="1143" y="484" /> |
| 1194 | <di:waypoint xsi:type="dc:Point" x="1177" y="484" /> |
| 1195 | <bpmndi:BPMNLabel> |
| 1196 | <dc:Bounds x="1333" y="455" width="0" height="0" /> |
| 1197 | </bpmndi:BPMNLabel> |
| 1198 | </bpmndi:BPMNEdge> |
| 1199 | <bpmndi:BPMNShape id="IntermediateCatchEvent_06j33fe_di" bpmnElement="IntermediateThrowEvent_0pmevcz"> |
| 1200 | <dc:Bounds x="858" y="570" width="36" height="36" /> |
| 1201 | <bpmndi:BPMNLabel> |
| 1202 | <dc:Bounds x="841" y="606" width="70" height="25" /> |
| 1203 | </bpmndi:BPMNLabel> |
| 1204 | </bpmndi:BPMNShape> |
| 1205 | <bpmndi:BPMNEdge id="SequenceFlow_16ff86u_di" bpmnElement="SequenceFlow_16ff86u"> |
| 1206 | <di:waypoint xsi:type="dc:Point" x="876" y="570" /> |
| 1207 | <di:waypoint xsi:type="dc:Point" x="876" y="524" /> |
| 1208 | <bpmndi:BPMNLabel> |
| 1209 | <dc:Bounds x="891" y="537" width="0" height="0" /> |
| 1210 | </bpmndi:BPMNLabel> |
| 1211 | </bpmndi:BPMNEdge> |
| 1212 | <bpmndi:BPMNEdge id="SequenceFlow_0k3zxpd_di" bpmnElement="SequenceFlow_0k3zxpd"> |
| 1213 | <di:waypoint xsi:type="dc:Point" x="988" y="509" /> |
| 1214 | <di:waypoint xsi:type="dc:Point" x="988" y="570" /> |
| 1215 | <bpmndi:BPMNLabel> |
| 1216 | <dc:Bounds x="994" y="540" width="17" height="13" /> |
| 1217 | </bpmndi:BPMNLabel> |
| 1218 | </bpmndi:BPMNEdge> |
| 1219 | <bpmndi:BPMNShape id="IntermediateThrowEvent_105mp22_di" bpmnElement="IntermediateThrowEvent_1awckg7"> |
| 1220 | <dc:Bounds x="970" y="570" width="36" height="36" /> |
| 1221 | <bpmndi:BPMNLabel> |
| 1222 | <dc:Bounds x="954" y="606" width="68" height="25" /> |
| 1223 | </bpmndi:BPMNLabel> |
| 1224 | </bpmndi:BPMNShape> |
| 1225 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0kglv4e_di" bpmnElement="IntermediateThrowEvent_1b3smly"> |
| 1226 | <dc:Bounds x="1075" y="570" width="36" height="36" /> |
| 1227 | <bpmndi:BPMNLabel> |
| 1228 | <dc:Bounds x="1052" y="606" width="81" height="25" /> |
| 1229 | </bpmndi:BPMNLabel> |
| 1230 | </bpmndi:BPMNShape> |
| 1231 | <bpmndi:BPMNEdge id="SequenceFlow_09xxorv_di" bpmnElement="SequenceFlow_09xxorv"> |
| 1232 | <di:waypoint xsi:type="dc:Point" x="1093" y="570" /> |
| 1233 | <di:waypoint xsi:type="dc:Point" x="1093" y="524" /> |
| 1234 | <bpmndi:BPMNLabel> |
| 1235 | <dc:Bounds x="1108" y="537" width="0" height="0" /> |
| 1236 | </bpmndi:BPMNLabel> |
| 1237 | </bpmndi:BPMNEdge> |
| 1238 | <bpmndi:BPMNEdge id="SequenceFlow_0w8mkkn_di" bpmnElement="SequenceFlow_0w8mkkn"> |
| 1239 | <di:waypoint xsi:type="dc:Point" x="1202" y="509" /> |
| 1240 | <di:waypoint xsi:type="dc:Point" x="1202" y="570" /> |
| 1241 | <bpmndi:BPMNLabel> |
| 1242 | <dc:Bounds x="1208" y="540" width="17" height="13" /> |
| 1243 | </bpmndi:BPMNLabel> |
| 1244 | </bpmndi:BPMNEdge> |
| 1245 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0jwgx1d_di" bpmnElement="IntermediateThrowEvent_1cw8gsw"> |
| 1246 | <dc:Bounds x="1184" y="570" width="36" height="36" /> |
| 1247 | <bpmndi:BPMNLabel> |
| 1248 | <dc:Bounds x="1168" y="606" width="68" height="25" /> |
| 1249 | </bpmndi:BPMNLabel> |
| 1250 | </bpmndi:BPMNShape> |
| 1251 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0zw87jy_di" bpmnElement="IntermediateThrowEvent_0x846wp"> |
| 1252 | <dc:Bounds x="163" y="847" width="36" height="36" /> |
| 1253 | <bpmndi:BPMNLabel> |
| 1254 | <dc:Bounds x="144" y="883" width="73" height="25" /> |
| 1255 | </bpmndi:BPMNLabel> |
| 1256 | </bpmndi:BPMNShape> |
| 1257 | <bpmndi:BPMNEdge id="SequenceFlow_07uuj2d_di" bpmnElement="SequenceFlow_07uuj2d"> |
| 1258 | <di:waypoint xsi:type="dc:Point" x="181" y="847" /> |
| 1259 | <di:waypoint xsi:type="dc:Point" x="181" y="821" /> |
| 1260 | <di:waypoint xsi:type="dc:Point" x="181" y="821" /> |
| 1261 | <di:waypoint xsi:type="dc:Point" x="181" y="792" /> |
| 1262 | <bpmndi:BPMNLabel> |
| 1263 | <dc:Bounds x="197" y="821" width="0" height="0" /> |
| 1264 | </bpmndi:BPMNLabel> |
| 1265 | </bpmndi:BPMNEdge> |
| 1266 | <bpmndi:BPMNEdge id="SequenceFlow_0ueoglv_di" bpmnElement="SequenceFlow_0ueoglv"> |
| 1267 | <di:waypoint xsi:type="dc:Point" x="1999" y="412" /> |
| 1268 | <di:waypoint xsi:type="dc:Point" x="2079" y="197" /> |
| 1269 | <bpmndi:BPMNLabel> |
| 1270 | <dc:Bounds x="2039" y="290" width="0" height="0" /> |
| 1271 | </bpmndi:BPMNLabel> |
| 1272 | </bpmndi:BPMNEdge> |
| 1273 | <bpmndi:BPMNEdge id="SequenceFlow_15fqlwe_di" bpmnElement="SequenceFlow_15fqlwe"> |
| 1274 | <di:waypoint xsi:type="dc:Point" x="2002" y="415" /> |
| 1275 | <di:waypoint xsi:type="dc:Point" x="2127" y="232" /> |
| 1276 | <bpmndi:BPMNLabel> |
| 1277 | <dc:Bounds x="2066" y="309" width="0" height="0" /> |
| 1278 | </bpmndi:BPMNLabel> |
| 1279 | </bpmndi:BPMNEdge> |
| 1280 | <bpmndi:BPMNEdge id="SequenceFlow_0yuj0l5_di" bpmnElement="SequenceFlow_0yuj0l5"> |
| 1281 | <di:waypoint xsi:type="dc:Point" x="2006" y="419" /> |
| 1282 | <di:waypoint xsi:type="dc:Point" x="2172" y="283" /> |
| 1283 | <bpmndi:BPMNLabel> |
| 1284 | <dc:Bounds x="2089" y="336" width="0" height="0" /> |
| 1285 | </bpmndi:BPMNLabel> |
| 1286 | </bpmndi:BPMNEdge> |
| 1287 | <bpmndi:BPMNEdge id="SequenceFlow_1abb030_di" bpmnElement="SequenceFlow_1abb030"> |
| 1288 | <di:waypoint xsi:type="dc:Point" x="2010" y="423" /> |
| 1289 | <di:waypoint xsi:type="dc:Point" x="2203" y="349" /> |
| 1290 | <bpmndi:BPMNLabel> |
| 1291 | <dc:Bounds x="2107" y="371" width="0" height="0" /> |
| 1292 | </bpmndi:BPMNLabel> |
| 1293 | </bpmndi:BPMNEdge> |
| 1294 | <bpmndi:BPMNEdge id="SequenceFlow_0ls3ej5_di" bpmnElement="SequenceFlow_0ls3ej5"> |
| 1295 | <di:waypoint xsi:type="dc:Point" x="2016" y="429" /> |
| 1296 | <di:waypoint xsi:type="dc:Point" x="2221" y="429" /> |
| 1297 | <bpmndi:BPMNLabel> |
| 1298 | <dc:Bounds x="2119" y="414" width="0" height="0" /> |
| 1299 | </bpmndi:BPMNLabel> |
| 1300 | </bpmndi:BPMNEdge> |
| 1301 | <bpmndi:BPMNEdge id="SequenceFlow_1ar6ikk_di" bpmnElement="SequenceFlow_1ar6ikk"> |
| 1302 | <di:waypoint xsi:type="dc:Point" x="2006" y="441" /> |
| 1303 | <di:waypoint xsi:type="dc:Point" x="2172" y="565" /> |
| 1304 | <bpmndi:BPMNLabel> |
| 1305 | <dc:Bounds x="2089" y="488" width="0" height="0" /> |
| 1306 | </bpmndi:BPMNLabel> |
| 1307 | </bpmndi:BPMNEdge> |
| 1308 | <bpmndi:BPMNEdge id="SequenceFlow_0t53vux_di" bpmnElement="SequenceFlow_0t53vux"> |
| 1309 | <di:waypoint xsi:type="dc:Point" x="2003" y="444" /> |
| 1310 | <di:waypoint xsi:type="dc:Point" x="2128" y="605" /> |
| 1311 | <bpmndi:BPMNLabel> |
| 1312 | <dc:Bounds x="2066" y="510" width="0" height="0" /> |
| 1313 | </bpmndi:BPMNLabel> |
| 1314 | </bpmndi:BPMNEdge> |
| 1315 | <bpmndi:BPMNEdge id="SequenceFlow_11ck4qe_di" bpmnElement="SequenceFlow_11ck4qe"> |
| 1316 | <di:waypoint xsi:type="dc:Point" x="1999" y="448" /> |
| 1317 | <di:waypoint xsi:type="dc:Point" x="2078" y="644" /> |
| 1318 | <bpmndi:BPMNLabel> |
| 1319 | <dc:Bounds x="2039" y="531" width="0" height="0" /> |
| 1320 | </bpmndi:BPMNLabel> |
| 1321 | </bpmndi:BPMNEdge> |
| 1322 | <bpmndi:BPMNEdge id="SequenceFlow_16d2ln4_di" bpmnElement="SequenceFlow_16d2ln4"> |
| 1323 | <di:waypoint xsi:type="dc:Point" x="1996" y="451" /> |
| 1324 | <di:waypoint xsi:type="dc:Point" x="2033" y="670" /> |
| 1325 | <bpmndi:BPMNLabel> |
| 1326 | <dc:Bounds x="2015" y="546" width="0" height="0" /> |
| 1327 | </bpmndi:BPMNLabel> |
| 1328 | </bpmndi:BPMNEdge> |
| 1329 | <bpmndi:BPMNShape id="IntermediateThrowEvent_17syve1_di" bpmnElement="IntermediateThrowEvent_0rz6jh4"> |
| 1330 | <dc:Bounds x="2067" y="163" width="36" height="36" /> |
| 1331 | <bpmndi:BPMNLabel> |
| 1332 | <dc:Bounds x="2073" y="123" width="84" height="36" /> |
| 1333 | </bpmndi:BPMNLabel> |
| 1334 | </bpmndi:BPMNShape> |
| 1335 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0nv8aic_di" bpmnElement="IntermediateThrowEvent_1wip9vc"> |
| 1336 | <dc:Bounds x="2120" y="200" width="36" height="36" /> |
| 1337 | <bpmndi:BPMNLabel> |
| 1338 | <dc:Bounds x="2169" y="196" width="89" height="24" /> |
| 1339 | </bpmndi:BPMNLabel> |
| 1340 | </bpmndi:BPMNShape> |
| 1341 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1g4pmwc_di" bpmnElement="IntermediateThrowEvent_1hki8xj"> |
| 1342 | <dc:Bounds x="2168" y="254" width="36" height="36" /> |
| 1343 | <bpmndi:BPMNLabel> |
| 1344 | <dc:Bounds x="2208" y="223" width="64" height="36" /> |
| 1345 | </bpmndi:BPMNLabel> |
| 1346 | </bpmndi:BPMNShape> |
| 1347 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1ypnogn_di" bpmnElement="IntermediateThrowEvent_1gfnt9b"> |
| 1348 | <dc:Bounds x="2202" y="326" width="36" height="36" /> |
| 1349 | <bpmndi:BPMNLabel> |
| 1350 | <dc:Bounds x="2248" y="312" width="71" height="24" /> |
| 1351 | </bpmndi:BPMNLabel> |
| 1352 | </bpmndi:BPMNShape> |
| 1353 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1i9ttzs_di" bpmnElement="IntermediateThrowEvent_1gzhs1a"> |
| 1354 | <dc:Bounds x="2221" y="412" width="36" height="36" /> |
| 1355 | <bpmndi:BPMNLabel> |
| 1356 | <dc:Bounds x="2273" y="409" width="51" height="24" /> |
| 1357 | </bpmndi:BPMNLabel> |
| 1358 | </bpmndi:BPMNShape> |
| 1359 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0840e02_di" bpmnElement="IntermediateThrowEvent_0385ons"> |
| 1360 | <dc:Bounds x="2202" y="486" width="36" height="36" /> |
| 1361 | <bpmndi:BPMNLabel> |
| 1362 | <dc:Bounds x="2250" y="484" width="78" height="12" /> |
| 1363 | </bpmndi:BPMNLabel> |
| 1364 | </bpmndi:BPMNShape> |
| 1365 | <bpmndi:BPMNEdge id="SequenceFlow_1quapjx_di" bpmnElement="SequenceFlow_1quapjx"> |
| 1366 | <di:waypoint xsi:type="dc:Point" x="2011" y="436" /> |
| 1367 | <di:waypoint xsi:type="dc:Point" x="2204" y="498" /> |
| 1368 | <bpmndi:BPMNLabel> |
| 1369 | <dc:Bounds x="2108" y="452" width="0" height="0" /> |
| 1370 | </bpmndi:BPMNLabel> |
| 1371 | </bpmndi:BPMNEdge> |
| 1372 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1xq4kx8_di" bpmnElement="IntermediateThrowEvent_1p9i2bi"> |
| 1373 | <dc:Bounds x="2168" y="558" width="36" height="36" /> |
| 1374 | <bpmndi:BPMNLabel> |
| 1375 | <dc:Bounds x="2227" y="559" width="54" height="24" /> |
| 1376 | </bpmndi:BPMNLabel> |
| 1377 | </bpmndi:BPMNShape> |
| 1378 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1vcx5cz_di" bpmnElement="IntermediateThrowEvent_1cp0hkt"> |
| 1379 | <dc:Bounds x="2120" y="601" width="36" height="36" /> |
| 1380 | <bpmndi:BPMNLabel> |
| 1381 | <dc:Bounds x="2154" y="625" width="70" height="24" /> |
| 1382 | </bpmndi:BPMNLabel> |
| 1383 | </bpmndi:BPMNShape> |
| 1384 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1y8fmlw_di" bpmnElement="IntermediateThrowEvent_184w0i8"> |
| 1385 | <dc:Bounds x="2067" y="642" width="36" height="36" /> |
| 1386 | <bpmndi:BPMNLabel> |
| 1387 | <dc:Bounds x="2107" y="679" width="82" height="24" /> |
| 1388 | </bpmndi:BPMNLabel> |
| 1389 | </bpmndi:BPMNShape> |
| 1390 | <bpmndi:BPMNShape id="IntermediateThrowEvent_024zi9r_di" bpmnElement="IntermediateThrowEvent_1u9f9kp"> |
| 1391 | <dc:Bounds x="2016" y="670" width="36" height="36" /> |
| 1392 | <bpmndi:BPMNLabel> |
| 1393 | <dc:Bounds x="2021" y="711" width="72" height="24" /> |
| 1394 | </bpmndi:BPMNLabel> |
| 1395 | </bpmndi:BPMNShape> |
| 1396 | <bpmndi:BPMNShape id="IntermediateCatchEvent_08x53cb_di" bpmnElement="IntermediateThrowEvent_18wrvcy"> |
| 1397 | <dc:Bounds x="158" y="308" width="36" height="36" /> |
| 1398 | <bpmndi:BPMNLabel> |
| 1399 | <dc:Bounds x="134" y="343.09862671660426" width="83" height="37" /> |
| 1400 | </bpmndi:BPMNLabel> |
| 1401 | </bpmndi:BPMNShape> |
| 1402 | <bpmndi:BPMNEdge id="SequenceFlow_179tyul_di" bpmnElement="SequenceFlow_179tyul"> |
| 1403 | <di:waypoint xsi:type="dc:Point" x="180" y="309" /> |
| 1404 | <di:waypoint xsi:type="dc:Point" x="181" y="277" /> |
| 1405 | <bpmndi:BPMNLabel> |
| 1406 | <dc:Bounds x="181" y="278" width="0" height="0" /> |
| 1407 | </bpmndi:BPMNLabel> |
| 1408 | </bpmndi:BPMNEdge> |
| 1409 | <bpmndi:BPMNEdge id="SequenceFlow_101n488_di" bpmnElement="SequenceFlow_101n488"> |
| 1410 | <di:waypoint xsi:type="dc:Point" x="1996" y="409" /> |
| 1411 | <di:waypoint xsi:type="dc:Point" x="2033" y="177" /> |
| 1412 | <bpmndi:BPMNLabel> |
| 1413 | <dc:Bounds x="2015" y="278" width="0" height="0" /> |
| 1414 | </bpmndi:BPMNLabel> |
| 1415 | </bpmndi:BPMNEdge> |
| 1416 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1fnxvhb_di" bpmnElement="IntermediateThrowEvent_17k1fmk"> |
| 1417 | <dc:Bounds x="2016" y="141" width="36" height="36" /> |
| 1418 | <bpmndi:BPMNLabel> |
| 1419 | <dc:Bounds x="1991" y="91" width="86" height="36" /> |
| 1420 | </bpmndi:BPMNLabel> |
| 1421 | </bpmndi:BPMNShape> |
| 1422 | <bpmndi:BPMNEdge id="SequenceFlow_1colra4_di" bpmnElement="SequenceFlow_1colra4"> |
| 1423 | <di:waypoint xsi:type="dc:Point" x="181" y="577" /> |
| 1424 | <di:waypoint xsi:type="dc:Point" x="181" y="524" /> |
| 1425 | <bpmndi:BPMNLabel> |
| 1426 | <dc:Bounds x="196" y="550.5" width="0" height="0" /> |
| 1427 | </bpmndi:BPMNLabel> |
| 1428 | </bpmndi:BPMNEdge> |
| 1429 | <bpmndi:BPMNShape id="IntermediateCatchEvent_174wgan_di" bpmnElement="IntermediateThrowEvent_0fhmhsk"> |
| 1430 | <dc:Bounds x="640" y="577" width="36" height="36" /> |
| 1431 | <bpmndi:BPMNLabel> |
| 1432 | <dc:Bounds x="631" y="613" width="53" height="25" /> |
| 1433 | </bpmndi:BPMNLabel> |
| 1434 | </bpmndi:BPMNShape> |
| 1435 | <bpmndi:BPMNEdge id="SequenceFlow_16igl7b_di" bpmnElement="SequenceFlow_16igl7b"> |
| 1436 | <di:waypoint xsi:type="dc:Point" x="658" y="577" /> |
| 1437 | <di:waypoint xsi:type="dc:Point" x="658" y="524" /> |
| 1438 | <bpmndi:BPMNLabel> |
| 1439 | <dc:Bounds x="673" y="550.5" width="0" height="0" /> |
| 1440 | </bpmndi:BPMNLabel> |
| 1441 | </bpmndi:BPMNEdge> |
| 1442 | <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909"> |
| 1443 | <di:waypoint xsi:type="dc:Point" x="708" y="484" /> |
| 1444 | <di:waypoint xsi:type="dc:Point" x="735" y="484" /> |
| 1445 | <bpmndi:BPMNLabel> |
| 1446 | <dc:Bounds x="722" y="469" width="0" height="0" /> |
| 1447 | </bpmndi:BPMNLabel> |
| 1448 | </bpmndi:BPMNEdge> |
| 1449 | <bpmndi:BPMNShape id="ExclusiveGateway_16eos6z_di" bpmnElement="ExclusiveGateway_16eos6z" isMarkerVisible="true"> |
| 1450 | <dc:Bounds x="279" y="459" width="50" height="50" /> |
| 1451 | <bpmndi:BPMNLabel> |
| 1452 | <dc:Bounds x="265" y="422" width="77" height="25" /> |
| 1453 | </bpmndi:BPMNLabel> |
| 1454 | </bpmndi:BPMNShape> |
| 1455 | <bpmndi:BPMNShape id="ExclusiveGateway_1nettij_di" bpmnElement="ExclusiveGateway_1nettij" isMarkerVisible="true"> |
| 1456 | <dc:Bounds x="513" y="459" width="50" height="50" /> |
| 1457 | <bpmndi:BPMNLabel> |
| 1458 | <dc:Bounds x="502" y="417" width="71" height="25" /> |
| 1459 | </bpmndi:BPMNLabel> |
| 1460 | </bpmndi:BPMNShape> |
| 1461 | <bpmndi:BPMNEdge id="SequenceFlow_0wfzjs1_di" bpmnElement="SequenceFlow_0wfzjs1"> |
| 1462 | <di:waypoint xsi:type="dc:Point" x="231" y="484" /> |
| 1463 | <di:waypoint xsi:type="dc:Point" x="279" y="484" /> |
| 1464 | <bpmndi:BPMNLabel> |
| 1465 | <dc:Bounds x="255" y="469" width="0" height="0" /> |
| 1466 | </bpmndi:BPMNLabel> |
| 1467 | </bpmndi:BPMNEdge> |
| 1468 | <bpmndi:BPMNEdge id="SequenceFlow_188a7lk_di" bpmnElement="SequenceFlow_188a7lk"> |
| 1469 | <di:waypoint xsi:type="dc:Point" x="329" y="484" /> |
| 1470 | <di:waypoint xsi:type="dc:Point" x="373" y="484" /> |
| 1471 | <bpmndi:BPMNLabel> |
| 1472 | <dc:Bounds x="345" y="459" width="12" height="12" /> |
| 1473 | </bpmndi:BPMNLabel> |
| 1474 | </bpmndi:BPMNEdge> |
| 1475 | <bpmndi:BPMNEdge id="SequenceFlow_0lpreg4_di" bpmnElement="SequenceFlow_0lpreg4"> |
| 1476 | <di:waypoint xsi:type="dc:Point" x="473" y="484" /> |
| 1477 | <di:waypoint xsi:type="dc:Point" x="513" y="484" /> |
| 1478 | <bpmndi:BPMNLabel> |
| 1479 | <dc:Bounds x="493" y="469" width="0" height="0" /> |
| 1480 | </bpmndi:BPMNLabel> |
| 1481 | </bpmndi:BPMNEdge> |
| 1482 | <bpmndi:BPMNEdge id="SequenceFlow_0q1skau_di" bpmnElement="SequenceFlow_0q1skau"> |
| 1483 | <di:waypoint xsi:type="dc:Point" x="563" y="484" /> |
| 1484 | <di:waypoint xsi:type="dc:Point" x="608" y="484" /> |
| 1485 | <bpmndi:BPMNLabel> |
| 1486 | <dc:Bounds x="580" y="459" width="12" height="12" /> |
| 1487 | </bpmndi:BPMNLabel> |
| 1488 | </bpmndi:BPMNEdge> |
| 1489 | <bpmndi:BPMNEdge id="SequenceFlow_08m0j98_di" bpmnElement="SequenceFlow_08m0j98"> |
| 1490 | <di:waypoint xsi:type="dc:Point" x="785" y="484" /> |
| 1491 | <di:waypoint xsi:type="dc:Point" x="826" y="484" /> |
| 1492 | <bpmndi:BPMNLabel> |
| 1493 | <dc:Bounds x="799" y="459" width="13" height="13" /> |
| 1494 | </bpmndi:BPMNLabel> |
| 1495 | </bpmndi:BPMNEdge> |
| 1496 | <bpmndi:BPMNEdge id="SequenceFlow_1wqinjh_di" bpmnElement="SequenceFlow_1wqinjh"> |
| 1497 | <di:waypoint xsi:type="dc:Point" x="423" y="577" /> |
| 1498 | <di:waypoint xsi:type="dc:Point" x="423" y="524" /> |
| 1499 | <bpmndi:BPMNLabel> |
| 1500 | <dc:Bounds x="438" y="550.5" width="0" height="0" /> |
| 1501 | </bpmndi:BPMNLabel> |
| 1502 | </bpmndi:BPMNEdge> |
| 1503 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0jgks05_di" bpmnElement="IntermediateThrowEvent_0s8cdpt"> |
| 1504 | <dc:Bounds x="286" y="577" width="36" height="36" /> |
| 1505 | <bpmndi:BPMNLabel> |
| 1506 | <dc:Bounds x="269" y="613" width="69" height="25" /> |
| 1507 | </bpmndi:BPMNLabel> |
| 1508 | </bpmndi:BPMNShape> |
| 1509 | <bpmndi:BPMNEdge id="SequenceFlow_12konw1_di" bpmnElement="SequenceFlow_12konw1"> |
| 1510 | <di:waypoint xsi:type="dc:Point" x="304" y="509" /> |
| 1511 | <di:waypoint xsi:type="dc:Point" x="304" y="577" /> |
| 1512 | <bpmndi:BPMNLabel> |
| 1513 | <dc:Bounds x="310" y="532.5983606557377" width="18" height="13" /> |
| 1514 | </bpmndi:BPMNLabel> |
| 1515 | </bpmndi:BPMNEdge> |
| 1516 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1jys13n_di" bpmnElement="IntermediateThrowEvent_0e2ibog"> |
| 1517 | <dc:Bounds x="520" y="577" width="36" height="36" /> |
| 1518 | <bpmndi:BPMNLabel> |
| 1519 | <dc:Bounds x="503" y="613" width="69" height="25" /> |
| 1520 | </bpmndi:BPMNLabel> |
| 1521 | </bpmndi:BPMNShape> |
| 1522 | <bpmndi:BPMNEdge id="SequenceFlow_1s3pbww_di" bpmnElement="SequenceFlow_1s3pbww"> |
| 1523 | <di:waypoint xsi:type="dc:Point" x="538" y="509" /> |
| 1524 | <di:waypoint xsi:type="dc:Point" x="538" y="577" /> |
| 1525 | <bpmndi:BPMNLabel> |
| 1526 | <dc:Bounds x="544" y="533" width="18" height="13" /> |
| 1527 | </bpmndi:BPMNLabel> |
| 1528 | </bpmndi:BPMNEdge> |
| 1529 | <bpmndi:BPMNShape id="CallActivity_0iywyn3_di" bpmnElement="Task_1hdg951"> |
| 1530 | <dc:Bounds x="131" y="444" width="100" height="80" /> |
| 1531 | </bpmndi:BPMNShape> |
| 1532 | <bpmndi:BPMNShape id="CallActivity_0pzya8j_di" bpmnElement="Task_1ca5ctq"> |
| 1533 | <dc:Bounds x="608" y="444" width="100" height="80" /> |
| 1534 | </bpmndi:BPMNShape> |
| 1535 | <bpmndi:BPMNShape id="CallActivity_0ck1c9r_di" bpmnElement="Task_1fj63ov"> |
| 1536 | <dc:Bounds x="373" y="444" width="100" height="80" /> |
| 1537 | </bpmndi:BPMNShape> |
| 1538 | <bpmndi:BPMNEdge id="SequenceFlow_0rlmex7_di" bpmnElement="SequenceFlow_0rlmex7"> |
| 1539 | <di:waypoint xsi:type="dc:Point" x="1712" y="441" /> |
| 1540 | <di:waypoint xsi:type="dc:Point" x="1823" y="528" /> |
| 1541 | <bpmndi:BPMNLabel> |
| 1542 | <dc:Bounds x="1778" y="468.1344841912912" width="27" height="12" /> |
| 1543 | </bpmndi:BPMNLabel> |
| 1544 | </bpmndi:BPMNEdge> |
| 1545 | <bpmndi:BPMNShape id="ScriptTask_0dqs9kj_di" bpmnElement="Task_0em349i"> |
| 1546 | <dc:Bounds x="1823" y="489" width="100" height="80" /> |
| 1547 | </bpmndi:BPMNShape> |
| 1548 | <bpmndi:BPMNShape id="ExclusiveGateway_0yu25qy_di" bpmnElement="ExclusiveGateway_0yu25qy" isMarkerVisible="true"> |
| 1549 | <dc:Bounds x="1909" y="626" width="50" height="50" /> |
| 1550 | <bpmndi:BPMNLabel> |
| 1551 | <dc:Bounds x="1903" y="676" width="62" height="12" /> |
| 1552 | </bpmndi:BPMNLabel> |
| 1553 | </bpmndi:BPMNShape> |
| 1554 | <bpmndi:BPMNEdge id="SequenceFlow_19myx3o_di" bpmnElement="SequenceFlow_19myx3o"> |
| 1555 | <di:waypoint xsi:type="dc:Point" x="1959" y="651" /> |
| 1556 | <di:waypoint xsi:type="dc:Point" x="1968" y="651" /> |
| 1557 | <di:waypoint xsi:type="dc:Point" x="1968" y="431" /> |
| 1558 | <bpmndi:BPMNLabel> |
| 1559 | <dc:Bounds x="1975" y="589.1802690904609" width="18" height="12" /> |
| 1560 | </bpmndi:BPMNLabel> |
| 1561 | </bpmndi:BPMNEdge> |
| 1562 | <bpmndi:BPMNEdge id="SequenceFlow_05omwbu_di" bpmnElement="SequenceFlow_05omwbu"> |
| 1563 | <di:waypoint xsi:type="dc:Point" x="1934" y="626" /> |
| 1564 | <di:waypoint xsi:type="dc:Point" x="1934" y="170" /> |
| 1565 | <di:waypoint xsi:type="dc:Point" x="1698" y="170" /> |
| 1566 | <di:waypoint xsi:type="dc:Point" x="1698" y="232" /> |
| 1567 | <bpmndi:BPMNLabel> |
| 1568 | <dc:Bounds x="1938" y="581.649978474545" width="12" height="12" /> |
| 1569 | </bpmndi:BPMNLabel> |
| 1570 | </bpmndi:BPMNEdge> |
| 1571 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0e4c19r_di" bpmnElement="IntermediateThrowEvent_0u8jlsq"> |
| 1572 | <dc:Bounds x="1855" y="601" width="36" height="36" /> |
| 1573 | <bpmndi:BPMNLabel> |
| 1574 | <dc:Bounds x="1790" y="613" width="55" height="12" /> |
| 1575 | </bpmndi:BPMNLabel> |
| 1576 | </bpmndi:BPMNShape> |
| 1577 | <bpmndi:BPMNEdge id="SequenceFlow_1xwgemy_di" bpmnElement="SequenceFlow_1xwgemy"> |
| 1578 | <di:waypoint xsi:type="dc:Point" x="1873" y="569" /> |
| 1579 | <di:waypoint xsi:type="dc:Point" x="1873" y="601" /> |
| 1580 | <bpmndi:BPMNLabel> |
| 1581 | <dc:Bounds x="1888" y="575" width="0" height="0" /> |
| 1582 | </bpmndi:BPMNLabel> |
| 1583 | </bpmndi:BPMNEdge> |
| 1584 | <bpmndi:BPMNEdge id="SequenceFlow_1nm4wr1_di" bpmnElement="SequenceFlow_1nm4wr1"> |
| 1585 | <di:waypoint xsi:type="dc:Point" x="1873" y="637" /> |
| 1586 | <di:waypoint xsi:type="dc:Point" x="1873" y="651" /> |
| 1587 | <di:waypoint xsi:type="dc:Point" x="1909" y="651" /> |
| 1588 | <bpmndi:BPMNLabel> |
| 1589 | <dc:Bounds x="1888" y="644" width="0" height="0" /> |
| 1590 | </bpmndi:BPMNLabel> |
| 1591 | </bpmndi:BPMNEdge> |
| 1592 | <bpmndi:BPMNShape id="CallActivity_0b2drei_di" bpmnElement="Task_0zbogrm"> |
| 1593 | <dc:Bounds x="1648" y="524" width="100" height="80" /> |
| 1594 | </bpmndi:BPMNShape> |
| 1595 | <bpmndi:BPMNEdge id="SequenceFlow_18lemf9_di" bpmnElement="SequenceFlow_18lemf9"> |
| 1596 | <di:waypoint xsi:type="dc:Point" x="1648" y="564" /> |
| 1597 | <di:waypoint xsi:type="dc:Point" x="1617" y="564" /> |
| 1598 | <di:waypoint xsi:type="dc:Point" x="1617" y="272" /> |
| 1599 | <di:waypoint xsi:type="dc:Point" x="1648" y="272" /> |
| 1600 | <bpmndi:BPMNLabel> |
| 1601 | <dc:Bounds x="1632" y="418" width="0" height="0" /> |
| 1602 | </bpmndi:BPMNLabel> |
| 1603 | </bpmndi:BPMNEdge> |
| 1604 | <bpmndi:BPMNEdge id="SequenceFlow_1vxpbd0_di" bpmnElement="SequenceFlow_1vxpbd0"> |
| 1605 | <di:waypoint xsi:type="dc:Point" x="365" y="1187" /> |
| 1606 | <di:waypoint xsi:type="dc:Point" x="431" y="1187" /> |
| 1607 | <bpmndi:BPMNLabel> |
| 1608 | <dc:Bounds x="398" y="1172" width="0" height="0" /> |
| 1609 | </bpmndi:BPMNLabel> |
| 1610 | </bpmndi:BPMNEdge> |
| 1611 | <bpmndi:BPMNEdge id="SequenceFlow_03ayqeh_di" bpmnElement="SequenceFlow_03ayqeh"> |
| 1612 | <di:waypoint xsi:type="dc:Point" x="531" y="1187" /> |
| 1613 | <di:waypoint xsi:type="dc:Point" x="614" y="1187" /> |
| 1614 | <bpmndi:BPMNLabel> |
| 1615 | <dc:Bounds x="573" y="1172" width="0" height="0" /> |
| 1616 | </bpmndi:BPMNLabel> |
| 1617 | </bpmndi:BPMNEdge> |
| 1618 | <bpmndi:BPMNEdge id="SequenceFlow_0xt2xvx_di" bpmnElement="SequenceFlow_0xt2xvx"> |
| 1619 | <di:waypoint xsi:type="dc:Point" x="714" y="1187" /> |
| 1620 | <di:waypoint xsi:type="dc:Point" x="795" y="1187" /> |
| 1621 | <bpmndi:BPMNLabel> |
| 1622 | <dc:Bounds x="755" y="1172" width="0" height="0" /> |
| 1623 | </bpmndi:BPMNLabel> |
| 1624 | </bpmndi:BPMNEdge> |
| 1625 | <bpmndi:BPMNShape id="ScriptTask_1w171si_di" bpmnElement="Task_1tx7e9s"> |
| 1626 | <dc:Bounds x="265" y="1147" width="100" height="80" /> |
| 1627 | </bpmndi:BPMNShape> |
| 1628 | <bpmndi:BPMNShape id="ScriptTask_0c9vk4v_di" bpmnElement="Task_0b707rs"> |
| 1629 | <dc:Bounds x="614" y="1147" width="100" height="80" /> |
| 1630 | </bpmndi:BPMNShape> |
| 1631 | <bpmndi:BPMNShape id="CallActivity_02c6e2e_di" bpmnElement="Task_02avn81"> |
| 1632 | <dc:Bounds x="431" y="1147" width="100" height="80" /> |
| 1633 | </bpmndi:BPMNShape> |
| 1634 | </bpmndi:BPMNPlane> |
| 1635 | </bpmndi:BPMNDiagram> |
| 1636 | </bpmn2:definitions> |