blob: 62eb91810f4df31b22495c62a9c427e120ab23e5 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?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">
40 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
41def doCreateVfModule = new DoCreateVfModule()
42return doCreateVfModule.isVolumeGroupNamePresent(execution)]]></bpmn2:conditionExpression>
43 </bpmn2:sequenceFlow>
44 <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="IsVolumeGroupNameSpecified" targetRef="ExclusiveGateway_4" />
45 <bpmn2:callActivity id="ConfirmVolumeName" name="Confirm Volume Group Name" calledElement="ConfirmVolumeGroupName">
46 <bpmn2:extensionElements>
47 <camunda:in source="DCVFM_volumeGroupId" target="ConfirmVolumeGroupName_volumeGroupId" />
48 <camunda:in source="DCVFM_volumeGroupName" target="ConfirmVolumeGroupName_volumeGroupName" />
49 <camunda:in source="DCVFM_cloudRegionForVolume" target="ConfirmVolumeGroupName_aicCloudRegion" />
50 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
51 <camunda:out source="WorkflowException" target="WorkflowException" />
52 <camunda:out source="WorkflowResponse" target="DCVM_confirmResponse" />
53 </bpmn2:extensionElements>
54 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
55 <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
56 </bpmn2:callActivity>
57 <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ConfirmVolumeName" targetRef="ExclusiveGateway_4" />
58 <bpmn2:exclusiveGateway id="ExclusiveGateway_4">
59 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
60 <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
61 <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
62 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
63 </bpmn2:exclusiveGateway>
64 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_4" targetRef="CreateAAIVfModule" />
65 <bpmn2:callActivity id="CallSDNCAdapterVDModuleTopologyAssign" name="Call SDNC Adapter: VF Module Topology Assign" calledElement="sdncAdapter">
66 <bpmn2:extensionElements>
67 <camunda:in source="DCVFM_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />
68 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
69 <camunda:in source="mso-request-id" target="mso-request-id" />
70 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
71 <camunda:out source="WorkflowException" target="WorkflowException" />
72 <camunda:out source="sdncAdapterResponse" target="DCVFM_assignSDNCAdapterResponse" />
73 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
74 </bpmn2:extensionElements>
75 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
76 <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
77 </bpmn2:callActivity>
78 <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="PostProcess SDNC Assign Request" scriptFormat="groovy">
79 <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
80 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
81 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
82
83String response = execution.getVariable("DCVFM_assignSDNCAdapterResponse")
84
85def doCreateVfModule = new DoCreateVfModule()
86doCreateVfModule.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>
87 </bpmn2:scriptTask>
88 <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
89 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
90 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
91 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
92def doCreateVfModule = new DoCreateVfModule()
93doCreateVfModule.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
94 </bpmn2:scriptTask>
95 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterVDModuleTopologyAssign" />
96 <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="CallSDNCAdapterVDModuleTopologyAssign" targetRef="PostProcessSDNCAssignRequest" />
97 <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC GET Request" scriptFormat="groovy">
98 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
99 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
100 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
101def doCreateVfModule = new DoCreateVfModule()
102doCreateVfModule.preProcessSDNCGetRequest(execution)]]></bpmn2:script>
103 </bpmn2:scriptTask>
104 <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyGET" name="Call SDNC Adapter: VF Module Topology GET" calledElement="sdncAdapter">
105 <bpmn2:extensionElements>
106 <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" />
107 <camunda:in source="mso-request-id" target="mso-request-id" />
108 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
109 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
110 <camunda:out source="WorkflowException" target="WorkflowException" />
111 <camunda:out source="sdncAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />
112 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
113 </bpmn2:extensionElements>
114 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
115 <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
116 </bpmn2:callActivity>
117 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="PreProcessSDNCGetRequest" />
118 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVFModuleTopologyGET" />
119 <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="CallSDNCAdapterVFModuleTopologyGET" targetRef="PostProcessSDNCGetRequest" />
120 <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC GET Request" scriptFormat="groovy">
121 <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
122 <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
123 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
124
125String response = execution.getVariable("DCVFM_getSDNCAdapterResponse")
126
127def doCreateVfModule = new DoCreateVfModule()
128doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>
129 </bpmn2:scriptTask>
130 <bpmn2:callActivity id="UpdateAAIVfModule_1" name="UpdateAAIVfModule" calledElement="UpdateAAIVfModule">
131 <bpmn2:extensionElements>
132 <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
133 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
134 <camunda:out source="WorkflowException" target="WorkflowException" />
135 <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" />
136 </bpmn2:extensionElements>
137 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
138 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
139 </bpmn2:callActivity>
140 <bpmn2:scriptTask id="PreProcessUpdateAAIVfModule_1" name="PreProcess Update AAIVfModule" scriptFormat="groovy">
141 <bpmn2:incoming>SequenceFlow_1avfxsz</bpmn2:incoming>
142 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
143 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
144def doCreateVfModule = new DoCreateVfModule()
145doCreateVfModule.preProcessUpdateAAIVfModuleRequestOrch(execution)]]></bpmn2:script>
146 </bpmn2:scriptTask>
147 <bpmn2:scriptTask id="PreProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">
148 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151def doCreateVfModule = new DoCreateVfModule()
152doCreateVfModule.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>
153 </bpmn2:scriptTask>
154 <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyActivate" name="Call SDNC Adapter: VF Module Topology Activate" calledElement="sdncAdapter">
155 <bpmn2:extensionElements>
156 <camunda:in source="DCVFM_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />
157 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
158 <camunda:in source="mso-request-id" target="mso-request-id" />
159 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
160 <camunda:out source="WorkflowException" target="WorkflowException" />
161 <camunda:out source="sdncAdapterResponse" target="DCVFM_activateSDNCAdapterResponse" />
162 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
163 </bpmn2:extensionElements>
164 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
165 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
166 </bpmn2:callActivity>
167 <bpmn2:scriptTask id="PostProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">
168 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
169 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
170 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
171
172 String response = execution.getVariable("DCVFM_activateSDNCAdapterResponse")
173
174def doCreateVfModule = new DoCreateVfModule()
175doCreateVfModule.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>
176 </bpmn2:scriptTask>
177 <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Is volume_group_id specified?" default="SequenceFlow_30">
178 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
180 <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
181 </bpmn2:exclusiveGateway>
182 <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest">
183 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
184def doCreateVfModule = new DoCreateVfModule()
185return doCreateVfModule.isVolumeGroupIdPresent(execution)]]></bpmn2:conditionExpression>
186 </bpmn2:sequenceFlow>
187 <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6" />
188 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessUpdateAAIVfModule_1" targetRef="UpdateAAIVfModule_1" />
189 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="UpdateAAIVfModule_1" targetRef="PreProcessSDNCActivateRequest" />
190 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PreProcessSDNCActivateRequest" targetRef="CallSDNCAdapterVFModuleTopologyActivate" />
191 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="CallSDNCAdapterVFModuleTopologyActivate" targetRef="PostProcessSDNCActivateRequest" />
192 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PostProcessSDNCActivateRequest" targetRef="ExclusiveGateway_5" />
193 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="UpdateAndActivate">
194 <bpmn2:outgoing>SequenceFlow_0363dz7</bpmn2:outgoing>
195 <bpmn2:linkEventDefinition id="_LinkEventDefinition_30" name="UpdateAndActivate" />
196 </bpmn2:intermediateCatchEvent>
197 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Provision">
198 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
199 <bpmn2:linkEventDefinition id="_LinkEventDefinition_29" name="Provision" />
200 </bpmn2:intermediateCatchEvent>
201 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="IntermediateCatchEvent_2" targetRef="PreProcessSDNCAssignRequest" />
202 <bpmn2:scriptTask id="PrepareCreateAAIVfModuleVolumeGroupRequest" name="Prepare CreateAAIVfModuleVolumeGroup Request" scriptFormat="groovy">
203 <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
204 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
205 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
206def doCreateVfModule = new DoCreateVfModule()
207doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)]]></bpmn2:script>
208 </bpmn2:scriptTask>
209 <bpmn2:callActivity id="CreateAAIVfModuleVolumeGroup" name="CreateAAIVfModuleVolumeGroup" calledElement="CreateAAIVfModuleVolumeGroup">
210 <bpmn2:extensionElements>
211 <camunda:in source="DCVFM_createAAIVfModuleVolumeGroupRequest" target="CreateAAIVfModuleVolumeGroupRequest" />
212 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
213 <camunda:out source="WorkflowException" target="WorkflowException" />
214 <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" />
215 </bpmn2:extensionElements>
216 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
217 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
218 </bpmn2:callActivity>
219 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateAAIVfModuleVolumeGroup" targetRef="ExclusiveGateway_6" />
220 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PrepareCreateAAIVfModuleVolumeGroupRequest" targetRef="CreateAAIVfModuleVolumeGroup" />
221 <bpmn2:exclusiveGateway id="ExclusiveGateway_6">
222 <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
223 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
224 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
225 </bpmn2:exclusiveGateway>
226 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_setSuccess" />
227 <bpmn2:scriptTask id="PreProcessVNFAdapterRequest" name="PreProcess VNF Adapter Request" scriptFormat="groovy">
228 <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
229 <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
230 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
231def doCreateVfModule = new DoCreateVfModule()
232doCreateVfModule.preProcessVNFAdapterRequest(execution)]]></bpmn2:script>
233 </bpmn2:scriptTask>
234 <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="vnfAdapterRestV1">
235 <bpmn2:extensionElements>
236 <camunda:in source="DCVFM_createVnfARequest" target="vnfAdapterRestV1Request" />
237 <camunda:out source="vnfAdapterRestV1Response" target="DCVFM_createVnfAResponse" />
238 <camunda:in source="mso-request-id" target="mso-request-id" />
239 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
240 <camunda:in variables="all" />
241 <camunda:out source="WorkflowException" target="WorkflowException" />
242 </bpmn2:extensionElements>
243 <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
244 <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
245 </bpmn2:callActivity>
246 <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNF Adapter Request" scriptFormat="groovy">
247 <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
248 <bpmn2:outgoing>SequenceFlow_1ushk1d</bpmn2:outgoing>
249 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
250def doCreateVfModule = new DoCreateVfModule()
251doCreateVfModule.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>
252 </bpmn2:scriptTask>
253 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="To UpdateAndActivate">
254 <bpmn2:incoming>SequenceFlow_0xfanpi</bpmn2:incoming>
255 <bpmn2:incoming>SequenceFlow_0abffyj</bpmn2:incoming>
256 <bpmn2:linkEventDefinition id="_LinkEventDefinition_31" name="UpdateAndActivate" />
257 </bpmn2:intermediateThrowEvent>
258 <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="PostProcessSDNCGetRequest" targetRef="PreProcessVNFAdapterRequest" />
259 <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="PreProcessVNFAdapterRequest" targetRef="CallVNFAdapterVFModuleCreate" />
260 <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="CallVNFAdapterVFModuleCreate" targetRef="PostProcessVNFAdapterRequest" />
261 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="To Provision">
262 <bpmn2:incoming>SequenceFlow_41</bpmn2:incoming>
263 <bpmn2:linkEventDefinition id="_LinkEventDefinition_28" name="Provision" />
264 </bpmn2:intermediateThrowEvent>
265 <bpmn2:exclusiveGateway id="ExclusiveGateway_2">
266 <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>
267 <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>
268 <bpmn2:outgoing>SequenceFlow_41</bpmn2:outgoing>
269 </bpmn2:exclusiveGateway>
270 <bpmn2:scriptTask id="PostProcessCreateAAIVfModule" name="PostProcess CreateAAIVfModule" scriptFormat="groovy">
271 <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
272 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
273 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
274def doCreateVfModule = new DoCreateVfModule()
275doCreateVfModule.postProcessCreateAAIVfModule(execution)]]></bpmn2:script>
276 </bpmn2:scriptTask>
277 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="PostProcessCreateAAIVfModule" targetRef="IsBaseVfModule" />
278 <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_36">
279 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
280 <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>
281 <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>
282 </bpmn2:exclusiveGateway>
283 <bpmn2:sequenceFlow id="SequenceFlow_36" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule" />
284 <bpmn2:sequenceFlow id="SequenceFlow_39" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_2">
285 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>
286 </bpmn2:sequenceFlow>
287 <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy">
288 <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming>
289 <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>
290 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
291def doCreateVfModule = new DoCreateVfModule()
292doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>
293 </bpmn2:scriptTask>
294 <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_2" />
295 <bpmn2:sequenceFlow id="SequenceFlow_41" name="" sourceRef="ExclusiveGateway_2" targetRef="IntermediateThrowEvent_3" />
296 <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Set Success Indicator" scriptFormat="groovy">
297 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
298 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
299 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
300def doCreateVfModule = new DoCreateVfModule()
301doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script>
302 </bpmn2:scriptTask>
303 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_1" />
304 <bpmn2:endEvent id="EndEvent_1">
305 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
306 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_8" />
307 </bpmn2:endEvent>
308 <bpmn2:scriptTask id="QueryCloudRegion" name="Query Cloud Region" scriptFormat="groovy">
309 <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming>
310 <bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing>
311 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
312def doCreateVfModule = new DoCreateVfModule()
313return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script>
314 </bpmn2:scriptTask>
315 <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion">
316 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
317def doCreateVfModule = new DoCreateVfModule()
318return doCreateVfModule.isVolumeGroupIdPresent(execution)]]></bpmn2:conditionExpression>
319 </bpmn2:sequenceFlow>
320 <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant" />
321 <bpmn2:subProcess id="SubProcess_1" name="Error Handling Sub Process" triggeredByEvent="true">
322 <bpmn2:scriptTask id="ScriptTask_1" name="Process Error" scriptFormat="groovy">
323 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
324 <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>
325 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
326def doCreateVfModule = new DoCreateVfModule()
327doCreateVfModule.processBPMNException(execution)]]></bpmn2:script>
328 </bpmn2:scriptTask>
329 <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_2" />
330 <bpmn2:startEvent id="StartEvent_2">
331 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
332 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
333 </bpmn2:startEvent>
334 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="StartEvent_2" targetRef="ScriptTask_1" />
335 <bpmn2:endEvent id="EndEvent_2">
336 <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>
337 </bpmn2:endEvent>
338 </bpmn2:subProcess>
339 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
340 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
341 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
342 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
343def doCreateVfModule = new DoCreateVfModule()
344doCreateVfModule.preProcessRequest(execution)]]></bpmn2:script>
345 </bpmn2:scriptTask>
346 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="IntermediateThrowEvent_1" />
347 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To DoCreateVfModule">
348 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
349 <bpmn2:linkEventDefinition id="_LinkEventDefinition_25" name="DoCreateVfModule" />
350 </bpmn2:intermediateThrowEvent>
351 <bpmn2:callActivity id="CreateAAIVfModule" name="CreateAAIVfModule" calledElement="CreateAAIVfModule">
352 <bpmn2:extensionElements>
353 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
354 <camunda:in source="isVidRequest" target="isVidRequest" />
355 <camunda:in source="newVfModuleId" target="newVfModuleId" />
356 <camunda:out source="WorkflowException" target="WorkflowException" />
357 <camunda:out source="CreateAAIVfModuleResponse" target="DCVFM_createVfModuleResponse" />
358 <camunda:in source="DCVFM_vnfId" target="vnfId" />
359 <camunda:in source="DCVFM_vnfName" target="vnfName" />
360 <camunda:in source="DCVFM_vnfType" target="vnfType" />
361 <camunda:in source="DCVFM_serviceId" target="serviceId" />
362 <camunda:in source="DCVFM_personaModelId" target="personaModelId" />
363 <camunda:in source="DCVFM_isBaseVfModule" target="isBaseVfModule" />
364 <camunda:in source="DCVFM_vfModuleName" target="vfModuleName" />
365 <camunda:in source="DCVFM_vfModuleModelName" target="vfModuleModelName" />
366 <camunda:in source="DCVFM_personaModelVersion" target="personaModelVersion" />
367 <camunda:in source="DCVFM_modelCustomizationUuid" target="modelCustomizationId" />
368 </bpmn2:extensionElements>
369 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
370 <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
371 </bpmn2:callActivity>
372 <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="CreateAAIVfModule" targetRef="PostProcessCreateAAIVfModule" />
373 <bpmn2:exclusiveGateway id="ExclusiveGateway_183x8vk" name="need to create network policies in AAI?" default="SequenceFlow_0xfanpi">
374 <bpmn2:incoming>SequenceFlow_1ushk1d</bpmn2:incoming>
375 <bpmn2:outgoing>SequenceFlow_0ery1pk</bpmn2:outgoing>
376 <bpmn2:outgoing>SequenceFlow_0xfanpi</bpmn2:outgoing>
377 </bpmn2:exclusiveGateway>
378 <bpmn2:sequenceFlow id="SequenceFlow_1ushk1d" sourceRef="PostProcessVNFAdapterRequest" targetRef="ExclusiveGateway_183x8vk" />
379 <bpmn2:sequenceFlow id="SequenceFlow_0ery1pk" name="yes" sourceRef="ExclusiveGateway_183x8vk" targetRef="CreateNetworkPoliciesInAAI">
380 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList") != null && !execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList").isEmpty()]]></bpmn2:conditionExpression>
381 </bpmn2:sequenceFlow>
382 <bpmn2:sequenceFlow id="SequenceFlow_0xfanpi" name="no" sourceRef="ExclusiveGateway_183x8vk" targetRef="IntermediateThrowEvent_2" />
383 <bpmn2:sequenceFlow id="SequenceFlow_0abffyj" sourceRef="CreateNetworkPoliciesInAAI" targetRef="IntermediateThrowEvent_2" />
384 <bpmn2:scriptTask id="CreateNetworkPoliciesInAAI" name="Create Network Policies In AAI" scriptFormat="groovy">
385 <bpmn2:incoming>SequenceFlow_0ery1pk</bpmn2:incoming>
386 <bpmn2:outgoing>SequenceFlow_0abffyj</bpmn2:outgoing>
387 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
388def doCreateVfModule = new DoCreateVfModule()
389doCreateVfModule.createNetworkPoliciesInAAI(execution)]]></bpmn2:script>
390 </bpmn2:scriptTask>
391 <bpmn2:exclusiveGateway id="ExclusiveGateway_0f54imv" name="need to update VNF in AAI?" default="SequenceFlow_1k5uku2">
392 <bpmn2:incoming>SequenceFlow_0363dz7</bpmn2:incoming>
393 <bpmn2:outgoing>SequenceFlow_0bi38s7</bpmn2:outgoing>
394 <bpmn2:outgoing>SequenceFlow_1k5uku2</bpmn2:outgoing>
395 </bpmn2:exclusiveGateway>
396 <bpmn2:exclusiveGateway id="ExclusiveGateway_1edqxlf">
397 <bpmn2:incoming>SequenceFlow_112los9</bpmn2:incoming>
398 <bpmn2:incoming>SequenceFlow_1k5uku2</bpmn2:incoming>
399 <bpmn2:outgoing>SequenceFlow_1avfxsz</bpmn2:outgoing>
400 </bpmn2:exclusiveGateway>
401 <bpmn2:sequenceFlow id="SequenceFlow_0bi38s7" name="yes" sourceRef="ExclusiveGateway_0f54imv" targetRef="PreProcessUpdateAAIGenericVnf">
402 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[!execution.getVariable("DCVFM_oamManagementV4Address").isEmpty() || !execution.getVariable("DCVFM_oamManagementV6Address").isEmpty()]]></bpmn2:conditionExpression>
403 </bpmn2:sequenceFlow>
404 <bpmn2:sequenceFlow id="SequenceFlow_1qm81ym" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVNFTask" />
405 <bpmn2:sequenceFlow id="SequenceFlow_112los9" sourceRef="UpdateAAIGenericVNFTask" targetRef="ExclusiveGateway_1edqxlf" />
406 <bpmn2:sequenceFlow id="SequenceFlow_1k5uku2" name="no" sourceRef="ExclusiveGateway_0f54imv" targetRef="ExclusiveGateway_1edqxlf" />
407 <bpmn2:sequenceFlow id="SequenceFlow_1avfxsz" sourceRef="ExclusiveGateway_1edqxlf" targetRef="PreProcessUpdateAAIVfModule_1" />
408 <bpmn2:sequenceFlow id="SequenceFlow_0363dz7" sourceRef="IntermediateCatchEvent_3" targetRef="ExclusiveGateway_0f54imv" />
409 <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
410 <bpmn2:incoming>SequenceFlow_0bi38s7</bpmn2:incoming>
411 <bpmn2:outgoing>SequenceFlow_1qm81ym</bpmn2:outgoing>
412 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
413def doCreateVfModule = new DoCreateVfModule()
414doCreateVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
415 </bpmn2:scriptTask>
416 <bpmn2:callActivity id="UpdateAAIGenericVNFTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
417 <bpmn2:extensionElements>
418 <camunda:in source="DCVM_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
419 <camunda:in source="mso-request-id" target="mso-request-id" />
420 <camunda:in source="mso-service-id" target="mso-service-id" />
421 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
422 <camunda:out source="WorkflowException" target="WorkflowException" />
423 </bpmn2:extensionElements>
424 <bpmn2:incoming>SequenceFlow_1qm81ym</bpmn2:incoming>
425 <bpmn2:outgoing>SequenceFlow_112los9</bpmn2:outgoing>
426 </bpmn2:callActivity>
427 </bpmn2:process>
428 <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest" />
429 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
430 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
431 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule">
432 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
433 <dc:Bounds x="41" y="231" width="36" height="36" />
434 </bpmndi:BPMNShape>
435 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
436 <di:waypoint xsi:type="dc:Point" x="77" y="249" />
437 <di:waypoint xsi:type="dc:Point" x="150" y="249" />
438 <bpmndi:BPMNLabel>
439 <dc:Bounds x="99" y="249" width="6" height="6" />
440 </bpmndi:BPMNLabel>
441 </bpmndi:BPMNEdge>
442 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
443 <dc:Bounds x="150" y="209" width="100" height="80" />
444 </bpmndi:BPMNShape>
445 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1">
446 <dc:Bounds x="36" y="376" width="36" height="36" />
447 <bpmndi:BPMNLabel>
448 <dc:Bounds x="0" y="417" width="114" height="22" />
449 </bpmndi:BPMNLabel>
450 </bpmndi:BPMNShape>
451 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1">
452 <dc:Bounds x="338" y="231" width="36" height="36" />
453 <bpmndi:BPMNLabel>
454 <dc:Bounds x="290" y="272" width="132" height="22" />
455 </bpmndi:BPMNLabel>
456 </bpmndi:BPMNShape>
457 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign">
458 <dc:Bounds x="266" y="672" width="121" height="94" />
459 </bpmndi:BPMNShape>
460 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET">
461 <dc:Bounds x="744" y="670" width="133" height="97" />
462 </bpmndi:BPMNShape>
463 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true">
464 <dc:Bounds x="144" y="368" width="50" height="50" />
465 <bpmndi:BPMNLabel>
466 <dc:Bounds x="89" y="347" width="178" height="22" />
467 </bpmndi:BPMNLabel>
468 </bpmndi:BPMNShape>
469 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant">
470 <dc:Bounds x="209" y="528" width="118" height="89" />
471 </bpmndi:BPMNShape>
472 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
473 <dc:Bounds x="559" y="368" width="50" height="50" />
474 <bpmndi:BPMNLabel>
475 <dc:Bounds x="584" y="423" width="0" height="0" />
476 </bpmndi:BPMNLabel>
477 </bpmndi:BPMNShape>
478 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91">
479 <di:waypoint xsi:type="dc:Point" x="194" y="393" />
480 <di:waypoint xsi:type="dc:Point" x="559" y="393" />
481 <bpmndi:BPMNLabel>
482 <dc:Bounds x="209" y="393" width="20" height="22" />
483 </bpmndi:BPMNLabel>
484 </bpmndi:BPMNEdge>
485 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate">
486 <dc:Bounds x="1236" y="672" width="121" height="97" />
487 </bpmndi:BPMNShape>
488 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1">
489 <dc:Bounds x="768" y="830" width="117" height="97" />
490 </bpmndi:BPMNShape>
491 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate">
492 <dc:Bounds x="1090" y="828" width="119" height="99" />
493 </bpmndi:BPMNShape>
494 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
495 <dc:Bounds x="1435" y="853" width="50" height="50" />
496 <bpmndi:BPMNLabel>
497 <dc:Bounds x="1432" y="825" width="86" height="36" />
498 </bpmndi:BPMNLabel>
499 </bpmndi:BPMNShape>
500 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup">
501 <dc:Bounds x="1693" y="986" width="121" height="112" />
502 </bpmndi:BPMNShape>
503 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7">
504 <di:waypoint xsi:type="dc:Point" x="1460" y="903" />
505 <di:waypoint xsi:type="dc:Point" x="1460" y="1042" />
506 <di:waypoint xsi:type="dc:Point" x="1520" y="1042" />
507 <bpmndi:BPMNLabel>
508 <dc:Bounds x="1452" y="928" width="18" height="12" />
509 </bpmndi:BPMNLabel>
510 </bpmndi:BPMNEdge>
511 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">
512 <dc:Bounds x="1818" y="854" width="50" height="50" />
513 <bpmndi:BPMNLabel>
514 <dc:Bounds x="1843" y="909" width="0" height="0" />
515 </bpmndi:BPMNLabel>
516 </bpmndi:BPMNShape>
517 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93">
518 <di:waypoint xsi:type="dc:Point" x="1813" y="1042" />
519 <di:waypoint xsi:type="dc:Point" x="1843" y="1042" />
520 <di:waypoint xsi:type="dc:Point" x="1843" y="944" />
521 <di:waypoint xsi:type="dc:Point" x="1843" y="904" />
522 <bpmndi:BPMNLabel>
523 <dc:Bounds x="1839" y="1042" width="0" height="0" />
524 </bpmndi:BPMNLabel>
525 </bpmndi:BPMNEdge>
526 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93">
527 <di:waypoint xsi:type="dc:Point" x="1485" y="878" />
528 <di:waypoint xsi:type="dc:Point" x="1651" y="878" />
529 <di:waypoint xsi:type="dc:Point" x="1651" y="879" />
530 <di:waypoint xsi:type="dc:Point" x="1818" y="879" />
531 <bpmndi:BPMNLabel>
532 <dc:Bounds x="1519" y="878" width="12" height="12" />
533 </bpmndi:BPMNLabel>
534 </bpmndi:BPMNEdge>
535 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90">
536 <di:waypoint xsi:type="dc:Point" x="72" y="394" />
537 <di:waypoint xsi:type="dc:Point" x="120" y="394" />
538 <di:waypoint xsi:type="dc:Point" x="120" y="393" />
539 <di:waypoint xsi:type="dc:Point" x="144" y="393" />
540 <bpmndi:BPMNLabel>
541 <dc:Bounds x="117" y="394" width="6" height="6" />
542 </bpmndi:BPMNLabel>
543 </bpmndi:BPMNEdge>
544 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true">
545 <dc:Bounds x="360" y="547" width="50" height="50" />
546 <bpmndi:BPMNLabel>
547 <dc:Bounds x="309" y="496" width="200" height="22" />
548 </bpmndi:BPMNLabel>
549 </bpmndi:BPMNShape>
550 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101">
551 <di:waypoint xsi:type="dc:Point" x="327" y="572" />
552 <di:waypoint xsi:type="dc:Point" x="360" y="572" />
553 <bpmndi:BPMNLabel>
554 <dc:Bounds x="338" y="572" width="6" height="6" />
555 </bpmndi:BPMNLabel>
556 </bpmndi:BPMNEdge>
557 <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName">
558 <dc:Bounds x="453" y="528" width="109" height="89" />
559 </bpmndi:BPMNShape>
560 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3">
561 <di:waypoint xsi:type="dc:Point" x="410" y="572" />
562 <di:waypoint xsi:type="dc:Point" x="453" y="572" />
563 <bpmndi:BPMNLabel>
564 <dc:Bounds x="410" y="576" width="27" height="22" />
565 </bpmndi:BPMNLabel>
566 </bpmndi:BPMNEdge>
567 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91">
568 <di:waypoint xsi:type="dc:Point" x="385" y="547" />
569 <di:waypoint xsi:type="dc:Point" x="385" y="393" />
570 <di:waypoint xsi:type="dc:Point" x="559" y="393" />
571 <bpmndi:BPMNLabel>
572 <dc:Bounds x="392" y="450" width="20" height="22" />
573 </bpmndi:BPMNLabel>
574 </bpmndi:BPMNEdge>
575 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91">
576 <di:waypoint xsi:type="dc:Point" x="561" y="572" />
577 <di:waypoint xsi:type="dc:Point" x="584" y="572" />
578 <di:waypoint xsi:type="dc:Point" x="584" y="418" />
579 <bpmndi:BPMNLabel>
580 <dc:Bounds x="581" y="492" width="6" height="6" />
581 </bpmndi:BPMNLabel>
582 </bpmndi:BPMNEdge>
583 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_IntermediateThrowEvent_22">
584 <di:waypoint xsi:type="dc:Point" x="250" y="249" />
585 <di:waypoint xsi:type="dc:Point" x="338" y="249" />
586 <bpmndi:BPMNLabel>
587 <dc:Bounds x="287" y="249" width="6" height="6" />
588 </bpmndi:BPMNLabel>
589 </bpmndi:BPMNEdge>
590 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156">
591 <di:waypoint xsi:type="dc:Point" x="609" y="393" />
592 <di:waypoint xsi:type="dc:Point" x="628" y="393" />
593 <di:waypoint xsi:type="dc:Point" x="628" y="394" />
594 <di:waypoint xsi:type="dc:Point" x="696" y="394" />
595 <bpmndi:BPMNLabel>
596 <dc:Bounds x="636" y="394" width="0" height="0" />
597 </bpmndi:BPMNLabel>
598 </bpmndi:BPMNEdge>
599 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest">
600 <dc:Bounds x="109" y="674" width="121" height="94" />
601 </bpmndi:BPMNShape>
602 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest">
603 <dc:Bounds x="435" y="674" width="121" height="94" />
604 </bpmndi:BPMNShape>
605 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3">
606 <dc:Bounds x="1537" y="374" width="36" height="36" />
607 <bpmndi:BPMNLabel>
608 <dc:Bounds x="1517" y="415" width="76" height="22" />
609 </bpmndi:BPMNLabel>
610 </bpmndi:BPMNShape>
611 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2">
612 <dc:Bounds x="24" y="706" width="36" height="36" />
613 <bpmndi:BPMNLabel>
614 <dc:Bounds x="13" y="747" width="58" height="22" />
615 </bpmndi:BPMNLabel>
616 </bpmndi:BPMNShape>
617 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178">
618 <di:waypoint xsi:type="dc:Point" x="60" y="724" />
619 <di:waypoint xsi:type="dc:Point" x="81" y="724" />
620 <di:waypoint xsi:type="dc:Point" x="81" y="721" />
621 <di:waypoint xsi:type="dc:Point" x="109" y="721" />
622 <bpmndi:BPMNLabel>
623 <dc:Bounds x="78" y="722" width="6" height="6" />
624 </bpmndi:BPMNLabel>
625 </bpmndi:BPMNEdge>
626 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157">
627 <di:waypoint xsi:type="dc:Point" x="229" y="721" />
628 <di:waypoint xsi:type="dc:Point" x="248" y="721" />
629 <di:waypoint xsi:type="dc:Point" x="248" y="719" />
630 <di:waypoint xsi:type="dc:Point" x="266" y="719" />
631 </bpmndi:BPMNEdge>
632 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179">
633 <di:waypoint xsi:type="dc:Point" x="386" y="719" />
634 <di:waypoint xsi:type="dc:Point" x="411" y="719" />
635 <di:waypoint xsi:type="dc:Point" x="411" y="721" />
636 <di:waypoint xsi:type="dc:Point" x="435" y="721" />
637 </bpmndi:BPMNEdge>
638 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest">
639 <dc:Bounds x="588" y="672" width="121" height="94" />
640 </bpmndi:BPMNShape>
641 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest">
642 <dc:Bounds x="924" y="672" width="121" height="94" />
643 </bpmndi:BPMNShape>
644 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_179" targetElement="_BPMNShape_ScriptTask_213">
645 <di:waypoint xsi:type="dc:Point" x="555" y="721" />
646 <di:waypoint xsi:type="dc:Point" x="572" y="721" />
647 <di:waypoint xsi:type="dc:Point" x="572" y="719" />
648 <di:waypoint xsi:type="dc:Point" x="588" y="719" />
649 </bpmndi:BPMNEdge>
650 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158">
651 <di:waypoint xsi:type="dc:Point" x="708" y="719" />
652 <di:waypoint xsi:type="dc:Point" x="726" y="719" />
653 <di:waypoint xsi:type="dc:Point" x="726" y="718" />
654 <di:waypoint xsi:type="dc:Point" x="744" y="718" />
655 </bpmndi:BPMNEdge>
656 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214">
657 <di:waypoint xsi:type="dc:Point" x="876" y="718" />
658 <di:waypoint xsi:type="dc:Point" x="899" y="718" />
659 <di:waypoint xsi:type="dc:Point" x="899" y="719" />
660 <di:waypoint xsi:type="dc:Point" x="924" y="719" />
661 <bpmndi:BPMNLabel>
662 <dc:Bounds x="897" y="719" width="6" height="6" />
663 </bpmndi:BPMNLabel>
664 </bpmndi:BPMNEdge>
665 <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1">
666 <dc:Bounds x="609" y="830" width="118" height="97" />
667 </bpmndi:BPMNShape>
668 <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest">
669 <dc:Bounds x="935" y="829" width="118" height="98" />
670 </bpmndi:BPMNShape>
671 <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest">
672 <dc:Bounds x="1252" y="830" width="121" height="95" />
673 </bpmndi:BPMNShape>
674 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174">
675 <di:waypoint xsi:type="dc:Point" x="727" y="878" />
676 <di:waypoint xsi:type="dc:Point" x="768" y="878" />
677 <bpmndi:BPMNLabel>
678 <dc:Bounds x="748" y="853" width="0" height="0" />
679 </bpmndi:BPMNLabel>
680 </bpmndi:BPMNEdge>
681 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33">
682 <di:waypoint xsi:type="dc:Point" x="884" y="878" />
683 <di:waypoint xsi:type="dc:Point" x="935" y="878" />
684 <bpmndi:BPMNLabel>
685 <dc:Bounds x="910" y="853" width="0" height="0" />
686 </bpmndi:BPMNLabel>
687 </bpmndi:BPMNEdge>
688 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175">
689 <di:waypoint xsi:type="dc:Point" x="1053" y="878" />
690 <di:waypoint xsi:type="dc:Point" x="1071" y="878" />
691 <di:waypoint xsi:type="dc:Point" x="1071" y="877" />
692 <di:waypoint xsi:type="dc:Point" x="1090" y="877" />
693 <bpmndi:BPMNLabel>
694 <dc:Bounds x="1086" y="868" width="0" height="0" />
695 </bpmndi:BPMNLabel>
696 </bpmndi:BPMNEdge>
697 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4">
698 <di:waypoint xsi:type="dc:Point" x="1208" y="877" />
699 <di:waypoint xsi:type="dc:Point" x="1252" y="877" />
700 <bpmndi:BPMNLabel>
701 <dc:Bounds x="1230" y="852" width="0" height="0" />
702 </bpmndi:BPMNLabel>
703 </bpmndi:BPMNEdge>
704 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92">
705 <di:waypoint xsi:type="dc:Point" x="1372" y="877" />
706 <di:waypoint xsi:type="dc:Point" x="1404" y="877" />
707 <di:waypoint xsi:type="dc:Point" x="1404" y="878" />
708 <di:waypoint xsi:type="dc:Point" x="1435" y="878" />
709 <bpmndi:BPMNLabel>
710 <dc:Bounds x="1419" y="868" width="0" height="0" />
711 </bpmndi:BPMNLabel>
712 </bpmndi:BPMNEdge>
713 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1">
714 <dc:Bounds x="1808" y="860" width="36" height="36" />
715 <bpmndi:BPMNLabel>
716 <dc:Bounds x="1826" y="901" width="0" height="0" />
717 </bpmndi:BPMNLabel>
718 </bpmndi:BPMNShape>
719 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218">
720 <di:waypoint xsi:type="dc:Point" x="1868" y="879" />
721 <di:waypoint xsi:type="dc:Point" x="1894" y="879" />
722 <di:waypoint xsi:type="dc:Point" x="1894" y="877" />
723 <di:waypoint xsi:type="dc:Point" x="1933" y="877" />
724 <bpmndi:BPMNLabel>
725 <dc:Bounds x="1881" y="879" width="0" height="0" />
726 </bpmndi:BPMNLabel>
727 </bpmndi:BPMNEdge>
728 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2">
729 <dc:Bounds x="1771" y="701" width="36" height="36" />
730 <bpmndi:BPMNLabel>
731 <dc:Bounds x="1747" y="742" width="84" height="36" />
732 </bpmndi:BPMNLabel>
733 </bpmndi:BPMNShape>
734 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3">
735 <dc:Bounds x="24" y="860" width="36" height="36" />
736 <bpmndi:BPMNLabel>
737 <dc:Bounds x="16" y="901" width="84" height="24" />
738 </bpmndi:BPMNLabel>
739 </bpmndi:BPMNShape>
740 <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest">
741 <dc:Bounds x="1520" y="986" width="121" height="112" />
742 </bpmndi:BPMNShape>
743 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176">
744 <di:waypoint xsi:type="dc:Point" x="1640" y="1042" />
745 <di:waypoint xsi:type="dc:Point" x="1693" y="1042" />
746 <bpmndi:BPMNLabel>
747 <dc:Bounds x="1667" y="1017" width="0" height="0" />
748 </bpmndi:BPMNLabel>
749 </bpmndi:BPMNEdge>
750 <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest">
751 <dc:Bounds x="1073" y="672" width="121" height="96" />
752 </bpmndi:BPMNShape>
753 <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest">
754 <dc:Bounds x="1397" y="674" width="116" height="92" />
755 </bpmndi:BPMNShape>
756 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25">
757 <di:waypoint xsi:type="dc:Point" x="1044" y="719" />
758 <di:waypoint xsi:type="dc:Point" x="1059" y="719" />
759 <di:waypoint xsi:type="dc:Point" x="1059" y="720" />
760 <di:waypoint xsi:type="dc:Point" x="1073" y="720" />
761 </bpmndi:BPMNEdge>
762 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173">
763 <di:waypoint xsi:type="dc:Point" x="1193" y="720" />
764 <di:waypoint xsi:type="dc:Point" x="1236" y="720" />
765 </bpmndi:BPMNEdge>
766 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35">
767 <di:waypoint xsi:type="dc:Point" x="1356" y="720" />
768 <di:waypoint xsi:type="dc:Point" x="1397" y="720" />
769 </bpmndi:BPMNEdge>
770 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule">
771 <dc:Bounds x="1224" y="516" width="125" height="92" />
772 </bpmndi:BPMNShape>
773 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true">
774 <dc:Bounds x="1128" y="368" width="50" height="50" />
775 <bpmndi:BPMNLabel>
776 <dc:Bounds x="1092" y="336" width="124" height="22" />
777 </bpmndi:BPMNLabel>
778 </bpmndi:BPMNShape>
779 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
780 <dc:Bounds x="1408" y="368" width="50" height="50" />
781 <bpmndi:BPMNLabel>
782 <dc:Bounds x="1433" y="423" width="0" height="0" />
783 </bpmndi:BPMNLabel>
784 </bpmndi:BPMNShape>
785 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215">
786 <di:waypoint xsi:type="dc:Point" x="1153" y="418" />
787 <di:waypoint xsi:type="dc:Point" x="1153" y="562" />
788 <di:waypoint xsi:type="dc:Point" x="1224" y="562" />
789 <bpmndi:BPMNLabel>
790 <dc:Bounds x="1122" y="450" width="20" height="22" />
791 </bpmndi:BPMNLabel>
792 </bpmndi:BPMNEdge>
793 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212">
794 <di:waypoint xsi:type="dc:Point" x="1178" y="393" />
795 <di:waypoint xsi:type="dc:Point" x="1408" y="393" />
796 <bpmndi:BPMNLabel>
797 <dc:Bounds x="1285" y="393" width="27" height="22" />
798 </bpmndi:BPMNLabel>
799 </bpmndi:BPMNEdge>
800 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule">
801 <dc:Bounds x="897" y="348" width="125" height="92" />
802 </bpmndi:BPMNShape>
803 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211">
804 <di:waypoint xsi:type="dc:Point" x="1021" y="394" />
805 <di:waypoint xsi:type="dc:Point" x="1075" y="394" />
806 <di:waypoint xsi:type="dc:Point" x="1075" y="393" />
807 <di:waypoint xsi:type="dc:Point" x="1128" y="393" />
808 <bpmndi:BPMNLabel>
809 <dc:Bounds x="1072" y="394" width="6" height="6" />
810 </bpmndi:BPMNLabel>
811 </bpmndi:BPMNEdge>
812 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212">
813 <di:waypoint xsi:type="dc:Point" x="1348" y="562" />
814 <di:waypoint xsi:type="dc:Point" x="1378" y="562" />
815 <di:waypoint xsi:type="dc:Point" x="1378" y="393" />
816 <di:waypoint xsi:type="dc:Point" x="1408" y="393" />
817 </bpmndi:BPMNEdge>
818 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_41" bpmnElement="SequenceFlow_41" sourceElement="_BPMNShape_ExclusiveGateway_212" targetElement="_BPMNShape_IntermediateThrowEvent_44">
819 <di:waypoint xsi:type="dc:Point" x="1458" y="393" />
820 <di:waypoint xsi:type="dc:Point" x="1497" y="393" />
821 <di:waypoint xsi:type="dc:Point" x="1497" y="392" />
822 <di:waypoint xsi:type="dc:Point" x="1537" y="392" />
823 </bpmndi:BPMNEdge>
824 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess">
825 <dc:Bounds x="1933" y="831" width="128" height="95" />
826 </bpmndi:BPMNShape>
827 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175">
828 <di:waypoint xsi:type="dc:Point" x="1933" y="878" />
829 <di:waypoint xsi:type="dc:Point" x="1844" y="877" />
830 <bpmndi:BPMNLabel>
831 <dc:Bounds x="1889" y="862.5" width="0" height="0" />
832 </bpmndi:BPMNLabel>
833 </bpmndi:BPMNEdge>
834 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion">
835 <dc:Bounds x="101" y="440" width="134" height="81" />
836 </bpmndi:BPMNShape>
837 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254">
838 <di:waypoint xsi:type="dc:Point" x="169" y="418" />
839 <di:waypoint xsi:type="dc:Point" x="169" y="429" />
840 <di:waypoint xsi:type="dc:Point" x="168" y="429" />
841 <di:waypoint xsi:type="dc:Point" x="168" y="440" />
842 <bpmndi:BPMNLabel>
843 <dc:Bounds x="180" y="417" width="27" height="22" />
844 </bpmndi:BPMNLabel>
845 </bpmndi:BPMNEdge>
846 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172">
847 <di:waypoint xsi:type="dc:Point" x="168" y="520" />
848 <di:waypoint xsi:type="dc:Point" x="168" y="524" />
849 <di:waypoint xsi:type="dc:Point" x="168" y="581" />
850 <di:waypoint xsi:type="dc:Point" x="208" y="581" />
851 <di:waypoint xsi:type="dc:Point" x="209" y="581" />
852 <bpmndi:BPMNLabel>
853 <dc:Bounds x="165" y="574" width="6" height="6" />
854 </bpmndi:BPMNLabel>
855 </bpmndi:BPMNEdge>
856 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_21" bpmnElement="SubProcess_1" isExpanded="true">
857 <dc:Bounds x="29" y="1197" width="405" height="203" />
858 </bpmndi:BPMNShape>
859 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_55" bpmnElement="StartEvent_2">
860 <dc:Bounds x="58" y="1281" width="36" height="36" />
861 <bpmndi:BPMNLabel>
862 <dc:Bounds x="76" y="1322" width="0" height="0" />
863 </bpmndi:BPMNLabel>
864 </bpmndi:BPMNShape>
865 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_181" bpmnElement="EndEvent_2">
866 <dc:Bounds x="370" y="1281" width="36" height="36" />
867 <bpmndi:BPMNLabel>
868 <dc:Bounds x="388" y="1322" width="0" height="0" />
869 </bpmndi:BPMNLabel>
870 </bpmndi:BPMNShape>
871 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_284" bpmnElement="ScriptTask_1">
872 <dc:Bounds x="165" y="1258" width="134" height="81" />
873 </bpmndi:BPMNShape>
874 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_StartEvent_55" targetElement="_BPMNShape_ScriptTask_284">
875 <di:waypoint xsi:type="dc:Point" x="94" y="1299" />
876 <di:waypoint xsi:type="dc:Point" x="165" y="1298" />
877 <bpmndi:BPMNLabel>
878 <dc:Bounds x="118" y="1299" width="0" height="0" />
879 </bpmndi:BPMNLabel>
880 </bpmndi:BPMNEdge>
881 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_284" targetElement="_BPMNShape_EndEvent_181">
882 <di:waypoint xsi:type="dc:Point" x="299" y="1298" />
883 <di:waypoint xsi:type="dc:Point" x="370" y="1299" />
884 <bpmndi:BPMNLabel>
885 <dc:Bounds x="329" y="1298" width="0" height="0" />
886 </bpmndi:BPMNLabel>
887 </bpmndi:BPMNEdge>
888 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule">
889 <dc:Bounds x="696" y="348" width="121" height="92" />
890 </bpmndi:BPMNShape>
891 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216">
892 <di:waypoint xsi:type="dc:Point" x="816" y="394" />
893 <di:waypoint xsi:type="dc:Point" x="897" y="394" />
894 <bpmndi:BPMNLabel>
895 <dc:Bounds x="857" y="369" width="0" height="0" />
896 </bpmndi:BPMNLabel>
897 </bpmndi:BPMNEdge>
898 <bpmndi:BPMNShape id="ExclusiveGateway_183x8vk_di" bpmnElement="ExclusiveGateway_183x8vk" isMarkerVisible="true">
899 <dc:Bounds x="1565.9780439121755" y="696" width="50" height="50" />
900 <bpmndi:BPMNLabel>
901 <dc:Bounds x="1546" y="746" width="89" height="36" />
902 </bpmndi:BPMNLabel>
903 </bpmndi:BPMNShape>
904 <bpmndi:BPMNEdge id="SequenceFlow_1ushk1d_di" bpmnElement="SequenceFlow_1ushk1d">
905 <di:waypoint xsi:type="dc:Point" x="1513" y="720" />
906 <di:waypoint xsi:type="dc:Point" x="1566" y="721" />
907 <bpmndi:BPMNLabel>
908 <dc:Bounds x="1540" y="705.5" width="0" height="0" />
909 </bpmndi:BPMNLabel>
910 </bpmndi:BPMNEdge>
911 <bpmndi:BPMNEdge id="SequenceFlow_0ery1pk_di" bpmnElement="SequenceFlow_0ery1pk">
912 <di:waypoint xsi:type="dc:Point" x="1591" y="696" />
913 <di:waypoint xsi:type="dc:Point" x="1591" y="616" />
914 <di:waypoint xsi:type="dc:Point" x="1621" y="616" />
915 <bpmndi:BPMNLabel>
916 <dc:Bounds x="1558" y="658" width="18" height="12" />
917 </bpmndi:BPMNLabel>
918 </bpmndi:BPMNEdge>
919 <bpmndi:BPMNEdge id="SequenceFlow_0xfanpi_di" bpmnElement="SequenceFlow_0xfanpi">
920 <di:waypoint xsi:type="dc:Point" x="1616" y="721" />
921 <di:waypoint xsi:type="dc:Point" x="1771" y="719" />
922 <bpmndi:BPMNLabel>
923 <dc:Bounds x="1688" y="695" width="12" height="12" />
924 </bpmndi:BPMNLabel>
925 </bpmndi:BPMNEdge>
926 <bpmndi:BPMNEdge id="SequenceFlow_0abffyj_di" bpmnElement="SequenceFlow_0abffyj">
927 <di:waypoint xsi:type="dc:Point" x="1721" y="616" />
928 <di:waypoint xsi:type="dc:Point" x="1746" y="616" />
929 <di:waypoint xsi:type="dc:Point" x="1746" y="719" />
930 <di:waypoint xsi:type="dc:Point" x="1771" y="719" />
931 <bpmndi:BPMNLabel>
932 <dc:Bounds x="1761" y="667.5" width="0" height="0" />
933 </bpmndi:BPMNLabel>
934 </bpmndi:BPMNEdge>
935 <bpmndi:BPMNShape id="ScriptTask_1dv7amn_di" bpmnElement="CreateNetworkPoliciesInAAI">
936 <dc:Bounds x="1621" y="576" width="100" height="80" />
937 </bpmndi:BPMNShape>
938 <bpmndi:BPMNShape id="ExclusiveGateway_0f54imv_di" bpmnElement="ExclusiveGateway_0f54imv" isMarkerVisible="true">
939 <dc:Bounds x="114.59500000000003" y="854" width="50" height="50" />
940 <bpmndi:BPMNLabel>
941 <dc:Bounds x="101" y="819" width="77" height="24" />
942 </bpmndi:BPMNLabel>
943 </bpmndi:BPMNShape>
944 <bpmndi:BPMNShape id="ExclusiveGateway_1edqxlf_di" bpmnElement="ExclusiveGateway_1edqxlf" isMarkerVisible="true">
945 <dc:Bounds x="482.595" y="854" width="50" height="50" />
946 <bpmndi:BPMNLabel>
947 <dc:Bounds x="508" y="904" width="0" height="0" />
948 </bpmndi:BPMNLabel>
949 </bpmndi:BPMNShape>
950 <bpmndi:BPMNEdge id="SequenceFlow_0bi38s7_di" bpmnElement="SequenceFlow_0bi38s7">
951 <di:waypoint xsi:type="dc:Point" x="140" y="904" />
952 <di:waypoint xsi:type="dc:Point" x="140" y="1057" />
953 <di:waypoint xsi:type="dc:Point" x="193" y="1057" />
954 <bpmndi:BPMNLabel>
955 <dc:Bounds x="146" y="980.5" width="18" height="12" />
956 </bpmndi:BPMNLabel>
957 </bpmndi:BPMNEdge>
958 <bpmndi:BPMNEdge id="SequenceFlow_1qm81ym_di" bpmnElement="SequenceFlow_1qm81ym">
959 <di:waypoint xsi:type="dc:Point" x="293" y="1057" />
960 <di:waypoint xsi:type="dc:Point" x="329" y="1057" />
961 <di:waypoint xsi:type="dc:Point" x="329" y="1057" />
962 <di:waypoint xsi:type="dc:Point" x="365" y="1057" />
963 <bpmndi:BPMNLabel>
964 <dc:Bounds x="344" y="1057" width="0" height="0" />
965 </bpmndi:BPMNLabel>
966 </bpmndi:BPMNEdge>
967 <bpmndi:BPMNEdge id="SequenceFlow_112los9_di" bpmnElement="SequenceFlow_112los9">
968 <di:waypoint xsi:type="dc:Point" x="465" y="1057" />
969 <di:waypoint xsi:type="dc:Point" x="508" y="1057" />
970 <di:waypoint xsi:type="dc:Point" x="508" y="904" />
971 <bpmndi:BPMNLabel>
972 <dc:Bounds x="487" y="1042" width="0" height="0" />
973 </bpmndi:BPMNLabel>
974 </bpmndi:BPMNEdge>
975 <bpmndi:BPMNEdge id="SequenceFlow_1k5uku2_di" bpmnElement="SequenceFlow_1k5uku2">
976 <di:waypoint xsi:type="dc:Point" x="165" y="879" />
977 <di:waypoint xsi:type="dc:Point" x="483" y="879" />
978 <bpmndi:BPMNLabel>
979 <dc:Bounds x="318" y="864" width="12" height="12" />
980 </bpmndi:BPMNLabel>
981 </bpmndi:BPMNEdge>
982 <bpmndi:BPMNEdge id="SequenceFlow_1avfxsz_di" bpmnElement="SequenceFlow_1avfxsz">
983 <di:waypoint xsi:type="dc:Point" x="533" y="879" />
984 <di:waypoint xsi:type="dc:Point" x="571" y="879" />
985 <di:waypoint xsi:type="dc:Point" x="571" y="879" />
986 <di:waypoint xsi:type="dc:Point" x="609" y="879" />
987 <bpmndi:BPMNLabel>
988 <dc:Bounds x="586" y="879" width="0" height="0" />
989 </bpmndi:BPMNLabel>
990 </bpmndi:BPMNEdge>
991 <bpmndi:BPMNEdge id="SequenceFlow_0363dz7_di" bpmnElement="SequenceFlow_0363dz7">
992 <di:waypoint xsi:type="dc:Point" x="60" y="878" />
993 <di:waypoint xsi:type="dc:Point" x="115" y="879" />
994 <bpmndi:BPMNLabel>
995 <dc:Bounds x="88" y="853.5" width="0" height="0" />
996 </bpmndi:BPMNLabel>
997 </bpmndi:BPMNEdge>
998 <bpmndi:BPMNShape id="ScriptTask_0o3bcyq_di" bpmnElement="PreProcessUpdateAAIGenericVnf">
999 <dc:Bounds x="193" y="1018" width="100" height="80" />
1000 </bpmndi:BPMNShape>
1001 <bpmndi:BPMNShape id="CallActivity_0j45ic9_di" bpmnElement="UpdateAAIGenericVNFTask">
1002 <dc:Bounds x="365" y="1017" width="100" height="80" />
1003 </bpmndi:BPMNShape>
1004 </bpmndi:BPMNPlane>
1005 </bpmndi:BPMNDiagram>
1006</bpmn2:definitions>