Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| 3 | <bpmn2:process id="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
| 8 | <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule"> |
| 9 | <bpmn2:extensionElements> |
| 10 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 11 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 12 | <camunda:in source="isVidRequest" target="isVidRequest" /> |
| 13 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 14 | <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" /> |
| 15 | <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" /> |
| 16 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 17 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 18 | <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse" /> |
| 19 | <camunda:out source="DCVFM_vfModuleName" target="CVFMI_vfModuleName" /> |
| 20 | <camunda:in source="CVFMI_vnfType" target="vnfType" /> |
| 21 | <camunda:in source="CVFMI_vnfName" target="vnfName" /> |
| 22 | <camunda:in source="CVFMI_vnfId" target="vnfId" /> |
| 23 | <camunda:in source="CVFMI_vfModuleName" target="vfModuleName" /> |
| 24 | <camunda:in source="CVFMI_vfModuleType" target="vfModuleType" /> |
| 25 | <camunda:in source="CVFMI_volumeGroupId" target="volumeGroupId" /> |
| 26 | <camunda:in source="CVFMI_volumeGroupName" target="volumeGroupName" /> |
| 27 | <camunda:in source="CVFMI_isBaseVfModule" target="isBaseVfModule" /> |
| 28 | <camunda:in source="CVFMI_asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 29 | <camunda:in source="CVFMI_serviceInstanceId" target="serviceInstanceId" /> |
| 30 | <camunda:in source="CVFMI_serviceModelInfo" target="serviceModelInfo" /> |
| 31 | <camunda:in source="CVFMI_vnfModelInfo" target="vnfModelInfo" /> |
| 32 | <camunda:in source="CVFMI_globalSubscriberId" target="globalSubscriberId" /> |
| 33 | <camunda:in source="CVFMI_sdncVersion" target="sdncVersion" /> |
| 34 | <camunda:in source="CVFMI_lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 35 | <camunda:in source="CVFMI_tenantId" target="tenantId" /> |
| 36 | <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" /> |
| 37 | <camunda:in source="CVFMI_vfModuleModelInfo" target="vfModuleModelInfo" /> |
| 38 | <camunda:in source="CVFMI_usePreload" target="usePreload" /> |
| 39 | <camunda:in source="CVFMI_vfModuleInputParams" target="vfModuleInputParams" /> |
| 40 | <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" /> |
| 41 | <camunda:out source="DCVFM_getSDNCAdapterResponse" target="DCVFM_getSDNCAdapterResponse" /> |
| 42 | </bpmn2:extensionElements> |
| 43 | <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming> |
| 44 | <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming> |
| 45 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 46 | </bpmn2:callActivity> |
| 47 | <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy"> |
| 48 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 49 | <bpmn2:outgoing>SequenceFlow_1efipx3</bpmn2:outgoing> |
| 50 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 51 | def createVfModule = new CreateVfModuleInfra() |
| 52 | createVfModule.sendResponse(execution)]]></bpmn2:script> |
| 53 | </bpmn2:scriptTask> |
| 54 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine"> |
| 55 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 56 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" /> |
| 57 | </bpmn2:intermediateThrowEvent> |
| 58 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" /> |
| 59 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine"> |
| 60 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 61 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" /> |
| 62 | </bpmn2:intermediateCatchEvent> |
| 63 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" /> |
| 64 | <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy"> |
| 65 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 66 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 67 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 68 | def createVfModule = new CreateVfModuleInfra() |
| 69 | createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script> |
| 70 | </bpmn2:scriptTask> |
| 71 | <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request"> |
| 72 | <bpmn2:extensionElements> |
| 73 | <camunda:connector> |
| 74 | <camunda:inputOutput> |
| 75 | <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter> |
| 76 | <camunda:inputParameter name="headers"> |
| 77 | <camunda:map> |
| 78 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 79 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
| 80 | </camunda:map> |
| 81 | </camunda:inputParameter> |
| 82 | <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter> |
| 83 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 84 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 85 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 86 | </camunda:inputOutput> |
| 87 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 88 | </camunda:connector> |
| 89 | </bpmn2:extensionElements> |
| 90 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 91 | <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing> |
| 92 | </bpmn2:serviceTask> |
| 93 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" /> |
| 94 | <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy"> |
| 95 | <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming> |
| 96 | <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming> |
| 97 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 98 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 99 | def createVfModule = new CreateVfModuleInfra() |
| 100 | createVfModule.postProcessResponse(execution)]]></bpmn2:script> |
| 101 | </bpmn2:scriptTask> |
| 102 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" /> |
| 103 | <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess"> |
| 104 | <bpmn2:extensionElements> |
| 105 | <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" /> |
| 106 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 107 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 108 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 109 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 110 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 111 | </bpmn2:extensionElements> |
| 112 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 113 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 114 | </bpmn2:callActivity> |
| 115 | <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad"> |
| 116 | <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming> |
| 117 | <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing> |
| 118 | <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing> |
| 119 | </bpmn2:exclusiveGateway> |
| 120 | <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" /> |
| 121 | <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq"> |
| 122 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression> |
| 123 | </bpmn2:sequenceFlow> |
| 124 | <bpmn2:endEvent id="EndEvent_2"> |
| 125 | <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming> |
| 126 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" /> |
| 127 | </bpmn2:endEvent> |
| 128 | <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true"> |
| 129 | <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors"> |
| 130 | <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing> |
| 131 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" /> |
| 132 | </bpmn2:startEvent> |
| 133 | <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler"> |
| 134 | <bpmn2:extensionElements> |
| 135 | <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
| 136 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 137 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 138 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 139 | </bpmn2:extensionElements> |
| 140 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 141 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 142 | </bpmn2:callActivity> |
| 143 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" /> |
| 144 | <bpmn2:endEvent id="EndEvent_3"> |
| 145 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 146 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" /> |
| 147 | </bpmn2:endEvent> |
| 148 | <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy"> |
| 149 | <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming> |
| 150 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 151 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 152 | def cvfm = new CreateVfModuleInfra() |
| 153 | cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script> |
| 154 | </bpmn2:scriptTask> |
| 155 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" /> |
| 156 | <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" /> |
| 157 | <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" /> |
| 158 | <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy"> |
| 159 | <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming> |
| 160 | <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing> |
| 161 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 162 | def createVfModule = new CreateVfModuleInfra() |
| 163 | createVfModule.sendErrorResponse(execution)]]></bpmn2:script> |
| 164 | </bpmn2:scriptTask> |
| 165 | </bpmn2:subProcess> |
| 166 | <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy"> |
| 167 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 168 | <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing> |
| 169 | <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script> |
| 170 | </bpmn2:scriptTask> |
| 171 | <bpmn2:endEvent id="EndEvent_1"> |
| 172 | <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming> |
| 173 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" /> |
| 174 | </bpmn2:endEvent> |
| 175 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" /> |
| 176 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" /> |
| 177 | <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler"> |
| 178 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
| 179 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" /> |
| 180 | </bpmn2:boundaryEvent> |
| 181 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" /> |
| 182 | <bpmn2:endEvent id="EndEvent_4"> |
| 183 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
| 184 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" /> |
| 185 | </bpmn2:endEvent> |
| 186 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 187 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 188 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 189 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 190 | def createVfModule = new CreateVfModuleInfra() |
| 191 | createVfModule.preProcessRequest(execution)]]></bpmn2:script> |
| 192 | </bpmn2:scriptTask> |
| 193 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" /> |
| 194 | <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true"> |
| 195 | <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy"> |
| 196 | <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming> |
| 197 | <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing> |
| 198 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
| 199 | ExceptionUtil exceptionUtil = new ExceptionUtil() |
| 200 | exceptionUtil.processJavaException(execution)]]></bpmn2:script> |
| 201 | </bpmn2:scriptTask> |
| 202 | <bpmn2:endEvent id="EndEvent_0100eju"> |
| 203 | <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming> |
| 204 | </bpmn2:endEvent> |
| 205 | <bpmn2:startEvent id="StartEvent_1mov8he"> |
| 206 | <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing> |
| 207 | <bpmn2:errorEventDefinition /> |
| 208 | </bpmn2:startEvent> |
| 209 | <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" /> |
| 210 | <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" /> |
| 211 | </bpmn2:subProcess> |
| 212 | <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient"> |
| 213 | <bpmn2:extensionElements> |
| 214 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 215 | <camunda:in source="actionHealthCheck" target="action" /> |
| 216 | <camunda:in source="CVFMI_vnfId" target="vnfId" /> |
| 217 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 218 | <camunda:in source="CVFMI_vnfName" target="vnfName" /> |
| 219 | <camunda:in source="CVFMI_controllerType" target="controllerType" /> |
| 220 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 221 | <camunda:out source="errorCode" target="errorCode" /> |
| 222 | <camunda:out source="errorText" target="errorText" /> |
| 223 | <camunda:out source="workStep" target="workStep" /> |
| 224 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 225 | </bpmn2:extensionElements> |
| 226 | <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming> |
| 227 | <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing> |
| 228 | </bpmn2:callActivity> |
| 229 | <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s"> |
| 230 | <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming> |
| 231 | <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing> |
| 232 | <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing> |
| 233 | </bpmn2:exclusiveGateway> |
| 234 | <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" /> |
| 235 | <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" /> |
| 236 | <bpmn2:endEvent id="EndEvent_0n6bb71"> |
| 237 | <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming> |
| 238 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 239 | </bpmn2:endEvent> |
| 240 | <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71"> |
| 241 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 242 | </bpmn2:sequenceFlow> |
| 243 | <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient"> |
| 244 | <bpmn2:extensionElements> |
| 245 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 246 | <camunda:in source="actionConfigScaleOut" target="action" /> |
| 247 | <camunda:in source="CVFMI_vnfId" target="vnfId" /> |
| 248 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 249 | <camunda:in source="CVFMI_vnfName" target="vnfName" /> |
| 250 | <camunda:in source="CVFMI_controllerType" target="controllerType" /> |
| 251 | <camunda:in source="payload" target="payload" /> |
| 252 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 253 | <camunda:out source="errorCode" target="errorConfigScaleOutCode" /> |
| 254 | <camunda:out source="errorText" target="errorText" /> |
| 255 | <camunda:out source="workStep" target="workStep" /> |
| 256 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 257 | <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" /> |
| 258 | </bpmn2:extensionElements> |
| 259 | <bpmn2:incoming>SequenceFlow_09i6f7t</bpmn2:incoming> |
| 260 | <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing> |
| 261 | </bpmn2:callActivity> |
| 262 | <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" /> |
| 263 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m"> |
| 264 | <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming> |
| 265 | <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing> |
| 266 | <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing> |
| 267 | </bpmn2:exclusiveGateway> |
| 268 | <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" /> |
| 269 | <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" /> |
| 270 | <bpmn2:endEvent id="EndEvent_0a97jcr"> |
| 271 | <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming> |
| 272 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 273 | </bpmn2:endEvent> |
| 274 | <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr"> |
| 275 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression> |
| 276 | </bpmn2:sequenceFlow> |
| 277 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk"> |
| 278 | <bpmn2:incoming>SequenceFlow_1hk35nm</bpmn2:incoming> |
| 279 | <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing> |
| 280 | <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing> |
| 281 | </bpmn2:exclusiveGateway> |
| 282 | <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0"> |
| 283 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runHealthCheck")}]]></bpmn2:conditionExpression> |
| 284 | </bpmn2:sequenceFlow> |
| 285 | <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" /> |
| 286 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf"> |
| 287 | <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming> |
| 288 | <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing> |
| 289 | <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing> |
| 290 | </bpmn2:exclusiveGateway> |
| 291 | <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="Task_09om99x"> |
| 292 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runConfigScaleOut")}]]></bpmn2:conditionExpression> |
| 293 | </bpmn2:sequenceFlow> |
| 294 | <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" /> |
| 295 | <bpmn2:scriptTask id="ScriptTask_1jwavj9" name="Query AAI For Orchestration Status" scriptFormat="groovy"> |
| 296 | <bpmn2:incoming>SequenceFlow_1efipx3</bpmn2:incoming> |
| 297 | <bpmn2:outgoing>SequenceFlow_1hk35nm</bpmn2:outgoing> |
| 298 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 299 | def createVfModule = new CreateVfModuleInfra() |
| 300 | createVfModule.queryAAIForVnfOrchestrationStatus(execution)]]></bpmn2:script> |
| 301 | </bpmn2:scriptTask> |
| 302 | <bpmn2:sequenceFlow id="SequenceFlow_09i6f7t" sourceRef="Task_09om99x" targetRef="CallActivity_17ukiqm" /> |
| 303 | <bpmn2:scriptTask id="Task_09om99x" name="Retreive Data for Config ScaleOut" scriptFormat="groovy"> |
| 304 | <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming> |
| 305 | <bpmn2:outgoing>SequenceFlow_09i6f7t</bpmn2:outgoing> |
| 306 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 307 | def createVfModule = new CreateVfModuleInfra() |
| 308 | createVfModule.retreiveConfigScaleOutData(execution)]]></bpmn2:script> |
| 309 | </bpmn2:scriptTask> |
| 310 | <bpmn2:sequenceFlow id="SequenceFlow_1efipx3" sourceRef="SendResponse" targetRef="ScriptTask_1jwavj9" /> |
| 311 | <bpmn2:sequenceFlow id="SequenceFlow_1hk35nm" sourceRef="ScriptTask_1jwavj9" targetRef="ExclusiveGateway_1qozral" /> |
| 312 | </bpmn2:process> |
| 313 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 314 | <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" /> |
| 315 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 316 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra"> |
| 317 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
| 318 | <dc:Bounds x="41" y="16" width="36" height="36" /> |
| 319 | <bpmndi:BPMNLabel> |
| 320 | <dc:Bounds x="46" y="52" width="26" height="12" /> |
| 321 | </bpmndi:BPMNLabel> |
| 322 | </bpmndi:BPMNShape> |
| 323 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
| 324 | <di:waypoint xsi:type="dc:Point" x="77" y="34" /> |
| 325 | <di:waypoint xsi:type="dc:Point" x="127" y="34" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="57" y="19" width="90" height="0" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNEdge> |
| 330 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
| 331 | <dc:Bounds x="127" y="-6" width="100" height="80" /> |
| 332 | </bpmndi:BPMNShape> |
| 333 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse"> |
| 334 | <dc:Bounds x="285" y="-6" width="100" height="80" /> |
| 335 | </bpmndi:BPMNShape> |
| 336 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86"> |
| 337 | <di:waypoint xsi:type="dc:Point" x="227" y="34" /> |
| 338 | <di:waypoint xsi:type="dc:Point" x="285" y="34" /> |
| 339 | <bpmndi:BPMNLabel> |
| 340 | <dc:Bounds x="211" y="19" width="90" height="0" /> |
| 341 | </bpmndi:BPMNLabel> |
| 342 | </bpmndi:BPMNEdge> |
| 343 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess"> |
| 344 | <dc:Bounds x="736" y="-6" width="145" height="80" /> |
| 345 | </bpmndi:BPMNShape> |
| 346 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1"> |
| 347 | <dc:Bounds x="937" y="16" width="36" height="36" /> |
| 348 | <bpmndi:BPMNLabel> |
| 349 | <dc:Bounds x="923" y="57" width="64" height="12" /> |
| 350 | </bpmndi:BPMNLabel> |
| 351 | </bpmndi:BPMNShape> |
| 352 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47"> |
| 353 | <di:waypoint xsi:type="dc:Point" x="881" y="34" /> |
| 354 | <di:waypoint xsi:type="dc:Point" x="937" y="34" /> |
| 355 | <bpmndi:BPMNLabel> |
| 356 | <dc:Bounds x="864" y="19" width="90" height="0" /> |
| 357 | </bpmndi:BPMNLabel> |
| 358 | </bpmndi:BPMNEdge> |
| 359 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1"> |
| 360 | <dc:Bounds x="39" y="349" width="36" height="36" /> |
| 361 | <bpmndi:BPMNLabel> |
| 362 | <dc:Bounds x="25" y="390" width="65" height="22" /> |
| 363 | </bpmndi:BPMNLabel> |
| 364 | </bpmndi:BPMNShape> |
| 365 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest"> |
| 366 | <dc:Bounds x="127" y="327" width="100" height="80" /> |
| 367 | </bpmndi:BPMNShape> |
| 368 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1"> |
| 369 | <dc:Bounds x="277" y="327" width="100" height="80" /> |
| 370 | </bpmndi:BPMNShape> |
| 371 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true"> |
| 372 | <dc:Bounds x="406" y="342" width="50" height="50" /> |
| 373 | <bpmndi:BPMNLabel> |
| 374 | <dc:Bounds x="406" y="320" width="50" height="12" /> |
| 375 | </bpmndi:BPMNLabel> |
| 376 | </bpmndi:BPMNShape> |
| 377 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler"> |
| 378 | <dc:Bounds x="651" y="327" width="100" height="80" /> |
| 379 | </bpmndi:BPMNShape> |
| 380 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler"> |
| 381 | <dc:Bounds x="789" y="327" width="100" height="80" /> |
| 382 | </bpmndi:BPMNShape> |
| 383 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1"> |
| 384 | <dc:Bounds x="1078" y="349" width="36" height="36" /> |
| 385 | <bpmndi:BPMNLabel> |
| 386 | <dc:Bounds x="1051" y="390" width="90" height="0" /> |
| 387 | </bpmndi:BPMNLabel> |
| 388 | </bpmndi:BPMNShape> |
| 389 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2"> |
| 390 | <dc:Bounds x="413" y="454" width="36" height="36" /> |
| 391 | <bpmndi:BPMNLabel> |
| 392 | <dc:Bounds x="386" y="495" width="90" height="0" /> |
| 393 | </bpmndi:BPMNLabel> |
| 394 | </bpmndi:BPMNShape> |
| 395 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219"> |
| 396 | <di:waypoint xsi:type="dc:Point" x="75" y="367" /> |
| 397 | <di:waypoint xsi:type="dc:Point" x="127" y="367" /> |
| 398 | <bpmndi:BPMNLabel> |
| 399 | <dc:Bounds x="105" y="367" width="6" height="6" /> |
| 400 | </bpmndi:BPMNLabel> |
| 401 | </bpmndi:BPMNEdge> |
| 402 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103"> |
| 403 | <di:waypoint xsi:type="dc:Point" x="227" y="367" /> |
| 404 | <di:waypoint xsi:type="dc:Point" x="277" y="367" /> |
| 405 | </bpmndi:BPMNEdge> |
| 406 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178"> |
| 407 | <di:waypoint xsi:type="dc:Point" x="430" y="391" /> |
| 408 | <di:waypoint xsi:type="dc:Point" x="431" y="454" /> |
| 409 | <bpmndi:BPMNLabel> |
| 410 | <dc:Bounds x="436" y="420" width="15" height="12" /> |
| 411 | </bpmndi:BPMNLabel> |
| 412 | </bpmndi:BPMNEdge> |
| 413 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="ExclusiveGateway_0c8x2mq_di"> |
| 414 | <di:waypoint xsi:type="dc:Point" x="456" y="367" /> |
| 415 | <di:waypoint xsi:type="dc:Point" x="520" y="367" /> |
| 416 | <bpmndi:BPMNLabel> |
| 417 | <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" /> |
| 418 | </bpmndi:BPMNLabel> |
| 419 | </bpmndi:BPMNEdge> |
| 420 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221"> |
| 421 | <di:waypoint xsi:type="dc:Point" x="751" y="367" /> |
| 422 | <di:waypoint xsi:type="dc:Point" x="789" y="367" /> |
| 423 | <bpmndi:BPMNLabel> |
| 424 | <dc:Bounds x="725" y="349" width="90" height="6" /> |
| 425 | </bpmndi:BPMNLabel> |
| 426 | </bpmndi:BPMNEdge> |
| 427 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true"> |
| 428 | <dc:Bounds x="30" y="566" width="925" height="385" /> |
| 429 | </bpmndi:BPMNShape> |
| 430 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2"> |
| 431 | <dc:Bounds x="139" y="720" width="36" height="36" /> |
| 432 | <bpmndi:BPMNLabel> |
| 433 | <dc:Bounds x="137" y="762" width="77" height="12" /> |
| 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNShape> |
| 436 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler"> |
| 437 | <dc:Bounds x="497" y="698" width="100" height="80" /> |
| 438 | </bpmndi:BPMNShape> |
| 439 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler"> |
| 440 | <dc:Bounds x="690" y="698" width="100" height="80" /> |
| 441 | </bpmndi:BPMNShape> |
| 442 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3"> |
| 443 | <dc:Bounds x="846" y="720" width="36" height="36" /> |
| 444 | <bpmndi:BPMNLabel> |
| 445 | <dc:Bounds x="864" y="761" width="0" height="0" /> |
| 446 | </bpmndi:BPMNLabel> |
| 447 | </bpmndi:BPMNShape> |
| 448 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1"> |
| 449 | <dc:Bounds x="937" y="716" width="36" height="36" /> |
| 450 | <bpmndi:BPMNLabel> |
| 451 | <dc:Bounds x="955" y="757" width="0" height="0" /> |
| 452 | </bpmndi:BPMNLabel> |
| 453 | </bpmndi:BPMNShape> |
| 454 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4"> |
| 455 | <dc:Bounds x="1066" y="716" width="36" height="36" /> |
| 456 | <bpmndi:BPMNLabel> |
| 457 | <dc:Bounds x="1084" y="757" width="0" height="0" /> |
| 458 | </bpmndi:BPMNLabel> |
| 459 | </bpmndi:BPMNShape> |
| 460 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223"> |
| 461 | <di:waypoint xsi:type="dc:Point" x="597" y="738" /> |
| 462 | <di:waypoint xsi:type="dc:Point" x="690" y="738" /> |
| 463 | <bpmndi:BPMNLabel> |
| 464 | <dc:Bounds x="644" y="723" width="0" height="0" /> |
| 465 | </bpmndi:BPMNLabel> |
| 466 | </bpmndi:BPMNEdge> |
| 467 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179"> |
| 468 | <di:waypoint xsi:type="dc:Point" x="790" y="738" /> |
| 469 | <di:waypoint xsi:type="dc:Point" x="846" y="738" /> |
| 470 | <bpmndi:BPMNLabel> |
| 471 | <dc:Bounds x="821" y="738" width="0" height="0" /> |
| 472 | </bpmndi:BPMNLabel> |
| 473 | </bpmndi:BPMNEdge> |
| 474 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180"> |
| 475 | <di:waypoint xsi:type="dc:Point" x="973" y="734" /> |
| 476 | <di:waypoint xsi:type="dc:Point" x="1066" y="734" /> |
| 477 | <bpmndi:BPMNLabel> |
| 478 | <dc:Bounds x="1020" y="719" width="0" height="0" /> |
| 479 | </bpmndi:BPMNLabel> |
| 480 | </bpmndi:BPMNEdge> |
| 481 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator"> |
| 482 | <dc:Bounds x="946" y="327" width="103" height="79" /> |
| 483 | </bpmndi:BPMNShape> |
| 484 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241"> |
| 485 | <di:waypoint xsi:type="dc:Point" x="889" y="367" /> |
| 486 | <di:waypoint xsi:type="dc:Point" x="946" y="366" /> |
| 487 | <bpmndi:BPMNLabel> |
| 488 | <dc:Bounds x="873" y="342" width="90" height="20" /> |
| 489 | </bpmndi:BPMNLabel> |
| 490 | </bpmndi:BPMNEdge> |
| 491 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177"> |
| 492 | <di:waypoint xsi:type="dc:Point" x="1049" y="367" /> |
| 493 | <di:waypoint xsi:type="dc:Point" x="1078" y="367" /> |
| 494 | <bpmndi:BPMNLabel> |
| 495 | <dc:Bounds x="1019" y="342" width="90" height="20" /> |
| 496 | </bpmndi:BPMNLabel> |
| 497 | </bpmndi:BPMNEdge> |
| 498 | <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true"> |
| 499 | <dc:Bounds x="160" y="1001" width="313" height="169" /> |
| 500 | </bpmndi:BPMNShape> |
| 501 | <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError"> |
| 502 | <dc:Bounds x="268" y="1047" width="100" height="80" /> |
| 503 | </bpmndi:BPMNShape> |
| 504 | <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju"> |
| 505 | <dc:Bounds x="413" y="1069" width="36" height="36" /> |
| 506 | <bpmndi:BPMNLabel> |
| 507 | <dc:Bounds x="431" y="1110" width="0" height="0" /> |
| 508 | </bpmndi:BPMNLabel> |
| 509 | </bpmndi:BPMNShape> |
| 510 | <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he"> |
| 511 | <dc:Bounds x="185" y="1069" width="36" height="36" /> |
| 512 | <bpmndi:BPMNLabel> |
| 513 | <dc:Bounds x="203" y="1110" width="0" height="0" /> |
| 514 | </bpmndi:BPMNLabel> |
| 515 | </bpmndi:BPMNShape> |
| 516 | <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq"> |
| 517 | <di:waypoint xsi:type="dc:Point" x="221" y="1087" /> |
| 518 | <di:waypoint xsi:type="dc:Point" x="268" y="1087" /> |
| 519 | <bpmndi:BPMNLabel> |
| 520 | <dc:Bounds x="242" y="1087" width="0" height="0" /> |
| 521 | </bpmndi:BPMNLabel> |
| 522 | </bpmndi:BPMNEdge> |
| 523 | <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo"> |
| 524 | <di:waypoint xsi:type="dc:Point" x="368" y="1087" /> |
| 525 | <di:waypoint xsi:type="dc:Point" x="413" y="1087" /> |
| 526 | <bpmndi:BPMNLabel> |
| 527 | <dc:Bounds x="388" y="1087" width="0" height="0" /> |
| 528 | </bpmndi:BPMNLabel> |
| 529 | </bpmndi:BPMNEdge> |
| 530 | <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab"> |
| 531 | <di:waypoint xsi:type="dc:Point" x="175" y="738" /> |
| 532 | <di:waypoint xsi:type="dc:Point" x="235" y="738" /> |
| 533 | <di:waypoint xsi:type="dc:Point" x="235" y="738" /> |
| 534 | <di:waypoint xsi:type="dc:Point" x="296" y="738" /> |
| 535 | <bpmndi:BPMNLabel> |
| 536 | <dc:Bounds x="250" y="738" width="0" height="0" /> |
| 537 | </bpmndi:BPMNLabel> |
| 538 | </bpmndi:BPMNEdge> |
| 539 | <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf"> |
| 540 | <di:waypoint xsi:type="dc:Point" x="396" y="738" /> |
| 541 | <di:waypoint xsi:type="dc:Point" x="497" y="738" /> |
| 542 | <bpmndi:BPMNLabel> |
| 543 | <dc:Bounds x="447" y="723" width="0" height="0" /> |
| 544 | </bpmndi:BPMNLabel> |
| 545 | </bpmndi:BPMNEdge> |
| 546 | <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse"> |
| 547 | <dc:Bounds x="296" y="698" width="100" height="80" /> |
| 548 | </bpmndi:BPMNShape> |
| 549 | <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0"> |
| 550 | <dc:Bounds x="568" y="-145" width="145" height="80" /> |
| 551 | </bpmndi:BPMNShape> |
| 552 | <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true"> |
| 553 | <dc:Bounds x="784" y="-130" width="50" height="50" /> |
| 554 | <bpmndi:BPMNLabel> |
| 555 | <dc:Bounds x="774" y="-162" width="69" height="24" /> |
| 556 | </bpmndi:BPMNLabel> |
| 557 | </bpmndi:BPMNShape> |
| 558 | <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s"> |
| 559 | <di:waypoint xsi:type="dc:Point" x="809" y="-80" /> |
| 560 | <di:waypoint xsi:type="dc:Point" x="809" y="-47" /> |
| 561 | <di:waypoint xsi:type="dc:Point" x="809" y="-6" /> |
| 562 | <bpmndi:BPMNLabel> |
| 563 | <dc:Bounds x="815" y="-81.36842105263162" width="12" height="12" /> |
| 564 | </bpmndi:BPMNLabel> |
| 565 | </bpmndi:BPMNEdge> |
| 566 | <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo"> |
| 567 | <di:waypoint xsi:type="dc:Point" x="713" y="-105" /> |
| 568 | <di:waypoint xsi:type="dc:Point" x="784" y="-105" /> |
| 569 | <bpmndi:BPMNLabel> |
| 570 | <dc:Bounds x="703.5" y="-120" width="90" height="0" /> |
| 571 | </bpmndi:BPMNLabel> |
| 572 | </bpmndi:BPMNEdge> |
| 573 | <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71"> |
| 574 | <dc:Bounds x="937" y="-123" width="36" height="36" /> |
| 575 | <bpmndi:BPMNLabel> |
| 576 | <dc:Bounds x="910" y="-82" width="90" height="0" /> |
| 577 | </bpmndi:BPMNLabel> |
| 578 | </bpmndi:BPMNShape> |
| 579 | <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o"> |
| 580 | <di:waypoint xsi:type="dc:Point" x="834" y="-105" /> |
| 581 | <di:waypoint xsi:type="dc:Point" x="937" y="-105" /> |
| 582 | <bpmndi:BPMNLabel> |
| 583 | <dc:Bounds x="850.3538461538461" y="-101" width="18" height="12" /> |
| 584 | </bpmndi:BPMNLabel> |
| 585 | </bpmndi:BPMNEdge> |
| 586 | <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm"> |
| 587 | <dc:Bounds x="472" y="120" width="145" height="80" /> |
| 588 | </bpmndi:BPMNShape> |
| 589 | <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf"> |
| 590 | <di:waypoint xsi:type="dc:Point" x="377" y="367" /> |
| 591 | <di:waypoint xsi:type="dc:Point" x="406" y="367" /> |
| 592 | <bpmndi:BPMNLabel> |
| 593 | <dc:Bounds x="391.5" y="346" width="0" height="12" /> |
| 594 | </bpmndi:BPMNLabel> |
| 595 | </bpmndi:BPMNEdge> |
| 596 | <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true"> |
| 597 | <dc:Bounds x="675" y="135" width="50" height="50" /> |
| 598 | <bpmndi:BPMNLabel> |
| 599 | <dc:Bounds x="659" y="101" width="82" height="24" /> |
| 600 | </bpmndi:BPMNLabel> |
| 601 | </bpmndi:BPMNShape> |
| 602 | <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7"> |
| 603 | <di:waypoint xsi:type="dc:Point" x="617" y="160" /> |
| 604 | <di:waypoint xsi:type="dc:Point" x="675" y="160" /> |
| 605 | <bpmndi:BPMNLabel> |
| 606 | <dc:Bounds x="601" y="139" width="90" height="12" /> |
| 607 | </bpmndi:BPMNLabel> |
| 608 | </bpmndi:BPMNEdge> |
| 609 | <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m"> |
| 610 | <di:waypoint xsi:type="dc:Point" x="700" y="185" /> |
| 611 | <di:waypoint xsi:type="dc:Point" x="702" y="327" /> |
| 612 | <bpmndi:BPMNLabel> |
| 613 | <dc:Bounds x="708" y="122" width="12" height="12" /> |
| 614 | </bpmndi:BPMNLabel> |
| 615 | </bpmndi:BPMNEdge> |
| 616 | <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr"> |
| 617 | <dc:Bounds x="773" y="142" width="36" height="36" /> |
| 618 | <bpmndi:BPMNLabel> |
| 619 | <dc:Bounds x="701" y="183" width="90" height="12" /> |
| 620 | </bpmndi:BPMNLabel> |
| 621 | </bpmndi:BPMNShape> |
| 622 | <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9"> |
| 623 | <di:waypoint xsi:type="dc:Point" x="725" y="160" /> |
| 624 | <di:waypoint xsi:type="dc:Point" x="773" y="160" /> |
| 625 | <bpmndi:BPMNLabel> |
| 626 | <dc:Bounds x="730" y="166" width="18" height="12" /> |
| 627 | </bpmndi:BPMNLabel> |
| 628 | </bpmndi:BPMNEdge> |
| 629 | <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true"> |
| 630 | <dc:Bounds x="616" y="9" width="50" height="50" /> |
| 631 | <bpmndi:BPMNLabel> |
| 632 | <dc:Bounds x="599" y="66" width="86" height="12" /> |
| 633 | </bpmndi:BPMNLabel> |
| 634 | </bpmndi:BPMNShape> |
| 635 | <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5"> |
| 636 | <di:waypoint xsi:type="dc:Point" x="641" y="9" /> |
| 637 | <di:waypoint xsi:type="dc:Point" x="641" y="-28" /> |
| 638 | <di:waypoint xsi:type="dc:Point" x="641" y="-28" /> |
| 639 | <di:waypoint xsi:type="dc:Point" x="641" y="-65" /> |
| 640 | <bpmndi:BPMNLabel> |
| 641 | <dc:Bounds x="649" y="-1.7061403508771935" width="18" height="12" /> |
| 642 | </bpmndi:BPMNLabel> |
| 643 | </bpmndi:BPMNEdge> |
| 644 | <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk"> |
| 645 | <di:waypoint xsi:type="dc:Point" x="666" y="34" /> |
| 646 | <di:waypoint xsi:type="dc:Point" x="736" y="34" /> |
| 647 | <bpmndi:BPMNLabel> |
| 648 | <dc:Bounds x="685.0746268656717" y="37" width="12" height="12" /> |
| 649 | </bpmndi:BPMNLabel> |
| 650 | </bpmndi:BPMNEdge> |
| 651 | <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true"> |
| 652 | <dc:Bounds x="520" y="342" width="50" height="50" /> |
| 653 | <bpmndi:BPMNLabel> |
| 654 | <dc:Bounds x="502" y="402" width="86" height="24" /> |
| 655 | </bpmndi:BPMNLabel> |
| 656 | </bpmndi:BPMNShape> |
| 657 | <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp"> |
| 658 | <di:waypoint xsi:type="dc:Point" x="545" y="342" /> |
| 659 | <di:waypoint xsi:type="dc:Point" x="545" y="309" /> |
| 660 | <bpmndi:BPMNLabel> |
| 661 | <dc:Bounds x="551" y="321.9537912405942" width="18" height="12" /> |
| 662 | </bpmndi:BPMNLabel> |
| 663 | </bpmndi:BPMNEdge> |
| 664 | <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf"> |
| 665 | <di:waypoint xsi:type="dc:Point" x="570" y="367" /> |
| 666 | <di:waypoint xsi:type="dc:Point" x="651" y="367" /> |
| 667 | <bpmndi:BPMNLabel> |
| 668 | <dc:Bounds x="585" y="372" width="15" height="12" /> |
| 669 | </bpmndi:BPMNLabel> |
| 670 | </bpmndi:BPMNEdge> |
| 671 | <bpmndi:BPMNShape id="ScriptTask_1jwavj9_di" bpmnElement="ScriptTask_1jwavj9"> |
| 672 | <dc:Bounds x="454" y="-6" width="100" height="80" /> |
| 673 | </bpmndi:BPMNShape> |
| 674 | <bpmndi:BPMNEdge id="SequenceFlow_09i6f7t_di" bpmnElement="SequenceFlow_09i6f7t"> |
| 675 | <di:waypoint xsi:type="dc:Point" x="545" y="229" /> |
| 676 | <di:waypoint xsi:type="dc:Point" x="545" y="200" /> |
| 677 | <bpmndi:BPMNLabel> |
| 678 | <dc:Bounds x="560" y="208.5" width="0" height="12" /> |
| 679 | </bpmndi:BPMNLabel> |
| 680 | </bpmndi:BPMNEdge> |
| 681 | <bpmndi:BPMNShape id="ScriptTask_1s0bky7_di" bpmnElement="Task_09om99x"> |
| 682 | <dc:Bounds x="495" y="229" width="100" height="80" /> |
| 683 | </bpmndi:BPMNShape> |
| 684 | <bpmndi:BPMNEdge id="SequenceFlow_1efipx3_di" bpmnElement="SequenceFlow_1efipx3"> |
| 685 | <di:waypoint xsi:type="dc:Point" x="385" y="34" /> |
| 686 | <di:waypoint xsi:type="dc:Point" x="454" y="34" /> |
| 687 | <bpmndi:BPMNLabel> |
| 688 | <dc:Bounds x="419.5" y="13" width="0" height="12" /> |
| 689 | </bpmndi:BPMNLabel> |
| 690 | </bpmndi:BPMNEdge> |
| 691 | <bpmndi:BPMNEdge id="SequenceFlow_1hk35nm_di" bpmnElement="SequenceFlow_1hk35nm"> |
| 692 | <di:waypoint xsi:type="dc:Point" x="554" y="34" /> |
| 693 | <di:waypoint xsi:type="dc:Point" x="616" y="34" /> |
| 694 | <bpmndi:BPMNLabel> |
| 695 | <dc:Bounds x="585" y="13" width="0" height="12" /> |
| 696 | </bpmndi:BPMNLabel> |
| 697 | </bpmndi:BPMNEdge> |
| 698 | </bpmndi:BPMNPlane> |
| 699 | </bpmndi:BPMNDiagram> |
| 700 | </bpmn2:definitions> |