Reshmasree | b59b076 | 2020-09-10 03:02:47 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_05od9yd" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.1"> |
| 3 | <bpmn:process id="DoAllocateAccessNSSI" name="DoAllocateAccessNSSI" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_1" name="Start"> |
| 5 | <bpmn:outgoing>Flow_163f3sq</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="Activity_1jj3kh9" name="Preprocess Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>Flow_163f3sq</bpmn:incoming> |
| 9 | <bpmn:outgoing>Flow_0tica8m</bpmn:outgoing> |
| 10 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 11 | def nss = new DoAllocateAccessNSSI() |
| 12 | nss.preProcessRequest(execution)</bpmn:script> |
| 13 | </bpmn:scriptTask> |
| 14 | <bpmn:scriptTask id="Activity_0vhvubq" name="Get Subnet capabilities" scriptFormat="groovy"> |
| 15 | <bpmn:incoming>Flow_00f37fu</bpmn:incoming> |
| 16 | <bpmn:outgoing>Flow_1w8whur</bpmn:outgoing> |
| 17 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 18 | def nss = new DoAllocateAccessNSSI() |
| 19 | nss.getSubnetCapabilities(execution)</bpmn:script> |
| 20 | </bpmn:scriptTask> |
| 21 | <bpmn:scriptTask id="Activity_11vdo22" name="Prepare Resource Operation Status Update" scriptFormat="groovy"> |
| 22 | <bpmn:incoming>Flow_0833cha</bpmn:incoming> |
| 23 | <bpmn:outgoing>Flow_1xw4abx</bpmn:outgoing> |
| 24 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 25 | def nss = new DoAllocateAccessNSSI() |
| 26 | nss.prepareOperationStatusUpdate(execution)</bpmn:script> |
| 27 | </bpmn:scriptTask> |
| 28 | <bpmn:serviceTask id="Activity_1nfx154" name="Update Resource Operation Status"> |
| 29 | <bpmn:extensionElements> |
| 30 | <camunda:connector> |
| 31 | <camunda:inputOutput> |
| 32 | <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter> |
| 33 | <camunda:inputParameter name="headers"> |
| 34 | <camunda:map> |
| 35 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 36 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
| 37 | </camunda:map> |
| 38 | </camunda:inputParameter> |
| 39 | <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter> |
| 40 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 41 | <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 42 | <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter> |
| 43 | </camunda:inputOutput> |
| 44 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 45 | </camunda:connector> |
| 46 | </bpmn:extensionElements> |
| 47 | <bpmn:incoming>Flow_1xw4abx</bpmn:incoming> |
| 48 | <bpmn:outgoing>Flow_0ll5x3u</bpmn:outgoing> |
| 49 | </bpmn:serviceTask> |
| 50 | <bpmn:endEvent id="Event_0vh1hs2"> |
| 51 | <bpmn:incoming>Flow_0ll5x3u</bpmn:incoming> |
| 52 | </bpmn:endEvent> |
| 53 | <bpmn:sequenceFlow id="Flow_0833cha" sourceRef="Event_05jtdqp" targetRef="Activity_11vdo22" /> |
| 54 | <bpmn:sequenceFlow id="Flow_1xw4abx" sourceRef="Activity_11vdo22" targetRef="Activity_1nfx154" /> |
| 55 | <bpmn:sequenceFlow id="Flow_0ll5x3u" sourceRef="Activity_1nfx154" targetRef="Event_0vh1hs2" /> |
| 56 | <bpmn:sequenceFlow id="Flow_1x3y2tg" sourceRef="Event_18r5xkz" targetRef="Activity_03dgcg5" /> |
| 57 | <bpmn:scriptTask id="Activity_19laorl" name="prepare OOF request for RAN NF NSSI selection" scriptFormat="groovy"> |
| 58 | <bpmn:incoming>Flow_0rb4j9r</bpmn:incoming> |
| 59 | <bpmn:outgoing>Flow_0d0f3ie</bpmn:outgoing> |
| 60 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 61 | def nss = new DoAllocateAccessNSSI() |
| 62 | nss.prepareOofRequestForRanNfNSS(execution)</bpmn:script> |
| 63 | </bpmn:scriptTask> |
| 64 | <bpmn:scriptTask id="Activity_03dgcg5" name="send allocate FH NSSI request" scriptFormat="groovy"> |
| 65 | <bpmn:incoming>Flow_1x3y2tg</bpmn:incoming> |
| 66 | <bpmn:outgoing>Flow_0qhjtre</bpmn:outgoing> |
| 67 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 68 | def nss = new DoAllocateAccessNSSI() |
| 69 | nss.prepareTnFhRequest(execution)</bpmn:script> |
| 70 | </bpmn:scriptTask> |
| 71 | <bpmn:scriptTask id="Activity_18y4ijb" name="send allocate MH NSSI request" scriptFormat="groovy"> |
| 72 | <bpmn:incoming>Flow_0zhr499</bpmn:incoming> |
| 73 | <bpmn:outgoing>Flow_04thflx</bpmn:outgoing> |
| 74 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 75 | def nss = new DoAllocateAccessNSSI() |
| 76 | nss.prepareTnMhRequest(execution)</bpmn:script> |
| 77 | </bpmn:scriptTask> |
| 78 | <bpmn:intermediateCatchEvent id="Event_05jtdqp" name="Start operation status update"> |
| 79 | <bpmn:outgoing>Flow_0833cha</bpmn:outgoing> |
| 80 | <bpmn:linkEventDefinition id="LinkEventDefinition_05sogjc" name="OperationStatusUpdate" /> |
| 81 | </bpmn:intermediateCatchEvent> |
| 82 | <bpmn:intermediateThrowEvent id="Event_0u9308h" name="Go to start operation status update"> |
| 83 | <bpmn:incoming>Flow_0kcvava</bpmn:incoming> |
| 84 | <bpmn:linkEventDefinition id="LinkEventDefinition_1o9trjv" name="OperationStatusUpdate" /> |
| 85 | </bpmn:intermediateThrowEvent> |
| 86 | <bpmn:intermediateCatchEvent id="Event_18r5xkz" name="start TN allocate"> |
| 87 | <bpmn:outgoing>Flow_1x3y2tg</bpmn:outgoing> |
| 88 | <bpmn:linkEventDefinition id="LinkEventDefinition_15hz0uh" name="startTnAllocate" /> |
| 89 | </bpmn:intermediateCatchEvent> |
| 90 | <bpmn:sequenceFlow id="Flow_0zhr499" sourceRef="Activity_0qn2fvh" targetRef="Activity_18y4ijb" /> |
| 91 | <bpmn:scriptTask id="Activity_0qn2fvh" name="process Job status response" scriptFormat="groovy"> |
| 92 | <bpmn:incoming>Flow_16z59pu</bpmn:incoming> |
| 93 | <bpmn:outgoing>Flow_0zhr499</bpmn:outgoing> |
| 94 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 95 | def nss = new DoAllocateAccessNSSI() |
| 96 | nss.processFhAllocateNssiJobStatusRsp(execution)</bpmn:script> |
| 97 | </bpmn:scriptTask> |
| 98 | <bpmn:scriptTask id="Activity_12szahe" name="Process OOF response" scriptFormat="groovy"> |
| 99 | <bpmn:incoming>Flow_1b14415</bpmn:incoming> |
| 100 | <bpmn:outgoing>Flow_1h7iq8l</bpmn:outgoing> |
| 101 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 102 | def nss = new DoAllocateAccessNSSI() |
| 103 | nss.processOofResponseForRanNSS(execution)</bpmn:script> |
| 104 | </bpmn:scriptTask> |
| 105 | <bpmn:scriptTask id="Activity_0vwhzem" name="prepare OOF request for RAN NSSI selection" scriptFormat="groovy"> |
| 106 | <bpmn:incoming>Flow_1w8whur</bpmn:incoming> |
| 107 | <bpmn:outgoing>Flow_0tkzfhb</bpmn:outgoing> |
| 108 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 109 | def nss = new DoAllocateAccessNSSI() |
| 110 | nss.prepareOofRequestForRanNSS(execution)</bpmn:script> |
| 111 | </bpmn:scriptTask> |
| 112 | <bpmn:sequenceFlow id="Flow_163f3sq" sourceRef="StartEvent_1" targetRef="Activity_1jj3kh9" /> |
| 113 | <bpmn:exclusiveGateway id="Gateway_1aesepd" name="Is Response NSSI?" default="Flow_0k39zt8"> |
| 114 | <bpmn:incoming>Flow_09tjspa</bpmn:incoming> |
| 115 | <bpmn:outgoing>Flow_1ipsxgh</bpmn:outgoing> |
| 116 | <bpmn:outgoing>Flow_0k39zt8</bpmn:outgoing> |
| 117 | </bpmn:exclusiveGateway> |
| 118 | <bpmn:intermediateThrowEvent id="Event_142r2sx" name="Go to start operation status update"> |
| 119 | <bpmn:incoming>Flow_0k8yakp</bpmn:incoming> |
| 120 | <bpmn:linkEventDefinition id="LinkEventDefinition_08wuatj" name="OperationStatusUpdate" /> |
| 121 | </bpmn:intermediateThrowEvent> |
| 122 | <bpmn:intermediateThrowEvent id="Event_15zn4zi" name="Goto start TN allocate"> |
| 123 | <bpmn:incoming>Flow_1exjm0h</bpmn:incoming> |
| 124 | <bpmn:linkEventDefinition id="LinkEventDefinition_13crcza" name="startTnAllocate" /> |
| 125 | </bpmn:intermediateThrowEvent> |
| 126 | <bpmn:scriptTask id="Activity_1pxd5wf" name="Process OOF response" scriptFormat="groovy"> |
| 127 | <bpmn:incoming>Flow_1nkqrpd</bpmn:incoming> |
| 128 | <bpmn:outgoing>Flow_1f9rw3m</bpmn:outgoing> |
| 129 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 130 | def nss = new DoAllocateAccessNSSI() |
| 131 | nss.processOofResponseForRanNfNSS(execution)</bpmn:script> |
| 132 | </bpmn:scriptTask> |
| 133 | <bpmn:exclusiveGateway id="Gateway_0en9ki5" name="Is Response NSSI?" default="Flow_178fenq"> |
| 134 | <bpmn:incoming>Flow_1ryi6ym</bpmn:incoming> |
| 135 | <bpmn:outgoing>Flow_178fenq</bpmn:outgoing> |
| 136 | <bpmn:outgoing>Flow_0kn30g3</bpmn:outgoing> |
| 137 | </bpmn:exclusiveGateway> |
| 138 | <bpmn:scriptTask id="Activity_0a95zgv" name="prepare SDNR request" scriptFormat="groovy"> |
| 139 | <bpmn:incoming>Flow_178fenq</bpmn:incoming> |
| 140 | <bpmn:outgoing>Flow_1pbiznt</bpmn:outgoing> |
| 141 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 142 | def nss = new DoAllocateAccessNSSI() |
| 143 | nss.createSdnrRequest(execution)</bpmn:script> |
| 144 | </bpmn:scriptTask> |
| 145 | <bpmn:scriptTask id="Activity_118je0o" name="process SDNR response" scriptFormat="groovy"> |
| 146 | <bpmn:incoming>Flow_05yqmnj</bpmn:incoming> |
| 147 | <bpmn:outgoing>Flow_0ikdlkf</bpmn:outgoing> |
| 148 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 149 | def nss = new DoAllocateAccessNSSI() |
| 150 | nss.processSdnrResponse(execution)</bpmn:script> |
| 151 | </bpmn:scriptTask> |
| 152 | <bpmn:sequenceFlow id="Flow_1ipsxgh" name="yes" sourceRef="Gateway_1aesepd" targetRef="Activity_0xawnmh"> |
| 153 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isRspRanNssi" ) == true)}</bpmn:conditionExpression> |
| 154 | </bpmn:sequenceFlow> |
| 155 | <bpmn:sequenceFlow id="Flow_178fenq" name="No" sourceRef="Gateway_0en9ki5" targetRef="Activity_0a95zgv" /> |
| 156 | <bpmn:sequenceFlow id="Flow_1w8whur" sourceRef="Activity_0vhvubq" targetRef="Activity_0vwhzem" /> |
| 157 | <bpmn:sequenceFlow id="Flow_0tkzfhb" sourceRef="Activity_0vwhzem" targetRef="Activity_1u28lyv" /> |
| 158 | <bpmn:sequenceFlow id="Flow_1h7iq8l" sourceRef="Activity_12szahe" targetRef="Event_0s8t1ji" /> |
| 159 | <bpmn:intermediateThrowEvent id="Event_0s8t1ji" name="Go to start NSSI allocate"> |
| 160 | <bpmn:incoming>Flow_1h7iq8l</bpmn:incoming> |
| 161 | <bpmn:linkEventDefinition id="LinkEventDefinition_0yzxmpv" name="NSSIAllocate" /> |
| 162 | </bpmn:intermediateThrowEvent> |
| 163 | <bpmn:intermediateCatchEvent id="Event_1glt41l" name="start NSSI allocate"> |
| 164 | <bpmn:outgoing>Flow_09tjspa</bpmn:outgoing> |
| 165 | <bpmn:linkEventDefinition id="LinkEventDefinition_05u2hpg" name="NSSIAllocate" /> |
| 166 | </bpmn:intermediateCatchEvent> |
| 167 | <bpmn:sequenceFlow id="Flow_09tjspa" sourceRef="Event_1glt41l" targetRef="Gateway_1aesepd" /> |
| 168 | <bpmn:sequenceFlow id="Flow_0k39zt8" name="No" sourceRef="Gateway_1aesepd" targetRef="Activity_0fdm3in" /> |
| 169 | <bpmn:scriptTask id="Activity_0p02joo" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 170 | <bpmn:incoming>Flow_0tica8m</bpmn:incoming> |
| 171 | <bpmn:outgoing>Flow_0mcd9bo</bpmn:outgoing> |
| 172 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 173 | def nss = new DoAllocateAccessNSSI() |
| 174 | nss.prepareDecomposeService(execution)</bpmn:script> |
| 175 | </bpmn:scriptTask> |
| 176 | <bpmn:sequenceFlow id="Flow_0tica8m" sourceRef="Activity_1jj3kh9" targetRef="Activity_0p02joo" /> |
| 177 | <bpmn:callActivity id="Activity_1u28lyv" name="Call DoCreateSubnetOption" calledElement="DoHandleOofRequest"> |
| 178 | <bpmn:extensionElements> |
| 179 | <camunda:in source="nssiSelection_Url" target="apiPath" /> |
| 180 | <camunda:in source="nssiSelection_correlator" target="correlator" /> |
| 181 | <camunda:in source="nssiSelection_messageType" target="messageType" /> |
| 182 | <camunda:in source="nssiSelection_timeout" target="timeout" /> |
| 183 | <camunda:in source="nssiSelection_oofRequest" target="oofRequest" /> |
| 184 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 185 | <camunda:out source="asyncCallbackResponse" target="nssiSelection_asyncCallbackResponse" /> |
| 186 | </bpmn:extensionElements> |
| 187 | <bpmn:incoming>Flow_0tkzfhb</bpmn:incoming> |
| 188 | <bpmn:outgoing>Flow_1b14415</bpmn:outgoing> |
| 189 | </bpmn:callActivity> |
| 190 | <bpmn:sequenceFlow id="Flow_1b14415" sourceRef="Activity_1u28lyv" targetRef="Activity_12szahe" /> |
| 191 | <bpmn:callActivity id="Activity_1ux83hz" name="Query Job status" calledElement="QueryJobStatus "> |
| 192 | <bpmn:extensionElements> |
| 193 | <camunda:in source="esrInfo" target="esrInfo" /> |
| 194 | <camunda:in source="serviceInfo" target="serviceInfo" /> |
| 195 | <camunda:in source="TNFH_jobId" target="jobId" /> |
| 196 | <camunda:out source="jobResponse" target="TNFH_jobResponse" /> |
| 197 | <camunda:in source="responseId" target="responseId" /> |
| 198 | <camunda:in source="job_timeout" target="timeout" /> |
| 199 | </bpmn:extensionElements> |
| 200 | <bpmn:incoming>Flow_1p48xbl</bpmn:incoming> |
| 201 | <bpmn:outgoing>Flow_16z59pu</bpmn:outgoing> |
| 202 | </bpmn:callActivity> |
| 203 | <bpmn:sequenceFlow id="Flow_16z59pu" sourceRef="Activity_1ux83hz" targetRef="Activity_0qn2fvh" /> |
| 204 | <bpmn:callActivity id="Activity_0c0cq9d" name="Query Job status" calledElement="QueryJobStatus "> |
| 205 | <bpmn:extensionElements> |
| 206 | <camunda:in source="esrInfo" target="esrInfo" /> |
| 207 | <camunda:in source="serviceInfo" target="serviceInfo" /> |
| 208 | <camunda:in source="TNMH_jobId" target="jobId" /> |
| 209 | <camunda:out source="jobResponse" target="TNMH_jobResponse" /> |
| 210 | <camunda:in source="responseId" target="responseId" /> |
| 211 | <camunda:in source="job_timeout" target="timeout" /> |
| 212 | </bpmn:extensionElements> |
| 213 | <bpmn:incoming>Flow_0fdetmo</bpmn:incoming> |
| 214 | <bpmn:outgoing>Flow_1v3wpa2</bpmn:outgoing> |
| 215 | </bpmn:callActivity> |
| 216 | <bpmn:callActivity id="Activity_0y9xgkl" name="Call DoCreateSubnetOption" calledElement="DoHandleOofRequest"> |
| 217 | <bpmn:extensionElements> |
| 218 | <camunda:in source="nssiSelection_Url" target="apiPath" /> |
| 219 | <camunda:in source="nssiSelection_correlator" target="correlator" /> |
| 220 | <camunda:in source="nssiSelection_messageType" target="messageType" /> |
| 221 | <camunda:in source="nssiSelection_timeout" target="timeout" /> |
| 222 | <camunda:in source="nssiSelection_oofRequest" target="oofRequest" /> |
| 223 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 224 | <camunda:out source="asyncCallbackResponse" target="nfNssiSelection_asyncCallbackResponse" /> |
| 225 | </bpmn:extensionElements> |
| 226 | <bpmn:incoming>Flow_0d0f3ie</bpmn:incoming> |
| 227 | <bpmn:outgoing>Flow_1nkqrpd</bpmn:outgoing> |
| 228 | </bpmn:callActivity> |
| 229 | <bpmn:sequenceFlow id="Flow_1nkqrpd" sourceRef="Activity_0y9xgkl" targetRef="Activity_1pxd5wf" /> |
| 230 | <bpmn:sequenceFlow id="Flow_0kn30g3" name="yes" sourceRef="Gateway_0en9ki5" targetRef="Activity_08i0hzk"> |
| 231 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isRspRanNfNssi" ) == true)}</bpmn:conditionExpression> |
| 232 | </bpmn:sequenceFlow> |
| 233 | <bpmn:callActivity id="Activity_0vbzhej" name="call sdnr for RAN NF NSSI creation" calledElement="DoHandleSdnrDmaapRequest"> |
| 234 | <bpmn:extensionElements> |
| 235 | <camunda:in source="createNSSI_sdnrRequest" target="sdnrRequest" /> |
| 236 | <camunda:out source="asyncCallbackResponse" target="SDNR_asyncCallbackResponse" /> |
| 237 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 238 | <camunda:in source="createNSSI_correlator" target="correlator" /> |
| 239 | <camunda:in source="createNSSI_messageType" target="messageType" /> |
| 240 | <camunda:in source="createNSSI_timeout" target="timeout" /> |
| 241 | </bpmn:extensionElements> |
| 242 | <bpmn:incoming>Flow_1pbiznt</bpmn:incoming> |
| 243 | <bpmn:outgoing>Flow_05yqmnj</bpmn:outgoing> |
| 244 | </bpmn:callActivity> |
| 245 | <bpmn:sequenceFlow id="Flow_1pbiznt" sourceRef="Activity_0a95zgv" targetRef="Activity_0vbzhej" /> |
| 246 | <bpmn:sequenceFlow id="Flow_05yqmnj" sourceRef="Activity_0vbzhej" targetRef="Activity_118je0o" /> |
| 247 | <bpmn:sequenceFlow id="Flow_0qhjtre" sourceRef="Activity_03dgcg5" targetRef="Activity_12vtq69" /> |
| 248 | <bpmn:sequenceFlow id="Flow_04thflx" sourceRef="Activity_18y4ijb" targetRef="Activity_0qpy2sg" /> |
| 249 | <bpmn:scriptTask id="Activity_0zn4e4n" name="process Job status response" scriptFormat="groovy"> |
| 250 | <bpmn:incoming>Flow_1v3wpa2</bpmn:incoming> |
| 251 | <bpmn:outgoing>Flow_0bd6dhi</bpmn:outgoing> |
| 252 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 253 | def nss = new DoAllocateAccessNSSI() |
| 254 | nss.processMhAllocateNssiJobStatusRsp(execution)</bpmn:script> |
| 255 | </bpmn:scriptTask> |
| 256 | <bpmn:sequenceFlow id="Flow_1v3wpa2" sourceRef="Activity_0c0cq9d" targetRef="Activity_0zn4e4n" /> |
| 257 | <bpmn:scriptTask id="Activity_1ll0nr1" name="Process Decomposition" scriptFormat="groovy"> |
| 258 | <bpmn:incoming>Flow_1i10qog</bpmn:incoming> |
| 259 | <bpmn:outgoing>Flow_00f37fu</bpmn:outgoing> |
| 260 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 261 | def nss = new DoAllocateAccessNSSI() |
| 262 | nss.processDecomposition(execution)</bpmn:script> |
| 263 | </bpmn:scriptTask> |
| 264 | <bpmn:sequenceFlow id="Flow_00f37fu" sourceRef="Activity_1ll0nr1" targetRef="Activity_0vhvubq" /> |
| 265 | <bpmn:callActivity id="Activity_06hcbu6" name="Call Decompose Service" calledElement="DecomposeService"> |
| 266 | <bpmn:extensionElements> |
| 267 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 268 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 269 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 270 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 271 | <camunda:out source="serviceDecomposition" target="ranNsstServiceDecomposition" /> |
| 272 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 273 | </bpmn:extensionElements> |
| 274 | <bpmn:incoming>Flow_0mcd9bo</bpmn:incoming> |
| 275 | <bpmn:outgoing>Flow_1i10qog</bpmn:outgoing> |
| 276 | </bpmn:callActivity> |
| 277 | <bpmn:sequenceFlow id="Flow_0mcd9bo" sourceRef="Activity_0p02joo" targetRef="Activity_06hcbu6" /> |
| 278 | <bpmn:sequenceFlow id="Flow_1i10qog" sourceRef="Activity_06hcbu6" targetRef="Activity_1ll0nr1" /> |
| 279 | <bpmn:scriptTask id="Activity_1aweui4" name="post process RAN NF NSSI modify" scriptFormat="groovy"> |
| 280 | <bpmn:incoming>Flow_1k3vqxg</bpmn:incoming> |
| 281 | <bpmn:outgoing>Flow_0n1mh5c</bpmn:outgoing> |
| 282 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 283 | def nss = new DoAllocateAccessNSSI() |
| 284 | nss.processRanNfModifyRsp(execution)</bpmn:script> |
| 285 | </bpmn:scriptTask> |
| 286 | <bpmn:serviceTask id="Activity_1bjike9" name="Update Resource Operation Status"> |
| 287 | <bpmn:extensionElements> |
| 288 | <camunda:connector> |
| 289 | <camunda:inputOutput> |
| 290 | <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter> |
| 291 | <camunda:inputParameter name="headers"> |
| 292 | <camunda:map> |
| 293 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 294 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
| 295 | </camunda:map> |
| 296 | </camunda:inputParameter> |
| 297 | <camunda:inputParameter name="payload">${initResourceOperationStatus}</camunda:inputParameter> |
| 298 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 299 | <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 300 | <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter> |
| 301 | </camunda:inputOutput> |
| 302 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 303 | </camunda:connector> |
| 304 | </bpmn:extensionElements> |
| 305 | <bpmn:incoming>Flow_1k0z6lp</bpmn:incoming> |
| 306 | <bpmn:outgoing>Flow_10j50jb</bpmn:outgoing> |
| 307 | </bpmn:serviceTask> |
| 308 | <bpmn:sequenceFlow id="Flow_1k0z6lp" sourceRef="Activity_0xawnmh" targetRef="Activity_1bjike9" /> |
| 309 | <bpmn:scriptTask id="Activity_0xawnmh" name="prepare Modify Access NSSI inputs" scriptFormat="groovy"> |
| 310 | <bpmn:incoming>Flow_1ipsxgh</bpmn:incoming> |
| 311 | <bpmn:outgoing>Flow_1k0z6lp</bpmn:outgoing> |
| 312 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 313 | def nss = new DoAllocateAccessNSSI() |
| 314 | nss.prepareModifyAccessNssiInputs(execution)</bpmn:script> |
| 315 | </bpmn:scriptTask> |
| 316 | <bpmn:callActivity id="Activity_0ffp1no" name="Query Job status" calledElement="QueryJobStatus "> |
| 317 | <bpmn:extensionElements> |
| 318 | <camunda:in source="esrInfo" target="esrInfo" /> |
| 319 | <camunda:in source="serviceInfo" target="serviceInfo" /> |
| 320 | <camunda:in source="modifyRanNssiJobId" target="jobId" /> |
| 321 | <camunda:out source="jobResponse" target="jobResponse" /> |
| 322 | <camunda:in source="responseId" target="responseId" /> |
| 323 | <camunda:in source="job_timeout" target="timeout" /> |
| 324 | </bpmn:extensionElements> |
| 325 | <bpmn:incoming>Flow_0ile39j</bpmn:incoming> |
| 326 | <bpmn:outgoing>Flow_0mmpy7h</bpmn:outgoing> |
| 327 | </bpmn:callActivity> |
| 328 | <bpmn:scriptTask id="Activity_0yfrqtb" name="process Job status response" scriptFormat="groovy"> |
| 329 | <bpmn:incoming>Flow_0mmpy7h</bpmn:incoming> |
| 330 | <bpmn:outgoing>Flow_0k8yakp</bpmn:outgoing> |
| 331 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 332 | def nss = new DoAllocateAccessNSSI() |
| 333 | nss.processModifyJobStatusRsp(execution)</bpmn:script> |
| 334 | </bpmn:scriptTask> |
| 335 | <bpmn:sequenceFlow id="Flow_0mmpy7h" sourceRef="Activity_0ffp1no" targetRef="Activity_0yfrqtb" /> |
| 336 | <bpmn:sequenceFlow id="Flow_0k8yakp" sourceRef="Activity_0yfrqtb" targetRef="Event_142r2sx" /> |
| 337 | <bpmn:sequenceFlow id="Flow_0ile39j" sourceRef="Activity_1k94obj" targetRef="Activity_0ffp1no" /> |
| 338 | <bpmn:scriptTask id="Activity_1k94obj" name="prepare query job status" scriptFormat="groovy"> |
| 339 | <bpmn:incoming>Flow_05s0wso</bpmn:incoming> |
| 340 | <bpmn:outgoing>Flow_0ile39j</bpmn:outgoing> |
| 341 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 342 | def nss = new DoAllocateAccessNSSI() |
| 343 | nss.createModifyNssiQueryJobStatus(execution)</bpmn:script> |
| 344 | </bpmn:scriptTask> |
| 345 | <bpmn:callActivity id="Activity_16w4zg9" name="Call ANModifyNSSI" calledElement="DoModifyAccessNSSI"> |
| 346 | <bpmn:extensionElements> |
| 347 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 348 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 349 | <camunda:in source="RANServiceInstanceId" target="serviceInstanceID" /> |
| 350 | <camunda:in source="nsiId" target="nsiId" /> |
| 351 | <camunda:in source="networkType" target="networkType" /> |
| 352 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 353 | <camunda:in source="modifyRanNssiJobId" target="jobId" /> |
| 354 | <camunda:in source="modifySliceParams" target="sliceParams" /> |
| 355 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 356 | <camunda:in source="servicename" target="servicename" /> |
| 357 | </bpmn:extensionElements> |
| 358 | <bpmn:incoming>Flow_10j50jb</bpmn:incoming> |
| 359 | <bpmn:outgoing>Flow_05s0wso</bpmn:outgoing> |
| 360 | </bpmn:callActivity> |
| 361 | <bpmn:sequenceFlow id="Flow_10j50jb" sourceRef="Activity_1bjike9" targetRef="Activity_16w4zg9" /> |
| 362 | <bpmn:sequenceFlow id="Flow_05s0wso" sourceRef="Activity_16w4zg9" targetRef="Activity_1k94obj" /> |
| 363 | <bpmn:scriptTask id="Activity_0fdm3in" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 364 | <bpmn:incoming>Flow_0k39zt8</bpmn:incoming> |
| 365 | <bpmn:incoming>Flow_083bb3k</bpmn:incoming> |
| 366 | <bpmn:outgoing>Flow_0reg6l5</bpmn:outgoing> |
| 367 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 368 | def nss = new DoAllocateAccessNSSI() |
| 369 | nss.prepareNsstDecomposeService(execution)</bpmn:script> |
| 370 | </bpmn:scriptTask> |
| 371 | <bpmn:callActivity id="Activity_0a7a04p" name="Call Decompose Service" calledElement="DecomposeService"> |
| 372 | <bpmn:extensionElements> |
| 373 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 374 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 375 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 376 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 377 | <camunda:out source="serviceDecomposition" target="nsstServiceDecomposition" /> |
| 378 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 379 | </bpmn:extensionElements> |
| 380 | <bpmn:incoming>Flow_0reg6l5</bpmn:incoming> |
| 381 | <bpmn:outgoing>Flow_0jdjta3</bpmn:outgoing> |
| 382 | </bpmn:callActivity> |
| 383 | <bpmn:exclusiveGateway id="Gateway_1cmraqs" name="Is all nsst decomposed?" default="Flow_083bb3k"> |
| 384 | <bpmn:incoming>Flow_0y78v1q</bpmn:incoming> |
| 385 | <bpmn:outgoing>Flow_0rb4j9r</bpmn:outgoing> |
| 386 | <bpmn:outgoing>Flow_083bb3k</bpmn:outgoing> |
| 387 | </bpmn:exclusiveGateway> |
| 388 | <bpmn:scriptTask id="Activity_1nmk2rt" name="Process Decomposition" scriptFormat="groovy"> |
| 389 | <bpmn:incoming>Flow_0jdjta3</bpmn:incoming> |
| 390 | <bpmn:outgoing>Flow_0y78v1q</bpmn:outgoing> |
| 391 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 392 | def nss = new DoAllocateAccessNSSI() |
| 393 | nss.processNsstDecomposition(execution)</bpmn:script> |
| 394 | </bpmn:scriptTask> |
| 395 | <bpmn:sequenceFlow id="Flow_0reg6l5" sourceRef="Activity_0fdm3in" targetRef="Activity_0a7a04p" /> |
| 396 | <bpmn:sequenceFlow id="Flow_0jdjta3" sourceRef="Activity_0a7a04p" targetRef="Activity_1nmk2rt" /> |
| 397 | <bpmn:sequenceFlow id="Flow_0y78v1q" sourceRef="Activity_1nmk2rt" targetRef="Gateway_1cmraqs" /> |
| 398 | <bpmn:sequenceFlow id="Flow_0rb4j9r" name="yes" sourceRef="Gateway_1cmraqs" targetRef="Activity_19laorl"> |
| 399 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isAllNsstsDecomposed" ) == true)}</bpmn:conditionExpression> |
| 400 | </bpmn:sequenceFlow> |
| 401 | <bpmn:sequenceFlow id="Flow_0d0f3ie" sourceRef="Activity_19laorl" targetRef="Activity_0y9xgkl" /> |
| 402 | <bpmn:scriptTask id="Activity_027ic3j" name="create slice profiles in AAI" scriptFormat="groovy"> |
| 403 | <bpmn:incoming>Flow_1f9rw3m</bpmn:incoming> |
| 404 | <bpmn:outgoing>Flow_1ryi6ym</bpmn:outgoing> |
| 405 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 406 | def nss = new DoAllocateAccessNSSI() |
| 407 | nss.createSliceProfilesInAai(execution)</bpmn:script> |
| 408 | </bpmn:scriptTask> |
| 409 | <bpmn:sequenceFlow id="Flow_1f9rw3m" sourceRef="Activity_1pxd5wf" targetRef="Activity_027ic3j" /> |
| 410 | <bpmn:sequenceFlow id="Flow_1ryi6ym" sourceRef="Activity_027ic3j" targetRef="Gateway_0en9ki5" /> |
| 411 | <bpmn:scriptTask id="Activity_12vtq69" name="prepare query job status" scriptFormat="groovy"> |
| 412 | <bpmn:incoming>Flow_0qhjtre</bpmn:incoming> |
| 413 | <bpmn:outgoing>Flow_1p48xbl</bpmn:outgoing> |
| 414 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 415 | def nss = new DoAllocateAccessNSSI() |
| 416 | nss.createFhAllocateNssiJobQuery(execution)</bpmn:script> |
| 417 | </bpmn:scriptTask> |
| 418 | <bpmn:sequenceFlow id="Flow_1p48xbl" sourceRef="Activity_12vtq69" targetRef="Activity_1ux83hz" /> |
| 419 | <bpmn:scriptTask id="Activity_0qpy2sg" name="prepare query job status" scriptFormat="groovy"> |
| 420 | <bpmn:incoming>Flow_04thflx</bpmn:incoming> |
| 421 | <bpmn:outgoing>Flow_0fdetmo</bpmn:outgoing> |
| 422 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 423 | def nss = new DoAllocateAccessNSSI() |
| 424 | nss.createMhAllocateNssiJobQuery(execution)</bpmn:script> |
| 425 | </bpmn:scriptTask> |
| 426 | <bpmn:sequenceFlow id="Flow_0fdetmo" sourceRef="Activity_0qpy2sg" targetRef="Activity_0c0cq9d" /> |
| 427 | <bpmn:scriptTask id="Activity_0pa8al6" name="create RAN NSSI and RAN NF NSSI in AAI" scriptFormat="groovy"> |
| 428 | <bpmn:incoming>Flow_0ikdlkf</bpmn:incoming> |
| 429 | <bpmn:outgoing>Flow_1exjm0h</bpmn:outgoing> |
| 430 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 431 | def nss = new DoAllocateAccessNSSI() |
| 432 | nss.updateAaiWithRANInstances(execution)</bpmn:script> |
| 433 | </bpmn:scriptTask> |
| 434 | <bpmn:sequenceFlow id="Flow_0ikdlkf" sourceRef="Activity_118je0o" targetRef="Activity_0pa8al6" /> |
| 435 | <bpmn:sequenceFlow id="Flow_1exjm0h" sourceRef="Activity_0pa8al6" targetRef="Event_15zn4zi" /> |
| 436 | <bpmn:sequenceFlow id="Flow_0bd6dhi" sourceRef="Activity_0zn4e4n" targetRef="Activity_0vf28ld" /> |
| 437 | <bpmn:sequenceFlow id="Flow_0kcvava" sourceRef="Activity_0vf28ld" targetRef="Event_0u9308h" /> |
| 438 | <bpmn:scriptTask id="Activity_0vf28ld" name="update AAI relationships"> |
| 439 | <bpmn:incoming>Flow_0bd6dhi</bpmn:incoming> |
| 440 | <bpmn:outgoing>Flow_0kcvava</bpmn:outgoing> |
| 441 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 442 | def nss = new DoAllocateAccessNSSI() |
| 443 | nss.updateAairelationships(execution)</bpmn:script> |
| 444 | </bpmn:scriptTask> |
| 445 | <bpmn:subProcess id="Activity_0bcs8g1" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| 446 | <bpmn:startEvent id="Event_077lf7i"> |
| 447 | <bpmn:outgoing>Flow_18rrdsq</bpmn:outgoing> |
| 448 | <bpmn:errorEventDefinition id="ErrorEventDefinition_1chyysm" /> |
| 449 | </bpmn:startEvent> |
| 450 | <bpmn:endEvent id="Event_1p00v8c"> |
| 451 | <bpmn:incoming>Flow_0c9dr7z</bpmn:incoming> |
| 452 | </bpmn:endEvent> |
| 453 | <bpmn:scriptTask id="Activity_084fqbd" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 454 | <bpmn:incoming>Flow_0umohws</bpmn:incoming> |
| 455 | <bpmn:outgoing>Flow_0c9dr7z</bpmn:outgoing> |
| 456 | <bpmn:script>import org.onap.so.bpmn.common.scripts.* |
| 457 | ExceptionUtil ex = new ExceptionUtil() |
| 458 | ex.processJavaException(execution)</bpmn:script> |
| 459 | </bpmn:scriptTask> |
| 460 | <bpmn:sequenceFlow id="Flow_0c9dr7z" sourceRef="Activity_084fqbd" targetRef="Event_1p00v8c" /> |
| 461 | <bpmn:scriptTask id="Activity_1adxijg" name="Prepare Resource Operation Status Update" scriptFormat="groovy"> |
| 462 | <bpmn:incoming>Flow_18rrdsq</bpmn:incoming> |
| 463 | <bpmn:outgoing>Flow_11qgtdm</bpmn:outgoing> |
| 464 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 465 | def nss = new DoAllocateAccessNSSI() |
| 466 | nss.prepareFailedOperationStatusUpdate(execution)</bpmn:script> |
| 467 | </bpmn:scriptTask> |
| 468 | <bpmn:serviceTask id="Activity_0p0mwue" name="Update Resource Operation Status"> |
| 469 | <bpmn:extensionElements> |
| 470 | <camunda:connector> |
| 471 | <camunda:inputOutput> |
| 472 | <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter> |
| 473 | <camunda:inputParameter name="headers"> |
| 474 | <camunda:map> |
| 475 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 476 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
| 477 | </camunda:map> |
| 478 | </camunda:inputParameter> |
| 479 | <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter> |
| 480 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 481 | <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 482 | <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter> |
| 483 | </camunda:inputOutput> |
| 484 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 485 | </camunda:connector> |
| 486 | </bpmn:extensionElements> |
| 487 | <bpmn:incoming>Flow_11qgtdm</bpmn:incoming> |
| 488 | <bpmn:outgoing>Flow_0umohws</bpmn:outgoing> |
| 489 | </bpmn:serviceTask> |
| 490 | <bpmn:sequenceFlow id="Flow_18rrdsq" sourceRef="Event_077lf7i" targetRef="Activity_1adxijg" /> |
| 491 | <bpmn:sequenceFlow id="Flow_11qgtdm" sourceRef="Activity_1adxijg" targetRef="Activity_0p0mwue" /> |
| 492 | <bpmn:sequenceFlow id="Flow_0umohws" sourceRef="Activity_0p0mwue" targetRef="Activity_084fqbd" /> |
| 493 | </bpmn:subProcess> |
| 494 | <bpmn:intermediateThrowEvent id="Event_1cqde7p" name="Goto start TN allocate"> |
| 495 | <bpmn:incoming>Flow_0n1mh5c</bpmn:incoming> |
| 496 | <bpmn:linkEventDefinition id="LinkEventDefinition_0da795k" name="startTnAllocate" /> |
| 497 | </bpmn:intermediateThrowEvent> |
| 498 | <bpmn:sequenceFlow id="Flow_0n1mh5c" sourceRef="Activity_1aweui4" targetRef="Event_1cqde7p" /> |
| 499 | <bpmn:callActivity id="Activity_08i0hzk" name="DoModifyRanNfNssi" calledElement="DoModifyRanNfNssi"> |
| 500 | <bpmn:extensionElements> |
| 501 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 502 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 503 | <camunda:in source="ANNF_NSSI" target="serviceInstanceID" /> |
| 504 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 505 | <camunda:in source="ANNF_sliceProfileInstanceId" target="sliceProfileId" /> |
| 506 | <camunda:in source="snssaiList" target="snssaiList" /> |
| 507 | <camunda:out source="ranNfStatus" target="ranNfStatus" /> |
| 508 | <camunda:in source="modifyAction" target="modifyAction" /> |
| 509 | <camunda:in source="ranNfSliceProfile" target="additionalProperties" /> |
| 510 | </bpmn:extensionElements> |
| 511 | <bpmn:incoming>Flow_0kn30g3</bpmn:incoming> |
| 512 | <bpmn:outgoing>Flow_1k3vqxg</bpmn:outgoing> |
| 513 | </bpmn:callActivity> |
| 514 | <bpmn:sequenceFlow id="Flow_1k3vqxg" sourceRef="Activity_08i0hzk" targetRef="Activity_1aweui4" /> |
| 515 | <bpmn:sequenceFlow id="Flow_083bb3k" sourceRef="Gateway_1cmraqs" targetRef="Activity_0fdm3in" /> |
| 516 | </bpmn:process> |
| 517 | <bpmn:message id="Message_1r7nv8u" name="WorkflowMessage" /> |
| 518 | <bpmn:error id="Error_047rteq" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
| 519 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 520 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoAllocateAccessNSSI"> |
| 521 | <bpmndi:BPMNEdge id="Flow_0kcvava_di" bpmnElement="Flow_0kcvava"> |
| 522 | <di:waypoint x="1800" y="820" /> |
| 523 | <di:waypoint x="1882" y="820" /> |
| 524 | </bpmndi:BPMNEdge> |
| 525 | <bpmndi:BPMNEdge id="Flow_0bd6dhi_di" bpmnElement="Flow_0bd6dhi"> |
| 526 | <di:waypoint x="1620" y="820" /> |
| 527 | <di:waypoint x="1700" y="820" /> |
| 528 | </bpmndi:BPMNEdge> |
| 529 | <bpmndi:BPMNEdge id="Flow_1exjm0h_di" bpmnElement="Flow_1exjm0h"> |
| 530 | <di:waypoint x="1850" y="680" /> |
| 531 | <di:waypoint x="1882" y="680" /> |
| 532 | </bpmndi:BPMNEdge> |
| 533 | <bpmndi:BPMNEdge id="Flow_0ikdlkf_di" bpmnElement="Flow_0ikdlkf"> |
| 534 | <di:waypoint x="1720" y="680" /> |
| 535 | <di:waypoint x="1750" y="680" /> |
| 536 | </bpmndi:BPMNEdge> |
| 537 | <bpmndi:BPMNEdge id="Flow_0fdetmo_di" bpmnElement="Flow_0fdetmo"> |
| 538 | <di:waypoint x="1260" y="820" /> |
| 539 | <di:waypoint x="1340" y="820" /> |
| 540 | </bpmndi:BPMNEdge> |
| 541 | <bpmndi:BPMNEdge id="Flow_1p48xbl_di" bpmnElement="Flow_1p48xbl"> |
| 542 | <di:waypoint x="580" y="820" /> |
| 543 | <di:waypoint x="640" y="820" /> |
| 544 | </bpmndi:BPMNEdge> |
| 545 | <bpmndi:BPMNEdge id="Flow_1ryi6ym_di" bpmnElement="Flow_1ryi6ym"> |
| 546 | <di:waypoint x="1330" y="531" /> |
| 547 | <di:waypoint x="1355" y="531" /> |
| 548 | </bpmndi:BPMNEdge> |
| 549 | <bpmndi:BPMNEdge id="Flow_1f9rw3m_di" bpmnElement="Flow_1f9rw3m"> |
| 550 | <di:waypoint x="1210" y="531" /> |
| 551 | <di:waypoint x="1230" y="531" /> |
| 552 | </bpmndi:BPMNEdge> |
| 553 | <bpmndi:BPMNEdge id="Flow_0d0f3ie_di" bpmnElement="Flow_0d0f3ie"> |
| 554 | <di:waypoint x="950" y="530" /> |
| 555 | <di:waypoint x="980" y="530" /> |
| 556 | </bpmndi:BPMNEdge> |
| 557 | <bpmndi:BPMNEdge id="Flow_0rb4j9r_di" bpmnElement="Flow_0rb4j9r"> |
| 558 | <di:waypoint x="815" y="529" /> |
| 559 | <di:waypoint x="833" y="529" /> |
| 560 | <di:waypoint x="833" y="530" /> |
| 561 | <di:waypoint x="850" y="530" /> |
| 562 | <bpmndi:BPMNLabel> |
| 563 | <dc:Bounds x="824" y="543" width="17" height="14" /> |
| 564 | </bpmndi:BPMNLabel> |
| 565 | </bpmndi:BPMNEdge> |
| 566 | <bpmndi:BPMNEdge id="Flow_0y78v1q_di" bpmnElement="Flow_0y78v1q"> |
| 567 | <di:waypoint x="720" y="529" /> |
| 568 | <di:waypoint x="765" y="529" /> |
| 569 | </bpmndi:BPMNEdge> |
| 570 | <bpmndi:BPMNEdge id="Flow_0jdjta3_di" bpmnElement="Flow_0jdjta3"> |
| 571 | <di:waypoint x="600" y="529" /> |
| 572 | <di:waypoint x="620" y="529" /> |
| 573 | </bpmndi:BPMNEdge> |
| 574 | <bpmndi:BPMNEdge id="Flow_0reg6l5_di" bpmnElement="Flow_0reg6l5"> |
| 575 | <di:waypoint x="470" y="529" /> |
| 576 | <di:waypoint x="485" y="529" /> |
| 577 | <di:waypoint x="485" y="530" /> |
| 578 | <di:waypoint x="500" y="530" /> |
| 579 | </bpmndi:BPMNEdge> |
| 580 | <bpmndi:BPMNEdge id="Flow_05s0wso_di" bpmnElement="Flow_05s0wso"> |
| 581 | <di:waypoint x="770" y="380" /> |
| 582 | <di:waypoint x="810" y="380" /> |
| 583 | </bpmndi:BPMNEdge> |
| 584 | <bpmndi:BPMNEdge id="Flow_10j50jb_di" bpmnElement="Flow_10j50jb"> |
| 585 | <di:waypoint x="630" y="380" /> |
| 586 | <di:waypoint x="670" y="380" /> |
| 587 | </bpmndi:BPMNEdge> |
| 588 | <bpmndi:BPMNEdge id="Flow_0ile39j_di" bpmnElement="Flow_0ile39j"> |
| 589 | <di:waypoint x="910" y="380" /> |
| 590 | <di:waypoint x="950" y="380" /> |
| 591 | </bpmndi:BPMNEdge> |
| 592 | <bpmndi:BPMNEdge id="Flow_0k8yakp_di" bpmnElement="Flow_0k8yakp"> |
| 593 | <di:waypoint x="1190" y="380" /> |
| 594 | <di:waypoint x="1242" y="380" /> |
| 595 | </bpmndi:BPMNEdge> |
| 596 | <bpmndi:BPMNEdge id="Flow_0mmpy7h_di" bpmnElement="Flow_0mmpy7h"> |
| 597 | <di:waypoint x="1050" y="380" /> |
| 598 | <di:waypoint x="1090" y="380" /> |
| 599 | </bpmndi:BPMNEdge> |
| 600 | <bpmndi:BPMNEdge id="Flow_1k0z6lp_di" bpmnElement="Flow_1k0z6lp"> |
| 601 | <di:waypoint x="490" y="380" /> |
| 602 | <di:waypoint x="530" y="380" /> |
| 603 | </bpmndi:BPMNEdge> |
| 604 | <bpmndi:BPMNEdge id="Flow_1i10qog_di" bpmnElement="Flow_1i10qog"> |
| 605 | <di:waypoint x="630" y="120" /> |
| 606 | <di:waypoint x="690" y="120" /> |
| 607 | </bpmndi:BPMNEdge> |
| 608 | <bpmndi:BPMNEdge id="Flow_0mcd9bo_di" bpmnElement="Flow_0mcd9bo"> |
| 609 | <di:waypoint x="480" y="120" /> |
| 610 | <di:waypoint x="530" y="120" /> |
| 611 | </bpmndi:BPMNEdge> |
| 612 | <bpmndi:BPMNEdge id="Flow_00f37fu_di" bpmnElement="Flow_00f37fu"> |
| 613 | <di:waypoint x="790" y="120" /> |
| 614 | <di:waypoint x="830" y="120" /> |
| 615 | </bpmndi:BPMNEdge> |
| 616 | <bpmndi:BPMNEdge id="Flow_1v3wpa2_di" bpmnElement="Flow_1v3wpa2"> |
| 617 | <di:waypoint x="1440" y="820" /> |
| 618 | <di:waypoint x="1520" y="820" /> |
| 619 | </bpmndi:BPMNEdge> |
| 620 | <bpmndi:BPMNEdge id="Flow_04thflx_di" bpmnElement="Flow_04thflx"> |
| 621 | <di:waypoint x="1100" y="820" /> |
| 622 | <di:waypoint x="1160" y="820" /> |
| 623 | </bpmndi:BPMNEdge> |
| 624 | <bpmndi:BPMNEdge id="Flow_0qhjtre_di" bpmnElement="Flow_0qhjtre"> |
| 625 | <di:waypoint x="410" y="820" /> |
| 626 | <di:waypoint x="480" y="820" /> |
| 627 | </bpmndi:BPMNEdge> |
| 628 | <bpmndi:BPMNEdge id="Flow_05yqmnj_di" bpmnElement="Flow_05yqmnj"> |
| 629 | <di:waypoint x="1580" y="680" /> |
| 630 | <di:waypoint x="1620" y="680" /> |
| 631 | </bpmndi:BPMNEdge> |
| 632 | <bpmndi:BPMNEdge id="Flow_1pbiznt_di" bpmnElement="Flow_1pbiznt"> |
| 633 | <di:waypoint x="1430" y="680" /> |
| 634 | <di:waypoint x="1480" y="680" /> |
| 635 | </bpmndi:BPMNEdge> |
| 636 | <bpmndi:BPMNEdge id="Flow_0kn30g3_di" bpmnElement="Flow_0kn30g3"> |
| 637 | <di:waypoint x="1403" y="529" /> |
| 638 | <di:waypoint x="1460" y="529" /> |
| 639 | <bpmndi:BPMNLabel> |
| 640 | <dc:Bounds x="1413" y="513" width="17" height="14" /> |
| 641 | </bpmndi:BPMNLabel> |
| 642 | </bpmndi:BPMNEdge> |
| 643 | <bpmndi:BPMNEdge id="Flow_1nkqrpd_di" bpmnElement="Flow_1nkqrpd"> |
| 644 | <di:waypoint x="1080" y="531" /> |
| 645 | <di:waypoint x="1110" y="531" /> |
| 646 | </bpmndi:BPMNEdge> |
| 647 | <bpmndi:BPMNEdge id="Flow_16z59pu_di" bpmnElement="Flow_16z59pu"> |
| 648 | <di:waypoint x="740" y="820" /> |
| 649 | <di:waypoint x="810" y="820" /> |
| 650 | </bpmndi:BPMNEdge> |
| 651 | <bpmndi:BPMNEdge id="Flow_1b14415_di" bpmnElement="Flow_1b14415"> |
| 652 | <di:waypoint x="1200" y="120" /> |
| 653 | <di:waypoint x="1240" y="120" /> |
| 654 | </bpmndi:BPMNEdge> |
| 655 | <bpmndi:BPMNEdge id="Flow_0tica8m_di" bpmnElement="Flow_0tica8m"> |
| 656 | <di:waypoint x="340" y="120" /> |
| 657 | <di:waypoint x="380" y="120" /> |
| 658 | </bpmndi:BPMNEdge> |
| 659 | <bpmndi:BPMNEdge id="Flow_0k39zt8_di" bpmnElement="Flow_0k39zt8"> |
| 660 | <di:waypoint x="270" y="405" /> |
| 661 | <di:waypoint x="270" y="529" /> |
| 662 | <di:waypoint x="370" y="529" /> |
| 663 | <bpmndi:BPMNLabel> |
| 664 | <dc:Bounds x="249" y="421" width="15" height="14" /> |
| 665 | </bpmndi:BPMNLabel> |
| 666 | </bpmndi:BPMNEdge> |
| 667 | <bpmndi:BPMNEdge id="Flow_09tjspa_di" bpmnElement="Flow_09tjspa"> |
| 668 | <di:waypoint x="198" y="380" /> |
| 669 | <di:waypoint x="245" y="380" /> |
| 670 | </bpmndi:BPMNEdge> |
| 671 | <bpmndi:BPMNEdge id="Flow_1h7iq8l_di" bpmnElement="Flow_1h7iq8l"> |
| 672 | <di:waypoint x="1340" y="120" /> |
| 673 | <di:waypoint x="1372" y="120" /> |
| 674 | </bpmndi:BPMNEdge> |
| 675 | <bpmndi:BPMNEdge id="Flow_0tkzfhb_di" bpmnElement="Flow_0tkzfhb"> |
| 676 | <di:waypoint x="1060" y="120" /> |
| 677 | <di:waypoint x="1100" y="120" /> |
| 678 | </bpmndi:BPMNEdge> |
| 679 | <bpmndi:BPMNEdge id="Flow_1w8whur_di" bpmnElement="Flow_1w8whur"> |
| 680 | <di:waypoint x="930" y="120" /> |
| 681 | <di:waypoint x="960" y="120" /> |
| 682 | </bpmndi:BPMNEdge> |
| 683 | <bpmndi:BPMNEdge id="Flow_178fenq_di" bpmnElement="Flow_178fenq"> |
| 684 | <di:waypoint x="1380" y="556" /> |
| 685 | <di:waypoint x="1380" y="640" /> |
| 686 | <bpmndi:BPMNLabel> |
| 687 | <dc:Bounds x="1386" y="574" width="15" height="14" /> |
| 688 | </bpmndi:BPMNLabel> |
| 689 | </bpmndi:BPMNEdge> |
| 690 | <bpmndi:BPMNEdge id="Flow_1ipsxgh_di" bpmnElement="Flow_1ipsxgh"> |
| 691 | <di:waypoint x="295" y="380" /> |
| 692 | <di:waypoint x="390" y="380" /> |
| 693 | <bpmndi:BPMNLabel> |
| 694 | <dc:Bounds x="319" y="363" width="17" height="14" /> |
| 695 | </bpmndi:BPMNLabel> |
| 696 | </bpmndi:BPMNEdge> |
| 697 | <bpmndi:BPMNEdge id="Flow_163f3sq_di" bpmnElement="Flow_163f3sq"> |
| 698 | <di:waypoint x="198" y="120" /> |
| 699 | <di:waypoint x="240" y="120" /> |
| 700 | </bpmndi:BPMNEdge> |
| 701 | <bpmndi:BPMNEdge id="Flow_0zhr499_di" bpmnElement="Flow_0zhr499"> |
| 702 | <di:waypoint x="910" y="820" /> |
| 703 | <di:waypoint x="1000" y="820" /> |
| 704 | </bpmndi:BPMNEdge> |
| 705 | <bpmndi:BPMNEdge id="Flow_1x3y2tg_di" bpmnElement="Flow_1x3y2tg"> |
| 706 | <di:waypoint x="228" y="820" /> |
| 707 | <di:waypoint x="310" y="820" /> |
| 708 | </bpmndi:BPMNEdge> |
| 709 | <bpmndi:BPMNEdge id="Flow_0ll5x3u_di" bpmnElement="Flow_0ll5x3u"> |
| 710 | <di:waypoint x="600" y="1010" /> |
| 711 | <di:waypoint x="692" y="1010" /> |
| 712 | </bpmndi:BPMNEdge> |
| 713 | <bpmndi:BPMNEdge id="Flow_1xw4abx_di" bpmnElement="Flow_1xw4abx"> |
| 714 | <di:waypoint x="420" y="1010" /> |
| 715 | <di:waypoint x="500" y="1010" /> |
| 716 | </bpmndi:BPMNEdge> |
| 717 | <bpmndi:BPMNEdge id="Flow_0833cha_di" bpmnElement="Flow_0833cha"> |
| 718 | <di:waypoint x="228" y="1010" /> |
| 719 | <di:waypoint x="320" y="1010" /> |
| 720 | </bpmndi:BPMNEdge> |
| 721 | <bpmndi:BPMNEdge id="Flow_0n1mh5c_di" bpmnElement="Flow_0n1mh5c"> |
| 722 | <di:waypoint x="1690" y="529" /> |
| 723 | <di:waypoint x="1742" y="529" /> |
| 724 | </bpmndi:BPMNEdge> |
| 725 | <bpmndi:BPMNEdge id="Flow_1k3vqxg_di" bpmnElement="Flow_1k3vqxg"> |
| 726 | <di:waypoint x="1560" y="529" /> |
| 727 | <di:waypoint x="1590" y="529" /> |
| 728 | </bpmndi:BPMNEdge> |
| 729 | <bpmndi:BPMNEdge id="Flow_083bb3k_di" bpmnElement="Flow_083bb3k"> |
| 730 | <di:waypoint x="790" y="554" /> |
| 731 | <di:waypoint x="790" y="730" /> |
| 732 | <di:waypoint x="420" y="730" /> |
| 733 | <di:waypoint x="420" y="569" /> |
| 734 | </bpmndi:BPMNEdge> |
| 735 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 736 | <dc:Bounds x="162" y="102" width="36" height="36" /> |
| 737 | <bpmndi:BPMNLabel> |
| 738 | <dc:Bounds x="167" y="152" width="25" height="14" /> |
| 739 | </bpmndi:BPMNLabel> |
| 740 | </bpmndi:BPMNShape> |
| 741 | <bpmndi:BPMNShape id="Activity_01iduqx_di" bpmnElement="Activity_1jj3kh9"> |
| 742 | <dc:Bounds x="240" y="80" width="100" height="80" /> |
| 743 | </bpmndi:BPMNShape> |
| 744 | <bpmndi:BPMNShape id="Activity_1gdi5bo_di" bpmnElement="Activity_0vhvubq"> |
| 745 | <dc:Bounds x="830" y="80" width="100" height="80" /> |
| 746 | </bpmndi:BPMNShape> |
| 747 | <bpmndi:BPMNShape id="Activity_11vdo22_di" bpmnElement="Activity_11vdo22"> |
| 748 | <dc:Bounds x="320" y="970" width="100" height="80" /> |
| 749 | </bpmndi:BPMNShape> |
| 750 | <bpmndi:BPMNShape id="Activity_1nfx154_di" bpmnElement="Activity_1nfx154"> |
| 751 | <dc:Bounds x="500" y="970" width="100" height="80" /> |
| 752 | </bpmndi:BPMNShape> |
| 753 | <bpmndi:BPMNShape id="Event_0vh1hs2_di" bpmnElement="Event_0vh1hs2"> |
| 754 | <dc:Bounds x="692" y="992" width="36" height="36" /> |
| 755 | </bpmndi:BPMNShape> |
| 756 | <bpmndi:BPMNShape id="Activity_0icw8wt_di" bpmnElement="Activity_19laorl"> |
| 757 | <dc:Bounds x="850" y="490" width="100" height="80" /> |
| 758 | </bpmndi:BPMNShape> |
| 759 | <bpmndi:BPMNShape id="Activity_10z6k5t_di" bpmnElement="Activity_03dgcg5"> |
| 760 | <dc:Bounds x="310" y="780" width="100" height="80" /> |
| 761 | </bpmndi:BPMNShape> |
| 762 | <bpmndi:BPMNShape id="Activity_1dracjc_di" bpmnElement="Activity_18y4ijb"> |
| 763 | <dc:Bounds x="1000" y="780" width="100" height="80" /> |
| 764 | </bpmndi:BPMNShape> |
| 765 | <bpmndi:BPMNShape id="Event_0g0i472_di" bpmnElement="Event_05jtdqp"> |
| 766 | <dc:Bounds x="192" y="992" width="36" height="36" /> |
| 767 | <bpmndi:BPMNLabel> |
| 768 | <dc:Bounds x="174" y="1035" width="73" height="27" /> |
| 769 | </bpmndi:BPMNLabel> |
| 770 | </bpmndi:BPMNShape> |
| 771 | <bpmndi:BPMNShape id="Event_1ea1h0i_di" bpmnElement="Event_0u9308h"> |
| 772 | <dc:Bounds x="1882" y="802" width="36" height="36" /> |
| 773 | <bpmndi:BPMNLabel> |
| 774 | <dc:Bounds x="1860" y="850" width="79" height="40" /> |
| 775 | </bpmndi:BPMNLabel> |
| 776 | </bpmndi:BPMNShape> |
| 777 | <bpmndi:BPMNShape id="Event_1fj3anx_di" bpmnElement="Event_18r5xkz"> |
| 778 | <dc:Bounds x="192" y="802" width="36" height="36" /> |
| 779 | <bpmndi:BPMNLabel> |
| 780 | <dc:Bounds x="170" y="845" width="81" height="14" /> |
| 781 | </bpmndi:BPMNLabel> |
| 782 | </bpmndi:BPMNShape> |
| 783 | <bpmndi:BPMNShape id="Activity_0nm8unl_di" bpmnElement="Activity_0qn2fvh"> |
| 784 | <dc:Bounds x="810" y="780" width="100" height="80" /> |
| 785 | </bpmndi:BPMNShape> |
| 786 | <bpmndi:BPMNShape id="Activity_12szahe_di" bpmnElement="Activity_12szahe"> |
| 787 | <dc:Bounds x="1240" y="80" width="100" height="80" /> |
| 788 | </bpmndi:BPMNShape> |
| 789 | <bpmndi:BPMNShape id="Activity_1oepxwk_di" bpmnElement="Activity_0vwhzem"> |
| 790 | <dc:Bounds x="960" y="80" width="100" height="80" /> |
| 791 | </bpmndi:BPMNShape> |
| 792 | <bpmndi:BPMNShape id="Gateway_1aesepd_di" bpmnElement="Gateway_1aesepd" isMarkerVisible="true"> |
| 793 | <dc:Bounds x="245" y="355" width="50" height="50" /> |
| 794 | <bpmndi:BPMNLabel> |
| 795 | <dc:Bounds x="239" y="326" width="62" height="27" /> |
| 796 | </bpmndi:BPMNLabel> |
| 797 | </bpmndi:BPMNShape> |
| 798 | <bpmndi:BPMNShape id="Event_142r2sx_di" bpmnElement="Event_142r2sx"> |
| 799 | <dc:Bounds x="1242" y="362" width="36" height="36" /> |
| 800 | <bpmndi:BPMNLabel> |
| 801 | <dc:Bounds x="1220" y="397" width="79" height="40" /> |
| 802 | </bpmndi:BPMNLabel> |
| 803 | </bpmndi:BPMNShape> |
| 804 | <bpmndi:BPMNShape id="Event_15zn4zi_di" bpmnElement="Event_15zn4zi"> |
| 805 | <dc:Bounds x="1882" y="662" width="36" height="36" /> |
| 806 | <bpmndi:BPMNLabel> |
| 807 | <dc:Bounds x="1868" y="705" width="67" height="27" /> |
| 808 | </bpmndi:BPMNLabel> |
| 809 | </bpmndi:BPMNShape> |
| 810 | <bpmndi:BPMNShape id="Activity_1pxd5wf_di" bpmnElement="Activity_1pxd5wf"> |
| 811 | <dc:Bounds x="1110" y="491" width="100" height="80" /> |
| 812 | </bpmndi:BPMNShape> |
| 813 | <bpmndi:BPMNShape id="Gateway_0en9ki5_di" bpmnElement="Gateway_0en9ki5" isMarkerVisible="true"> |
| 814 | <dc:Bounds x="1355" y="506" width="50" height="50" /> |
| 815 | <bpmndi:BPMNLabel> |
| 816 | <dc:Bounds x="1349" y="476" width="62" height="27" /> |
| 817 | </bpmndi:BPMNLabel> |
| 818 | </bpmndi:BPMNShape> |
| 819 | <bpmndi:BPMNShape id="Activity_0a95zgv_di" bpmnElement="Activity_0a95zgv"> |
| 820 | <dc:Bounds x="1330" y="640" width="100" height="80" /> |
| 821 | </bpmndi:BPMNShape> |
| 822 | <bpmndi:BPMNShape id="Activity_118je0o_di" bpmnElement="Activity_118je0o"> |
| 823 | <dc:Bounds x="1620" y="640" width="100" height="80" /> |
| 824 | </bpmndi:BPMNShape> |
| 825 | <bpmndi:BPMNShape id="Event_0qwruv5_di" bpmnElement="Event_0s8t1ji"> |
| 826 | <dc:Bounds x="1372" y="102" width="36" height="36" /> |
| 827 | <bpmndi:BPMNLabel> |
| 828 | <dc:Bounds x="1351" y="145" width="81" height="27" /> |
| 829 | </bpmndi:BPMNLabel> |
| 830 | </bpmndi:BPMNShape> |
| 831 | <bpmndi:BPMNShape id="Event_1vfrb2l_di" bpmnElement="Event_1glt41l"> |
| 832 | <dc:Bounds x="162" y="362" width="36" height="36" /> |
| 833 | <bpmndi:BPMNLabel> |
| 834 | <dc:Bounds x="155" y="405" width="51" height="27" /> |
| 835 | </bpmndi:BPMNLabel> |
| 836 | </bpmndi:BPMNShape> |
| 837 | <bpmndi:BPMNShape id="Activity_0p02joo_di" bpmnElement="Activity_0p02joo"> |
| 838 | <dc:Bounds x="380" y="80" width="100" height="80" /> |
| 839 | </bpmndi:BPMNShape> |
| 840 | <bpmndi:BPMNShape id="Activity_1u28lyv_di" bpmnElement="Activity_1u28lyv"> |
| 841 | <dc:Bounds x="1100" y="80" width="100" height="80" /> |
| 842 | </bpmndi:BPMNShape> |
| 843 | <bpmndi:BPMNShape id="Activity_1ux83hz_di" bpmnElement="Activity_1ux83hz"> |
| 844 | <dc:Bounds x="640" y="780" width="100" height="80" /> |
| 845 | </bpmndi:BPMNShape> |
| 846 | <bpmndi:BPMNShape id="Activity_0c0cq9d_di" bpmnElement="Activity_0c0cq9d"> |
| 847 | <dc:Bounds x="1340" y="780" width="100" height="80" /> |
| 848 | </bpmndi:BPMNShape> |
| 849 | <bpmndi:BPMNShape id="Activity_0y9xgkl_di" bpmnElement="Activity_0y9xgkl"> |
| 850 | <dc:Bounds x="980" y="491" width="100" height="80" /> |
| 851 | </bpmndi:BPMNShape> |
| 852 | <bpmndi:BPMNShape id="Activity_0vbzhej_di" bpmnElement="Activity_0vbzhej"> |
| 853 | <dc:Bounds x="1480" y="640" width="100" height="80" /> |
| 854 | </bpmndi:BPMNShape> |
| 855 | <bpmndi:BPMNShape id="Activity_0zn4e4n_di" bpmnElement="Activity_0zn4e4n"> |
| 856 | <dc:Bounds x="1520" y="780" width="100" height="80" /> |
| 857 | </bpmndi:BPMNShape> |
| 858 | <bpmndi:BPMNShape id="Activity_1ll0nr1_di" bpmnElement="Activity_1ll0nr1"> |
| 859 | <dc:Bounds x="690" y="80" width="100" height="80" /> |
| 860 | </bpmndi:BPMNShape> |
| 861 | <bpmndi:BPMNShape id="Activity_06hcbu6_di" bpmnElement="Activity_06hcbu6"> |
| 862 | <dc:Bounds x="530" y="80" width="100" height="80" /> |
| 863 | </bpmndi:BPMNShape> |
| 864 | <bpmndi:BPMNShape id="Activity_1xke4xc_di" bpmnElement="Activity_1aweui4"> |
| 865 | <dc:Bounds x="1590" y="489" width="100" height="80" /> |
| 866 | </bpmndi:BPMNShape> |
| 867 | <bpmndi:BPMNShape id="Activity_1bjike9_di" bpmnElement="Activity_1bjike9"> |
| 868 | <dc:Bounds x="530" y="340" width="100" height="80" /> |
| 869 | </bpmndi:BPMNShape> |
| 870 | <bpmndi:BPMNShape id="Activity_02rsimm_di" bpmnElement="Activity_0xawnmh"> |
| 871 | <dc:Bounds x="390" y="340" width="100" height="80" /> |
| 872 | </bpmndi:BPMNShape> |
| 873 | <bpmndi:BPMNShape id="Activity_0ffp1no_di" bpmnElement="Activity_0ffp1no"> |
| 874 | <dc:Bounds x="950" y="340" width="100" height="80" /> |
| 875 | </bpmndi:BPMNShape> |
| 876 | <bpmndi:BPMNShape id="Activity_0yfrqtb_di" bpmnElement="Activity_0yfrqtb"> |
| 877 | <dc:Bounds x="1090" y="340" width="100" height="80" /> |
| 878 | </bpmndi:BPMNShape> |
| 879 | <bpmndi:BPMNShape id="Activity_1wagv3s_di" bpmnElement="Activity_1k94obj"> |
| 880 | <dc:Bounds x="810" y="340" width="100" height="80" /> |
| 881 | </bpmndi:BPMNShape> |
| 882 | <bpmndi:BPMNShape id="Activity_16w4zg9_di" bpmnElement="Activity_16w4zg9"> |
| 883 | <dc:Bounds x="670" y="340" width="100" height="80" /> |
| 884 | </bpmndi:BPMNShape> |
| 885 | <bpmndi:BPMNShape id="Activity_0fdm3in_di" bpmnElement="Activity_0fdm3in"> |
| 886 | <dc:Bounds x="370" y="489" width="100" height="80" /> |
| 887 | </bpmndi:BPMNShape> |
| 888 | <bpmndi:BPMNShape id="Activity_0a7a04p_di" bpmnElement="Activity_0a7a04p"> |
| 889 | <dc:Bounds x="500" y="489" width="100" height="80" /> |
| 890 | </bpmndi:BPMNShape> |
| 891 | <bpmndi:BPMNShape id="Gateway_1cmraqs_di" bpmnElement="Gateway_1cmraqs" isMarkerVisible="true"> |
| 892 | <dc:Bounds x="765" y="504" width="50" height="50" /> |
| 893 | <bpmndi:BPMNLabel> |
| 894 | <dc:Bounds x="755" y="467" width="70" height="27" /> |
| 895 | </bpmndi:BPMNLabel> |
| 896 | </bpmndi:BPMNShape> |
| 897 | <bpmndi:BPMNShape id="Activity_1nmk2rt_di" bpmnElement="Activity_1nmk2rt"> |
| 898 | <dc:Bounds x="620" y="489" width="100" height="80" /> |
| 899 | </bpmndi:BPMNShape> |
| 900 | <bpmndi:BPMNShape id="Activity_027ic3j_di" bpmnElement="Activity_027ic3j"> |
| 901 | <dc:Bounds x="1230" y="491" width="100" height="80" /> |
| 902 | </bpmndi:BPMNShape> |
| 903 | <bpmndi:BPMNShape id="Activity_12vtq69_di" bpmnElement="Activity_12vtq69"> |
| 904 | <dc:Bounds x="480" y="780" width="100" height="80" /> |
| 905 | </bpmndi:BPMNShape> |
| 906 | <bpmndi:BPMNShape id="Activity_0qpy2sg_di" bpmnElement="Activity_0qpy2sg"> |
| 907 | <dc:Bounds x="1160" y="780" width="100" height="80" /> |
| 908 | </bpmndi:BPMNShape> |
| 909 | <bpmndi:BPMNShape id="Activity_0pa8al6_di" bpmnElement="Activity_0pa8al6"> |
| 910 | <dc:Bounds x="1750" y="640" width="100" height="80" /> |
| 911 | </bpmndi:BPMNShape> |
| 912 | <bpmndi:BPMNShape id="Activity_1riw9uv_di" bpmnElement="Activity_0vf28ld"> |
| 913 | <dc:Bounds x="1700" y="780" width="100" height="80" /> |
| 914 | </bpmndi:BPMNShape> |
| 915 | <bpmndi:BPMNShape id="Event_1cqde7p_di" bpmnElement="Event_1cqde7p"> |
| 916 | <dc:Bounds x="1742" y="511" width="36" height="36" /> |
| 917 | <bpmndi:BPMNLabel> |
| 918 | <dc:Bounds x="1728" y="554" width="67" height="27" /> |
| 919 | </bpmndi:BPMNLabel> |
| 920 | </bpmndi:BPMNShape> |
| 921 | <bpmndi:BPMNShape id="Activity_08i0hzk_di" bpmnElement="Activity_08i0hzk"> |
| 922 | <dc:Bounds x="1460" y="489" width="100" height="80" /> |
| 923 | </bpmndi:BPMNShape> |
| 924 | <bpmndi:BPMNShape id="Activity_0bcs8g1_di" bpmnElement="Activity_0bcs8g1" isExpanded="true"> |
| 925 | <dc:Bounds x="410" y="1160" width="781" height="196" /> |
| 926 | </bpmndi:BPMNShape> |
| 927 | <bpmndi:BPMNEdge id="Flow_0umohws_di" bpmnElement="Flow_0umohws"> |
| 928 | <di:waypoint x="800" y="1264" /> |
| 929 | <di:waypoint x="870" y="1264" /> |
| 930 | </bpmndi:BPMNEdge> |
| 931 | <bpmndi:BPMNEdge id="Flow_11qgtdm_di" bpmnElement="Flow_11qgtdm"> |
| 932 | <di:waypoint x="640" y="1264" /> |
| 933 | <di:waypoint x="700" y="1264" /> |
| 934 | </bpmndi:BPMNEdge> |
| 935 | <bpmndi:BPMNEdge id="Flow_18rrdsq_di" bpmnElement="Flow_18rrdsq"> |
| 936 | <di:waypoint x="476" y="1264" /> |
| 937 | <di:waypoint x="540" y="1264" /> |
| 938 | </bpmndi:BPMNEdge> |
| 939 | <bpmndi:BPMNEdge id="Flow_0c9dr7z_di" bpmnElement="Flow_0c9dr7z"> |
| 940 | <di:waypoint x="970" y="1264" /> |
| 941 | <di:waypoint x="1078" y="1264" /> |
| 942 | </bpmndi:BPMNEdge> |
| 943 | <bpmndi:BPMNShape id="Event_077lf7i_di" bpmnElement="Event_077lf7i"> |
| 944 | <dc:Bounds x="440" y="1246" width="36" height="36" /> |
| 945 | </bpmndi:BPMNShape> |
| 946 | <bpmndi:BPMNShape id="Event_1p00v8c_di" bpmnElement="Event_1p00v8c"> |
| 947 | <dc:Bounds x="1078" y="1246" width="36" height="36" /> |
| 948 | </bpmndi:BPMNShape> |
| 949 | <bpmndi:BPMNShape id="Activity_084fqbd_di" bpmnElement="Activity_084fqbd"> |
| 950 | <dc:Bounds x="870" y="1224" width="100" height="80" /> |
| 951 | </bpmndi:BPMNShape> |
| 952 | <bpmndi:BPMNShape id="Activity_1adxijg_di" bpmnElement="Activity_1adxijg"> |
| 953 | <dc:Bounds x="540" y="1224" width="100" height="80" /> |
| 954 | </bpmndi:BPMNShape> |
| 955 | <bpmndi:BPMNShape id="Activity_0p0mwue_di" bpmnElement="Activity_0p0mwue"> |
| 956 | <dc:Bounds x="700" y="1224" width="100" height="80" /> |
| 957 | </bpmndi:BPMNShape> |
| 958 | </bpmndi:BPMNPlane> |
| 959 | </bpmndi:BPMNDiagram> |
| 960 | </bpmn:definitions> |