Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_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"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 3 | <bpmn2:process id="DoCreateVfModule" name="DoCreateVfModule" 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:intermediateCatchEvent id="IntermediateCatchEvent_1" name="DoCreateVfModule"> |
| 9 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
| 10 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_26" name="DoCreateVfModule" /> |
| 11 | </bpmn2:intermediateCatchEvent> |
| 12 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="IntermediateCatchEvent_1" targetRef="IsVolumeGroupIdSpecified" /> |
| 13 | <bpmn2:exclusiveGateway id="IsVolumeGroupIdSpecified" name="Is volume_group_id specified?" default="SequenceFlow_11"> |
| 14 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
| 15 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 16 | <bpmn2:outgoing>SequenceFlow_40</bpmn2:outgoing> |
| 17 | </bpmn2:exclusiveGateway> |
| 18 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="no" sourceRef="IsVolumeGroupIdSpecified" targetRef="ExclusiveGateway_4" /> |
| 19 | <bpmn2:callActivity id="ConfirmVolumeGroupTenant" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant"> |
| 20 | <bpmn2:extensionElements> |
| 21 | <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId" /> |
| 22 | <camunda:in source="DCVFM_tenantId" target="tenantId" /> |
| 23 | <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion" /> |
| 24 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 25 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 26 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 27 | <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId" /> |
| 28 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 29 | </bpmn2:extensionElements> |
| 30 | <bpmn2:incoming>SequenceFlow_43</bpmn2:incoming> |
| 31 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
| 32 | </bpmn2:callActivity> |
| 33 | <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ConfirmVolumeGroupTenant" targetRef="IsVolumeGroupNameSpecified" /> |
| 34 | <bpmn2:exclusiveGateway id="IsVolumeGroupNameSpecified" name="Is volume_group_name specified?" default="SequenceFlow_21"> |
| 35 | <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> |
| 36 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 37 | <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing> |
| 38 | </bpmn2:exclusiveGateway> |
| 39 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="IsVolumeGroupNameSpecified" targetRef="ConfirmVolumeName"> |
| 40 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupName") != null && execution.getVariable("DCVFM_volumeGroupName") != "" }]]></bpmn2:conditionExpression> |
| 41 | </bpmn2:sequenceFlow> |
| 42 | <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="IsVolumeGroupNameSpecified" targetRef="ExclusiveGateway_4" /> |
| 43 | <bpmn2:callActivity id="ConfirmVolumeName" name="Confirm Volume Group Name" calledElement="ConfirmVolumeGroupName"> |
| 44 | <bpmn2:extensionElements> |
| 45 | <camunda:in source="DCVFM_volumeGroupId" target="ConfirmVolumeGroupName_volumeGroupId" /> |
| 46 | <camunda:in source="DCVFM_volumeGroupName" target="ConfirmVolumeGroupName_volumeGroupName" /> |
| 47 | <camunda:in source="DCVFM_cloudRegionForVolume" target="ConfirmVolumeGroupName_aicCloudRegion" /> |
| 48 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 49 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 50 | <camunda:out source="WorkflowResponse" target="DCVM_confirmResponse" /> |
| 51 | </bpmn2:extensionElements> |
| 52 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
| 53 | <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing> |
| 54 | </bpmn2:callActivity> |
| 55 | <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ConfirmVolumeName" targetRef="ExclusiveGateway_4" /> |
| 56 | <bpmn2:exclusiveGateway id="ExclusiveGateway_4"> |
| 57 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 58 | <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming> |
| 59 | <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming> |
| 60 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 61 | </bpmn2:exclusiveGateway> |
| 62 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_4" targetRef="CreateAAIVfModule" /> |
| 63 | <bpmn2:callActivity id="CallSDNCAdapterVDModuleTopologyAssign" name="Call SDNC Adapter: VF Module Topology Assign" calledElement="sdncAdapter"> |
| 64 | <bpmn2:extensionElements> |
| 65 | <camunda:in source="DCVFM_assignSDNCRequest" target="sdncAdapterWorkflowRequest" /> |
| 66 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 67 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 68 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 69 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 70 | <camunda:out source="sdncAdapterResponse" target="DCVFM_assignSDNCAdapterResponse" /> |
| 71 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 72 | </bpmn2:extensionElements> |
| 73 | <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming> |
| 74 | <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing> |
| 75 | </bpmn2:callActivity> |
| 76 | <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="PostProcess SDNC Assign Request" scriptFormat="groovy"> |
| 77 | <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming> |
| 78 | <bpmn2:outgoing>SequenceFlow_1nh92s8</bpmn2:outgoing> |
| 79 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 80 | |
| 81 | String response = execution.getVariable("DCVFM_assignSDNCAdapterResponse") |
| 82 | |
| 83 | def doCreateVfModule = new DoCreateVfModule() |
| 84 | doCreateVfModule.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script> |
| 85 | </bpmn2:scriptTask> |
| 86 | <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy"> |
| 87 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 88 | <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing> |
| 89 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 90 | def doCreateVfModule = new DoCreateVfModule() |
| 91 | doCreateVfModule.preProcessSDNCAssignRequest(execution)]]></bpmn2:script> |
| 92 | </bpmn2:scriptTask> |
| 93 | <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterVDModuleTopologyAssign" /> |
| 94 | <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="CallSDNCAdapterVDModuleTopologyAssign" targetRef="PostProcessSDNCAssignRequest" /> |
| 95 | <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC GET Request" scriptFormat="groovy"> |
| 96 | <bpmn2:incoming>SequenceFlow_0p61zug</bpmn2:incoming> |
| 97 | <bpmn2:incoming>SequenceFlow_0aegg0r</bpmn2:incoming> |
| 98 | <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing> |
| 99 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 100 | def doCreateVfModule = new DoCreateVfModule() |
| 101 | doCreateVfModule.preProcessSDNCGetRequest(execution, "vfmodule")]]></bpmn2:script> |
| 102 | </bpmn2:scriptTask> |
| 103 | <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyGET" name="Call SDNC Adapter: VF Module Topology GET" calledElement="sdncAdapter"> |
| 104 | <bpmn2:extensionElements> |
| 105 | <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" /> |
| 106 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 107 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 108 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 109 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 110 | <camunda:out source="sdncAdapterResponse" target="DCVFM_getSDNCAdapterResponse" /> |
| 111 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 112 | </bpmn2:extensionElements> |
| 113 | <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming> |
| 114 | <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing> |
| 115 | </bpmn2:callActivity> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVFModuleTopologyGET" /> |
| 117 | <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="CallSDNCAdapterVFModuleTopologyGET" targetRef="PostProcessSDNCGetRequest" /> |
| 118 | <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC GET Request" scriptFormat="groovy"> |
| 119 | <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming> |
| 120 | <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing> |
| 121 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 122 | |
| 123 | String response = execution.getVariable("DCVFM_getSDNCAdapterResponse") |
| 124 | |
| 125 | def doCreateVfModule = new DoCreateVfModule() |
| 126 | doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script> |
| 127 | </bpmn2:scriptTask> |
| 128 | <bpmn2:callActivity id="UpdateAAIVfModule_1" name="UpdateAAIVfModule" calledElement="UpdateAAIVfModule"> |
| 129 | <bpmn2:extensionElements> |
| 130 | <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" /> |
| 131 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 132 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 133 | <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" /> |
| 134 | </bpmn2:extensionElements> |
| 135 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 136 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 137 | </bpmn2:callActivity> |
| 138 | <bpmn2:scriptTask id="PreProcessUpdateAAIVfModule_1" name="PreProcess Update AAIVfModule" scriptFormat="groovy"> |
| 139 | <bpmn2:incoming>SequenceFlow_1avfxsz</bpmn2:incoming> |
| 140 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 141 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 142 | def doCreateVfModule = new DoCreateVfModule() |
| 143 | doCreateVfModule.preProcessUpdateAAIVfModuleRequestOrch(execution)]]></bpmn2:script> |
| 144 | </bpmn2:scriptTask> |
| 145 | <bpmn2:scriptTask id="PreProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy"> |
| 146 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 147 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 148 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 149 | def doCreateVfModule = new DoCreateVfModule() |
| 150 | doCreateVfModule.preProcessSDNCActivateRequest(execution)]]></bpmn2:script> |
| 151 | </bpmn2:scriptTask> |
| 152 | <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyActivate" name="Call SDNC Adapter: VF Module Topology Activate" calledElement="sdncAdapter"> |
| 153 | <bpmn2:extensionElements> |
| 154 | <camunda:in source="DCVFM_activateSDNCRequest" target="sdncAdapterWorkflowRequest" /> |
| 155 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 156 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 157 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 158 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 159 | <camunda:out source="sdncAdapterResponse" target="DCVFM_activateSDNCAdapterResponse" /> |
| 160 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 161 | </bpmn2:extensionElements> |
| 162 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 163 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
| 164 | </bpmn2:callActivity> |
| 165 | <bpmn2:scriptTask id="PostProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy"> |
| 166 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
| 167 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 168 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 169 | |
| 170 | String response = execution.getVariable("DCVFM_activateSDNCAdapterResponse") |
| 171 | |
| 172 | def doCreateVfModule = new DoCreateVfModule() |
| 173 | doCreateVfModule.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script> |
| 174 | </bpmn2:scriptTask> |
| 175 | <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Is volume_group_id specified?" default="SequenceFlow_30"> |
| 176 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 177 | <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing> |
| 178 | <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing> |
| 179 | </bpmn2:exclusiveGateway> |
| 180 | <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6" /> |
| 181 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessUpdateAAIVfModule_1" targetRef="UpdateAAIVfModule_1" /> |
| 182 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="UpdateAAIVfModule_1" targetRef="PreProcessSDNCActivateRequest" /> |
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PreProcessSDNCActivateRequest" targetRef="CallSDNCAdapterVFModuleTopologyActivate" /> |
| 184 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="CallSDNCAdapterVFModuleTopologyActivate" targetRef="PostProcessSDNCActivateRequest" /> |
| 185 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PostProcessSDNCActivateRequest" targetRef="ExclusiveGateway_5" /> |
| 186 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="UpdateAndActivate"> |
| 187 | <bpmn2:outgoing>SequenceFlow_0363dz7</bpmn2:outgoing> |
| 188 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_30" name="UpdateAndActivate" /> |
| 189 | </bpmn2:intermediateCatchEvent> |
| 190 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Provision"> |
| 191 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 192 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_29" name="Provision" /> |
| 193 | </bpmn2:intermediateCatchEvent> |
| 194 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="IntermediateCatchEvent_2" targetRef="PreProcessSDNCAssignRequest" /> |
| 195 | <bpmn2:scriptTask id="PrepareCreateAAIVfModuleVolumeGroupRequest" name="Prepare CreateAAIVfModuleVolumeGroup Request" scriptFormat="groovy"> |
| 196 | <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming> |
| 197 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 198 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 199 | def doCreateVfModule = new DoCreateVfModule() |
| 200 | doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)]]></bpmn2:script> |
| 201 | </bpmn2:scriptTask> |
| 202 | <bpmn2:callActivity id="CreateAAIVfModuleVolumeGroup" name="CreateAAIVfModuleVolumeGroup" calledElement="CreateAAIVfModuleVolumeGroup"> |
| 203 | <bpmn2:extensionElements> |
| 204 | <camunda:in source="DCVFM_createAAIVfModuleVolumeGroupRequest" target="CreateAAIVfModuleVolumeGroupRequest" /> |
| 205 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 206 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 207 | <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" /> |
| 208 | </bpmn2:extensionElements> |
| 209 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 210 | <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing> |
| 211 | </bpmn2:callActivity> |
| 212 | <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateAAIVfModuleVolumeGroup" targetRef="ExclusiveGateway_6" /> |
| 213 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PrepareCreateAAIVfModuleVolumeGroupRequest" targetRef="CreateAAIVfModuleVolumeGroup" /> |
| 214 | <bpmn2:exclusiveGateway id="ExclusiveGateway_6"> |
| 215 | <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming> |
| 216 | <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming> |
| 217 | <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing> |
| 218 | </bpmn2:exclusiveGateway> |
| 219 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_setSuccess" /> |
| 220 | <bpmn2:scriptTask id="PreProcessVNFAdapterRequest" name="PreProcess VNF Adapter Request" scriptFormat="groovy"> |
| 221 | <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming> |
| 222 | <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing> |
| 223 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 224 | def doCreateVfModule = new DoCreateVfModule() |
| 225 | doCreateVfModule.preProcessVNFAdapterRequest(execution)]]></bpmn2:script> |
| 226 | </bpmn2:scriptTask> |
| 227 | <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="vnfAdapterRestV1"> |
| 228 | <bpmn2:extensionElements> |
| 229 | <camunda:in source="DCVFM_createVnfARequest" target="vnfAdapterRestV1Request" /> |
| 230 | <camunda:out source="vnfAdapterRestV1Response" target="DCVFM_createVnfAResponse" /> |
| 231 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 232 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 233 | <camunda:in variables="all" /> |
| 234 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 235 | </bpmn2:extensionElements> |
| 236 | <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming> |
| 237 | <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing> |
| 238 | </bpmn2:callActivity> |
| 239 | <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNF Adapter Request" scriptFormat="groovy"> |
| 240 | <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming> |
| 241 | <bpmn2:outgoing>SequenceFlow_1ushk1d</bpmn2:outgoing> |
| 242 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 243 | def doCreateVfModule = new DoCreateVfModule() |
| 244 | doCreateVfModule.postProcessVNFAdapterRequest(execution)]]></bpmn2:script> |
| 245 | </bpmn2:scriptTask> |
| 246 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="To UpdateAndActivate"> |
| 247 | <bpmn2:incoming>SequenceFlow_0xfanpi</bpmn2:incoming> |
| 248 | <bpmn2:incoming>SequenceFlow_0abffyj</bpmn2:incoming> |
| 249 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_31" name="UpdateAndActivate" /> |
| 250 | </bpmn2:intermediateThrowEvent> |
| 251 | <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="PostProcessSDNCGetRequest" targetRef="PreProcessVNFAdapterRequest" /> |
| 252 | <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="PreProcessVNFAdapterRequest" targetRef="CallVNFAdapterVFModuleCreate" /> |
| 253 | <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="CallVNFAdapterVFModuleCreate" targetRef="PostProcessVNFAdapterRequest" /> |
| 254 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="To Provision"> |
| 255 | <bpmn2:incoming>SequenceFlow_0zcfn2x</bpmn2:incoming> |
| 256 | <bpmn2:incoming>SequenceFlow_170kw7h</bpmn2:incoming> |
| 257 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_28" name="Provision" /> |
| 258 | </bpmn2:intermediateThrowEvent> |
| 259 | <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Need to query SDNC for VNF Topology?" default="SequenceFlow_0zcfn2x"> |
| 260 | <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming> |
| 261 | <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming> |
| 262 | <bpmn2:outgoing>SequenceFlow_0zcfn2x</bpmn2:outgoing> |
| 263 | <bpmn2:outgoing>SequenceFlow_0m382su</bpmn2:outgoing> |
| 264 | </bpmn2:exclusiveGateway> |
| 265 | <bpmn2:scriptTask id="PostProcessCreateAAIVfModule" name="PostProcess CreateAAIVfModule" scriptFormat="groovy"> |
| 266 | <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming> |
| 267 | <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing> |
| 268 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 269 | def doCreateVfModule = new DoCreateVfModule() |
| 270 | doCreateVfModule.postProcessCreateAAIVfModule(execution)]]></bpmn2:script> |
| 271 | </bpmn2:scriptTask> |
| 272 | <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="PostProcessCreateAAIVfModule" targetRef="IsBaseVfModule" /> |
| 273 | <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_36"> |
| 274 | <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming> |
| 275 | <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing> |
| 276 | <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing> |
| 277 | </bpmn2:exclusiveGateway> |
| 278 | <bpmn2:sequenceFlow id="SequenceFlow_36" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule" /> |
| 279 | <bpmn2:sequenceFlow id="SequenceFlow_39" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_2"> |
| 280 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression> |
| 281 | </bpmn2:sequenceFlow> |
| 282 | <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy"> |
| 283 | <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming> |
| 284 | <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing> |
| 285 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 286 | def doCreateVfModule = new DoCreateVfModule() |
| 287 | doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script> |
| 288 | </bpmn2:scriptTask> |
| 289 | <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_2" /> |
| 290 | <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Set Success Indicator" scriptFormat="groovy"> |
| 291 | <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming> |
| 292 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 293 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 294 | def doCreateVfModule = new DoCreateVfModule() |
| 295 | doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script> |
| 296 | </bpmn2:scriptTask> |
| 297 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_1" /> |
| 298 | <bpmn2:endEvent id="EndEvent_1"> |
| 299 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 300 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_8" /> |
| 301 | </bpmn2:endEvent> |
| 302 | <bpmn2:scriptTask id="QueryCloudRegion" name="Query Cloud Region" scriptFormat="groovy"> |
| 303 | <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming> |
| 304 | <bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing> |
| 305 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 306 | def doCreateVfModule = new DoCreateVfModule() |
| 307 | return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script> |
| 308 | </bpmn2:scriptTask> |
| 309 | <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion"> |
| 310 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression> |
| 311 | </bpmn2:sequenceFlow> |
| 312 | <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant" /> |
| 313 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 314 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 315 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 316 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 317 | def doCreateVfModule = new DoCreateVfModule() |
| 318 | doCreateVfModule.preProcessRequest(execution)]]></bpmn2:script> |
| 319 | </bpmn2:scriptTask> |
| 320 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="ExclusiveGateway_19933zh" /> |
| 321 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To DoCreateVfModule"> |
| 322 | <bpmn2:incoming>SequenceFlow_1f53tby</bpmn2:incoming> |
| 323 | <bpmn2:incoming>SequenceFlow_0270n5c</bpmn2:incoming> |
| 324 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_25" name="DoCreateVfModule" /> |
| 325 | </bpmn2:intermediateThrowEvent> |
| 326 | <bpmn2:callActivity id="CreateAAIVfModule" name="CreateAAIVfModule" calledElement="CreateAAIVfModule"> |
| 327 | <bpmn2:extensionElements> |
| 328 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 329 | <camunda:in source="isVidRequest" target="isVidRequest" /> |
| 330 | <camunda:in source="DCVFM_vfModuleId" target="newVfModuleId" /> |
| 331 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 332 | <camunda:out source="CreateAAIVfModuleResponse" target="DCVFM_createVfModuleResponse" /> |
| 333 | <camunda:in source="DCVFM_vnfId" target="vnfId" /> |
| 334 | <camunda:in source="DCVFM_vnfName" target="vnfName" /> |
| 335 | <camunda:in source="DCVFM_vnfType" target="vnfType" /> |
| 336 | <camunda:in source="DCVFM_serviceId" target="serviceId" /> |
| 337 | <camunda:in source="DCVFM_personaModelId" target="personaModelId" /> |
| 338 | <camunda:in source="DCVFM_isBaseVfModule" target="isBaseVfModule" /> |
| 339 | <camunda:in source="DCVFM_vfModuleName" target="vfModuleName" /> |
| 340 | <camunda:in source="DCVFM_vfModuleModelName" target="vfModuleModelName" /> |
| 341 | <camunda:in source="DCVFM_personaModelVersion" target="personaModelVersion" /> |
| 342 | <camunda:in source="DCVFM_modelCustomizationUuid" target="modelCustomizationId" /> |
| 343 | </bpmn2:extensionElements> |
| 344 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 345 | <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing> |
| 346 | </bpmn2:callActivity> |
| 347 | <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="CreateAAIVfModule" targetRef="PostProcessCreateAAIVfModule" /> |
| 348 | <bpmn2:exclusiveGateway id="ExclusiveGateway_183x8vk" name="need to create network policies in AAI?" default="SequenceFlow_0xfanpi"> |
| 349 | <bpmn2:incoming>SequenceFlow_1ushk1d</bpmn2:incoming> |
| 350 | <bpmn2:outgoing>SequenceFlow_0ery1pk</bpmn2:outgoing> |
| 351 | <bpmn2:outgoing>SequenceFlow_0xfanpi</bpmn2:outgoing> |
| 352 | </bpmn2:exclusiveGateway> |
| 353 | <bpmn2:sequenceFlow id="SequenceFlow_1ushk1d" sourceRef="PostProcessVNFAdapterRequest" targetRef="ExclusiveGateway_183x8vk" /> |
| 354 | <bpmn2:sequenceFlow id="SequenceFlow_0ery1pk" name="yes" sourceRef="ExclusiveGateway_183x8vk" targetRef="CreateNetworkPoliciesInAAI"> |
| 355 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList") != null && !execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList").isEmpty()]]></bpmn2:conditionExpression> |
| 356 | </bpmn2:sequenceFlow> |
| 357 | <bpmn2:sequenceFlow id="SequenceFlow_0xfanpi" name="no" sourceRef="ExclusiveGateway_183x8vk" targetRef="IntermediateThrowEvent_2" /> |
| 358 | <bpmn2:sequenceFlow id="SequenceFlow_0abffyj" sourceRef="CreateNetworkPoliciesInAAI" targetRef="IntermediateThrowEvent_2" /> |
| 359 | <bpmn2:scriptTask id="CreateNetworkPoliciesInAAI" name="Create Network Policies In AAI" scriptFormat="groovy"> |
| 360 | <bpmn2:incoming>SequenceFlow_0ery1pk</bpmn2:incoming> |
| 361 | <bpmn2:outgoing>SequenceFlow_0abffyj</bpmn2:outgoing> |
| 362 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 363 | def doCreateVfModule = new DoCreateVfModule() |
| 364 | doCreateVfModule.createNetworkPoliciesInAAI(execution)]]></bpmn2:script> |
| 365 | </bpmn2:scriptTask> |
| 366 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0f54imv" name="need to update VNF in AAI?" default="SequenceFlow_1k5uku2"> |
| 367 | <bpmn2:incoming>SequenceFlow_0363dz7</bpmn2:incoming> |
| 368 | <bpmn2:outgoing>SequenceFlow_0bi38s7</bpmn2:outgoing> |
| 369 | <bpmn2:outgoing>SequenceFlow_1k5uku2</bpmn2:outgoing> |
| 370 | </bpmn2:exclusiveGateway> |
| 371 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1edqxlf"> |
| 372 | <bpmn2:incoming>SequenceFlow_112los9</bpmn2:incoming> |
| 373 | <bpmn2:incoming>SequenceFlow_1k5uku2</bpmn2:incoming> |
| 374 | <bpmn2:outgoing>SequenceFlow_1avfxsz</bpmn2:outgoing> |
| 375 | </bpmn2:exclusiveGateway> |
| 376 | <bpmn2:sequenceFlow id="SequenceFlow_0bi38s7" name="yes" sourceRef="ExclusiveGateway_0f54imv" targetRef="PreProcessUpdateAAIGenericVnf"> |
| 377 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[!execution.getVariable("DCVFM_oamManagementV4Address").isEmpty() || !execution.getVariable("DCVFM_oamManagementV6Address").isEmpty()]]></bpmn2:conditionExpression> |
| 378 | </bpmn2:sequenceFlow> |
| 379 | <bpmn2:sequenceFlow id="SequenceFlow_1qm81ym" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVNFTask" /> |
| 380 | <bpmn2:sequenceFlow id="SequenceFlow_112los9" sourceRef="UpdateAAIGenericVNFTask" targetRef="ExclusiveGateway_1edqxlf" /> |
| 381 | <bpmn2:sequenceFlow id="SequenceFlow_1k5uku2" name="no" sourceRef="ExclusiveGateway_0f54imv" targetRef="ExclusiveGateway_1edqxlf" /> |
| 382 | <bpmn2:sequenceFlow id="SequenceFlow_1avfxsz" sourceRef="ExclusiveGateway_1edqxlf" targetRef="PreProcessUpdateAAIVfModule_1" /> |
| 383 | <bpmn2:sequenceFlow id="SequenceFlow_0363dz7" sourceRef="IntermediateCatchEvent_3" targetRef="ExclusiveGateway_0f54imv" /> |
| 384 | <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy"> |
| 385 | <bpmn2:incoming>SequenceFlow_0bi38s7</bpmn2:incoming> |
| 386 | <bpmn2:outgoing>SequenceFlow_1qm81ym</bpmn2:outgoing> |
| 387 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 388 | def doCreateVfModule = new DoCreateVfModule() |
| 389 | doCreateVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script> |
| 390 | </bpmn2:scriptTask> |
| 391 | <bpmn2:callActivity id="UpdateAAIGenericVNFTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf"> |
| 392 | <bpmn2:extensionElements> |
| 393 | <camunda:in source="DCVM_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" /> |
| 394 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 395 | <camunda:in source="mso-service-id" target="mso-service-id" /> |
| 396 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 397 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 398 | </bpmn2:extensionElements> |
| 399 | <bpmn2:incoming>SequenceFlow_1qm81ym</bpmn2:incoming> |
| 400 | <bpmn2:outgoing>SequenceFlow_112los9</bpmn2:outgoing> |
| 401 | </bpmn2:callActivity> |
| 402 | <bpmn2:sequenceFlow id="SequenceFlow_0zcfn2x" name="no" sourceRef="ExclusiveGateway_2" targetRef="IntermediateThrowEvent_3" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 403 | <bpmn2:sequenceFlow id="SequenceFlow_0m382su" name="yes" sourceRef="ExclusiveGateway_2" targetRef="PreProcessSDNCVnfGetRequest"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 404 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_sdncVersion" ) == '1707'}]]></bpmn2:conditionExpression> |
| 405 | </bpmn2:sequenceFlow> |
| 406 | <bpmn2:sequenceFlow id="SequenceFlow_0g270u0" sourceRef="PreProcessSDNCVnfGetRequest" targetRef="CallSDNCAdapterVNFTopologyGET" /> |
| 407 | <bpmn2:sequenceFlow id="SequenceFlow_1yrlvgb" sourceRef="CallSDNCAdapterVNFTopologyGET" targetRef="PostProcessSDNCVnfGetRequest" /> |
| 408 | <bpmn2:scriptTask id="PreProcessSDNCVnfGetRequest" name="PreProcess SDNC VNF Topology GET Request" scriptFormat="groovy"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 409 | <bpmn2:incoming>SequenceFlow_0m382su</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 410 | <bpmn2:outgoing>SequenceFlow_0g270u0</bpmn2:outgoing> |
| 411 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 412 | def doCreateVfModule = new DoCreateVfModule() |
| 413 | doCreateVfModule.preProcessSDNCGetRequest(execution, 'vnf')]]></bpmn2:script> |
| 414 | </bpmn2:scriptTask> |
| 415 | <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGET" name="Call SDNC Adapter: VNF Topology GET" calledElement="sdncAdapter"> |
| 416 | <bpmn2:extensionElements> |
| 417 | <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" /> |
| 418 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 419 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 420 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 421 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 422 | <camunda:out source="sdncAdapterResponse" target="DCVFM_getVnfSDNCAdapterResponse" /> |
| 423 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 424 | </bpmn2:extensionElements> |
| 425 | <bpmn2:incoming>SequenceFlow_0g270u0</bpmn2:incoming> |
| 426 | <bpmn2:outgoing>SequenceFlow_1yrlvgb</bpmn2:outgoing> |
| 427 | </bpmn2:callActivity> |
| 428 | <bpmn2:scriptTask id="PostProcessSDNCVnfGetRequest" name="PostProcess SDNC VNF Toplogy GET request" scriptFormat="groovy"> |
| 429 | <bpmn2:incoming>SequenceFlow_1yrlvgb</bpmn2:incoming> |
| 430 | <bpmn2:outgoing>SequenceFlow_170kw7h</bpmn2:outgoing> |
| 431 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 432 | |
| 433 | String response = execution.getVariable("DCVFM_getVnfSDNCAdapterResponse") |
| 434 | |
| 435 | def doCreateVfModule = new DoCreateVfModule() |
| 436 | doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script> |
| 437 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 438 | <bpmn2:sequenceFlow id="SequenceFlow_170kw7h" sourceRef="PostProcessSDNCVnfGetRequest" targetRef="IntermediateThrowEvent_3" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 439 | <bpmn2:sequenceFlow id="SequenceFlow_1f53tby" sourceRef="Task_0kuj2a1" targetRef="IntermediateThrowEvent_1" /> |
| 440 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ffvqla" name="Is vf_module_name specified?" default="SequenceFlow_0270n5c"> |
| 441 | <bpmn2:incoming>SequenceFlow_1y1ttqe</bpmn2:incoming> |
| 442 | <bpmn2:incoming>SequenceFlow_0lilmm3</bpmn2:incoming> |
| 443 | <bpmn2:outgoing>SequenceFlow_0270n5c</bpmn2:outgoing> |
| 444 | <bpmn2:outgoing>SequenceFlow_05og7iw</bpmn2:outgoing> |
| 445 | </bpmn2:exclusiveGateway> |
| 446 | <bpmn2:sequenceFlow id="SequenceFlow_0270n5c" name="yes" sourceRef="ExclusiveGateway_0ffvqla" targetRef="IntermediateThrowEvent_1" /> |
| 447 | <bpmn2:sequenceFlow id="SequenceFlow_05og7iw" name="no" sourceRef="ExclusiveGateway_0ffvqla" targetRef="Task_0kuj2a1"> |
| 448 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_vfModuleName") == null}]]></bpmn2:conditionExpression> |
| 449 | </bpmn2:sequenceFlow> |
| 450 | <bpmn2:callActivity id="Task_0kuj2a1" name="Generate VF Module Name" calledElement="GenerateVfModuleName"> |
| 451 | <bpmn2:extensionElements> |
| 452 | <camunda:in source="DCVFM_vnfId" target="vnfId" /> |
| 453 | <camunda:in source="DCVFM_vnfName" target="vnfName" /> |
| 454 | <camunda:in source="DCVFM_vfModuleLabel" target="vfModuleLabel" /> |
| 455 | <camunda:in source="DCVFM_pesonaModelId" target="personaModelId" /> |
| 456 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 457 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 458 | <camunda:out source="vfModuleName" target="DCVFM_vfModuleName" /> |
| 459 | </bpmn2:extensionElements> |
| 460 | <bpmn2:incoming>SequenceFlow_05og7iw</bpmn2:incoming> |
| 461 | <bpmn2:outgoing>SequenceFlow_1f53tby</bpmn2:outgoing> |
| 462 | </bpmn2:callActivity> |
| 463 | <bpmn2:subProcess id="SubProcess_0ltzufk" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 464 | <bpmn2:startEvent id="StartEvent_18lzc5m"> |
| 465 | <bpmn2:outgoing>SequenceFlow_02lc25j</bpmn2:outgoing> |
| 466 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 467 | </bpmn2:startEvent> |
| 468 | <bpmn2:endEvent id="EndEvent_0wsdptv"> |
| 469 | <bpmn2:incoming>SequenceFlow_0z2rczk</bpmn2:incoming> |
| 470 | <bpmn2:incoming>SequenceFlow_1pgo10r</bpmn2:incoming> |
| 471 | </bpmn2:endEvent> |
| 472 | <bpmn2:callActivity id="CallDoCreateVfModuleRollback" name="Call DoCreateVfModuleRollback" calledElement="DoCreateVfModuleRollback"> |
| 473 | <bpmn2:extensionElements> |
| 474 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 475 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 476 | <camunda:in source="isVidRequest" target="isVidRequest" /> |
| 477 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 478 | <camunda:out source="rollbackError" target="rollbackError" /> |
| 479 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 480 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
| 481 | <camunda:in source="DCVFM_aLaCarte" target="aLaCarte" /> |
| 482 | </bpmn2:extensionElements> |
| 483 | <bpmn2:incoming>SequenceFlow_1i1q78e</bpmn2:incoming> |
| 484 | <bpmn2:outgoing>SequenceFlow_0112l2c</bpmn2:outgoing> |
| 485 | </bpmn2:callActivity> |
| 486 | <bpmn2:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy"> |
| 487 | <bpmn2:incoming>SequenceFlow_04bd5in</bpmn2:incoming> |
| 488 | <bpmn2:outgoing>SequenceFlow_1i1q78e</bpmn2:outgoing> |
| 489 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 490 | def doCreateVfModule = new DoCreateVfModule() |
| 491 | doCreateVfModule.preProcessRollback(execution)]]></bpmn2:script> |
| 492 | </bpmn2:scriptTask> |
| 493 | <bpmn2:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy"> |
| 494 | <bpmn2:incoming>SequenceFlow_0112l2c</bpmn2:incoming> |
| 495 | <bpmn2:outgoing>SequenceFlow_0z2rczk</bpmn2:outgoing> |
| 496 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 497 | def doCreateVfModule = new DoCreateVfModule() |
| 498 | doCreateVfModule.postProcessRollback(execution)]]></bpmn2:script> |
| 499 | </bpmn2:scriptTask> |
| 500 | <bpmn2:sequenceFlow id="SequenceFlow_02lc25j" sourceRef="StartEvent_18lzc5m" targetRef="ExclusiveGateway_039bib8" /> |
| 501 | <bpmn2:sequenceFlow id="SequenceFlow_0z2rczk" sourceRef="PostProcessRollback" targetRef="EndEvent_0wsdptv" /> |
| 502 | <bpmn2:sequenceFlow id="SequenceFlow_1i1q78e" sourceRef="PreProcessRollback" targetRef="CallDoCreateVfModuleRollback" /> |
| 503 | <bpmn2:sequenceFlow id="SequenceFlow_0112l2c" sourceRef="CallDoCreateVfModuleRollback" targetRef="PostProcessRollback" /> |
| 504 | <bpmn2:exclusiveGateway id="ExclusiveGateway_039bib8" name="Disable Rollback?" default="SequenceFlow_04bd5in"> |
| 505 | <bpmn2:incoming>SequenceFlow_02lc25j</bpmn2:incoming> |
| 506 | <bpmn2:outgoing>SequenceFlow_04bd5in</bpmn2:outgoing> |
| 507 | <bpmn2:outgoing>SequenceFlow_1nh7m8d</bpmn2:outgoing> |
| 508 | </bpmn2:exclusiveGateway> |
| 509 | <bpmn2:sequenceFlow id="SequenceFlow_04bd5in" name="no" sourceRef="ExclusiveGateway_039bib8" targetRef="PreProcessRollback" /> |
| 510 | <bpmn2:sequenceFlow id="SequenceFlow_1nh7m8d" name="yes" sourceRef="ExclusiveGateway_039bib8" targetRef="Task_1fm09pi"> |
| 511 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback" ) == true}]]></bpmn2:conditionExpression> |
| 512 | </bpmn2:sequenceFlow> |
| 513 | <bpmn2:scriptTask id="Task_1fm09pi" name="Process Error" scriptFormat="groovy"> |
| 514 | <bpmn2:incoming>SequenceFlow_1nh7m8d</bpmn2:incoming> |
| 515 | <bpmn2:outgoing>SequenceFlow_1pgo10r</bpmn2:outgoing> |
| 516 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 517 | def doCreateVfModule = new DoCreateVfModule() |
| 518 | doCreateVfModule.processBPMNException(execution)]]></bpmn2:script> |
| 519 | </bpmn2:scriptTask> |
| 520 | <bpmn2:sequenceFlow id="SequenceFlow_1pgo10r" sourceRef="Task_1fm09pi" targetRef="EndEvent_0wsdptv" /> |
| 521 | </bpmn2:subProcess> |
| 522 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0jw7ymg" name="Is 2 Phased Design?" default="SequenceFlow_006rnym"> |
| 523 | <bpmn2:incoming>SequenceFlow_0cc17yk</bpmn2:incoming> |
| 524 | <bpmn2:outgoing>SequenceFlow_17cp3tn</bpmn2:outgoing> |
| 525 | <bpmn2:outgoing>SequenceFlow_006rnym</bpmn2:outgoing> |
| 526 | </bpmn2:exclusiveGateway> |
| 527 | <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest"> |
| 528 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression> |
| 529 | </bpmn2:sequenceFlow> |
| 530 | <bpmn2:exclusiveGateway id="ExclusiveGateway_19933zh" name="Is aLaCarte?" default="SequenceFlow_1y1ttqe"> |
| 531 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 532 | <bpmn2:outgoing>SequenceFlow_1y1ttqe</bpmn2:outgoing> |
| 533 | <bpmn2:outgoing>SequenceFlow_1y8q87e</bpmn2:outgoing> |
| 534 | </bpmn2:exclusiveGateway> |
| 535 | <bpmn2:sequenceFlow id="SequenceFlow_1y1ttqe" name="no" sourceRef="ExclusiveGateway_19933zh" targetRef="ExclusiveGateway_0ffvqla" /> |
| 536 | <bpmn2:exclusiveGateway id="ExclusiveGateway_02fd6gx" name="Is already PendingActivation or Assigned?" default="SequenceFlow_0lilmm3"> |
| 537 | <bpmn2:incoming>SequenceFlow_1sf1091</bpmn2:incoming> |
| 538 | <bpmn2:outgoing>SequenceFlow_0lilmm3</bpmn2:outgoing> |
| 539 | <bpmn2:outgoing>SequenceFlow_15i583d</bpmn2:outgoing> |
| 540 | </bpmn2:exclusiveGateway> |
| 541 | <bpmn2:sequenceFlow id="SequenceFlow_0lilmm3" name="no" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_0ffvqla" /> |
| 542 | <bpmn2:sequenceFlow id="SequenceFlow_1y8q87e" name="yes" sourceRef="ExclusiveGateway_19933zh" targetRef="Task_14n44kb"> |
| 543 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_aLaCarte") == true]]></bpmn2:conditionExpression> |
| 544 | </bpmn2:sequenceFlow> |
| 545 | <bpmn2:sequenceFlow id="SequenceFlow_1sf1091" sourceRef="Task_14n44kb" targetRef="ExclusiveGateway_02fd6gx" /> |
| 546 | <bpmn2:sequenceFlow id="SequenceFlow_17cp3tn" name="yes" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_0kqh1of"> |
| 547 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_twoPhaseDesign") == true]]></bpmn2:conditionExpression> |
| 548 | </bpmn2:sequenceFlow> |
| 549 | <bpmn2:endEvent id="EndEvent_0pd6bbj"> |
| 550 | <bpmn2:incoming>SequenceFlow_00bh7m7</bpmn2:incoming> |
| 551 | <bpmn2:terminateEventDefinition /> |
| 552 | </bpmn2:endEvent> |
| 553 | <bpmn2:sequenceFlow id="SequenceFlow_15i583d" name="yes" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_1f6x9ii"> |
| 554 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_orchestrationStatus") == "PendingActivation" || execution.getVariable("DCVFM_orchestrationStatus") == "Assigned"]]></bpmn2:conditionExpression> |
| 555 | </bpmn2:sequenceFlow> |
| 556 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0gsliyw" name="Is aLaCarte?" default="SequenceFlow_1iyt5i4"> |
| 557 | <bpmn2:incoming>SequenceFlow_1nh92s8</bpmn2:incoming> |
| 558 | <bpmn2:outgoing>SequenceFlow_16mgvsd</bpmn2:outgoing> |
| 559 | <bpmn2:outgoing>SequenceFlow_1iyt5i4</bpmn2:outgoing> |
| 560 | </bpmn2:exclusiveGateway> |
| 561 | <bpmn2:sequenceFlow id="SequenceFlow_16mgvsd" name="yes" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_08tnqe1"> |
| 562 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_aLaCarte") == true]]></bpmn2:conditionExpression> |
| 563 | </bpmn2:sequenceFlow> |
| 564 | <bpmn2:sequenceFlow id="SequenceFlow_1nh92s8" sourceRef="PostProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0gsliyw" /> |
| 565 | <bpmn2:sequenceFlow id="SequenceFlow_0cc17yk" sourceRef="Task_08tnqe1" targetRef="ExclusiveGateway_0jw7ymg" /> |
| 566 | <bpmn2:sequenceFlow id="SequenceFlow_1iyt5i4" name="no" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_19zw1li" /> |
| 567 | <bpmn2:sequenceFlow id="SequenceFlow_006rnym" name="no" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_19zw1li" /> |
| 568 | <bpmn2:sequenceFlow id="SequenceFlow_0ynd0iy" sourceRef="Task_0kqh1of" targetRef="Task_08z2aai" /> |
| 569 | <bpmn2:sequenceFlow id="SequenceFlow_00bh7m7" sourceRef="Task_16p51r4" targetRef="EndEvent_0pd6bbj" /> |
| 570 | <bpmn2:sequenceFlow id="SequenceFlow_1mnipp8" sourceRef="Task_08z2aai" targetRef="Task_16p51r4" /> |
| 571 | <bpmn2:callActivity id="Task_08z2aai" name="Update AAI VF Module PendingActivation" calledElement="UpdateAAIVfModule"> |
| 572 | <bpmn2:extensionElements> |
| 573 | <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" /> |
| 574 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 575 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 576 | <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" /> |
| 577 | </bpmn2:extensionElements> |
| 578 | <bpmn2:incoming>SequenceFlow_0ynd0iy</bpmn2:incoming> |
| 579 | <bpmn2:outgoing>SequenceFlow_1mnipp8</bpmn2:outgoing> |
| 580 | </bpmn2:callActivity> |
| 581 | <bpmn2:scriptTask id="Task_0kqh1of" name="PrepareUpdateAAIVfModulePendingActivation" scriptFormat="groovy"> |
| 582 | <bpmn2:incoming>SequenceFlow_17cp3tn</bpmn2:incoming> |
| 583 | <bpmn2:outgoing>SequenceFlow_0ynd0iy</bpmn2:outgoing> |
| 584 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 585 | def doCreateVfModule = new DoCreateVfModule() |
| 586 | doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'PendingActivation')]]></bpmn2:script> |
| 587 | </bpmn2:scriptTask> |
| 588 | <bpmn2:scriptTask id="Task_08tnqe1" name="Query Catalog DB" scriptFormat="groovy"> |
| 589 | <bpmn2:incoming>SequenceFlow_16mgvsd</bpmn2:incoming> |
| 590 | <bpmn2:outgoing>SequenceFlow_0cc17yk</bpmn2:outgoing> |
| 591 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 592 | def doCreateVfModule = new DoCreateVfModule() |
| 593 | doCreateVfModule.queryCatalogDB(execution)]]></bpmn2:script> |
| 594 | </bpmn2:scriptTask> |
| 595 | <bpmn2:scriptTask id="Task_14n44kb" name="Query AAI for Orchestration Status" scriptFormat="groovy"> |
| 596 | <bpmn2:incoming>SequenceFlow_1y8q87e</bpmn2:incoming> |
| 597 | <bpmn2:outgoing>SequenceFlow_1sf1091</bpmn2:outgoing> |
| 598 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 599 | def doCreateVfModule = new DoCreateVfModule() |
| 600 | doCreateVfModule.queryAAIVfModuleForStatus(execution)]]></bpmn2:script> |
| 601 | </bpmn2:scriptTask> |
| 602 | <bpmn2:scriptTask id="Task_16p51r4" name="Set Success Indicator 1st Phase" scriptFormat="groovy"> |
| 603 | <bpmn2:incoming>SequenceFlow_1mnipp8</bpmn2:incoming> |
| 604 | <bpmn2:outgoing>SequenceFlow_00bh7m7</bpmn2:outgoing> |
| 605 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 606 | def doCreateVfModule = new DoCreateVfModule() |
| 607 | doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script> |
| 608 | </bpmn2:scriptTask> |
| 609 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1f6x9ii" name="Is volume_group_id specified for stage 2?" default="SequenceFlow_0tfrcnc"> |
| 610 | <bpmn2:incoming>SequenceFlow_15i583d</bpmn2:incoming> |
| 611 | <bpmn2:outgoing>SequenceFlow_0tfrcnc</bpmn2:outgoing> |
| 612 | <bpmn2:outgoing>SequenceFlow_0oadvvx</bpmn2:outgoing> |
| 613 | </bpmn2:exclusiveGateway> |
| 614 | <bpmn2:sequenceFlow id="SequenceFlow_0tfrcnc" name="no" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="ExclusiveGateway_09r5rvt" /> |
| 615 | <bpmn2:sequenceFlow id="SequenceFlow_0oadvvx" name="yes" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="Task_0dx8gpp"> |
| 616 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression> |
| 617 | </bpmn2:sequenceFlow> |
| 618 | <bpmn2:exclusiveGateway id="ExclusiveGateway_09r5rvt"> |
| 619 | <bpmn2:incoming>SequenceFlow_0tfrcnc</bpmn2:incoming> |
| 620 | <bpmn2:incoming>SequenceFlow_0c6p4aa</bpmn2:incoming> |
| 621 | <bpmn2:outgoing>SequenceFlow_1qzw172</bpmn2:outgoing> |
| 622 | </bpmn2:exclusiveGateway> |
| 623 | <bpmn2:sequenceFlow id="SequenceFlow_1qzw172" sourceRef="ExclusiveGateway_09r5rvt" targetRef="ExclusiveGateway_04msdir" /> |
| 624 | <bpmn2:sequenceFlow id="SequenceFlow_03batve" sourceRef="Task_0dx8gpp" targetRef="Task_0e8s9xm" /> |
| 625 | <bpmn2:sequenceFlow id="SequenceFlow_0c6p4aa" sourceRef="Task_0e8s9xm" targetRef="ExclusiveGateway_09r5rvt" /> |
| 626 | <bpmn2:exclusiveGateway id="ExclusiveGateway_04msdir" name="Is Base VF Module for stage 2?" default="SequenceFlow_0p3cspl"> |
| 627 | <bpmn2:incoming>SequenceFlow_1qzw172</bpmn2:incoming> |
| 628 | <bpmn2:outgoing>SequenceFlow_0xed5sn</bpmn2:outgoing> |
| 629 | <bpmn2:outgoing>SequenceFlow_0p3cspl</bpmn2:outgoing> |
| 630 | </bpmn2:exclusiveGateway> |
| 631 | <bpmn2:sequenceFlow id="SequenceFlow_0xed5sn" name="yes" sourceRef="ExclusiveGateway_04msdir" targetRef="ExclusiveGateway_1biy4yg"> |
| 632 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression> |
| 633 | </bpmn2:sequenceFlow> |
| 634 | <bpmn2:sequenceFlow id="SequenceFlow_0p3cspl" name="no" sourceRef="ExclusiveGateway_04msdir" targetRef="Task_0cdjxcd" /> |
| 635 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1biy4yg"> |
| 636 | <bpmn2:incoming>SequenceFlow_0xed5sn</bpmn2:incoming> |
| 637 | <bpmn2:incoming>SequenceFlow_1k7xbcu</bpmn2:incoming> |
| 638 | <bpmn2:outgoing>SequenceFlow_0p61zug</bpmn2:outgoing> |
| 639 | </bpmn2:exclusiveGateway> |
| 640 | <bpmn2:sequenceFlow id="SequenceFlow_0p61zug" sourceRef="ExclusiveGateway_1biy4yg" targetRef="PreProcessSDNCGetRequest" /> |
| 641 | <bpmn2:sequenceFlow id="SequenceFlow_1k7xbcu" sourceRef="Task_0cdjxcd" targetRef="ExclusiveGateway_1biy4yg" /> |
| 642 | <bpmn2:scriptTask id="Task_0dx8gpp" name="Query Cloud Region For Stage 2" scriptFormat="groovy"> |
| 643 | <bpmn2:incoming>SequenceFlow_0oadvvx</bpmn2:incoming> |
| 644 | <bpmn2:outgoing>SequenceFlow_03batve</bpmn2:outgoing> |
| 645 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 646 | def doCreateVfModule = new DoCreateVfModule() |
| 647 | return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script> |
| 648 | </bpmn2:scriptTask> |
| 649 | <bpmn2:callActivity id="Task_0e8s9xm" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant"> |
| 650 | <bpmn2:extensionElements> |
| 651 | <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId" /> |
| 652 | <camunda:in source="DCVFM_tenantId" target="tenantId" /> |
| 653 | <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion" /> |
| 654 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 655 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 656 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 657 | <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId" /> |
| 658 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 659 | </bpmn2:extensionElements> |
| 660 | <bpmn2:incoming>SequenceFlow_03batve</bpmn2:incoming> |
| 661 | <bpmn2:outgoing>SequenceFlow_0c6p4aa</bpmn2:outgoing> |
| 662 | </bpmn2:callActivity> |
| 663 | <bpmn2:scriptTask id="Task_0cdjxcd" name="Query AAI Vf Module for Stage 2" scriptFormat="groovy"> |
| 664 | <bpmn2:incoming>SequenceFlow_0p3cspl</bpmn2:incoming> |
| 665 | <bpmn2:outgoing>SequenceFlow_1k7xbcu</bpmn2:outgoing> |
| 666 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 667 | def doCreateVfModule = new DoCreateVfModule() |
| 668 | doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script> |
| 669 | </bpmn2:scriptTask> |
| 670 | <bpmn2:scriptTask id="Task_19zw1li" name="PrepareUpdateAAIVfModuleAssign" scriptFormat="groovy"> |
| 671 | <bpmn2:incoming>SequenceFlow_006rnym</bpmn2:incoming> |
| 672 | <bpmn2:incoming>SequenceFlow_1iyt5i4</bpmn2:incoming> |
| 673 | <bpmn2:outgoing>SequenceFlow_0thm33s</bpmn2:outgoing> |
| 674 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 675 | def doCreateVfModule = new DoCreateVfModule() |
| 676 | doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'Assigned')]]></bpmn2:script> |
| 677 | </bpmn2:scriptTask> |
| 678 | <bpmn2:callActivity id="Task_01b1fio" name="Update AAI VF Module Assigned" calledElement="UpdateAAIVfModule"> |
| 679 | <bpmn2:extensionElements> |
| 680 | <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" /> |
| 681 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 682 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 683 | <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" /> |
| 684 | </bpmn2:extensionElements> |
| 685 | <bpmn2:incoming>SequenceFlow_0thm33s</bpmn2:incoming> |
| 686 | <bpmn2:outgoing>SequenceFlow_0aegg0r</bpmn2:outgoing> |
| 687 | </bpmn2:callActivity> |
| 688 | <bpmn2:sequenceFlow id="SequenceFlow_0thm33s" sourceRef="Task_19zw1li" targetRef="Task_01b1fio" /> |
| 689 | <bpmn2:sequenceFlow id="SequenceFlow_0aegg0r" sourceRef="Task_01b1fio" targetRef="PreProcessSDNCGetRequest" /> |
| 690 | </bpmn2:process> |
| 691 | <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest" /> |
| 692 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 693 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 694 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule"> |
| 695 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
| 696 | <dc:Bounds x="38" y="153" width="36" height="36" /> |
| 697 | <bpmndi:BPMNLabel> |
| 698 | <dc:Bounds x="44" y="189" width="23" height="12" /> |
| 699 | </bpmndi:BPMNLabel> |
| 700 | </bpmndi:BPMNShape> |
| 701 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
| 702 | <di:waypoint xsi:type="dc:Point" x="74" y="171" /> |
| 703 | <di:waypoint xsi:type="dc:Point" x="147" y="171" /> |
| 704 | <bpmndi:BPMNLabel> |
| 705 | <dc:Bounds x="99" y="171" width="0" height="0" /> |
| 706 | </bpmndi:BPMNLabel> |
| 707 | </bpmndi:BPMNEdge> |
| 708 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
| 709 | <dc:Bounds x="147" y="131" width="100" height="80" /> |
| 710 | </bpmndi:BPMNShape> |
| 711 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1"> |
| 712 | <dc:Bounds x="36" y="376" width="36" height="36" /> |
| 713 | <bpmndi:BPMNLabel> |
| 714 | <dc:Bounds x="0" y="417" width="114" height="22" /> |
| 715 | </bpmndi:BPMNLabel> |
| 716 | </bpmndi:BPMNShape> |
| 717 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1"> |
| 718 | <dc:Bounds x="828" y="153" width="36" height="36" /> |
| 719 | <bpmndi:BPMNLabel> |
| 720 | <dc:Bounds x="869" y="173" width="86" height="36" /> |
| 721 | </bpmndi:BPMNLabel> |
| 722 | </bpmndi:BPMNShape> |
| 723 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign"> |
| 724 | <dc:Bounds x="266" y="672" width="121" height="94" /> |
| 725 | </bpmndi:BPMNShape> |
| 726 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET"> |
| 727 | <dc:Bounds x="254" y="1029" width="133" height="97" /> |
| 728 | </bpmndi:BPMNShape> |
| 729 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true"> |
| 730 | <dc:Bounds x="144" y="368" width="50" height="50" /> |
| 731 | <bpmndi:BPMNLabel> |
| 732 | <dc:Bounds x="89" y="347" width="178" height="22" /> |
| 733 | </bpmndi:BPMNLabel> |
| 734 | </bpmndi:BPMNShape> |
| 735 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant"> |
| 736 | <dc:Bounds x="209" y="528" width="118" height="89" /> |
| 737 | </bpmndi:BPMNShape> |
| 738 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true"> |
| 739 | <dc:Bounds x="559" y="368" width="50" height="50" /> |
| 740 | <bpmndi:BPMNLabel> |
| 741 | <dc:Bounds x="584" y="423" width="0" height="0" /> |
| 742 | </bpmndi:BPMNLabel> |
| 743 | </bpmndi:BPMNShape> |
| 744 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91"> |
| 745 | <di:waypoint xsi:type="dc:Point" x="194" y="393" /> |
| 746 | <di:waypoint xsi:type="dc:Point" x="559" y="393" /> |
| 747 | <bpmndi:BPMNLabel> |
| 748 | <dc:Bounds x="209" y="393" width="20" height="22" /> |
| 749 | </bpmndi:BPMNLabel> |
| 750 | </bpmndi:BPMNEdge> |
| 751 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate"> |
| 752 | <dc:Bounds x="746" y="1031" width="121" height="97" /> |
| 753 | </bpmndi:BPMNShape> |
| 754 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1"> |
| 755 | <dc:Bounds x="717" y="1211" width="117" height="97" /> |
| 756 | </bpmndi:BPMNShape> |
| 757 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate"> |
| 758 | <dc:Bounds x="1039" y="1209" width="119" height="99" /> |
| 759 | </bpmndi:BPMNShape> |
| 760 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true"> |
| 761 | <dc:Bounds x="1384" y="1234" width="50" height="50" /> |
| 762 | <bpmndi:BPMNLabel> |
| 763 | <dc:Bounds x="1381" y="1206" width="86" height="36" /> |
| 764 | </bpmndi:BPMNLabel> |
| 765 | </bpmndi:BPMNShape> |
| 766 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup"> |
| 767 | <dc:Bounds x="1688" y="1204" width="121" height="112" /> |
| 768 | </bpmndi:BPMNShape> |
| 769 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true"> |
| 770 | <dc:Bounds x="1813" y="1072" width="50" height="50" /> |
| 771 | <bpmndi:BPMNLabel> |
| 772 | <dc:Bounds x="1838" y="1127" width="0" height="0" /> |
| 773 | </bpmndi:BPMNLabel> |
| 774 | </bpmndi:BPMNShape> |
| 775 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93"> |
| 776 | <di:waypoint xsi:type="dc:Point" x="1808" y="1260" /> |
| 777 | <di:waypoint xsi:type="dc:Point" x="1838" y="1260" /> |
| 778 | <di:waypoint xsi:type="dc:Point" x="1838" y="1162" /> |
| 779 | <di:waypoint xsi:type="dc:Point" x="1838" y="1122" /> |
| 780 | <bpmndi:BPMNLabel> |
| 781 | <dc:Bounds x="1834" y="1260" width="0" height="0" /> |
| 782 | </bpmndi:BPMNLabel> |
| 783 | </bpmndi:BPMNEdge> |
| 784 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93"> |
| 785 | <di:waypoint xsi:type="dc:Point" x="1409" y="1234" /> |
| 786 | <di:waypoint xsi:type="dc:Point" x="1409" y="1097" /> |
| 787 | <di:waypoint xsi:type="dc:Point" x="1813" y="1097" /> |
| 788 | <bpmndi:BPMNLabel> |
| 789 | <dc:Bounds x="1419" y="1143.6746987951808" width="12" height="12" /> |
| 790 | </bpmndi:BPMNLabel> |
| 791 | </bpmndi:BPMNEdge> |
| 792 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90"> |
| 793 | <di:waypoint xsi:type="dc:Point" x="72" y="394" /> |
| 794 | <di:waypoint xsi:type="dc:Point" x="120" y="394" /> |
| 795 | <di:waypoint xsi:type="dc:Point" x="120" y="393" /> |
| 796 | <di:waypoint xsi:type="dc:Point" x="144" y="393" /> |
| 797 | <bpmndi:BPMNLabel> |
| 798 | <dc:Bounds x="117" y="394" width="6" height="6" /> |
| 799 | </bpmndi:BPMNLabel> |
| 800 | </bpmndi:BPMNEdge> |
| 801 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true"> |
| 802 | <dc:Bounds x="360" y="547" width="50" height="50" /> |
| 803 | <bpmndi:BPMNLabel> |
| 804 | <dc:Bounds x="309" y="496" width="200" height="22" /> |
| 805 | </bpmndi:BPMNLabel> |
| 806 | </bpmndi:BPMNShape> |
| 807 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101"> |
| 808 | <di:waypoint xsi:type="dc:Point" x="327" y="572" /> |
| 809 | <di:waypoint xsi:type="dc:Point" x="360" y="572" /> |
| 810 | <bpmndi:BPMNLabel> |
| 811 | <dc:Bounds x="338" y="572" width="6" height="6" /> |
| 812 | </bpmndi:BPMNLabel> |
| 813 | </bpmndi:BPMNEdge> |
| 814 | <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName"> |
| 815 | <dc:Bounds x="453" y="528" width="109" height="89" /> |
| 816 | </bpmndi:BPMNShape> |
| 817 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3"> |
| 818 | <di:waypoint xsi:type="dc:Point" x="410" y="572" /> |
| 819 | <di:waypoint xsi:type="dc:Point" x="453" y="572" /> |
| 820 | <bpmndi:BPMNLabel> |
| 821 | <dc:Bounds x="410" y="576" width="27" height="22" /> |
| 822 | </bpmndi:BPMNLabel> |
| 823 | </bpmndi:BPMNEdge> |
| 824 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91"> |
| 825 | <di:waypoint xsi:type="dc:Point" x="385" y="547" /> |
| 826 | <di:waypoint xsi:type="dc:Point" x="385" y="393" /> |
| 827 | <di:waypoint xsi:type="dc:Point" x="559" y="393" /> |
| 828 | <bpmndi:BPMNLabel> |
| 829 | <dc:Bounds x="392" y="450" width="20" height="22" /> |
| 830 | </bpmndi:BPMNLabel> |
| 831 | </bpmndi:BPMNEdge> |
| 832 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91"> |
| 833 | <di:waypoint xsi:type="dc:Point" x="561" y="572" /> |
| 834 | <di:waypoint xsi:type="dc:Point" x="584" y="572" /> |
| 835 | <di:waypoint xsi:type="dc:Point" x="584" y="418" /> |
| 836 | <bpmndi:BPMNLabel> |
| 837 | <dc:Bounds x="581" y="492" width="6" height="6" /> |
| 838 | </bpmndi:BPMNLabel> |
| 839 | </bpmndi:BPMNEdge> |
| 840 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_IntermediateThrowEvent_22"> |
| 841 | <di:waypoint xsi:type="dc:Point" x="247" y="171" /> |
| 842 | <di:waypoint xsi:type="dc:Point" x="302" y="171" /> |
| 843 | <bpmndi:BPMNLabel> |
| 844 | <dc:Bounds x="275" y="156" width="0" height="0" /> |
| 845 | </bpmndi:BPMNLabel> |
| 846 | </bpmndi:BPMNEdge> |
| 847 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156"> |
| 848 | <di:waypoint xsi:type="dc:Point" x="609" y="393" /> |
| 849 | <di:waypoint xsi:type="dc:Point" x="628" y="393" /> |
| 850 | <di:waypoint xsi:type="dc:Point" x="628" y="394" /> |
| 851 | <di:waypoint xsi:type="dc:Point" x="696" y="394" /> |
| 852 | <bpmndi:BPMNLabel> |
| 853 | <dc:Bounds x="636" y="394" width="0" height="0" /> |
| 854 | </bpmndi:BPMNLabel> |
| 855 | </bpmndi:BPMNEdge> |
| 856 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest"> |
| 857 | <dc:Bounds x="109" y="674" width="121" height="94" /> |
| 858 | </bpmndi:BPMNShape> |
| 859 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest"> |
| 860 | <dc:Bounds x="435" y="674" width="121" height="94" /> |
| 861 | </bpmndi:BPMNShape> |
| 862 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3"> |
| 863 | <dc:Bounds x="2193" y="376" width="36" height="36" /> |
| 864 | <bpmndi:BPMNLabel> |
| 865 | <dc:Bounds x="2181" y="417" width="60" height="12" /> |
| 866 | </bpmndi:BPMNLabel> |
| 867 | </bpmndi:BPMNShape> |
| 868 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2"> |
| 869 | <dc:Bounds x="24" y="706" width="36" height="36" /> |
| 870 | <bpmndi:BPMNLabel> |
| 871 | <dc:Bounds x="13" y="747" width="58" height="22" /> |
| 872 | </bpmndi:BPMNLabel> |
| 873 | </bpmndi:BPMNShape> |
| 874 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178"> |
| 875 | <di:waypoint xsi:type="dc:Point" x="60" y="724" /> |
| 876 | <di:waypoint xsi:type="dc:Point" x="81" y="724" /> |
| 877 | <di:waypoint xsi:type="dc:Point" x="81" y="721" /> |
| 878 | <di:waypoint xsi:type="dc:Point" x="109" y="721" /> |
| 879 | <bpmndi:BPMNLabel> |
| 880 | <dc:Bounds x="78" y="722" width="6" height="6" /> |
| 881 | </bpmndi:BPMNLabel> |
| 882 | </bpmndi:BPMNEdge> |
| 883 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157"> |
| 884 | <di:waypoint xsi:type="dc:Point" x="229" y="721" /> |
| 885 | <di:waypoint xsi:type="dc:Point" x="248" y="721" /> |
| 886 | <di:waypoint xsi:type="dc:Point" x="248" y="719" /> |
| 887 | <di:waypoint xsi:type="dc:Point" x="266" y="719" /> |
| 888 | </bpmndi:BPMNEdge> |
| 889 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179"> |
| 890 | <di:waypoint xsi:type="dc:Point" x="386" y="719" /> |
| 891 | <di:waypoint xsi:type="dc:Point" x="411" y="719" /> |
| 892 | <di:waypoint xsi:type="dc:Point" x="411" y="721" /> |
| 893 | <di:waypoint xsi:type="dc:Point" x="435" y="721" /> |
| 894 | </bpmndi:BPMNEdge> |
| 895 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest"> |
| 896 | <dc:Bounds x="98" y="1031" width="121" height="94" /> |
| 897 | </bpmndi:BPMNShape> |
| 898 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest"> |
| 899 | <dc:Bounds x="434" y="1031" width="121" height="94" /> |
| 900 | </bpmndi:BPMNShape> |
| 901 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158"> |
| 902 | <di:waypoint xsi:type="dc:Point" x="218" y="1078" /> |
| 903 | <di:waypoint xsi:type="dc:Point" x="236" y="1078" /> |
| 904 | <di:waypoint xsi:type="dc:Point" x="236" y="1077" /> |
| 905 | <di:waypoint xsi:type="dc:Point" x="254" y="1077" /> |
| 906 | <bpmndi:BPMNLabel> |
| 907 | <dc:Bounds x="251" y="1068" width="0" height="0" /> |
| 908 | </bpmndi:BPMNLabel> |
| 909 | </bpmndi:BPMNEdge> |
| 910 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214"> |
| 911 | <di:waypoint xsi:type="dc:Point" x="386" y="1077" /> |
| 912 | <di:waypoint xsi:type="dc:Point" x="409" y="1077" /> |
| 913 | <di:waypoint xsi:type="dc:Point" x="409" y="1078" /> |
| 914 | <di:waypoint xsi:type="dc:Point" x="434" y="1078" /> |
| 915 | <bpmndi:BPMNLabel> |
| 916 | <dc:Bounds x="410" y="1078" width="0" height="0" /> |
| 917 | </bpmndi:BPMNLabel> |
| 918 | </bpmndi:BPMNEdge> |
| 919 | <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1"> |
| 920 | <dc:Bounds x="558" y="1211" width="118" height="97" /> |
| 921 | </bpmndi:BPMNShape> |
| 922 | <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest"> |
| 923 | <dc:Bounds x="884" y="1210" width="118" height="98" /> |
| 924 | </bpmndi:BPMNShape> |
| 925 | <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest"> |
| 926 | <dc:Bounds x="1201" y="1211" width="121" height="95" /> |
| 927 | </bpmndi:BPMNShape> |
| 928 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174"> |
| 929 | <di:waypoint xsi:type="dc:Point" x="676" y="1259" /> |
| 930 | <di:waypoint xsi:type="dc:Point" x="717" y="1259" /> |
| 931 | <bpmndi:BPMNLabel> |
| 932 | <dc:Bounds x="697" y="1234" width="0" height="0" /> |
| 933 | </bpmndi:BPMNLabel> |
| 934 | </bpmndi:BPMNEdge> |
| 935 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33"> |
| 936 | <di:waypoint xsi:type="dc:Point" x="833" y="1259" /> |
| 937 | <di:waypoint xsi:type="dc:Point" x="884" y="1259" /> |
| 938 | <bpmndi:BPMNLabel> |
| 939 | <dc:Bounds x="859" y="1234" width="0" height="0" /> |
| 940 | </bpmndi:BPMNLabel> |
| 941 | </bpmndi:BPMNEdge> |
| 942 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175"> |
| 943 | <di:waypoint xsi:type="dc:Point" x="1002" y="1259" /> |
| 944 | <di:waypoint xsi:type="dc:Point" x="1020" y="1259" /> |
| 945 | <di:waypoint xsi:type="dc:Point" x="1020" y="1258" /> |
| 946 | <di:waypoint xsi:type="dc:Point" x="1039" y="1258" /> |
| 947 | <bpmndi:BPMNLabel> |
| 948 | <dc:Bounds x="1035" y="1249" width="0" height="0" /> |
| 949 | </bpmndi:BPMNLabel> |
| 950 | </bpmndi:BPMNEdge> |
| 951 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4"> |
| 952 | <di:waypoint xsi:type="dc:Point" x="1157" y="1258" /> |
| 953 | <di:waypoint xsi:type="dc:Point" x="1201" y="1258" /> |
| 954 | <bpmndi:BPMNLabel> |
| 955 | <dc:Bounds x="1179" y="1233" width="0" height="0" /> |
| 956 | </bpmndi:BPMNLabel> |
| 957 | </bpmndi:BPMNEdge> |
| 958 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92"> |
| 959 | <di:waypoint xsi:type="dc:Point" x="1321" y="1258" /> |
| 960 | <di:waypoint xsi:type="dc:Point" x="1353" y="1258" /> |
| 961 | <di:waypoint xsi:type="dc:Point" x="1353" y="1259" /> |
| 962 | <di:waypoint xsi:type="dc:Point" x="1384" y="1259" /> |
| 963 | <bpmndi:BPMNLabel> |
| 964 | <dc:Bounds x="1368" y="1249" width="0" height="0" /> |
| 965 | </bpmndi:BPMNLabel> |
| 966 | </bpmndi:BPMNEdge> |
| 967 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1"> |
| 968 | <dc:Bounds x="2107" y="1079" width="36" height="36" /> |
| 969 | <bpmndi:BPMNLabel> |
| 970 | <dc:Bounds x="2125" y="1120" width="0" height="0" /> |
| 971 | </bpmndi:BPMNLabel> |
| 972 | </bpmndi:BPMNShape> |
| 973 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218"> |
| 974 | <di:waypoint xsi:type="dc:Point" x="1863" y="1097" /> |
| 975 | <di:waypoint xsi:type="dc:Point" x="1929" y="1096" /> |
| 976 | <bpmndi:BPMNLabel> |
| 977 | <dc:Bounds x="1896" y="1082" width="0" height="0" /> |
| 978 | </bpmndi:BPMNLabel> |
| 979 | </bpmndi:BPMNEdge> |
| 980 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2"> |
| 981 | <dc:Bounds x="1281" y="1060" width="36" height="36" /> |
| 982 | <bpmndi:BPMNLabel> |
| 983 | <dc:Bounds x="1257" y="1101" width="84" height="36" /> |
| 984 | </bpmndi:BPMNLabel> |
| 985 | </bpmndi:BPMNShape> |
| 986 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3"> |
| 987 | <dc:Bounds x="-27" y="1241" width="36" height="36" /> |
| 988 | <bpmndi:BPMNLabel> |
| 989 | <dc:Bounds x="-35" y="1282" width="84" height="24" /> |
| 990 | </bpmndi:BPMNLabel> |
| 991 | </bpmndi:BPMNShape> |
| 992 | <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest"> |
| 993 | <dc:Bounds x="1502" y="1204" width="121" height="112" /> |
| 994 | </bpmndi:BPMNShape> |
| 995 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176"> |
| 996 | <di:waypoint xsi:type="dc:Point" x="1623" y="1260" /> |
| 997 | <di:waypoint xsi:type="dc:Point" x="1688" y="1260" /> |
| 998 | <bpmndi:BPMNLabel> |
| 999 | <dc:Bounds x="1656" y="1245" width="0" height="0" /> |
| 1000 | </bpmndi:BPMNLabel> |
| 1001 | </bpmndi:BPMNEdge> |
| 1002 | <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest"> |
| 1003 | <dc:Bounds x="583" y="1031" width="121" height="96" /> |
| 1004 | </bpmndi:BPMNShape> |
| 1005 | <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest"> |
| 1006 | <dc:Bounds x="907" y="1033" width="116" height="92" /> |
| 1007 | </bpmndi:BPMNShape> |
| 1008 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25"> |
| 1009 | <di:waypoint xsi:type="dc:Point" x="554" y="1078" /> |
| 1010 | <di:waypoint xsi:type="dc:Point" x="569" y="1078" /> |
| 1011 | <di:waypoint xsi:type="dc:Point" x="569" y="1079" /> |
| 1012 | <di:waypoint xsi:type="dc:Point" x="583" y="1079" /> |
| 1013 | <bpmndi:BPMNLabel> |
| 1014 | <dc:Bounds x="584" y="1069" width="0" height="0" /> |
| 1015 | </bpmndi:BPMNLabel> |
| 1016 | </bpmndi:BPMNEdge> |
| 1017 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173"> |
| 1018 | <di:waypoint xsi:type="dc:Point" x="703" y="1079" /> |
| 1019 | <di:waypoint xsi:type="dc:Point" x="746" y="1079" /> |
| 1020 | <bpmndi:BPMNLabel> |
| 1021 | <dc:Bounds x="725" y="1054" width="0" height="0" /> |
| 1022 | </bpmndi:BPMNLabel> |
| 1023 | </bpmndi:BPMNEdge> |
| 1024 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35"> |
| 1025 | <di:waypoint xsi:type="dc:Point" x="866" y="1079" /> |
| 1026 | <di:waypoint xsi:type="dc:Point" x="907" y="1079" /> |
| 1027 | <bpmndi:BPMNLabel> |
| 1028 | <dc:Bounds x="887" y="1054" width="0" height="0" /> |
| 1029 | </bpmndi:BPMNLabel> |
| 1030 | </bpmndi:BPMNEdge> |
| 1031 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule"> |
| 1032 | <dc:Bounds x="1224" y="516" width="125" height="92" /> |
| 1033 | </bpmndi:BPMNShape> |
| 1034 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true"> |
| 1035 | <dc:Bounds x="1128" y="368" width="50" height="50" /> |
| 1036 | <bpmndi:BPMNLabel> |
| 1037 | <dc:Bounds x="1092" y="336" width="124" height="22" /> |
| 1038 | </bpmndi:BPMNLabel> |
| 1039 | </bpmndi:BPMNShape> |
| 1040 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true"> |
| 1041 | <dc:Bounds x="1408" y="368" width="50" height="50" /> |
| 1042 | <bpmndi:BPMNLabel> |
| 1043 | <dc:Bounds x="1395" y="329" width="75" height="36" /> |
| 1044 | </bpmndi:BPMNLabel> |
| 1045 | </bpmndi:BPMNShape> |
| 1046 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215"> |
| 1047 | <di:waypoint xsi:type="dc:Point" x="1153" y="418" /> |
| 1048 | <di:waypoint xsi:type="dc:Point" x="1153" y="562" /> |
| 1049 | <di:waypoint xsi:type="dc:Point" x="1224" y="562" /> |
| 1050 | <bpmndi:BPMNLabel> |
| 1051 | <dc:Bounds x="1122" y="450" width="20" height="22" /> |
| 1052 | </bpmndi:BPMNLabel> |
| 1053 | </bpmndi:BPMNEdge> |
| 1054 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212"> |
| 1055 | <di:waypoint xsi:type="dc:Point" x="1178" y="393" /> |
| 1056 | <di:waypoint xsi:type="dc:Point" x="1408" y="393" /> |
| 1057 | <bpmndi:BPMNLabel> |
| 1058 | <dc:Bounds x="1285" y="393" width="27" height="22" /> |
| 1059 | </bpmndi:BPMNLabel> |
| 1060 | </bpmndi:BPMNEdge> |
| 1061 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule"> |
| 1062 | <dc:Bounds x="897" y="348" width="125" height="92" /> |
| 1063 | </bpmndi:BPMNShape> |
| 1064 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211"> |
| 1065 | <di:waypoint xsi:type="dc:Point" x="1021" y="394" /> |
| 1066 | <di:waypoint xsi:type="dc:Point" x="1075" y="394" /> |
| 1067 | <di:waypoint xsi:type="dc:Point" x="1075" y="393" /> |
| 1068 | <di:waypoint xsi:type="dc:Point" x="1128" y="393" /> |
| 1069 | <bpmndi:BPMNLabel> |
| 1070 | <dc:Bounds x="1072" y="394" width="6" height="6" /> |
| 1071 | </bpmndi:BPMNLabel> |
| 1072 | </bpmndi:BPMNEdge> |
| 1073 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212"> |
| 1074 | <di:waypoint xsi:type="dc:Point" x="1348" y="562" /> |
| 1075 | <di:waypoint xsi:type="dc:Point" x="1378" y="562" /> |
| 1076 | <di:waypoint xsi:type="dc:Point" x="1378" y="393" /> |
| 1077 | <di:waypoint xsi:type="dc:Point" x="1408" y="393" /> |
| 1078 | <bpmndi:BPMNLabel> |
| 1079 | <dc:Bounds x="1393" y="468" width="0" height="0" /> |
| 1080 | </bpmndi:BPMNLabel> |
| 1081 | </bpmndi:BPMNEdge> |
| 1082 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess"> |
| 1083 | <dc:Bounds x="1929" y="1049" width="128" height="95" /> |
| 1084 | </bpmndi:BPMNShape> |
| 1085 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175"> |
| 1086 | <di:waypoint xsi:type="dc:Point" x="2057" y="1097" /> |
| 1087 | <di:waypoint xsi:type="dc:Point" x="2107" y="1096" /> |
| 1088 | <bpmndi:BPMNLabel> |
| 1089 | <dc:Bounds x="2082" y="1082" width="0" height="0" /> |
| 1090 | </bpmndi:BPMNLabel> |
| 1091 | </bpmndi:BPMNEdge> |
| 1092 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion"> |
| 1093 | <dc:Bounds x="101" y="440" width="134" height="81" /> |
| 1094 | </bpmndi:BPMNShape> |
| 1095 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254"> |
| 1096 | <di:waypoint xsi:type="dc:Point" x="169" y="418" /> |
| 1097 | <di:waypoint xsi:type="dc:Point" x="169" y="429" /> |
| 1098 | <di:waypoint xsi:type="dc:Point" x="168" y="429" /> |
| 1099 | <di:waypoint xsi:type="dc:Point" x="168" y="440" /> |
| 1100 | <bpmndi:BPMNLabel> |
| 1101 | <dc:Bounds x="180" y="417" width="27" height="22" /> |
| 1102 | </bpmndi:BPMNLabel> |
| 1103 | </bpmndi:BPMNEdge> |
| 1104 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172"> |
| 1105 | <di:waypoint xsi:type="dc:Point" x="168" y="520" /> |
| 1106 | <di:waypoint xsi:type="dc:Point" x="168" y="524" /> |
| 1107 | <di:waypoint xsi:type="dc:Point" x="168" y="581" /> |
| 1108 | <di:waypoint xsi:type="dc:Point" x="208" y="581" /> |
| 1109 | <di:waypoint xsi:type="dc:Point" x="209" y="581" /> |
| 1110 | <bpmndi:BPMNLabel> |
| 1111 | <dc:Bounds x="165" y="574" width="6" height="6" /> |
| 1112 | </bpmndi:BPMNLabel> |
| 1113 | </bpmndi:BPMNEdge> |
| 1114 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule"> |
| 1115 | <dc:Bounds x="696" y="348" width="121" height="92" /> |
| 1116 | </bpmndi:BPMNShape> |
| 1117 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216"> |
| 1118 | <di:waypoint xsi:type="dc:Point" x="816" y="394" /> |
| 1119 | <di:waypoint xsi:type="dc:Point" x="897" y="394" /> |
| 1120 | <bpmndi:BPMNLabel> |
| 1121 | <dc:Bounds x="857" y="369" width="0" height="0" /> |
| 1122 | </bpmndi:BPMNLabel> |
| 1123 | </bpmndi:BPMNEdge> |
| 1124 | <bpmndi:BPMNShape id="ExclusiveGateway_183x8vk_di" bpmnElement="ExclusiveGateway_183x8vk" isMarkerVisible="true"> |
| 1125 | <dc:Bounds x="1076" y="1055" width="50" height="50" /> |
| 1126 | <bpmndi:BPMNLabel> |
| 1127 | <dc:Bounds x="1056" y="1105" width="89" height="36" /> |
| 1128 | </bpmndi:BPMNLabel> |
| 1129 | </bpmndi:BPMNShape> |
| 1130 | <bpmndi:BPMNEdge id="SequenceFlow_1ushk1d_di" bpmnElement="SequenceFlow_1ushk1d"> |
| 1131 | <di:waypoint xsi:type="dc:Point" x="1023" y="1079" /> |
| 1132 | <di:waypoint xsi:type="dc:Point" x="1076" y="1080" /> |
| 1133 | <bpmndi:BPMNLabel> |
| 1134 | <dc:Bounds x="1050" y="1065" width="0" height="0" /> |
| 1135 | </bpmndi:BPMNLabel> |
| 1136 | </bpmndi:BPMNEdge> |
| 1137 | <bpmndi:BPMNEdge id="SequenceFlow_0ery1pk_di" bpmnElement="SequenceFlow_0ery1pk"> |
| 1138 | <di:waypoint xsi:type="dc:Point" x="1101" y="1055" /> |
| 1139 | <di:waypoint xsi:type="dc:Point" x="1101" y="979" /> |
| 1140 | <di:waypoint xsi:type="dc:Point" x="1147" y="979" /> |
| 1141 | <bpmndi:BPMNLabel> |
| 1142 | <dc:Bounds x="1054" y="1267" width="18" height="12" /> |
| 1143 | </bpmndi:BPMNLabel> |
| 1144 | </bpmndi:BPMNEdge> |
| 1145 | <bpmndi:BPMNEdge id="SequenceFlow_0xfanpi_di" bpmnElement="SequenceFlow_0xfanpi"> |
| 1146 | <di:waypoint xsi:type="dc:Point" x="1126" y="1080" /> |
| 1147 | <di:waypoint xsi:type="dc:Point" x="1281" y="1078" /> |
| 1148 | <bpmndi:BPMNLabel> |
| 1149 | <dc:Bounds x="1198" y="1054" width="12" height="12" /> |
| 1150 | </bpmndi:BPMNLabel> |
| 1151 | </bpmndi:BPMNEdge> |
| 1152 | <bpmndi:BPMNEdge id="SequenceFlow_0abffyj_di" bpmnElement="SequenceFlow_0abffyj"> |
| 1153 | <di:waypoint xsi:type="dc:Point" x="1247" y="979" /> |
| 1154 | <di:waypoint xsi:type="dc:Point" x="1299" y="979" /> |
| 1155 | <di:waypoint xsi:type="dc:Point" x="1299" y="1060" /> |
| 1156 | <bpmndi:BPMNLabel> |
| 1157 | <dc:Bounds x="1273" y="964" width="0" height="0" /> |
| 1158 | </bpmndi:BPMNLabel> |
| 1159 | </bpmndi:BPMNEdge> |
| 1160 | <bpmndi:BPMNShape id="ScriptTask_1dv7amn_di" bpmnElement="CreateNetworkPoliciesInAAI"> |
| 1161 | <dc:Bounds x="1147" y="939" width="100" height="80" /> |
| 1162 | </bpmndi:BPMNShape> |
| 1163 | <bpmndi:BPMNShape id="ExclusiveGateway_0f54imv_di" bpmnElement="ExclusiveGateway_0f54imv" isMarkerVisible="true"> |
| 1164 | <dc:Bounds x="64" y="1235" width="50" height="50" /> |
| 1165 | <bpmndi:BPMNLabel> |
| 1166 | <dc:Bounds x="51" y="1200" width="75" height="24" /> |
| 1167 | </bpmndi:BPMNLabel> |
| 1168 | </bpmndi:BPMNShape> |
| 1169 | <bpmndi:BPMNShape id="ExclusiveGateway_1edqxlf_di" bpmnElement="ExclusiveGateway_1edqxlf" isMarkerVisible="true"> |
| 1170 | <dc:Bounds x="432" y="1235" width="50" height="50" /> |
| 1171 | <bpmndi:BPMNLabel> |
| 1172 | <dc:Bounds x="457" y="1285" width="0" height="0" /> |
| 1173 | </bpmndi:BPMNLabel> |
| 1174 | </bpmndi:BPMNShape> |
| 1175 | <bpmndi:BPMNEdge id="SequenceFlow_0bi38s7_di" bpmnElement="SequenceFlow_0bi38s7"> |
| 1176 | <di:waypoint xsi:type="dc:Point" x="89" y="1285" /> |
| 1177 | <di:waypoint xsi:type="dc:Point" x="89" y="1438" /> |
| 1178 | <di:waypoint xsi:type="dc:Point" x="142" y="1438" /> |
| 1179 | <bpmndi:BPMNLabel> |
| 1180 | <dc:Bounds x="95" y="1362" width="18" height="12" /> |
| 1181 | </bpmndi:BPMNLabel> |
| 1182 | </bpmndi:BPMNEdge> |
| 1183 | <bpmndi:BPMNEdge id="SequenceFlow_1qm81ym_di" bpmnElement="SequenceFlow_1qm81ym"> |
| 1184 | <di:waypoint xsi:type="dc:Point" x="242" y="1438" /> |
| 1185 | <di:waypoint xsi:type="dc:Point" x="278" y="1438" /> |
| 1186 | <di:waypoint xsi:type="dc:Point" x="278" y="1438" /> |
| 1187 | <di:waypoint xsi:type="dc:Point" x="314" y="1438" /> |
| 1188 | <bpmndi:BPMNLabel> |
| 1189 | <dc:Bounds x="293" y="1438" width="0" height="0" /> |
| 1190 | </bpmndi:BPMNLabel> |
| 1191 | </bpmndi:BPMNEdge> |
| 1192 | <bpmndi:BPMNEdge id="SequenceFlow_112los9_di" bpmnElement="SequenceFlow_112los9"> |
| 1193 | <di:waypoint xsi:type="dc:Point" x="414" y="1438" /> |
| 1194 | <di:waypoint xsi:type="dc:Point" x="457" y="1438" /> |
| 1195 | <di:waypoint xsi:type="dc:Point" x="457" y="1285" /> |
| 1196 | <bpmndi:BPMNLabel> |
| 1197 | <dc:Bounds x="436" y="1423" width="0" height="0" /> |
| 1198 | </bpmndi:BPMNLabel> |
| 1199 | </bpmndi:BPMNEdge> |
| 1200 | <bpmndi:BPMNEdge id="SequenceFlow_1k5uku2_di" bpmnElement="SequenceFlow_1k5uku2"> |
| 1201 | <di:waypoint xsi:type="dc:Point" x="114" y="1260" /> |
| 1202 | <di:waypoint xsi:type="dc:Point" x="432" y="1260" /> |
| 1203 | <bpmndi:BPMNLabel> |
| 1204 | <dc:Bounds x="267" y="1245" width="12" height="12" /> |
| 1205 | </bpmndi:BPMNLabel> |
| 1206 | </bpmndi:BPMNEdge> |
| 1207 | <bpmndi:BPMNEdge id="SequenceFlow_1avfxsz_di" bpmnElement="SequenceFlow_1avfxsz"> |
| 1208 | <di:waypoint xsi:type="dc:Point" x="482" y="1260" /> |
| 1209 | <di:waypoint xsi:type="dc:Point" x="520" y="1260" /> |
| 1210 | <di:waypoint xsi:type="dc:Point" x="520" y="1260" /> |
| 1211 | <di:waypoint xsi:type="dc:Point" x="558" y="1260" /> |
| 1212 | <bpmndi:BPMNLabel> |
| 1213 | <dc:Bounds x="535" y="1260" width="0" height="0" /> |
| 1214 | </bpmndi:BPMNLabel> |
| 1215 | </bpmndi:BPMNEdge> |
| 1216 | <bpmndi:BPMNEdge id="SequenceFlow_0363dz7_di" bpmnElement="SequenceFlow_0363dz7"> |
| 1217 | <di:waypoint xsi:type="dc:Point" x="9" y="1259" /> |
| 1218 | <di:waypoint xsi:type="dc:Point" x="64" y="1260" /> |
| 1219 | <bpmndi:BPMNLabel> |
| 1220 | <dc:Bounds x="37" y="1235" width="0" height="0" /> |
| 1221 | </bpmndi:BPMNLabel> |
| 1222 | </bpmndi:BPMNEdge> |
| 1223 | <bpmndi:BPMNShape id="ScriptTask_0o3bcyq_di" bpmnElement="PreProcessUpdateAAIGenericVnf"> |
| 1224 | <dc:Bounds x="142" y="1399" width="100" height="80" /> |
| 1225 | </bpmndi:BPMNShape> |
| 1226 | <bpmndi:BPMNShape id="CallActivity_0j45ic9_di" bpmnElement="UpdateAAIGenericVNFTask"> |
| 1227 | <dc:Bounds x="314" y="1398" width="100" height="80" /> |
| 1228 | </bpmndi:BPMNShape> |
| 1229 | <bpmndi:BPMNEdge id="SequenceFlow_0zcfn2x_di" bpmnElement="SequenceFlow_0zcfn2x"> |
| 1230 | <di:waypoint xsi:type="dc:Point" x="1458" y="393" /> |
| 1231 | <di:waypoint xsi:type="dc:Point" x="2193" y="394" /> |
| 1232 | <bpmndi:BPMNLabel> |
| 1233 | <dc:Bounds x="1822" y="368.5010168687388" width="12" height="12" /> |
| 1234 | </bpmndi:BPMNLabel> |
| 1235 | </bpmndi:BPMNEdge> |
| 1236 | <bpmndi:BPMNEdge id="SequenceFlow_0m382su_di" bpmnElement="SequenceFlow_0m382su"> |
| 1237 | <di:waypoint xsi:type="dc:Point" x="1433" y="418" /> |
| 1238 | <di:waypoint xsi:type="dc:Point" x="1433" y="521" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 1239 | <di:waypoint xsi:type="dc:Point" x="1666" y="521" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1240 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 1241 | <dc:Bounds x="1363.5900806639468" y="422.98801391242307" width="19" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1242 | </bpmndi:BPMNLabel> |
| 1243 | </bpmndi:BPMNEdge> |
| 1244 | <bpmndi:BPMNEdge id="SequenceFlow_0g270u0_di" bpmnElement="SequenceFlow_0g270u0"> |
| 1245 | <di:waypoint xsi:type="dc:Point" x="1766" y="521" /> |
| 1246 | <di:waypoint xsi:type="dc:Point" x="1816" y="521" /> |
| 1247 | <bpmndi:BPMNLabel> |
| 1248 | <dc:Bounds x="1791" y="506" width="0" height="0" /> |
| 1249 | </bpmndi:BPMNLabel> |
| 1250 | </bpmndi:BPMNEdge> |
| 1251 | <bpmndi:BPMNEdge id="SequenceFlow_1yrlvgb_di" bpmnElement="SequenceFlow_1yrlvgb"> |
| 1252 | <di:waypoint xsi:type="dc:Point" x="1916" y="521" /> |
| 1253 | <di:waypoint xsi:type="dc:Point" x="1969" y="521" /> |
| 1254 | <bpmndi:BPMNLabel> |
| 1255 | <dc:Bounds x="1943" y="506" width="0" height="0" /> |
| 1256 | </bpmndi:BPMNLabel> |
| 1257 | </bpmndi:BPMNEdge> |
| 1258 | <bpmndi:BPMNShape id="ScriptTask_1j22oyj_di" bpmnElement="PreProcessSDNCVnfGetRequest"> |
| 1259 | <dc:Bounds x="1666" y="481" width="100" height="80" /> |
| 1260 | </bpmndi:BPMNShape> |
| 1261 | <bpmndi:BPMNShape id="CallActivity_10t4tix_di" bpmnElement="CallSDNCAdapterVNFTopologyGET"> |
| 1262 | <dc:Bounds x="1816" y="481" width="100" height="80" /> |
| 1263 | </bpmndi:BPMNShape> |
| 1264 | <bpmndi:BPMNShape id="ScriptTask_09wgk9p_di" bpmnElement="PostProcessSDNCVnfGetRequest"> |
| 1265 | <dc:Bounds x="1969" y="481" width="100" height="80" /> |
| 1266 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1267 | <bpmndi:BPMNEdge id="SequenceFlow_170kw7h_di" bpmnElement="SequenceFlow_170kw7h"> |
| 1268 | <di:waypoint xsi:type="dc:Point" x="2069" y="521" /> |
| 1269 | <di:waypoint xsi:type="dc:Point" x="2131" y="521" /> |
| 1270 | <di:waypoint xsi:type="dc:Point" x="2131" y="394" /> |
| 1271 | <di:waypoint xsi:type="dc:Point" x="2193" y="394" /> |
| 1272 | <bpmndi:BPMNLabel> |
| 1273 | <dc:Bounds x="2146" y="447.5" width="0" height="0" /> |
| 1274 | </bpmndi:BPMNLabel> |
| 1275 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1276 | <bpmndi:BPMNEdge id="SequenceFlow_1f53tby_di" bpmnElement="SequenceFlow_1f53tby"> |
| 1277 | <di:waypoint xsi:type="dc:Point" x="776" y="282" /> |
| 1278 | <di:waypoint xsi:type="dc:Point" x="846" y="282" /> |
| 1279 | <di:waypoint xsi:type="dc:Point" x="846" y="189" /> |
| 1280 | <bpmndi:BPMNLabel> |
| 1281 | <dc:Bounds x="811" y="267" width="0" height="0" /> |
| 1282 | </bpmndi:BPMNLabel> |
| 1283 | </bpmndi:BPMNEdge> |
| 1284 | <bpmndi:BPMNShape id="ExclusiveGateway_0ffvqla_di" bpmnElement="ExclusiveGateway_0ffvqla" isMarkerVisible="true"> |
| 1285 | <dc:Bounds x="592" y="146" width="50" height="50" /> |
| 1286 | <bpmndi:BPMNLabel> |
| 1287 | <dc:Bounds x="574" y="98" width="86" height="36" /> |
| 1288 | </bpmndi:BPMNLabel> |
| 1289 | </bpmndi:BPMNShape> |
| 1290 | <bpmndi:BPMNEdge id="SequenceFlow_0270n5c_di" bpmnElement="SequenceFlow_0270n5c"> |
| 1291 | <di:waypoint xsi:type="dc:Point" x="642" y="171" /> |
| 1292 | <di:waypoint xsi:type="dc:Point" x="828" y="171" /> |
| 1293 | <bpmndi:BPMNLabel> |
| 1294 | <dc:Bounds x="699" y="145" width="18" height="12" /> |
| 1295 | </bpmndi:BPMNLabel> |
| 1296 | </bpmndi:BPMNEdge> |
| 1297 | <bpmndi:BPMNEdge id="SequenceFlow_05og7iw_di" bpmnElement="SequenceFlow_05og7iw"> |
| 1298 | <di:waypoint xsi:type="dc:Point" x="617" y="196" /> |
| 1299 | <di:waypoint xsi:type="dc:Point" x="617" y="282" /> |
| 1300 | <di:waypoint xsi:type="dc:Point" x="676" y="282" /> |
| 1301 | <bpmndi:BPMNLabel> |
| 1302 | <dc:Bounds x="626" y="239" width="12" height="12" /> |
| 1303 | </bpmndi:BPMNLabel> |
| 1304 | </bpmndi:BPMNEdge> |
| 1305 | <bpmndi:BPMNShape id="CallActivity_14nvmgk_di" bpmnElement="Task_0kuj2a1"> |
| 1306 | <dc:Bounds x="676" y="242" width="100" height="80" /> |
| 1307 | </bpmndi:BPMNShape> |
| 1308 | <bpmndi:BPMNShape id="SubProcess_0ltzufk_di" bpmnElement="SubProcess_0ltzufk" isExpanded="true"> |
| 1309 | <dc:Bounds x="-52" y="1578" width="1047" height="338" /> |
| 1310 | </bpmndi:BPMNShape> |
| 1311 | <bpmndi:BPMNShape id="StartEvent_18lzc5m_di" bpmnElement="StartEvent_18lzc5m"> |
| 1312 | <dc:Bounds x="91" y="1682" width="36" height="36" /> |
| 1313 | <bpmndi:BPMNLabel> |
| 1314 | <dc:Bounds x="109" y="1723" width="0" height="0" /> |
| 1315 | </bpmndi:BPMNLabel> |
| 1316 | </bpmndi:BPMNShape> |
| 1317 | <bpmndi:BPMNShape id="EndEvent_0wsdptv_di" bpmnElement="EndEvent_0wsdptv"> |
| 1318 | <dc:Bounds x="859" y="1682" width="36" height="36" /> |
| 1319 | <bpmndi:BPMNLabel> |
| 1320 | <dc:Bounds x="877" y="1723" width="0" height="0" /> |
| 1321 | </bpmndi:BPMNLabel> |
| 1322 | </bpmndi:BPMNShape> |
| 1323 | <bpmndi:BPMNShape id="CallActivity_1ehr5kq_di" bpmnElement="CallDoCreateVfModuleRollback"> |
| 1324 | <dc:Bounds x="507" y="1660" width="100" height="80" /> |
| 1325 | </bpmndi:BPMNShape> |
| 1326 | <bpmndi:BPMNShape id="ScriptTask_0upatdd_di" bpmnElement="PreProcessRollback"> |
| 1327 | <dc:Bounds x="327" y="1660" width="100" height="80" /> |
| 1328 | </bpmndi:BPMNShape> |
| 1329 | <bpmndi:BPMNShape id="ScriptTask_0o1zc29_di" bpmnElement="PostProcessRollback"> |
| 1330 | <dc:Bounds x="692" y="1660" width="100" height="80" /> |
| 1331 | </bpmndi:BPMNShape> |
| 1332 | <bpmndi:BPMNEdge id="SequenceFlow_02lc25j_di" bpmnElement="SequenceFlow_02lc25j"> |
| 1333 | <di:waypoint xsi:type="dc:Point" x="127" y="1700" /> |
| 1334 | <di:waypoint xsi:type="dc:Point" x="194" y="1700" /> |
| 1335 | <bpmndi:BPMNLabel> |
| 1336 | <dc:Bounds x="161" y="1685" width="0" height="0" /> |
| 1337 | </bpmndi:BPMNLabel> |
| 1338 | </bpmndi:BPMNEdge> |
| 1339 | <bpmndi:BPMNEdge id="SequenceFlow_0z2rczk_di" bpmnElement="SequenceFlow_0z2rczk"> |
| 1340 | <di:waypoint xsi:type="dc:Point" x="792" y="1700" /> |
| 1341 | <di:waypoint xsi:type="dc:Point" x="824" y="1700" /> |
| 1342 | <di:waypoint xsi:type="dc:Point" x="824" y="1700" /> |
| 1343 | <di:waypoint xsi:type="dc:Point" x="859" y="1700" /> |
| 1344 | <bpmndi:BPMNLabel> |
| 1345 | <dc:Bounds x="839" y="1700" width="0" height="0" /> |
| 1346 | </bpmndi:BPMNLabel> |
| 1347 | </bpmndi:BPMNEdge> |
| 1348 | <bpmndi:BPMNEdge id="SequenceFlow_1i1q78e_di" bpmnElement="SequenceFlow_1i1q78e"> |
| 1349 | <di:waypoint xsi:type="dc:Point" x="427" y="1700" /> |
| 1350 | <di:waypoint xsi:type="dc:Point" x="507" y="1700" /> |
| 1351 | <bpmndi:BPMNLabel> |
| 1352 | <dc:Bounds x="467" y="1685" width="0" height="0" /> |
| 1353 | </bpmndi:BPMNLabel> |
| 1354 | </bpmndi:BPMNEdge> |
| 1355 | <bpmndi:BPMNEdge id="SequenceFlow_0112l2c_di" bpmnElement="SequenceFlow_0112l2c"> |
| 1356 | <di:waypoint xsi:type="dc:Point" x="607" y="1700" /> |
| 1357 | <di:waypoint xsi:type="dc:Point" x="692" y="1700" /> |
| 1358 | <bpmndi:BPMNLabel> |
| 1359 | <dc:Bounds x="650" y="1685" width="0" height="0" /> |
| 1360 | </bpmndi:BPMNLabel> |
| 1361 | </bpmndi:BPMNEdge> |
| 1362 | <bpmndi:BPMNShape id="ExclusiveGateway_039bib8_di" bpmnElement="ExclusiveGateway_039bib8" isMarkerVisible="true"> |
| 1363 | <dc:Bounds x="194" y="1675" width="50" height="50" /> |
| 1364 | <bpmndi:BPMNLabel> |
| 1365 | <dc:Bounds x="175" y="1647" width="87" height="12" /> |
| 1366 | </bpmndi:BPMNLabel> |
| 1367 | </bpmndi:BPMNShape> |
| 1368 | <bpmndi:BPMNEdge id="SequenceFlow_04bd5in_di" bpmnElement="SequenceFlow_04bd5in"> |
| 1369 | <di:waypoint xsi:type="dc:Point" x="244" y="1700" /> |
| 1370 | <di:waypoint xsi:type="dc:Point" x="327" y="1700" /> |
| 1371 | <bpmndi:BPMNLabel> |
| 1372 | <dc:Bounds x="280" y="1685" width="12" height="12" /> |
| 1373 | </bpmndi:BPMNLabel> |
| 1374 | </bpmndi:BPMNEdge> |
| 1375 | <bpmndi:BPMNEdge id="SequenceFlow_1nh7m8d_di" bpmnElement="SequenceFlow_1nh7m8d"> |
| 1376 | <di:waypoint xsi:type="dc:Point" x="219" y="1725" /> |
| 1377 | <di:waypoint xsi:type="dc:Point" x="219" y="1824" /> |
| 1378 | <di:waypoint xsi:type="dc:Point" x="507" y="1824" /> |
| 1379 | <bpmndi:BPMNLabel> |
| 1380 | <dc:Bounds x="225" y="1775" width="18" height="12" /> |
| 1381 | </bpmndi:BPMNLabel> |
| 1382 | </bpmndi:BPMNEdge> |
| 1383 | <bpmndi:BPMNShape id="ScriptTask_05v20n0_di" bpmnElement="Task_1fm09pi"> |
| 1384 | <dc:Bounds x="507" y="1784" width="100" height="80" /> |
| 1385 | </bpmndi:BPMNShape> |
| 1386 | <bpmndi:BPMNEdge id="SequenceFlow_1pgo10r_di" bpmnElement="SequenceFlow_1pgo10r"> |
| 1387 | <di:waypoint xsi:type="dc:Point" x="607" y="1824" /> |
| 1388 | <di:waypoint xsi:type="dc:Point" x="877" y="1824" /> |
| 1389 | <di:waypoint xsi:type="dc:Point" x="877" y="1718" /> |
| 1390 | <bpmndi:BPMNLabel> |
| 1391 | <dc:Bounds x="742" y="1809" width="0" height="0" /> |
| 1392 | </bpmndi:BPMNLabel> |
| 1393 | </bpmndi:BPMNEdge> |
| 1394 | <bpmndi:BPMNShape id="ExclusiveGateway_0jw7ymg_di" bpmnElement="ExclusiveGateway_0jw7ymg" isMarkerVisible="true"> |
| 1395 | <dc:Bounds x="803" y="696" width="50" height="50" /> |
| 1396 | <bpmndi:BPMNLabel> |
| 1397 | <dc:Bounds x="797" y="653" width="61" height="24" /> |
| 1398 | </bpmndi:BPMNLabel> |
| 1399 | </bpmndi:BPMNShape> |
| 1400 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7"> |
| 1401 | <di:waypoint xsi:type="dc:Point" x="1434" y="1259" /> |
| 1402 | <di:waypoint xsi:type="dc:Point" x="1502" y="1260" /> |
| 1403 | <bpmndi:BPMNLabel> |
| 1404 | <dc:Bounds x="1454" y="1264.6906474820144" width="18" height="12" /> |
| 1405 | </bpmndi:BPMNLabel> |
| 1406 | </bpmndi:BPMNEdge> |
| 1407 | <bpmndi:BPMNShape id="ExclusiveGateway_19933zh_di" bpmnElement="ExclusiveGateway_19933zh" isMarkerVisible="true"> |
| 1408 | <dc:Bounds x="302" y="146" width="50" height="50" /> |
| 1409 | <bpmndi:BPMNLabel> |
| 1410 | <dc:Bounds x="295" y="196" width="63" height="12" /> |
| 1411 | </bpmndi:BPMNLabel> |
| 1412 | </bpmndi:BPMNShape> |
| 1413 | <bpmndi:BPMNEdge id="SequenceFlow_1y1ttqe_di" bpmnElement="SequenceFlow_1y1ttqe"> |
| 1414 | <di:waypoint xsi:type="dc:Point" x="352" y="171" /> |
| 1415 | <di:waypoint xsi:type="dc:Point" x="592" y="171" /> |
| 1416 | <bpmndi:BPMNLabel> |
| 1417 | <dc:Bounds x="379" y="147" width="12" height="12" /> |
| 1418 | </bpmndi:BPMNLabel> |
| 1419 | </bpmndi:BPMNEdge> |
| 1420 | <bpmndi:BPMNShape id="ExclusiveGateway_02fd6gx_di" bpmnElement="ExclusiveGateway_02fd6gx" isMarkerVisible="true"> |
| 1421 | <dc:Bounds x="447" y="-1" width="50" height="50" /> |
| 1422 | <bpmndi:BPMNLabel> |
| 1423 | <dc:Bounds x="427" y="-48" width="89" height="36" /> |
| 1424 | </bpmndi:BPMNLabel> |
| 1425 | </bpmndi:BPMNShape> |
| 1426 | <bpmndi:BPMNEdge id="SequenceFlow_0lilmm3_di" bpmnElement="SequenceFlow_0lilmm3"> |
| 1427 | <di:waypoint xsi:type="dc:Point" x="472" y="49" /> |
| 1428 | <di:waypoint xsi:type="dc:Point" x="472" y="171" /> |
| 1429 | <di:waypoint xsi:type="dc:Point" x="592" y="171" /> |
| 1430 | <bpmndi:BPMNLabel> |
| 1431 | <dc:Bounds x="482" y="100" width="12" height="12" /> |
| 1432 | </bpmndi:BPMNLabel> |
| 1433 | </bpmndi:BPMNEdge> |
| 1434 | <bpmndi:BPMNEdge id="SequenceFlow_1y8q87e_di" bpmnElement="SequenceFlow_1y8q87e"> |
| 1435 | <di:waypoint xsi:type="dc:Point" x="327" y="146" /> |
| 1436 | <di:waypoint xsi:type="dc:Point" x="327" y="64" /> |
| 1437 | <bpmndi:BPMNLabel> |
| 1438 | <dc:Bounds x="333" y="95" width="18" height="12" /> |
| 1439 | </bpmndi:BPMNLabel> |
| 1440 | </bpmndi:BPMNEdge> |
| 1441 | <bpmndi:BPMNEdge id="SequenceFlow_1sf1091_di" bpmnElement="SequenceFlow_1sf1091"> |
| 1442 | <di:waypoint xsi:type="dc:Point" x="377" y="24" /> |
| 1443 | <di:waypoint xsi:type="dc:Point" x="447" y="24" /> |
| 1444 | <bpmndi:BPMNLabel> |
| 1445 | <dc:Bounds x="412" y="9" width="0" height="0" /> |
| 1446 | </bpmndi:BPMNLabel> |
| 1447 | </bpmndi:BPMNEdge> |
| 1448 | <bpmndi:BPMNEdge id="SequenceFlow_17cp3tn_di" bpmnElement="SequenceFlow_17cp3tn"> |
| 1449 | <di:waypoint xsi:type="dc:Point" x="853" y="721" /> |
| 1450 | <di:waypoint xsi:type="dc:Point" x="901" y="720" /> |
| 1451 | <bpmndi:BPMNLabel> |
| 1452 | <dc:Bounds x="866" y="694.5" width="18" height="12" /> |
| 1453 | </bpmndi:BPMNLabel> |
| 1454 | </bpmndi:BPMNEdge> |
| 1455 | <bpmndi:BPMNShape id="EndEvent_0b33fd2_di" bpmnElement="EndEvent_0pd6bbj"> |
| 1456 | <dc:Bounds x="1367" y="701" width="36" height="36" /> |
| 1457 | <bpmndi:BPMNLabel> |
| 1458 | <dc:Bounds x="1385" y="737" width="0" height="0" /> |
| 1459 | </bpmndi:BPMNLabel> |
| 1460 | </bpmndi:BPMNShape> |
| 1461 | <bpmndi:BPMNEdge id="SequenceFlow_15i583d_di" bpmnElement="SequenceFlow_15i583d"> |
| 1462 | <di:waypoint xsi:type="dc:Point" x="497" y="24" /> |
| 1463 | <di:waypoint xsi:type="dc:Point" x="559" y="24" /> |
| 1464 | <bpmndi:BPMNLabel> |
| 1465 | <dc:Bounds x="513" y="3.588067006526856" width="18" height="12" /> |
| 1466 | </bpmndi:BPMNLabel> |
| 1467 | </bpmndi:BPMNEdge> |
| 1468 | <bpmndi:BPMNShape id="ExclusiveGateway_0gsliyw_di" bpmnElement="ExclusiveGateway_0gsliyw" isMarkerVisible="true"> |
| 1469 | <dc:Bounds x="592" y="694" width="50" height="50" /> |
| 1470 | <bpmndi:BPMNLabel> |
| 1471 | <dc:Bounds x="585" y="656" width="63" height="12" /> |
| 1472 | </bpmndi:BPMNLabel> |
| 1473 | </bpmndi:BPMNShape> |
| 1474 | <bpmndi:BPMNEdge id="SequenceFlow_16mgvsd_di" bpmnElement="SequenceFlow_16mgvsd"> |
| 1475 | <di:waypoint xsi:type="dc:Point" x="642" y="719" /> |
| 1476 | <di:waypoint xsi:type="dc:Point" x="668" y="719" /> |
| 1477 | <bpmndi:BPMNLabel> |
| 1478 | <dc:Bounds x="641" y="696" width="18" height="12" /> |
| 1479 | </bpmndi:BPMNLabel> |
| 1480 | </bpmndi:BPMNEdge> |
| 1481 | <bpmndi:BPMNEdge id="SequenceFlow_1nh92s8_di" bpmnElement="SequenceFlow_1nh92s8"> |
| 1482 | <di:waypoint xsi:type="dc:Point" x="556" y="720" /> |
| 1483 | <di:waypoint xsi:type="dc:Point" x="592" y="719" /> |
| 1484 | <bpmndi:BPMNLabel> |
| 1485 | <dc:Bounds x="574" y="694.5" width="0" height="0" /> |
| 1486 | </bpmndi:BPMNLabel> |
| 1487 | </bpmndi:BPMNEdge> |
| 1488 | <bpmndi:BPMNEdge id="SequenceFlow_0cc17yk_di" bpmnElement="SequenceFlow_0cc17yk"> |
| 1489 | <di:waypoint xsi:type="dc:Point" x="768" y="720" /> |
| 1490 | <di:waypoint xsi:type="dc:Point" x="803" y="721" /> |
| 1491 | <bpmndi:BPMNLabel> |
| 1492 | <dc:Bounds x="786" y="705.5" width="0" height="0" /> |
| 1493 | </bpmndi:BPMNLabel> |
| 1494 | </bpmndi:BPMNEdge> |
| 1495 | <bpmndi:BPMNEdge id="SequenceFlow_1iyt5i4_di" bpmnElement="SequenceFlow_1iyt5i4"> |
| 1496 | <di:waypoint xsi:type="dc:Point" x="617" y="744" /> |
| 1497 | <di:waypoint xsi:type="dc:Point" x="617" y="799" /> |
| 1498 | <di:waypoint xsi:type="dc:Point" x="98" y="799" /> |
| 1499 | <di:waypoint xsi:type="dc:Point" x="98" y="881" /> |
| 1500 | <di:waypoint xsi:type="dc:Point" x="119" y="881" /> |
| 1501 | <bpmndi:BPMNLabel> |
| 1502 | <dc:Bounds x="466" y="776.3184256922661" width="12" height="12" /> |
| 1503 | </bpmndi:BPMNLabel> |
| 1504 | </bpmndi:BPMNEdge> |
| 1505 | <bpmndi:BPMNEdge id="SequenceFlow_006rnym_di" bpmnElement="SequenceFlow_006rnym"> |
| 1506 | <di:waypoint xsi:type="dc:Point" x="828" y="746" /> |
| 1507 | <di:waypoint xsi:type="dc:Point" x="828" y="815" /> |
| 1508 | <di:waypoint xsi:type="dc:Point" x="169" y="815" /> |
| 1509 | <di:waypoint xsi:type="dc:Point" x="169" y="841" /> |
| 1510 | <bpmndi:BPMNLabel> |
| 1511 | <dc:Bounds x="807" y="762.4025974025974" width="12" height="12" /> |
| 1512 | </bpmndi:BPMNLabel> |
| 1513 | </bpmndi:BPMNEdge> |
| 1514 | <bpmndi:BPMNEdge id="SequenceFlow_0ynd0iy_di" bpmnElement="SequenceFlow_0ynd0iy"> |
| 1515 | <di:waypoint xsi:type="dc:Point" x="1001" y="719" /> |
| 1516 | <di:waypoint xsi:type="dc:Point" x="1057" y="719" /> |
| 1517 | <bpmndi:BPMNLabel> |
| 1518 | <dc:Bounds x="1029" y="704" width="0" height="0" /> |
| 1519 | </bpmndi:BPMNLabel> |
| 1520 | </bpmndi:BPMNEdge> |
| 1521 | <bpmndi:BPMNEdge id="SequenceFlow_00bh7m7_di" bpmnElement="SequenceFlow_00bh7m7"> |
| 1522 | <di:waypoint xsi:type="dc:Point" x="1312" y="719" /> |
| 1523 | <di:waypoint xsi:type="dc:Point" x="1367" y="719" /> |
| 1524 | <bpmndi:BPMNLabel> |
| 1525 | <dc:Bounds x="1340" y="704" width="0" height="0" /> |
| 1526 | </bpmndi:BPMNLabel> |
| 1527 | </bpmndi:BPMNEdge> |
| 1528 | <bpmndi:BPMNEdge id="SequenceFlow_1mnipp8_di" bpmnElement="SequenceFlow_1mnipp8"> |
| 1529 | <di:waypoint xsi:type="dc:Point" x="1157" y="719" /> |
| 1530 | <di:waypoint xsi:type="dc:Point" x="1212" y="719" /> |
| 1531 | <bpmndi:BPMNLabel> |
| 1532 | <dc:Bounds x="1185" y="704" width="0" height="0" /> |
| 1533 | </bpmndi:BPMNLabel> |
| 1534 | </bpmndi:BPMNEdge> |
| 1535 | <bpmndi:BPMNShape id="CallActivity_1bvhxkk_di" bpmnElement="Task_08z2aai"> |
| 1536 | <dc:Bounds x="1057" y="679" width="100" height="80" /> |
| 1537 | </bpmndi:BPMNShape> |
| 1538 | <bpmndi:BPMNShape id="ScriptTask_05mwaoo_di" bpmnElement="Task_0kqh1of"> |
| 1539 | <dc:Bounds x="901" y="679" width="100" height="80" /> |
| 1540 | </bpmndi:BPMNShape> |
| 1541 | <bpmndi:BPMNShape id="ScriptTask_059xue9_di" bpmnElement="Task_08tnqe1"> |
| 1542 | <dc:Bounds x="668" y="679" width="100" height="80" /> |
| 1543 | </bpmndi:BPMNShape> |
| 1544 | <bpmndi:BPMNShape id="ScriptTask_1k3dub4_di" bpmnElement="Task_14n44kb"> |
| 1545 | <dc:Bounds x="277" y="-16" width="100" height="80" /> |
| 1546 | </bpmndi:BPMNShape> |
| 1547 | <bpmndi:BPMNShape id="ScriptTask_0okxyur_di" bpmnElement="Task_16p51r4"> |
| 1548 | <dc:Bounds x="1212" y="679" width="100" height="80" /> |
| 1549 | </bpmndi:BPMNShape> |
| 1550 | <bpmndi:BPMNShape id="ExclusiveGateway_1f6x9ii_di" bpmnElement="ExclusiveGateway_1f6x9ii" isMarkerVisible="true"> |
| 1551 | <dc:Bounds x="559" y="-1" width="50" height="50" /> |
| 1552 | <bpmndi:BPMNLabel> |
| 1553 | <dc:Bounds x="539" y="49" width="89" height="48" /> |
| 1554 | </bpmndi:BPMNLabel> |
| 1555 | </bpmndi:BPMNShape> |
| 1556 | <bpmndi:BPMNEdge id="SequenceFlow_0tfrcnc_di" bpmnElement="SequenceFlow_0tfrcnc"> |
| 1557 | <di:waypoint xsi:type="dc:Point" x="609" y="24" /> |
| 1558 | <di:waypoint xsi:type="dc:Point" x="946" y="24" /> |
| 1559 | <bpmndi:BPMNLabel> |
| 1560 | <dc:Bounds x="772" y="9" width="12" height="12" /> |
| 1561 | </bpmndi:BPMNLabel> |
| 1562 | </bpmndi:BPMNEdge> |
| 1563 | <bpmndi:BPMNEdge id="SequenceFlow_0oadvvx_di" bpmnElement="SequenceFlow_0oadvvx"> |
| 1564 | <di:waypoint xsi:type="dc:Point" x="584" y="-1" /> |
| 1565 | <di:waypoint xsi:type="dc:Point" x="584" y="-63" /> |
| 1566 | <di:waypoint xsi:type="dc:Point" x="616" y="-63" /> |
| 1567 | <bpmndi:BPMNLabel> |
| 1568 | <dc:Bounds x="590" y="-42" width="18" height="12" /> |
| 1569 | </bpmndi:BPMNLabel> |
| 1570 | </bpmndi:BPMNEdge> |
| 1571 | <bpmndi:BPMNShape id="ExclusiveGateway_09r5rvt_di" bpmnElement="ExclusiveGateway_09r5rvt" isMarkerVisible="true"> |
| 1572 | <dc:Bounds x="946" y="-1" width="50" height="50" /> |
| 1573 | <bpmndi:BPMNLabel> |
| 1574 | <dc:Bounds x="971" y="49" width="0" height="0" /> |
| 1575 | </bpmndi:BPMNLabel> |
| 1576 | </bpmndi:BPMNShape> |
| 1577 | <bpmndi:BPMNEdge id="SequenceFlow_1qzw172_di" bpmnElement="SequenceFlow_1qzw172"> |
| 1578 | <di:waypoint xsi:type="dc:Point" x="996" y="24" /> |
| 1579 | <di:waypoint xsi:type="dc:Point" x="1074" y="24" /> |
| 1580 | <bpmndi:BPMNLabel> |
| 1581 | <dc:Bounds x="1035" y="9" width="0" height="0" /> |
| 1582 | </bpmndi:BPMNLabel> |
| 1583 | </bpmndi:BPMNEdge> |
| 1584 | <bpmndi:BPMNEdge id="SequenceFlow_03batve_di" bpmnElement="SequenceFlow_03batve"> |
| 1585 | <di:waypoint xsi:type="dc:Point" x="716" y="-63" /> |
| 1586 | <di:waypoint xsi:type="dc:Point" x="796" y="-63" /> |
| 1587 | <bpmndi:BPMNLabel> |
| 1588 | <dc:Bounds x="756" y="-78" width="0" height="0" /> |
| 1589 | </bpmndi:BPMNLabel> |
| 1590 | </bpmndi:BPMNEdge> |
| 1591 | <bpmndi:BPMNEdge id="SequenceFlow_0c6p4aa_di" bpmnElement="SequenceFlow_0c6p4aa"> |
| 1592 | <di:waypoint xsi:type="dc:Point" x="896" y="-63" /> |
| 1593 | <di:waypoint xsi:type="dc:Point" x="971" y="-63" /> |
| 1594 | <di:waypoint xsi:type="dc:Point" x="971" y="-1" /> |
| 1595 | <bpmndi:BPMNLabel> |
| 1596 | <dc:Bounds x="934" y="-78" width="0" height="0" /> |
| 1597 | </bpmndi:BPMNLabel> |
| 1598 | </bpmndi:BPMNEdge> |
| 1599 | <bpmndi:BPMNShape id="ExclusiveGateway_04msdir_di" bpmnElement="ExclusiveGateway_04msdir" isMarkerVisible="true"> |
| 1600 | <dc:Bounds x="1074" y="-1" width="50" height="50" /> |
| 1601 | <bpmndi:BPMNLabel> |
| 1602 | <dc:Bounds x="1057" y="49" width="84" height="36" /> |
| 1603 | </bpmndi:BPMNLabel> |
| 1604 | </bpmndi:BPMNShape> |
| 1605 | <bpmndi:BPMNEdge id="SequenceFlow_0xed5sn_di" bpmnElement="SequenceFlow_0xed5sn"> |
| 1606 | <di:waypoint xsi:type="dc:Point" x="1124" y="24" /> |
| 1607 | <di:waypoint xsi:type="dc:Point" x="1338" y="24" /> |
| 1608 | <bpmndi:BPMNLabel> |
| 1609 | <dc:Bounds x="1222" y="9" width="18" height="12" /> |
| 1610 | </bpmndi:BPMNLabel> |
| 1611 | </bpmndi:BPMNEdge> |
| 1612 | <bpmndi:BPMNEdge id="SequenceFlow_0p3cspl_di" bpmnElement="SequenceFlow_0p3cspl"> |
| 1613 | <di:waypoint xsi:type="dc:Point" x="1099" y="-1" /> |
| 1614 | <di:waypoint xsi:type="dc:Point" x="1099" y="-63" /> |
| 1615 | <di:waypoint xsi:type="dc:Point" x="1190" y="-63" /> |
| 1616 | <bpmndi:BPMNLabel> |
| 1617 | <dc:Bounds x="1108" y="-41.26315789473686" width="12" height="12" /> |
| 1618 | </bpmndi:BPMNLabel> |
| 1619 | </bpmndi:BPMNEdge> |
| 1620 | <bpmndi:BPMNShape id="ExclusiveGateway_1biy4yg_di" bpmnElement="ExclusiveGateway_1biy4yg" isMarkerVisible="true"> |
| 1621 | <dc:Bounds x="1338" y="-1" width="50" height="50" /> |
| 1622 | <bpmndi:BPMNLabel> |
| 1623 | <dc:Bounds x="1363" y="49" width="0" height="0" /> |
| 1624 | </bpmndi:BPMNLabel> |
| 1625 | </bpmndi:BPMNShape> |
| 1626 | <bpmndi:BPMNEdge id="SequenceFlow_0p61zug_di" bpmnElement="SequenceFlow_0p61zug"> |
| 1627 | <di:waypoint xsi:type="dc:Point" x="1388" y="24" /> |
| 1628 | <di:waypoint xsi:type="dc:Point" x="1436" y="24" /> |
| 1629 | <di:waypoint xsi:type="dc:Point" x="1436" y="-170" /> |
| 1630 | <di:waypoint xsi:type="dc:Point" x="-60" y="-170" /> |
| 1631 | <di:waypoint xsi:type="dc:Point" x="-60" y="1078" /> |
| 1632 | <di:waypoint xsi:type="dc:Point" x="98" y="1078" /> |
| 1633 | <bpmndi:BPMNLabel> |
| 1634 | <dc:Bounds x="688" y="-185" width="0" height="0" /> |
| 1635 | </bpmndi:BPMNLabel> |
| 1636 | </bpmndi:BPMNEdge> |
| 1637 | <bpmndi:BPMNEdge id="SequenceFlow_1k7xbcu_di" bpmnElement="SequenceFlow_1k7xbcu"> |
| 1638 | <di:waypoint xsi:type="dc:Point" x="1290" y="-63" /> |
| 1639 | <di:waypoint xsi:type="dc:Point" x="1363" y="-63" /> |
| 1640 | <di:waypoint xsi:type="dc:Point" x="1363" y="-1" /> |
| 1641 | <bpmndi:BPMNLabel> |
| 1642 | <dc:Bounds x="1327" y="-78" width="0" height="0" /> |
| 1643 | </bpmndi:BPMNLabel> |
| 1644 | </bpmndi:BPMNEdge> |
| 1645 | <bpmndi:BPMNShape id="ScriptTask_0ti2a86_di" bpmnElement="Task_0dx8gpp"> |
| 1646 | <dc:Bounds x="616" y="-103" width="100" height="80" /> |
| 1647 | </bpmndi:BPMNShape> |
| 1648 | <bpmndi:BPMNShape id="CallActivity_1r5f381_di" bpmnElement="Task_0e8s9xm"> |
| 1649 | <dc:Bounds x="796" y="-103" width="100" height="80" /> |
| 1650 | </bpmndi:BPMNShape> |
| 1651 | <bpmndi:BPMNShape id="ScriptTask_0fajmo7_di" bpmnElement="Task_0cdjxcd"> |
| 1652 | <dc:Bounds x="1190" y="-103" width="100" height="80" /> |
| 1653 | </bpmndi:BPMNShape> |
| 1654 | <bpmndi:BPMNShape id="ScriptTask_065935d_di" bpmnElement="Task_19zw1li"> |
| 1655 | <dc:Bounds x="119" y="841" width="100" height="80" /> |
| 1656 | </bpmndi:BPMNShape> |
| 1657 | <bpmndi:BPMNShape id="CallActivity_11w102e_di" bpmnElement="Task_01b1fio"> |
| 1658 | <dc:Bounds x="285" y="841" width="100" height="80" /> |
| 1659 | </bpmndi:BPMNShape> |
| 1660 | <bpmndi:BPMNEdge id="SequenceFlow_0thm33s_di" bpmnElement="SequenceFlow_0thm33s"> |
| 1661 | <di:waypoint xsi:type="dc:Point" x="219" y="881" /> |
| 1662 | <di:waypoint xsi:type="dc:Point" x="285" y="881" /> |
| 1663 | <bpmndi:BPMNLabel> |
| 1664 | <dc:Bounds x="252" y="856" width="0" height="0" /> |
| 1665 | </bpmndi:BPMNLabel> |
| 1666 | </bpmndi:BPMNEdge> |
| 1667 | <bpmndi:BPMNEdge id="SequenceFlow_0aegg0r_di" bpmnElement="SequenceFlow_0aegg0r"> |
| 1668 | <di:waypoint xsi:type="dc:Point" x="385" y="881" /> |
| 1669 | <di:waypoint xsi:type="dc:Point" x="438" y="881" /> |
| 1670 | <di:waypoint xsi:type="dc:Point" x="438" y="953" /> |
| 1671 | <di:waypoint xsi:type="dc:Point" x="159" y="953" /> |
| 1672 | <di:waypoint xsi:type="dc:Point" x="159" y="1031" /> |
| 1673 | <bpmndi:BPMNLabel> |
| 1674 | <dc:Bounds x="453" y="917" width="0" height="0" /> |
| 1675 | </bpmndi:BPMNLabel> |
| 1676 | </bpmndi:BPMNEdge> |
| 1677 | </bpmndi:BPMNPlane> |
| 1678 | </bpmndi:BPMNDiagram> |
| 1679 | </bpmn2:definitions> |