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