Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
|
| 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">
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 40 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupName") != null && execution.getVariable("DCVFM_volumeGroupName") != "" }]]></bpmn2:conditionExpression>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 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_22</bpmn2:outgoing>
|
| 79 | <bpmn2:script><![CDATA[import org.openecomp.mso.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.openecomp.mso.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_22</bpmn2:incoming>
|
| 97 | <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
|
| 98 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 99 | def doCreateVfModule = new DoCreateVfModule()
|
| 100 | doCreateVfModule.preProcessSDNCGetRequest(execution, "vfmodule")]]></bpmn2:script>
|
| 101 | </bpmn2:scriptTask>
|
| 102 | <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyGET" name="Call SDNC Adapter: VF Module Topology GET" calledElement="sdncAdapter">
|
| 103 | <bpmn2:extensionElements>
|
| 104 | <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" />
|
| 105 | <camunda:in source="mso-request-id" target="mso-request-id" />
|
| 106 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
|
| 107 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 108 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 109 | <camunda:out source="sdncAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />
|
| 110 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
|
| 111 | </bpmn2:extensionElements>
|
| 112 | <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
|
| 113 | <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
|
| 114 | </bpmn2:callActivity>
|
| 115 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="PreProcessSDNCGetRequest" />
|
| 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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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_28</bpmn2:outgoing>
|
| 178 | <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
|
| 179 | </bpmn2:exclusiveGateway>
|
| 180 | <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest">
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 181 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 182 | </bpmn2:sequenceFlow>
|
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6" />
|
| 184 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessUpdateAAIVfModule_1" targetRef="UpdateAAIVfModule_1" />
|
| 185 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="UpdateAAIVfModule_1" targetRef="PreProcessSDNCActivateRequest" />
|
| 186 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PreProcessSDNCActivateRequest" targetRef="CallSDNCAdapterVFModuleTopologyActivate" />
|
| 187 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="CallSDNCAdapterVFModuleTopologyActivate" targetRef="PostProcessSDNCActivateRequest" />
|
| 188 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PostProcessSDNCActivateRequest" targetRef="ExclusiveGateway_5" />
|
| 189 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="UpdateAndActivate">
|
| 190 | <bpmn2:outgoing>SequenceFlow_0363dz7</bpmn2:outgoing>
|
| 191 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_30" name="UpdateAndActivate" />
|
| 192 | </bpmn2:intermediateCatchEvent>
|
| 193 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Provision">
|
| 194 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
|
| 195 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_29" name="Provision" />
|
| 196 | </bpmn2:intermediateCatchEvent>
|
| 197 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="IntermediateCatchEvent_2" targetRef="PreProcessSDNCAssignRequest" />
|
| 198 | <bpmn2:scriptTask id="PrepareCreateAAIVfModuleVolumeGroupRequest" name="Prepare CreateAAIVfModuleVolumeGroup Request" scriptFormat="groovy">
|
| 199 | <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
|
| 200 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
|
| 201 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 202 | def doCreateVfModule = new DoCreateVfModule()
|
| 203 | doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)]]></bpmn2:script>
|
| 204 | </bpmn2:scriptTask>
|
| 205 | <bpmn2:callActivity id="CreateAAIVfModuleVolumeGroup" name="CreateAAIVfModuleVolumeGroup" calledElement="CreateAAIVfModuleVolumeGroup">
|
| 206 | <bpmn2:extensionElements>
|
| 207 | <camunda:in source="DCVFM_createAAIVfModuleVolumeGroupRequest" target="CreateAAIVfModuleVolumeGroupRequest" />
|
| 208 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 209 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 210 | <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" />
|
| 211 | </bpmn2:extensionElements>
|
| 212 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
|
| 213 | <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
|
| 214 | </bpmn2:callActivity>
|
| 215 | <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateAAIVfModuleVolumeGroup" targetRef="ExclusiveGateway_6" />
|
| 216 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PrepareCreateAAIVfModuleVolumeGroupRequest" targetRef="CreateAAIVfModuleVolumeGroup" />
|
| 217 | <bpmn2:exclusiveGateway id="ExclusiveGateway_6">
|
| 218 | <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
|
| 219 | <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
|
| 220 | <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
|
| 221 | </bpmn2:exclusiveGateway>
|
| 222 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_setSuccess" />
|
| 223 | <bpmn2:scriptTask id="PreProcessVNFAdapterRequest" name="PreProcess VNF Adapter Request" scriptFormat="groovy">
|
| 224 | <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
|
| 225 | <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
|
| 226 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 227 | def doCreateVfModule = new DoCreateVfModule()
|
| 228 | doCreateVfModule.preProcessVNFAdapterRequest(execution)]]></bpmn2:script>
|
| 229 | </bpmn2:scriptTask>
|
| 230 | <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="vnfAdapterRestV1">
|
| 231 | <bpmn2:extensionElements>
|
| 232 | <camunda:in source="DCVFM_createVnfARequest" target="vnfAdapterRestV1Request" />
|
| 233 | <camunda:out source="vnfAdapterRestV1Response" target="DCVFM_createVnfAResponse" />
|
| 234 | <camunda:in source="mso-request-id" target="mso-request-id" />
|
| 235 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
|
| 236 | <camunda:in variables="all" />
|
| 237 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 238 | </bpmn2:extensionElements>
|
| 239 | <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
|
| 240 | <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
|
| 241 | </bpmn2:callActivity>
|
| 242 | <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNF Adapter Request" scriptFormat="groovy">
|
| 243 | <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
|
| 244 | <bpmn2:outgoing>SequenceFlow_1ushk1d</bpmn2:outgoing>
|
| 245 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 246 | def doCreateVfModule = new DoCreateVfModule()
|
| 247 | doCreateVfModule.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>
|
| 248 | </bpmn2:scriptTask>
|
| 249 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="To UpdateAndActivate">
|
| 250 | <bpmn2:incoming>SequenceFlow_0xfanpi</bpmn2:incoming>
|
| 251 | <bpmn2:incoming>SequenceFlow_0abffyj</bpmn2:incoming>
|
| 252 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_31" name="UpdateAndActivate" />
|
| 253 | </bpmn2:intermediateThrowEvent>
|
| 254 | <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="PostProcessSDNCGetRequest" targetRef="PreProcessVNFAdapterRequest" />
|
| 255 | <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="PreProcessVNFAdapterRequest" targetRef="CallVNFAdapterVFModuleCreate" />
|
| 256 | <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="CallVNFAdapterVFModuleCreate" targetRef="PostProcessVNFAdapterRequest" />
|
| 257 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="To Provision">
|
| 258 | <bpmn2:incoming>SequenceFlow_0zcfn2x</bpmn2:incoming>
|
| 259 | <bpmn2:incoming>SequenceFlow_170kw7h</bpmn2:incoming>
|
| 260 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_28" name="Provision" />
|
| 261 | </bpmn2:intermediateThrowEvent>
|
| 262 | <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Need to query SDNC for VNF Topology?" default="SequenceFlow_0zcfn2x">
|
| 263 | <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>
|
| 264 | <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>
|
| 265 | <bpmn2:outgoing>SequenceFlow_0zcfn2x</bpmn2:outgoing>
|
| 266 | <bpmn2:outgoing>SequenceFlow_0m382su</bpmn2:outgoing>
|
| 267 | </bpmn2:exclusiveGateway>
|
| 268 | <bpmn2:scriptTask id="PostProcessCreateAAIVfModule" name="PostProcess CreateAAIVfModule" scriptFormat="groovy">
|
| 269 | <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
|
| 270 | <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
|
| 271 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 272 | def doCreateVfModule = new DoCreateVfModule()
|
| 273 | doCreateVfModule.postProcessCreateAAIVfModule(execution)]]></bpmn2:script>
|
| 274 | </bpmn2:scriptTask>
|
| 275 | <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="PostProcessCreateAAIVfModule" targetRef="IsBaseVfModule" />
|
| 276 | <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_36">
|
| 277 | <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
|
| 278 | <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>
|
| 279 | <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>
|
| 280 | </bpmn2:exclusiveGateway>
|
| 281 | <bpmn2:sequenceFlow id="SequenceFlow_36" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule" />
|
| 282 | <bpmn2:sequenceFlow id="SequenceFlow_39" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_2">
|
| 283 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>
|
| 284 | </bpmn2:sequenceFlow>
|
| 285 | <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy">
|
| 286 | <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming>
|
| 287 | <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>
|
| 288 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 289 | def doCreateVfModule = new DoCreateVfModule()
|
| 290 | doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>
|
| 291 | </bpmn2:scriptTask>
|
| 292 | <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_2" />
|
| 293 | <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Set Success Indicator" scriptFormat="groovy">
|
| 294 | <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
|
| 295 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
|
| 296 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 297 | def doCreateVfModule = new DoCreateVfModule()
|
| 298 | doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script>
|
| 299 | </bpmn2:scriptTask>
|
| 300 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_1" />
|
| 301 | <bpmn2:endEvent id="EndEvent_1">
|
| 302 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
|
| 303 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_8" />
|
| 304 | </bpmn2:endEvent>
|
| 305 | <bpmn2:scriptTask id="QueryCloudRegion" name="Query Cloud Region" scriptFormat="groovy">
|
| 306 | <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming>
|
| 307 | <bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing>
|
| 308 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 309 | def doCreateVfModule = new DoCreateVfModule()
|
| 310 | return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script>
|
| 311 | </bpmn2:scriptTask>
|
| 312 | <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion">
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 313 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 314 | </bpmn2:sequenceFlow>
|
| 315 | <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant" />
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 316 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
|
| 317 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
|
| 318 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
|
| 319 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 320 | def doCreateVfModule = new DoCreateVfModule()
|
| 321 | doCreateVfModule.preProcessRequest(execution)]]></bpmn2:script>
|
| 322 | </bpmn2:scriptTask>
|
| 323 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="ExclusiveGateway_0ffvqla" />
|
| 324 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To DoCreateVfModule">
|
| 325 | <bpmn2:incoming>SequenceFlow_1f53tby</bpmn2:incoming>
|
| 326 | <bpmn2:incoming>SequenceFlow_0270n5c</bpmn2:incoming>
|
| 327 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_25" name="DoCreateVfModule" />
|
| 328 | </bpmn2:intermediateThrowEvent>
|
| 329 | <bpmn2:callActivity id="CreateAAIVfModule" name="CreateAAIVfModule" calledElement="CreateAAIVfModule">
|
| 330 | <bpmn2:extensionElements>
|
| 331 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 332 | <camunda:in source="isVidRequest" target="isVidRequest" />
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 333 | <camunda:in source="DCVFM_vfModuleId" target="newVfModuleId" />
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 334 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 335 | <camunda:out source="CreateAAIVfModuleResponse" target="DCVFM_createVfModuleResponse" />
|
| 336 | <camunda:in source="DCVFM_vnfId" target="vnfId" />
|
| 337 | <camunda:in source="DCVFM_vnfName" target="vnfName" />
|
| 338 | <camunda:in source="DCVFM_vnfType" target="vnfType" />
|
| 339 | <camunda:in source="DCVFM_serviceId" target="serviceId" />
|
| 340 | <camunda:in source="DCVFM_personaModelId" target="personaModelId" />
|
| 341 | <camunda:in source="DCVFM_isBaseVfModule" target="isBaseVfModule" />
|
| 342 | <camunda:in source="DCVFM_vfModuleName" target="vfModuleName" />
|
| 343 | <camunda:in source="DCVFM_vfModuleModelName" target="vfModuleModelName" />
|
| 344 | <camunda:in source="DCVFM_personaModelVersion" target="personaModelVersion" />
|
| 345 | <camunda:in source="DCVFM_modelCustomizationUuid" target="modelCustomizationId" />
|
| 346 | </bpmn2:extensionElements>
|
| 347 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
|
| 348 | <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
|
| 349 | </bpmn2:callActivity>
|
| 350 | <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="CreateAAIVfModule" targetRef="PostProcessCreateAAIVfModule" />
|
| 351 | <bpmn2:exclusiveGateway id="ExclusiveGateway_183x8vk" name="need to create network policies in AAI?" default="SequenceFlow_0xfanpi">
|
| 352 | <bpmn2:incoming>SequenceFlow_1ushk1d</bpmn2:incoming>
|
| 353 | <bpmn2:outgoing>SequenceFlow_0ery1pk</bpmn2:outgoing>
|
| 354 | <bpmn2:outgoing>SequenceFlow_0xfanpi</bpmn2:outgoing>
|
| 355 | </bpmn2:exclusiveGateway>
|
| 356 | <bpmn2:sequenceFlow id="SequenceFlow_1ushk1d" sourceRef="PostProcessVNFAdapterRequest" targetRef="ExclusiveGateway_183x8vk" />
|
| 357 | <bpmn2:sequenceFlow id="SequenceFlow_0ery1pk" name="yes" sourceRef="ExclusiveGateway_183x8vk" targetRef="CreateNetworkPoliciesInAAI">
|
| 358 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList") != null && !execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList").isEmpty()]]></bpmn2:conditionExpression>
|
| 359 | </bpmn2:sequenceFlow>
|
| 360 | <bpmn2:sequenceFlow id="SequenceFlow_0xfanpi" name="no" sourceRef="ExclusiveGateway_183x8vk" targetRef="IntermediateThrowEvent_2" />
|
| 361 | <bpmn2:sequenceFlow id="SequenceFlow_0abffyj" sourceRef="CreateNetworkPoliciesInAAI" targetRef="IntermediateThrowEvent_2" />
|
| 362 | <bpmn2:scriptTask id="CreateNetworkPoliciesInAAI" name="Create Network Policies In AAI" scriptFormat="groovy">
|
| 363 | <bpmn2:incoming>SequenceFlow_0ery1pk</bpmn2:incoming>
|
| 364 | <bpmn2:outgoing>SequenceFlow_0abffyj</bpmn2:outgoing>
|
| 365 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 366 | def doCreateVfModule = new DoCreateVfModule()
|
| 367 | doCreateVfModule.createNetworkPoliciesInAAI(execution)]]></bpmn2:script>
|
| 368 | </bpmn2:scriptTask>
|
| 369 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0f54imv" name="need to update VNF in AAI?" default="SequenceFlow_1k5uku2">
|
| 370 | <bpmn2:incoming>SequenceFlow_0363dz7</bpmn2:incoming>
|
| 371 | <bpmn2:outgoing>SequenceFlow_0bi38s7</bpmn2:outgoing>
|
| 372 | <bpmn2:outgoing>SequenceFlow_1k5uku2</bpmn2:outgoing>
|
| 373 | </bpmn2:exclusiveGateway>
|
| 374 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1edqxlf">
|
| 375 | <bpmn2:incoming>SequenceFlow_112los9</bpmn2:incoming>
|
| 376 | <bpmn2:incoming>SequenceFlow_1k5uku2</bpmn2:incoming>
|
| 377 | <bpmn2:outgoing>SequenceFlow_1avfxsz</bpmn2:outgoing>
|
| 378 | </bpmn2:exclusiveGateway>
|
| 379 | <bpmn2:sequenceFlow id="SequenceFlow_0bi38s7" name="yes" sourceRef="ExclusiveGateway_0f54imv" targetRef="PreProcessUpdateAAIGenericVnf">
|
| 380 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[!execution.getVariable("DCVFM_oamManagementV4Address").isEmpty() || !execution.getVariable("DCVFM_oamManagementV6Address").isEmpty()]]></bpmn2:conditionExpression>
|
| 381 | </bpmn2:sequenceFlow>
|
| 382 | <bpmn2:sequenceFlow id="SequenceFlow_1qm81ym" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVNFTask" />
|
| 383 | <bpmn2:sequenceFlow id="SequenceFlow_112los9" sourceRef="UpdateAAIGenericVNFTask" targetRef="ExclusiveGateway_1edqxlf" />
|
| 384 | <bpmn2:sequenceFlow id="SequenceFlow_1k5uku2" name="no" sourceRef="ExclusiveGateway_0f54imv" targetRef="ExclusiveGateway_1edqxlf" />
|
| 385 | <bpmn2:sequenceFlow id="SequenceFlow_1avfxsz" sourceRef="ExclusiveGateway_1edqxlf" targetRef="PreProcessUpdateAAIVfModule_1" />
|
| 386 | <bpmn2:sequenceFlow id="SequenceFlow_0363dz7" sourceRef="IntermediateCatchEvent_3" targetRef="ExclusiveGateway_0f54imv" />
|
| 387 | <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
|
| 388 | <bpmn2:incoming>SequenceFlow_0bi38s7</bpmn2:incoming>
|
| 389 | <bpmn2:outgoing>SequenceFlow_1qm81ym</bpmn2:outgoing>
|
| 390 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 391 | def doCreateVfModule = new DoCreateVfModule()
|
| 392 | doCreateVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
|
| 393 | </bpmn2:scriptTask>
|
| 394 | <bpmn2:callActivity id="UpdateAAIGenericVNFTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
|
| 395 | <bpmn2:extensionElements>
|
| 396 | <camunda:in source="DCVM_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
|
| 397 | <camunda:in source="mso-request-id" target="mso-request-id" />
|
| 398 | <camunda:in source="mso-service-id" target="mso-service-id" />
|
| 399 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 400 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 401 | </bpmn2:extensionElements>
|
| 402 | <bpmn2:incoming>SequenceFlow_1qm81ym</bpmn2:incoming>
|
| 403 | <bpmn2:outgoing>SequenceFlow_112los9</bpmn2:outgoing>
|
| 404 | </bpmn2:callActivity>
|
| 405 | <bpmn2:sequenceFlow id="SequenceFlow_0zcfn2x" name="no" sourceRef="ExclusiveGateway_2" targetRef="IntermediateThrowEvent_3" />
|
| 406 | <bpmn2:sequenceFlow id="SequenceFlow_0m382su" name="yes" sourceRef="ExclusiveGateway_2" targetRef="QueryVNF">
|
| 407 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_sdncVersion" ) == '1707'}]]></bpmn2:conditionExpression>
|
| 408 | </bpmn2:sequenceFlow>
|
| 409 | <bpmn2:sequenceFlow id="SequenceFlow_0g270u0" sourceRef="PreProcessSDNCVnfGetRequest" targetRef="CallSDNCAdapterVNFTopologyGET" />
|
| 410 | <bpmn2:sequenceFlow id="SequenceFlow_1yrlvgb" sourceRef="CallSDNCAdapterVNFTopologyGET" targetRef="PostProcessSDNCVnfGetRequest" />
|
| 411 | <bpmn2:scriptTask id="PreProcessSDNCVnfGetRequest" name="PreProcess SDNC VNF Topology GET Request" scriptFormat="groovy">
|
| 412 | <bpmn2:incoming>SequenceFlow_0d00zqi</bpmn2:incoming>
|
| 413 | <bpmn2:outgoing>SequenceFlow_0g270u0</bpmn2:outgoing>
|
| 414 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 415 | def doCreateVfModule = new DoCreateVfModule()
|
| 416 | doCreateVfModule.preProcessSDNCGetRequest(execution, 'vnf')]]></bpmn2:script>
|
| 417 | </bpmn2:scriptTask>
|
| 418 | <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGET" name="Call SDNC Adapter: VNF Topology GET" calledElement="sdncAdapter">
|
| 419 | <bpmn2:extensionElements>
|
| 420 | <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" />
|
| 421 | <camunda:in source="mso-request-id" target="mso-request-id" />
|
| 422 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
|
| 423 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 424 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 425 | <camunda:out source="sdncAdapterResponse" target="DCVFM_getVnfSDNCAdapterResponse" />
|
| 426 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
|
| 427 | </bpmn2:extensionElements>
|
| 428 | <bpmn2:incoming>SequenceFlow_0g270u0</bpmn2:incoming>
|
| 429 | <bpmn2:outgoing>SequenceFlow_1yrlvgb</bpmn2:outgoing>
|
| 430 | </bpmn2:callActivity>
|
| 431 | <bpmn2:scriptTask id="PostProcessSDNCVnfGetRequest" name="PostProcess SDNC VNF Toplogy GET request" scriptFormat="groovy">
|
| 432 | <bpmn2:incoming>SequenceFlow_1yrlvgb</bpmn2:incoming>
|
| 433 | <bpmn2:outgoing>SequenceFlow_170kw7h</bpmn2:outgoing>
|
| 434 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 435 |
|
| 436 | String response = execution.getVariable("DCVFM_getVnfSDNCAdapterResponse")
|
| 437 |
|
| 438 | def doCreateVfModule = new DoCreateVfModule()
|
| 439 | doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>
|
| 440 | </bpmn2:scriptTask>
|
| 441 | <bpmn2:sequenceFlow id="SequenceFlow_0d00zqi" sourceRef="QueryVNF" targetRef="PreProcessSDNCVnfGetRequest" />
|
| 442 | <bpmn2:sequenceFlow id="SequenceFlow_170kw7h" sourceRef="PostProcessSDNCVnfGetRequest" targetRef="IntermediateThrowEvent_3" />
|
| 443 | <bpmn2:callActivity id="QueryVNF" name="Query VNF" calledElement="GenericGetVnf">
|
| 444 | <bpmn2:extensionElements>
|
| 445 | <camunda:in source="DCVFM_vnfId" target="GENGV_vnfId" />
|
| 446 | <camunda:in source="DCVFM_vnfTypeToQuery" target="GENGV_type" />
|
| 447 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 448 | <camunda:out source="GENGV_vnf" target="DCVFM_vnfQueryResponse" />
|
| 449 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 450 | </bpmn2:extensionElements>
|
| 451 | <bpmn2:incoming>SequenceFlow_0m382su</bpmn2:incoming>
|
| 452 | <bpmn2:outgoing>SequenceFlow_0d00zqi</bpmn2:outgoing>
|
| 453 | </bpmn2:callActivity>
|
| 454 | <bpmn2:sequenceFlow id="SequenceFlow_1f53tby" sourceRef="Task_0kuj2a1" targetRef="IntermediateThrowEvent_1" />
|
| 455 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ffvqla" name="Is vf_module_name specified?" default="SequenceFlow_0270n5c">
|
| 456 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
|
| 457 | <bpmn2:outgoing>SequenceFlow_0270n5c</bpmn2:outgoing>
|
| 458 | <bpmn2:outgoing>SequenceFlow_05og7iw</bpmn2:outgoing>
|
| 459 | </bpmn2:exclusiveGateway>
|
| 460 | <bpmn2:sequenceFlow id="SequenceFlow_0270n5c" name="yes" sourceRef="ExclusiveGateway_0ffvqla" targetRef="IntermediateThrowEvent_1" />
|
| 461 | <bpmn2:sequenceFlow id="SequenceFlow_05og7iw" name="no" sourceRef="ExclusiveGateway_0ffvqla" targetRef="Task_0kuj2a1">
|
| 462 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_vfModuleName") == null}]]></bpmn2:conditionExpression>
|
| 463 | </bpmn2:sequenceFlow>
|
| 464 | <bpmn2:callActivity id="Task_0kuj2a1" name="Generate VF Module Name" calledElement="GenerateVfModuleName">
|
| 465 | <bpmn2:extensionElements>
|
| 466 | <camunda:in source="DCVFM_vnfId" target="vnfId" />
|
| 467 | <camunda:in source="DCVFM_vnfName" target="vnfName" />
|
| 468 | <camunda:in source="DCVFM_vfModuleLabel" target="vfModuleLabel" />
|
| 469 | <camunda:in source="DCVFM_pesonaModelId" target="personaModelId" />
|
| 470 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 471 | <camunda:out source="WorkflowException" target="WorkflowException" />
|
| 472 | <camunda:out source="vfModuleName" target="DCVFM_vfModuleName" />
|
| 473 | </bpmn2:extensionElements>
|
| 474 | <bpmn2:incoming>SequenceFlow_05og7iw</bpmn2:incoming>
|
| 475 | <bpmn2:outgoing>SequenceFlow_1f53tby</bpmn2:outgoing>
|
| 476 | </bpmn2:callActivity>
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 477 | <bpmn2:subProcess id="SubProcess_0ltzufk" name="Sub-process for Application Errors" triggeredByEvent="true">
|
| 478 | <bpmn2:startEvent id="StartEvent_18lzc5m">
|
| 479 | <bpmn2:outgoing>SequenceFlow_02lc25j</bpmn2:outgoing>
|
| 480 | <bpmn2:errorEventDefinition errorRef="Error_1" />
|
| 481 | </bpmn2:startEvent>
|
| 482 | <bpmn2:endEvent id="EndEvent_0wsdptv">
|
| 483 | <bpmn2:incoming>SequenceFlow_0z2rczk</bpmn2:incoming>
|
| 484 | <bpmn2:incoming>SequenceFlow_1pgo10r</bpmn2:incoming>
|
| 485 | </bpmn2:endEvent>
|
| 486 | <bpmn2:callActivity id="CallDoCreateVfModuleRollback" name="Call DoCreateVfModuleRollback" calledElement="DoCreateVfModuleRollback">
|
| 487 | <bpmn2:extensionElements>
|
| 488 | <camunda:in source="rollbackData" target="rollbackData" />
|
| 489 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
|
| 490 | <camunda:in source="isVidRequest" target="isVidRequest" />
|
| 491 | <camunda:out source="rolledBack" target="rolledBack" />
|
| 492 | <camunda:out source="rollbackError" target="rollbackError" />
|
| 493 | <camunda:in source="disableRollback" target="disableRollback" />
|
| 494 | <camunda:in source="sdncVersion" target="sdncVersion" />
|
| 495 | </bpmn2:extensionElements>
|
| 496 | <bpmn2:incoming>SequenceFlow_1i1q78e</bpmn2:incoming>
|
| 497 | <bpmn2:outgoing>SequenceFlow_0112l2c</bpmn2:outgoing>
|
| 498 | </bpmn2:callActivity>
|
| 499 | <bpmn2:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">
|
| 500 | <bpmn2:incoming>SequenceFlow_04bd5in</bpmn2:incoming>
|
| 501 | <bpmn2:outgoing>SequenceFlow_1i1q78e</bpmn2:outgoing>
|
| 502 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 503 | def doCreateVfModule = new DoCreateVfModule()
|
| 504 | doCreateVfModule.preProcessRollback(execution)]]></bpmn2:script>
|
| 505 | </bpmn2:scriptTask>
|
| 506 | <bpmn2:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">
|
| 507 | <bpmn2:incoming>SequenceFlow_0112l2c</bpmn2:incoming>
|
| 508 | <bpmn2:outgoing>SequenceFlow_0z2rczk</bpmn2:outgoing>
|
| 509 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 510 | def doCreateVfModule = new DoCreateVfModule()
|
| 511 | doCreateVfModule.postProcessRollback(execution)]]></bpmn2:script>
|
| 512 | </bpmn2:scriptTask>
|
| 513 | <bpmn2:sequenceFlow id="SequenceFlow_02lc25j" sourceRef="StartEvent_18lzc5m" targetRef="ExclusiveGateway_039bib8" />
|
| 514 | <bpmn2:sequenceFlow id="SequenceFlow_0z2rczk" sourceRef="PostProcessRollback" targetRef="EndEvent_0wsdptv" />
|
| 515 | <bpmn2:sequenceFlow id="SequenceFlow_1i1q78e" sourceRef="PreProcessRollback" targetRef="CallDoCreateVfModuleRollback" />
|
| 516 | <bpmn2:sequenceFlow id="SequenceFlow_0112l2c" sourceRef="CallDoCreateVfModuleRollback" targetRef="PostProcessRollback" />
|
| 517 | <bpmn2:exclusiveGateway id="ExclusiveGateway_039bib8" name="Disable Rollback?" default="SequenceFlow_04bd5in">
|
| 518 | <bpmn2:incoming>SequenceFlow_02lc25j</bpmn2:incoming>
|
| 519 | <bpmn2:outgoing>SequenceFlow_04bd5in</bpmn2:outgoing>
|
| 520 | <bpmn2:outgoing>SequenceFlow_1nh7m8d</bpmn2:outgoing>
|
| 521 | </bpmn2:exclusiveGateway>
|
| 522 | <bpmn2:sequenceFlow id="SequenceFlow_04bd5in" name="no" sourceRef="ExclusiveGateway_039bib8" targetRef="PreProcessRollback" />
|
| 523 | <bpmn2:sequenceFlow id="SequenceFlow_1nh7m8d" name="yes" sourceRef="ExclusiveGateway_039bib8" targetRef="Task_1fm09pi">
|
| 524 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback" ) == true}]]></bpmn2:conditionExpression>
|
| 525 | </bpmn2:sequenceFlow>
|
| 526 | <bpmn2:scriptTask id="Task_1fm09pi" name="Process Error" scriptFormat="groovy">
|
| 527 | <bpmn2:incoming>SequenceFlow_1nh7m8d</bpmn2:incoming>
|
| 528 | <bpmn2:outgoing>SequenceFlow_1pgo10r</bpmn2:outgoing>
|
| 529 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 530 | def doCreateVfModule = new DoCreateVfModule()
|
| 531 | doCreateVfModule.processBPMNException(execution)]]></bpmn2:script>
|
| 532 | </bpmn2:scriptTask>
|
| 533 | <bpmn2:sequenceFlow id="SequenceFlow_1pgo10r" sourceRef="Task_1fm09pi" targetRef="EndEvent_0wsdptv" />
|
| 534 | </bpmn2:subProcess>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 535 | </bpmn2:process>
|
| 536 | <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest" />
|
| 537 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
|
| 538 | <bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
| 539 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule">
|
| 540 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
|
| 541 | <dc:Bounds x="38" y="153" width="36" height="36" />
|
| 542 | <bpmndi:BPMNLabel>
|
| 543 | <dc:Bounds x="44" y="189" width="23" height="12" />
|
| 544 | </bpmndi:BPMNLabel>
|
| 545 | </bpmndi:BPMNShape>
|
| 546 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
|
| 547 | <di:waypoint xsi:type="dc:Point" x="74" y="171" />
|
| 548 | <di:waypoint xsi:type="dc:Point" x="147" y="171" />
|
| 549 | <bpmndi:BPMNLabel>
|
| 550 | <dc:Bounds x="99" y="171" width="0" height="0" />
|
| 551 | </bpmndi:BPMNLabel>
|
| 552 | </bpmndi:BPMNEdge>
|
| 553 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
|
| 554 | <dc:Bounds x="147" y="131" width="100" height="80" />
|
| 555 | </bpmndi:BPMNShape>
|
| 556 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1">
|
| 557 | <dc:Bounds x="36" y="376" width="36" height="36" />
|
| 558 | <bpmndi:BPMNLabel>
|
| 559 | <dc:Bounds x="0" y="417" width="114" height="22" />
|
| 560 | </bpmndi:BPMNLabel>
|
| 561 | </bpmndi:BPMNShape>
|
| 562 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1">
|
| 563 | <dc:Bounds x="530" y="153" width="36" height="36" />
|
| 564 | <bpmndi:BPMNLabel>
|
| 565 | <dc:Bounds x="571" y="173" width="86" height="36" />
|
| 566 | </bpmndi:BPMNLabel>
|
| 567 | </bpmndi:BPMNShape>
|
| 568 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign">
|
| 569 | <dc:Bounds x="266" y="672" width="121" height="94" />
|
| 570 | </bpmndi:BPMNShape>
|
| 571 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET">
|
| 572 | <dc:Bounds x="744" y="670" width="133" height="97" />
|
| 573 | </bpmndi:BPMNShape>
|
| 574 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true">
|
| 575 | <dc:Bounds x="144" y="368" width="50" height="50" />
|
| 576 | <bpmndi:BPMNLabel>
|
| 577 | <dc:Bounds x="89" y="347" width="178" height="22" />
|
| 578 | </bpmndi:BPMNLabel>
|
| 579 | </bpmndi:BPMNShape>
|
| 580 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant">
|
| 581 | <dc:Bounds x="209" y="528" width="118" height="89" />
|
| 582 | </bpmndi:BPMNShape>
|
| 583 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
|
| 584 | <dc:Bounds x="559" y="368" width="50" height="50" />
|
| 585 | <bpmndi:BPMNLabel>
|
| 586 | <dc:Bounds x="584" y="423" width="0" height="0" />
|
| 587 | </bpmndi:BPMNLabel>
|
| 588 | </bpmndi:BPMNShape>
|
| 589 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91">
|
| 590 | <di:waypoint xsi:type="dc:Point" x="194" y="393" />
|
| 591 | <di:waypoint xsi:type="dc:Point" x="559" y="393" />
|
| 592 | <bpmndi:BPMNLabel>
|
| 593 | <dc:Bounds x="209" y="393" width="20" height="22" />
|
| 594 | </bpmndi:BPMNLabel>
|
| 595 | </bpmndi:BPMNEdge>
|
| 596 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate">
|
| 597 | <dc:Bounds x="1236" y="672" width="121" height="97" />
|
| 598 | </bpmndi:BPMNShape>
|
| 599 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1">
|
| 600 | <dc:Bounds x="768" y="830" width="117" height="97" />
|
| 601 | </bpmndi:BPMNShape>
|
| 602 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate">
|
| 603 | <dc:Bounds x="1090" y="828" width="119" height="99" />
|
| 604 | </bpmndi:BPMNShape>
|
| 605 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
|
| 606 | <dc:Bounds x="1435" y="853" width="50" height="50" />
|
| 607 | <bpmndi:BPMNLabel>
|
| 608 | <dc:Bounds x="1432" y="825" width="86" height="36" />
|
| 609 | </bpmndi:BPMNLabel>
|
| 610 | </bpmndi:BPMNShape>
|
| 611 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup">
|
| 612 | <dc:Bounds x="1693" y="986" width="121" height="112" />
|
| 613 | </bpmndi:BPMNShape>
|
| 614 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7">
|
| 615 | <di:waypoint xsi:type="dc:Point" x="1460" y="903" />
|
| 616 | <di:waypoint xsi:type="dc:Point" x="1460" y="1042" />
|
| 617 | <di:waypoint xsi:type="dc:Point" x="1520" y="1042" />
|
| 618 | <bpmndi:BPMNLabel>
|
| 619 | <dc:Bounds x="1452" y="928" width="18" height="12" />
|
| 620 | </bpmndi:BPMNLabel>
|
| 621 | </bpmndi:BPMNEdge>
|
| 622 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">
|
| 623 | <dc:Bounds x="1818" y="854" width="50" height="50" />
|
| 624 | <bpmndi:BPMNLabel>
|
| 625 | <dc:Bounds x="1843" y="909" width="0" height="0" />
|
| 626 | </bpmndi:BPMNLabel>
|
| 627 | </bpmndi:BPMNShape>
|
| 628 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93">
|
| 629 | <di:waypoint xsi:type="dc:Point" x="1813" y="1042" />
|
| 630 | <di:waypoint xsi:type="dc:Point" x="1843" y="1042" />
|
| 631 | <di:waypoint xsi:type="dc:Point" x="1843" y="944" />
|
| 632 | <di:waypoint xsi:type="dc:Point" x="1843" y="904" />
|
| 633 | <bpmndi:BPMNLabel>
|
| 634 | <dc:Bounds x="1839" y="1042" width="0" height="0" />
|
| 635 | </bpmndi:BPMNLabel>
|
| 636 | </bpmndi:BPMNEdge>
|
| 637 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93">
|
| 638 | <di:waypoint xsi:type="dc:Point" x="1485" y="878" />
|
| 639 | <di:waypoint xsi:type="dc:Point" x="1651" y="878" />
|
| 640 | <di:waypoint xsi:type="dc:Point" x="1651" y="879" />
|
| 641 | <di:waypoint xsi:type="dc:Point" x="1818" y="879" />
|
| 642 | <bpmndi:BPMNLabel>
|
| 643 | <dc:Bounds x="1519" y="878" width="12" height="12" />
|
| 644 | </bpmndi:BPMNLabel>
|
| 645 | </bpmndi:BPMNEdge>
|
| 646 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90">
|
| 647 | <di:waypoint xsi:type="dc:Point" x="72" y="394" />
|
| 648 | <di:waypoint xsi:type="dc:Point" x="120" y="394" />
|
| 649 | <di:waypoint xsi:type="dc:Point" x="120" y="393" />
|
| 650 | <di:waypoint xsi:type="dc:Point" x="144" y="393" />
|
| 651 | <bpmndi:BPMNLabel>
|
| 652 | <dc:Bounds x="117" y="394" width="6" height="6" />
|
| 653 | </bpmndi:BPMNLabel>
|
| 654 | </bpmndi:BPMNEdge>
|
| 655 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true">
|
| 656 | <dc:Bounds x="360" y="547" width="50" height="50" />
|
| 657 | <bpmndi:BPMNLabel>
|
| 658 | <dc:Bounds x="309" y="496" width="200" height="22" />
|
| 659 | </bpmndi:BPMNLabel>
|
| 660 | </bpmndi:BPMNShape>
|
| 661 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101">
|
| 662 | <di:waypoint xsi:type="dc:Point" x="327" y="572" />
|
| 663 | <di:waypoint xsi:type="dc:Point" x="360" y="572" />
|
| 664 | <bpmndi:BPMNLabel>
|
| 665 | <dc:Bounds x="338" y="572" width="6" height="6" />
|
| 666 | </bpmndi:BPMNLabel>
|
| 667 | </bpmndi:BPMNEdge>
|
| 668 | <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName">
|
| 669 | <dc:Bounds x="453" y="528" width="109" height="89" />
|
| 670 | </bpmndi:BPMNShape>
|
| 671 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3">
|
| 672 | <di:waypoint xsi:type="dc:Point" x="410" y="572" />
|
| 673 | <di:waypoint xsi:type="dc:Point" x="453" y="572" />
|
| 674 | <bpmndi:BPMNLabel>
|
| 675 | <dc:Bounds x="410" y="576" width="27" height="22" />
|
| 676 | </bpmndi:BPMNLabel>
|
| 677 | </bpmndi:BPMNEdge>
|
| 678 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91">
|
| 679 | <di:waypoint xsi:type="dc:Point" x="385" y="547" />
|
| 680 | <di:waypoint xsi:type="dc:Point" x="385" y="393" />
|
| 681 | <di:waypoint xsi:type="dc:Point" x="559" y="393" />
|
| 682 | <bpmndi:BPMNLabel>
|
| 683 | <dc:Bounds x="392" y="450" width="20" height="22" />
|
| 684 | </bpmndi:BPMNLabel>
|
| 685 | </bpmndi:BPMNEdge>
|
| 686 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91">
|
| 687 | <di:waypoint xsi:type="dc:Point" x="561" y="572" />
|
| 688 | <di:waypoint xsi:type="dc:Point" x="584" y="572" />
|
| 689 | <di:waypoint xsi:type="dc:Point" x="584" y="418" />
|
| 690 | <bpmndi:BPMNLabel>
|
| 691 | <dc:Bounds x="581" y="492" width="6" height="6" />
|
| 692 | </bpmndi:BPMNLabel>
|
| 693 | </bpmndi:BPMNEdge>
|
| 694 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_IntermediateThrowEvent_22">
|
| 695 | <di:waypoint xsi:type="dc:Point" x="247" y="171" />
|
| 696 | <di:waypoint xsi:type="dc:Point" x="294" y="171" />
|
| 697 | <bpmndi:BPMNLabel>
|
| 698 | <dc:Bounds x="271" y="156" width="0" height="0" />
|
| 699 | </bpmndi:BPMNLabel>
|
| 700 | </bpmndi:BPMNEdge>
|
| 701 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156">
|
| 702 | <di:waypoint xsi:type="dc:Point" x="609" y="393" />
|
| 703 | <di:waypoint xsi:type="dc:Point" x="628" y="393" />
|
| 704 | <di:waypoint xsi:type="dc:Point" x="628" y="394" />
|
| 705 | <di:waypoint xsi:type="dc:Point" x="696" y="394" />
|
| 706 | <bpmndi:BPMNLabel>
|
| 707 | <dc:Bounds x="636" y="394" width="0" height="0" />
|
| 708 | </bpmndi:BPMNLabel>
|
| 709 | </bpmndi:BPMNEdge>
|
| 710 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest">
|
| 711 | <dc:Bounds x="109" y="674" width="121" height="94" />
|
| 712 | </bpmndi:BPMNShape>
|
| 713 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest">
|
| 714 | <dc:Bounds x="435" y="674" width="121" height="94" />
|
| 715 | </bpmndi:BPMNShape>
|
| 716 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3">
|
| 717 | <dc:Bounds x="2193" y="376" width="36" height="36" />
|
| 718 | <bpmndi:BPMNLabel>
|
| 719 | <dc:Bounds x="2181" y="417" width="60" height="12" />
|
| 720 | </bpmndi:BPMNLabel>
|
| 721 | </bpmndi:BPMNShape>
|
| 722 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2">
|
| 723 | <dc:Bounds x="24" y="706" width="36" height="36" />
|
| 724 | <bpmndi:BPMNLabel>
|
| 725 | <dc:Bounds x="13" y="747" width="58" height="22" />
|
| 726 | </bpmndi:BPMNLabel>
|
| 727 | </bpmndi:BPMNShape>
|
| 728 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178">
|
| 729 | <di:waypoint xsi:type="dc:Point" x="60" y="724" />
|
| 730 | <di:waypoint xsi:type="dc:Point" x="81" y="724" />
|
| 731 | <di:waypoint xsi:type="dc:Point" x="81" y="721" />
|
| 732 | <di:waypoint xsi:type="dc:Point" x="109" y="721" />
|
| 733 | <bpmndi:BPMNLabel>
|
| 734 | <dc:Bounds x="78" y="722" width="6" height="6" />
|
| 735 | </bpmndi:BPMNLabel>
|
| 736 | </bpmndi:BPMNEdge>
|
| 737 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157">
|
| 738 | <di:waypoint xsi:type="dc:Point" x="229" y="721" />
|
| 739 | <di:waypoint xsi:type="dc:Point" x="248" y="721" />
|
| 740 | <di:waypoint xsi:type="dc:Point" x="248" y="719" />
|
| 741 | <di:waypoint xsi:type="dc:Point" x="266" y="719" />
|
| 742 | </bpmndi:BPMNEdge>
|
| 743 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179">
|
| 744 | <di:waypoint xsi:type="dc:Point" x="386" y="719" />
|
| 745 | <di:waypoint xsi:type="dc:Point" x="411" y="719" />
|
| 746 | <di:waypoint xsi:type="dc:Point" x="411" y="721" />
|
| 747 | <di:waypoint xsi:type="dc:Point" x="435" y="721" />
|
| 748 | </bpmndi:BPMNEdge>
|
| 749 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest">
|
| 750 | <dc:Bounds x="588" y="672" width="121" height="94" />
|
| 751 | </bpmndi:BPMNShape>
|
| 752 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest">
|
| 753 | <dc:Bounds x="924" y="672" width="121" height="94" />
|
| 754 | </bpmndi:BPMNShape>
|
| 755 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_179" targetElement="_BPMNShape_ScriptTask_213">
|
| 756 | <di:waypoint xsi:type="dc:Point" x="555" y="721" />
|
| 757 | <di:waypoint xsi:type="dc:Point" x="572" y="721" />
|
| 758 | <di:waypoint xsi:type="dc:Point" x="572" y="719" />
|
| 759 | <di:waypoint xsi:type="dc:Point" x="588" y="719" />
|
| 760 | </bpmndi:BPMNEdge>
|
| 761 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158">
|
| 762 | <di:waypoint xsi:type="dc:Point" x="708" y="719" />
|
| 763 | <di:waypoint xsi:type="dc:Point" x="726" y="719" />
|
| 764 | <di:waypoint xsi:type="dc:Point" x="726" y="718" />
|
| 765 | <di:waypoint xsi:type="dc:Point" x="744" y="718" />
|
| 766 | </bpmndi:BPMNEdge>
|
| 767 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214">
|
| 768 | <di:waypoint xsi:type="dc:Point" x="876" y="718" />
|
| 769 | <di:waypoint xsi:type="dc:Point" x="899" y="718" />
|
| 770 | <di:waypoint xsi:type="dc:Point" x="899" y="719" />
|
| 771 | <di:waypoint xsi:type="dc:Point" x="924" y="719" />
|
| 772 | <bpmndi:BPMNLabel>
|
| 773 | <dc:Bounds x="897" y="719" width="6" height="6" />
|
| 774 | </bpmndi:BPMNLabel>
|
| 775 | </bpmndi:BPMNEdge>
|
| 776 | <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1">
|
| 777 | <dc:Bounds x="609" y="830" width="118" height="97" />
|
| 778 | </bpmndi:BPMNShape>
|
| 779 | <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest">
|
| 780 | <dc:Bounds x="935" y="829" width="118" height="98" />
|
| 781 | </bpmndi:BPMNShape>
|
| 782 | <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest">
|
| 783 | <dc:Bounds x="1252" y="830" width="121" height="95" />
|
| 784 | </bpmndi:BPMNShape>
|
| 785 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174">
|
| 786 | <di:waypoint xsi:type="dc:Point" x="727" y="878" />
|
| 787 | <di:waypoint xsi:type="dc:Point" x="768" y="878" />
|
| 788 | <bpmndi:BPMNLabel>
|
| 789 | <dc:Bounds x="748" y="853" width="0" height="0" />
|
| 790 | </bpmndi:BPMNLabel>
|
| 791 | </bpmndi:BPMNEdge>
|
| 792 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33">
|
| 793 | <di:waypoint xsi:type="dc:Point" x="884" y="878" />
|
| 794 | <di:waypoint xsi:type="dc:Point" x="935" y="878" />
|
| 795 | <bpmndi:BPMNLabel>
|
| 796 | <dc:Bounds x="910" y="853" width="0" height="0" />
|
| 797 | </bpmndi:BPMNLabel>
|
| 798 | </bpmndi:BPMNEdge>
|
| 799 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175">
|
| 800 | <di:waypoint xsi:type="dc:Point" x="1053" y="878" />
|
| 801 | <di:waypoint xsi:type="dc:Point" x="1071" y="878" />
|
| 802 | <di:waypoint xsi:type="dc:Point" x="1071" y="877" />
|
| 803 | <di:waypoint xsi:type="dc:Point" x="1090" y="877" />
|
| 804 | <bpmndi:BPMNLabel>
|
| 805 | <dc:Bounds x="1086" y="868" width="0" height="0" />
|
| 806 | </bpmndi:BPMNLabel>
|
| 807 | </bpmndi:BPMNEdge>
|
| 808 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4">
|
| 809 | <di:waypoint xsi:type="dc:Point" x="1208" y="877" />
|
| 810 | <di:waypoint xsi:type="dc:Point" x="1252" y="877" />
|
| 811 | <bpmndi:BPMNLabel>
|
| 812 | <dc:Bounds x="1230" y="852" width="0" height="0" />
|
| 813 | </bpmndi:BPMNLabel>
|
| 814 | </bpmndi:BPMNEdge>
|
| 815 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92">
|
| 816 | <di:waypoint xsi:type="dc:Point" x="1372" y="877" />
|
| 817 | <di:waypoint xsi:type="dc:Point" x="1404" y="877" />
|
| 818 | <di:waypoint xsi:type="dc:Point" x="1404" y="878" />
|
| 819 | <di:waypoint xsi:type="dc:Point" x="1435" y="878" />
|
| 820 | <bpmndi:BPMNLabel>
|
| 821 | <dc:Bounds x="1419" y="868" width="0" height="0" />
|
| 822 | </bpmndi:BPMNLabel>
|
| 823 | </bpmndi:BPMNEdge>
|
| 824 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1">
|
| 825 | <dc:Bounds x="2112" y="861" width="36" height="36" />
|
| 826 | <bpmndi:BPMNLabel>
|
| 827 | <dc:Bounds x="2130" y="902" width="0" height="0" />
|
| 828 | </bpmndi:BPMNLabel>
|
| 829 | </bpmndi:BPMNShape>
|
| 830 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218">
|
| 831 | <di:waypoint xsi:type="dc:Point" x="1868" y="879" />
|
| 832 | <di:waypoint xsi:type="dc:Point" x="1934" y="878" />
|
| 833 | <bpmndi:BPMNLabel>
|
| 834 | <dc:Bounds x="1901" y="863.5" width="0" height="0" />
|
| 835 | </bpmndi:BPMNLabel>
|
| 836 | </bpmndi:BPMNEdge>
|
| 837 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2">
|
| 838 | <dc:Bounds x="1771" y="701" width="36" height="36" />
|
| 839 | <bpmndi:BPMNLabel>
|
| 840 | <dc:Bounds x="1747" y="742" width="84" height="36" />
|
| 841 | </bpmndi:BPMNLabel>
|
| 842 | </bpmndi:BPMNShape>
|
| 843 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3">
|
| 844 | <dc:Bounds x="24" y="860" width="36" height="36" />
|
| 845 | <bpmndi:BPMNLabel>
|
| 846 | <dc:Bounds x="16" y="901" width="84" height="24" />
|
| 847 | </bpmndi:BPMNLabel>
|
| 848 | </bpmndi:BPMNShape>
|
| 849 | <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest">
|
| 850 | <dc:Bounds x="1520" y="986" width="121" height="112" />
|
| 851 | </bpmndi:BPMNShape>
|
| 852 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176">
|
| 853 | <di:waypoint xsi:type="dc:Point" x="1640" y="1042" />
|
| 854 | <di:waypoint xsi:type="dc:Point" x="1693" y="1042" />
|
| 855 | <bpmndi:BPMNLabel>
|
| 856 | <dc:Bounds x="1667" y="1017" width="0" height="0" />
|
| 857 | </bpmndi:BPMNLabel>
|
| 858 | </bpmndi:BPMNEdge>
|
| 859 | <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest">
|
| 860 | <dc:Bounds x="1073" y="672" width="121" height="96" />
|
| 861 | </bpmndi:BPMNShape>
|
| 862 | <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest">
|
| 863 | <dc:Bounds x="1397" y="674" width="116" height="92" />
|
| 864 | </bpmndi:BPMNShape>
|
| 865 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25">
|
| 866 | <di:waypoint xsi:type="dc:Point" x="1044" y="719" />
|
| 867 | <di:waypoint xsi:type="dc:Point" x="1059" y="719" />
|
| 868 | <di:waypoint xsi:type="dc:Point" x="1059" y="720" />
|
| 869 | <di:waypoint xsi:type="dc:Point" x="1073" y="720" />
|
| 870 | </bpmndi:BPMNEdge>
|
| 871 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173">
|
| 872 | <di:waypoint xsi:type="dc:Point" x="1193" y="720" />
|
| 873 | <di:waypoint xsi:type="dc:Point" x="1236" y="720" />
|
| 874 | </bpmndi:BPMNEdge>
|
| 875 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35">
|
| 876 | <di:waypoint xsi:type="dc:Point" x="1356" y="720" />
|
| 877 | <di:waypoint xsi:type="dc:Point" x="1397" y="720" />
|
| 878 | </bpmndi:BPMNEdge>
|
| 879 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule">
|
| 880 | <dc:Bounds x="1224" y="516" width="125" height="92" />
|
| 881 | </bpmndi:BPMNShape>
|
| 882 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true">
|
| 883 | <dc:Bounds x="1128" y="368" width="50" height="50" />
|
| 884 | <bpmndi:BPMNLabel>
|
| 885 | <dc:Bounds x="1092" y="336" width="124" height="22" />
|
| 886 | </bpmndi:BPMNLabel>
|
| 887 | </bpmndi:BPMNShape>
|
| 888 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
|
| 889 | <dc:Bounds x="1408" y="368" width="50" height="50" />
|
| 890 | <bpmndi:BPMNLabel>
|
| 891 | <dc:Bounds x="1395" y="329" width="75" height="36" />
|
| 892 | </bpmndi:BPMNLabel>
|
| 893 | </bpmndi:BPMNShape>
|
| 894 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215">
|
| 895 | <di:waypoint xsi:type="dc:Point" x="1153" y="418" />
|
| 896 | <di:waypoint xsi:type="dc:Point" x="1153" y="562" />
|
| 897 | <di:waypoint xsi:type="dc:Point" x="1224" y="562" />
|
| 898 | <bpmndi:BPMNLabel>
|
| 899 | <dc:Bounds x="1122" y="450" width="20" height="22" />
|
| 900 | </bpmndi:BPMNLabel>
|
| 901 | </bpmndi:BPMNEdge>
|
| 902 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212">
|
| 903 | <di:waypoint xsi:type="dc:Point" x="1178" y="393" />
|
| 904 | <di:waypoint xsi:type="dc:Point" x="1408" y="393" />
|
| 905 | <bpmndi:BPMNLabel>
|
| 906 | <dc:Bounds x="1285" y="393" width="27" height="22" />
|
| 907 | </bpmndi:BPMNLabel>
|
| 908 | </bpmndi:BPMNEdge>
|
| 909 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule">
|
| 910 | <dc:Bounds x="897" y="348" width="125" height="92" />
|
| 911 | </bpmndi:BPMNShape>
|
| 912 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211">
|
| 913 | <di:waypoint xsi:type="dc:Point" x="1021" y="394" />
|
| 914 | <di:waypoint xsi:type="dc:Point" x="1075" y="394" />
|
| 915 | <di:waypoint xsi:type="dc:Point" x="1075" y="393" />
|
| 916 | <di:waypoint xsi:type="dc:Point" x="1128" y="393" />
|
| 917 | <bpmndi:BPMNLabel>
|
| 918 | <dc:Bounds x="1072" y="394" width="6" height="6" />
|
| 919 | </bpmndi:BPMNLabel>
|
| 920 | </bpmndi:BPMNEdge>
|
| 921 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212">
|
| 922 | <di:waypoint xsi:type="dc:Point" x="1348" y="562" />
|
| 923 | <di:waypoint xsi:type="dc:Point" x="1378" y="562" />
|
| 924 | <di:waypoint xsi:type="dc:Point" x="1378" y="393" />
|
| 925 | <di:waypoint xsi:type="dc:Point" x="1408" y="393" />
|
| 926 | <bpmndi:BPMNLabel>
|
| 927 | <dc:Bounds x="1393" y="468" width="0" height="0" />
|
| 928 | </bpmndi:BPMNLabel>
|
| 929 | </bpmndi:BPMNEdge>
|
| 930 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess">
|
| 931 | <dc:Bounds x="1934" y="831" width="128" height="95" />
|
| 932 | </bpmndi:BPMNShape>
|
| 933 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175">
|
| 934 | <di:waypoint xsi:type="dc:Point" x="2062" y="879" />
|
| 935 | <di:waypoint xsi:type="dc:Point" x="2112" y="878" />
|
| 936 | <bpmndi:BPMNLabel>
|
| 937 | <dc:Bounds x="2087" y="863.5" width="0" height="0" />
|
| 938 | </bpmndi:BPMNLabel>
|
| 939 | </bpmndi:BPMNEdge>
|
| 940 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion">
|
| 941 | <dc:Bounds x="101" y="440" width="134" height="81" />
|
| 942 | </bpmndi:BPMNShape>
|
| 943 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254">
|
| 944 | <di:waypoint xsi:type="dc:Point" x="169" y="418" />
|
| 945 | <di:waypoint xsi:type="dc:Point" x="169" y="429" />
|
| 946 | <di:waypoint xsi:type="dc:Point" x="168" y="429" />
|
| 947 | <di:waypoint xsi:type="dc:Point" x="168" y="440" />
|
| 948 | <bpmndi:BPMNLabel>
|
| 949 | <dc:Bounds x="180" y="417" width="27" height="22" />
|
| 950 | </bpmndi:BPMNLabel>
|
| 951 | </bpmndi:BPMNEdge>
|
| 952 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172">
|
| 953 | <di:waypoint xsi:type="dc:Point" x="168" y="520" />
|
| 954 | <di:waypoint xsi:type="dc:Point" x="168" y="524" />
|
| 955 | <di:waypoint xsi:type="dc:Point" x="168" y="581" />
|
| 956 | <di:waypoint xsi:type="dc:Point" x="208" y="581" />
|
| 957 | <di:waypoint xsi:type="dc:Point" x="209" y="581" />
|
| 958 | <bpmndi:BPMNLabel>
|
| 959 | <dc:Bounds x="165" y="574" width="6" height="6" />
|
| 960 | </bpmndi:BPMNLabel>
|
| 961 | </bpmndi:BPMNEdge>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 962 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule">
|
| 963 | <dc:Bounds x="696" y="348" width="121" height="92" />
|
| 964 | </bpmndi:BPMNShape>
|
| 965 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216">
|
| 966 | <di:waypoint xsi:type="dc:Point" x="816" y="394" />
|
| 967 | <di:waypoint xsi:type="dc:Point" x="897" y="394" />
|
| 968 | <bpmndi:BPMNLabel>
|
| 969 | <dc:Bounds x="857" y="369" width="0" height="0" />
|
| 970 | </bpmndi:BPMNLabel>
|
| 971 | </bpmndi:BPMNEdge>
|
| 972 | <bpmndi:BPMNShape id="ExclusiveGateway_183x8vk_di" bpmnElement="ExclusiveGateway_183x8vk" isMarkerVisible="true">
|
| 973 | <dc:Bounds x="1565.9780439121755" y="696" width="50" height="50" />
|
| 974 | <bpmndi:BPMNLabel>
|
| 975 | <dc:Bounds x="1546" y="746" width="89" height="36" />
|
| 976 | </bpmndi:BPMNLabel>
|
| 977 | </bpmndi:BPMNShape>
|
| 978 | <bpmndi:BPMNEdge id="SequenceFlow_1ushk1d_di" bpmnElement="SequenceFlow_1ushk1d">
|
| 979 | <di:waypoint xsi:type="dc:Point" x="1513" y="720" />
|
| 980 | <di:waypoint xsi:type="dc:Point" x="1566" y="721" />
|
| 981 | <bpmndi:BPMNLabel>
|
| 982 | <dc:Bounds x="1540" y="705.5" width="0" height="0" />
|
| 983 | </bpmndi:BPMNLabel>
|
| 984 | </bpmndi:BPMNEdge>
|
| 985 | <bpmndi:BPMNEdge id="SequenceFlow_0ery1pk_di" bpmnElement="SequenceFlow_0ery1pk">
|
| 986 | <di:waypoint xsi:type="dc:Point" x="1591" y="696" />
|
| 987 | <di:waypoint xsi:type="dc:Point" x="1591" y="616" />
|
| 988 | <di:waypoint xsi:type="dc:Point" x="1621" y="616" />
|
| 989 | <bpmndi:BPMNLabel>
|
| 990 | <dc:Bounds x="1558" y="658" width="18" height="12" />
|
| 991 | </bpmndi:BPMNLabel>
|
| 992 | </bpmndi:BPMNEdge>
|
| 993 | <bpmndi:BPMNEdge id="SequenceFlow_0xfanpi_di" bpmnElement="SequenceFlow_0xfanpi">
|
| 994 | <di:waypoint xsi:type="dc:Point" x="1616" y="721" />
|
| 995 | <di:waypoint xsi:type="dc:Point" x="1771" y="719" />
|
| 996 | <bpmndi:BPMNLabel>
|
| 997 | <dc:Bounds x="1688" y="695" width="12" height="12" />
|
| 998 | </bpmndi:BPMNLabel>
|
| 999 | </bpmndi:BPMNEdge>
|
| 1000 | <bpmndi:BPMNEdge id="SequenceFlow_0abffyj_di" bpmnElement="SequenceFlow_0abffyj">
|
| 1001 | <di:waypoint xsi:type="dc:Point" x="1721" y="616" />
|
| 1002 | <di:waypoint xsi:type="dc:Point" x="1746" y="616" />
|
| 1003 | <di:waypoint xsi:type="dc:Point" x="1746" y="719" />
|
| 1004 | <di:waypoint xsi:type="dc:Point" x="1771" y="719" />
|
| 1005 | <bpmndi:BPMNLabel>
|
| 1006 | <dc:Bounds x="1761" y="667.5" width="0" height="0" />
|
| 1007 | </bpmndi:BPMNLabel>
|
| 1008 | </bpmndi:BPMNEdge>
|
| 1009 | <bpmndi:BPMNShape id="ScriptTask_1dv7amn_di" bpmnElement="CreateNetworkPoliciesInAAI">
|
| 1010 | <dc:Bounds x="1621" y="576" width="100" height="80" />
|
| 1011 | </bpmndi:BPMNShape>
|
| 1012 | <bpmndi:BPMNShape id="ExclusiveGateway_0f54imv_di" bpmnElement="ExclusiveGateway_0f54imv" isMarkerVisible="true">
|
| 1013 | <dc:Bounds x="114.59500000000003" y="854" width="50" height="50" />
|
| 1014 | <bpmndi:BPMNLabel>
|
| 1015 | <dc:Bounds x="101" y="819" width="77" height="24" />
|
| 1016 | </bpmndi:BPMNLabel>
|
| 1017 | </bpmndi:BPMNShape>
|
| 1018 | <bpmndi:BPMNShape id="ExclusiveGateway_1edqxlf_di" bpmnElement="ExclusiveGateway_1edqxlf" isMarkerVisible="true">
|
| 1019 | <dc:Bounds x="482.595" y="854" width="50" height="50" />
|
| 1020 | <bpmndi:BPMNLabel>
|
| 1021 | <dc:Bounds x="508" y="904" width="0" height="0" />
|
| 1022 | </bpmndi:BPMNLabel>
|
| 1023 | </bpmndi:BPMNShape>
|
| 1024 | <bpmndi:BPMNEdge id="SequenceFlow_0bi38s7_di" bpmnElement="SequenceFlow_0bi38s7">
|
| 1025 | <di:waypoint xsi:type="dc:Point" x="140" y="904" />
|
| 1026 | <di:waypoint xsi:type="dc:Point" x="140" y="1057" />
|
| 1027 | <di:waypoint xsi:type="dc:Point" x="193" y="1057" />
|
| 1028 | <bpmndi:BPMNLabel>
|
| 1029 | <dc:Bounds x="146" y="980.5" width="18" height="12" />
|
| 1030 | </bpmndi:BPMNLabel>
|
| 1031 | </bpmndi:BPMNEdge>
|
| 1032 | <bpmndi:BPMNEdge id="SequenceFlow_1qm81ym_di" bpmnElement="SequenceFlow_1qm81ym">
|
| 1033 | <di:waypoint xsi:type="dc:Point" x="293" y="1057" />
|
| 1034 | <di:waypoint xsi:type="dc:Point" x="329" y="1057" />
|
| 1035 | <di:waypoint xsi:type="dc:Point" x="329" y="1057" />
|
| 1036 | <di:waypoint xsi:type="dc:Point" x="365" y="1057" />
|
| 1037 | <bpmndi:BPMNLabel>
|
| 1038 | <dc:Bounds x="344" y="1057" width="0" height="0" />
|
| 1039 | </bpmndi:BPMNLabel>
|
| 1040 | </bpmndi:BPMNEdge>
|
| 1041 | <bpmndi:BPMNEdge id="SequenceFlow_112los9_di" bpmnElement="SequenceFlow_112los9">
|
| 1042 | <di:waypoint xsi:type="dc:Point" x="465" y="1057" />
|
| 1043 | <di:waypoint xsi:type="dc:Point" x="508" y="1057" />
|
| 1044 | <di:waypoint xsi:type="dc:Point" x="508" y="904" />
|
| 1045 | <bpmndi:BPMNLabel>
|
| 1046 | <dc:Bounds x="487" y="1042" width="0" height="0" />
|
| 1047 | </bpmndi:BPMNLabel>
|
| 1048 | </bpmndi:BPMNEdge>
|
| 1049 | <bpmndi:BPMNEdge id="SequenceFlow_1k5uku2_di" bpmnElement="SequenceFlow_1k5uku2">
|
| 1050 | <di:waypoint xsi:type="dc:Point" x="165" y="879" />
|
| 1051 | <di:waypoint xsi:type="dc:Point" x="483" y="879" />
|
| 1052 | <bpmndi:BPMNLabel>
|
| 1053 | <dc:Bounds x="318" y="864" width="12" height="12" />
|
| 1054 | </bpmndi:BPMNLabel>
|
| 1055 | </bpmndi:BPMNEdge>
|
| 1056 | <bpmndi:BPMNEdge id="SequenceFlow_1avfxsz_di" bpmnElement="SequenceFlow_1avfxsz">
|
| 1057 | <di:waypoint xsi:type="dc:Point" x="533" y="879" />
|
| 1058 | <di:waypoint xsi:type="dc:Point" x="571" y="879" />
|
| 1059 | <di:waypoint xsi:type="dc:Point" x="571" y="879" />
|
| 1060 | <di:waypoint xsi:type="dc:Point" x="609" y="879" />
|
| 1061 | <bpmndi:BPMNLabel>
|
| 1062 | <dc:Bounds x="586" y="879" width="0" height="0" />
|
| 1063 | </bpmndi:BPMNLabel>
|
| 1064 | </bpmndi:BPMNEdge>
|
| 1065 | <bpmndi:BPMNEdge id="SequenceFlow_0363dz7_di" bpmnElement="SequenceFlow_0363dz7">
|
| 1066 | <di:waypoint xsi:type="dc:Point" x="60" y="878" />
|
| 1067 | <di:waypoint xsi:type="dc:Point" x="115" y="879" />
|
| 1068 | <bpmndi:BPMNLabel>
|
| 1069 | <dc:Bounds x="88" y="853.5" width="0" height="0" />
|
| 1070 | </bpmndi:BPMNLabel>
|
| 1071 | </bpmndi:BPMNEdge>
|
| 1072 | <bpmndi:BPMNShape id="ScriptTask_0o3bcyq_di" bpmnElement="PreProcessUpdateAAIGenericVnf">
|
| 1073 | <dc:Bounds x="193" y="1018" width="100" height="80" />
|
| 1074 | </bpmndi:BPMNShape>
|
| 1075 | <bpmndi:BPMNShape id="CallActivity_0j45ic9_di" bpmnElement="UpdateAAIGenericVNFTask">
|
| 1076 | <dc:Bounds x="365" y="1017" width="100" height="80" />
|
| 1077 | </bpmndi:BPMNShape>
|
| 1078 | <bpmndi:BPMNEdge id="SequenceFlow_0zcfn2x_di" bpmnElement="SequenceFlow_0zcfn2x">
|
| 1079 | <di:waypoint xsi:type="dc:Point" x="1458" y="393" />
|
| 1080 | <di:waypoint xsi:type="dc:Point" x="2193" y="394" />
|
| 1081 | <bpmndi:BPMNLabel>
|
| 1082 | <dc:Bounds x="1822" y="368.5010168687388" width="12" height="12" />
|
| 1083 | </bpmndi:BPMNLabel>
|
| 1084 | </bpmndi:BPMNEdge>
|
| 1085 | <bpmndi:BPMNEdge id="SequenceFlow_0m382su_di" bpmnElement="SequenceFlow_0m382su">
|
| 1086 | <di:waypoint xsi:type="dc:Point" x="1433" y="418" />
|
| 1087 | <di:waypoint xsi:type="dc:Point" x="1433" y="521" />
|
| 1088 | <di:waypoint xsi:type="dc:Point" x="1513" y="521" />
|
| 1089 | <bpmndi:BPMNLabel>
|
| 1090 | <dc:Bounds x="1439" y="459.5" width="18" height="12" />
|
| 1091 | </bpmndi:BPMNLabel>
|
| 1092 | </bpmndi:BPMNEdge>
|
| 1093 | <bpmndi:BPMNEdge id="SequenceFlow_0g270u0_di" bpmnElement="SequenceFlow_0g270u0">
|
| 1094 | <di:waypoint xsi:type="dc:Point" x="1766" y="521" />
|
| 1095 | <di:waypoint xsi:type="dc:Point" x="1816" y="521" />
|
| 1096 | <bpmndi:BPMNLabel>
|
| 1097 | <dc:Bounds x="1791" y="506" width="0" height="0" />
|
| 1098 | </bpmndi:BPMNLabel>
|
| 1099 | </bpmndi:BPMNEdge>
|
| 1100 | <bpmndi:BPMNEdge id="SequenceFlow_1yrlvgb_di" bpmnElement="SequenceFlow_1yrlvgb">
|
| 1101 | <di:waypoint xsi:type="dc:Point" x="1916" y="521" />
|
| 1102 | <di:waypoint xsi:type="dc:Point" x="1969" y="521" />
|
| 1103 | <bpmndi:BPMNLabel>
|
| 1104 | <dc:Bounds x="1943" y="506" width="0" height="0" />
|
| 1105 | </bpmndi:BPMNLabel>
|
| 1106 | </bpmndi:BPMNEdge>
|
| 1107 | <bpmndi:BPMNShape id="ScriptTask_1j22oyj_di" bpmnElement="PreProcessSDNCVnfGetRequest">
|
| 1108 | <dc:Bounds x="1666" y="481" width="100" height="80" />
|
| 1109 | </bpmndi:BPMNShape>
|
| 1110 | <bpmndi:BPMNShape id="CallActivity_10t4tix_di" bpmnElement="CallSDNCAdapterVNFTopologyGET">
|
| 1111 | <dc:Bounds x="1816" y="481" width="100" height="80" />
|
| 1112 | </bpmndi:BPMNShape>
|
| 1113 | <bpmndi:BPMNShape id="ScriptTask_09wgk9p_di" bpmnElement="PostProcessSDNCVnfGetRequest">
|
| 1114 | <dc:Bounds x="1969" y="481" width="100" height="80" />
|
| 1115 | </bpmndi:BPMNShape>
|
| 1116 | <bpmndi:BPMNEdge id="SequenceFlow_0d00zqi_di" bpmnElement="SequenceFlow_0d00zqi">
|
| 1117 | <di:waypoint xsi:type="dc:Point" x="1613" y="521" />
|
| 1118 | <di:waypoint xsi:type="dc:Point" x="1666" y="521" />
|
| 1119 | <bpmndi:BPMNLabel>
|
| 1120 | <dc:Bounds x="1640" y="506" width="0" height="0" />
|
| 1121 | </bpmndi:BPMNLabel>
|
| 1122 | </bpmndi:BPMNEdge>
|
| 1123 | <bpmndi:BPMNEdge id="SequenceFlow_170kw7h_di" bpmnElement="SequenceFlow_170kw7h">
|
| 1124 | <di:waypoint xsi:type="dc:Point" x="2069" y="521" />
|
| 1125 | <di:waypoint xsi:type="dc:Point" x="2131" y="521" />
|
| 1126 | <di:waypoint xsi:type="dc:Point" x="2131" y="394" />
|
| 1127 | <di:waypoint xsi:type="dc:Point" x="2193" y="394" />
|
| 1128 | <bpmndi:BPMNLabel>
|
| 1129 | <dc:Bounds x="2146" y="447.5" width="0" height="0" />
|
| 1130 | </bpmndi:BPMNLabel>
|
| 1131 | </bpmndi:BPMNEdge>
|
| 1132 | <bpmndi:BPMNShape id="CallActivity_0xev9kl_di" bpmnElement="QueryVNF">
|
| 1133 | <dc:Bounds x="1513" y="481" width="100" height="80" />
|
| 1134 | </bpmndi:BPMNShape>
|
| 1135 | <bpmndi:BPMNEdge id="SequenceFlow_1f53tby_di" bpmnElement="SequenceFlow_1f53tby">
|
| 1136 | <di:waypoint xsi:type="dc:Point" x="478" y="282" />
|
| 1137 | <di:waypoint xsi:type="dc:Point" x="548" y="282" />
|
| 1138 | <di:waypoint xsi:type="dc:Point" x="548" y="189" />
|
| 1139 | <bpmndi:BPMNLabel>
|
| 1140 | <dc:Bounds x="513" y="267" width="0" height="0" />
|
| 1141 | </bpmndi:BPMNLabel>
|
| 1142 | </bpmndi:BPMNEdge>
|
| 1143 | <bpmndi:BPMNShape id="ExclusiveGateway_0ffvqla_di" bpmnElement="ExclusiveGateway_0ffvqla" isMarkerVisible="true">
|
| 1144 | <dc:Bounds x="294" y="145.86" width="50" height="50" />
|
| 1145 | <bpmndi:BPMNLabel>
|
| 1146 | <dc:Bounds x="276" y="97.86000000000001" width="86" height="36" />
|
| 1147 | </bpmndi:BPMNLabel>
|
| 1148 | </bpmndi:BPMNShape>
|
| 1149 | <bpmndi:BPMNEdge id="SequenceFlow_0270n5c_di" bpmnElement="SequenceFlow_0270n5c">
|
| 1150 | <di:waypoint xsi:type="dc:Point" x="344" y="171" />
|
| 1151 | <di:waypoint xsi:type="dc:Point" x="530" y="171" />
|
| 1152 | <bpmndi:BPMNLabel>
|
| 1153 | <dc:Bounds x="401" y="145" width="18" height="12" />
|
| 1154 | </bpmndi:BPMNLabel>
|
| 1155 | </bpmndi:BPMNEdge>
|
| 1156 | <bpmndi:BPMNEdge id="SequenceFlow_05og7iw_di" bpmnElement="SequenceFlow_05og7iw">
|
| 1157 | <di:waypoint xsi:type="dc:Point" x="319" y="196" />
|
| 1158 | <di:waypoint xsi:type="dc:Point" x="319" y="282" />
|
| 1159 | <di:waypoint xsi:type="dc:Point" x="378" y="282" />
|
| 1160 | <bpmndi:BPMNLabel>
|
| 1161 | <dc:Bounds x="328" y="239" width="12" height="12" />
|
| 1162 | </bpmndi:BPMNLabel>
|
| 1163 | </bpmndi:BPMNEdge>
|
| 1164 | <bpmndi:BPMNShape id="CallActivity_14nvmgk_di" bpmnElement="Task_0kuj2a1">
|
| 1165 | <dc:Bounds x="378" y="242" width="100" height="80" />
|
| 1166 | </bpmndi:BPMNShape>
|
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1167 | <bpmndi:BPMNShape id="SubProcess_0ltzufk_di" bpmnElement="SubProcess_0ltzufk" isExpanded="true">
|
| 1168 | <dc:Bounds x="-50" y="1190" width="1047" height="338" />
|
| 1169 | </bpmndi:BPMNShape>
|
| 1170 | <bpmndi:BPMNShape id="StartEvent_18lzc5m_di" bpmnElement="StartEvent_18lzc5m">
|
| 1171 | <dc:Bounds x="93" y="1294" width="36" height="36" />
|
| 1172 | <bpmndi:BPMNLabel>
|
| 1173 | <dc:Bounds x="111" y="1335" width="0" height="0" />
|
| 1174 | </bpmndi:BPMNLabel>
|
| 1175 | </bpmndi:BPMNShape>
|
| 1176 | <bpmndi:BPMNShape id="EndEvent_0wsdptv_di" bpmnElement="EndEvent_0wsdptv">
|
| 1177 | <dc:Bounds x="861" y="1294" width="36" height="36" />
|
| 1178 | <bpmndi:BPMNLabel>
|
| 1179 | <dc:Bounds x="879" y="1335" width="0" height="0" />
|
| 1180 | </bpmndi:BPMNLabel>
|
| 1181 | </bpmndi:BPMNShape>
|
| 1182 | <bpmndi:BPMNShape id="CallActivity_1ehr5kq_di" bpmnElement="CallDoCreateVfModuleRollback">
|
| 1183 | <dc:Bounds x="509" y="1272" width="100" height="80" />
|
| 1184 | </bpmndi:BPMNShape>
|
| 1185 | <bpmndi:BPMNShape id="ScriptTask_0upatdd_di" bpmnElement="PreProcessRollback">
|
| 1186 | <dc:Bounds x="329" y="1272" width="100" height="80" />
|
| 1187 | </bpmndi:BPMNShape>
|
| 1188 | <bpmndi:BPMNShape id="ScriptTask_0o1zc29_di" bpmnElement="PostProcessRollback">
|
| 1189 | <dc:Bounds x="694" y="1272" width="100" height="80" />
|
| 1190 | </bpmndi:BPMNShape>
|
| 1191 | <bpmndi:BPMNEdge id="SequenceFlow_02lc25j_di" bpmnElement="SequenceFlow_02lc25j">
|
| 1192 | <di:waypoint xsi:type="dc:Point" x="129" y="1312" />
|
| 1193 | <di:waypoint xsi:type="dc:Point" x="196" y="1312" />
|
| 1194 | <bpmndi:BPMNLabel>
|
| 1195 | <dc:Bounds x="163" y="1297" width="0" height="0" />
|
| 1196 | </bpmndi:BPMNLabel>
|
| 1197 | </bpmndi:BPMNEdge>
|
| 1198 | <bpmndi:BPMNEdge id="SequenceFlow_0z2rczk_di" bpmnElement="SequenceFlow_0z2rczk">
|
| 1199 | <di:waypoint xsi:type="dc:Point" x="794" y="1312" />
|
| 1200 | <di:waypoint xsi:type="dc:Point" x="826" y="1312" />
|
| 1201 | <di:waypoint xsi:type="dc:Point" x="826" y="1312" />
|
| 1202 | <di:waypoint xsi:type="dc:Point" x="861" y="1312" />
|
| 1203 | <bpmndi:BPMNLabel>
|
| 1204 | <dc:Bounds x="841" y="1312" width="0" height="0" />
|
| 1205 | </bpmndi:BPMNLabel>
|
| 1206 | </bpmndi:BPMNEdge>
|
| 1207 | <bpmndi:BPMNEdge id="SequenceFlow_1i1q78e_di" bpmnElement="SequenceFlow_1i1q78e">
|
| 1208 | <di:waypoint xsi:type="dc:Point" x="429" y="1312" />
|
| 1209 | <di:waypoint xsi:type="dc:Point" x="509" y="1312" />
|
| 1210 | <bpmndi:BPMNLabel>
|
| 1211 | <dc:Bounds x="469" y="1297" width="0" height="0" />
|
| 1212 | </bpmndi:BPMNLabel>
|
| 1213 | </bpmndi:BPMNEdge>
|
| 1214 | <bpmndi:BPMNEdge id="SequenceFlow_0112l2c_di" bpmnElement="SequenceFlow_0112l2c">
|
| 1215 | <di:waypoint xsi:type="dc:Point" x="609" y="1312" />
|
| 1216 | <di:waypoint xsi:type="dc:Point" x="694" y="1312" />
|
| 1217 | <bpmndi:BPMNLabel>
|
| 1218 | <dc:Bounds x="652" y="1297" width="0" height="0" />
|
| 1219 | </bpmndi:BPMNLabel>
|
| 1220 | </bpmndi:BPMNEdge>
|
| 1221 | <bpmndi:BPMNShape id="ExclusiveGateway_039bib8_di" bpmnElement="ExclusiveGateway_039bib8" isMarkerVisible="true">
|
| 1222 | <dc:Bounds x="196" y="1287" width="50" height="50" />
|
| 1223 | <bpmndi:BPMNLabel>
|
| 1224 | <dc:Bounds x="177" y="1259" width="87" height="12" />
|
| 1225 | </bpmndi:BPMNLabel>
|
| 1226 | </bpmndi:BPMNShape>
|
| 1227 | <bpmndi:BPMNEdge id="SequenceFlow_04bd5in_di" bpmnElement="SequenceFlow_04bd5in">
|
| 1228 | <di:waypoint xsi:type="dc:Point" x="246" y="1312" />
|
| 1229 | <di:waypoint xsi:type="dc:Point" x="329" y="1312" />
|
| 1230 | <bpmndi:BPMNLabel>
|
| 1231 | <dc:Bounds x="282" y="1297" width="12" height="12" />
|
| 1232 | </bpmndi:BPMNLabel>
|
| 1233 | </bpmndi:BPMNEdge>
|
| 1234 | <bpmndi:BPMNEdge id="SequenceFlow_1nh7m8d_di" bpmnElement="SequenceFlow_1nh7m8d">
|
| 1235 | <di:waypoint xsi:type="dc:Point" x="221" y="1337" />
|
| 1236 | <di:waypoint xsi:type="dc:Point" x="221" y="1436" />
|
| 1237 | <di:waypoint xsi:type="dc:Point" x="509" y="1436" />
|
| 1238 | <bpmndi:BPMNLabel>
|
| 1239 | <dc:Bounds x="227" y="1386.5" width="18" height="12" />
|
| 1240 | </bpmndi:BPMNLabel>
|
| 1241 | </bpmndi:BPMNEdge>
|
| 1242 | <bpmndi:BPMNShape id="ScriptTask_05v20n0_di" bpmnElement="Task_1fm09pi">
|
| 1243 | <dc:Bounds x="509" y="1396" width="100" height="80" />
|
| 1244 | </bpmndi:BPMNShape>
|
| 1245 | <bpmndi:BPMNEdge id="SequenceFlow_1pgo10r_di" bpmnElement="SequenceFlow_1pgo10r">
|
| 1246 | <di:waypoint xsi:type="dc:Point" x="609" y="1436" />
|
| 1247 | <di:waypoint xsi:type="dc:Point" x="879" y="1436" />
|
| 1248 | <di:waypoint xsi:type="dc:Point" x="879" y="1330" />
|
| 1249 | <bpmndi:BPMNLabel>
|
| 1250 | <dc:Bounds x="744" y="1421" width="0" height="0" />
|
| 1251 | </bpmndi:BPMNLabel>
|
| 1252 | </bpmndi:BPMNEdge>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 1253 | </bpmndi:BPMNPlane>
|
| 1254 | </bpmndi:BPMNDiagram>
|
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1255 | </bpmn2:definitions> |