AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoDeleteVfModule.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_Wblj8GyfEeWUWLTvug7ZOg" 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="DoDeleteVfModule" name="DoDeleteVfModule" isExecutable="true">
4     <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule\r&#10;Prep" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_0fp1wqz</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
8 def dvm = new DoDeleteVfModule()
9 dvm.prepUpdateAAIVfModule(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule" />
12     <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke\r&#10;UpdateAAIVfModule" calledElement="UpdateAAIVfModule">
13       <bpmn2:extensionElements>
14         <camunda:out source="WorkflowException" target="WorkflowException" />
15         <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
16         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
17       </bpmn2:extensionElements>
18       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
19       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
20     </bpmn2:callActivity>
21     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="SDNCAdapterPrep2" />
22     <bpmn2:callActivity id="InvokePrepareUpdateAAIVfModule" name="Invoke\r&#10;PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule">
23       <bpmn2:extensionElements>
24         <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest" />
25         <camunda:out source="WorkflowException" target="WorkflowException" />
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
27         <camunda:out source="PUAAIVfMod_heatStackId" target="DoDVfMod_heatStackId" />
28         <camunda:out source="PUAAIVfMod_outVfModule" target="vfModuleFromAAI" />
29       </bpmn2:extensionElements>
30       <bpmn2:incoming>SequenceFlow_029ioyr</bpmn2:incoming>
31       <bpmn2:outgoing>SequenceFlow_14xn858</bpmn2:outgoing>
32     </bpmn2:callActivity>
33     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" />
34     <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke\r&#10;SDNCAdapterV1" calledElement="sdncAdapter">
35       <bpmn2:extensionElements>
36         <camunda:out source="WorkflowException" target="WorkflowException" />
37         <camunda:in source="sdncAdapterWorkflowRequest" target="sdncAdapterWorkflowRequest" />
38         <camunda:in source="mso-request-id" target="mso-request-id" />
39         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
40         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
41         <camunda:out source="sdncAdapterResponse" target="DoDVfMod_doDeleteVfModuleResponse" />
42         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
43       </bpmn2:extensionElements>
44       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
46     </bpmn2:callActivity>
47     <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="InvokeSDNCAdapterV1_2" targetRef="validateSDNCResponse" />
48     <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter\r&#10;Prep" scriptFormat="groovy">
49       <bpmn2:incoming>SequenceFlow_14xn858</bpmn2:incoming>
50       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
51       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
52 def dvm = new DoDeleteVfModule()
53 dvm.prepVNFAdapterRequest(execution)]]></bpmn2:script>
54     </bpmn2:scriptTask>
55     <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter\r&#10;Prep" scriptFormat="groovy">
56       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
58       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
59 def dvm = new DoDeleteVfModule()
60 dvm.prepSDNCAdapterRequest(execution, "delete")]]></bpmn2:script>
61     </bpmn2:scriptTask>
62     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2" />
63     <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke\r&#10;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">
64       <bpmn2:extensionElements>
65         <camunda:out source="WorkflowException" target="WorkflowException" />
66         <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" />
67         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
68         <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_doDeleteVfModuleResponse" />
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       </bpmn2:extensionElements>
72       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_1xruki1</bpmn2:outgoing>
74     </bpmn2:callActivity>
75     <bpmn2:endEvent id="EndEvent_9">
76       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
77     </bpmn2:endEvent>
78     <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke\r&#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
79       <bpmn2:extensionElements>
80         <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
81         <camunda:in source="isVidRequest" target="isVidRequest" />
82         <camunda:out source="WorkflowException" target="WorkflowException" />
83         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
84       </bpmn2:extensionElements>
85       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
86       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
87     </bpmn2:callActivity>
88     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="EndEvent_9" />
89     <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule\r&#10;Prep" scriptFormat="groovy">
90       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
91       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
92       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
93 def dvm = new DoDeleteVfModule()
94 dvm.prepDeleteAAIVfModule(execution)]]></bpmn2:script>
95     </bpmn2:scriptTask>
96     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule" />
97     <bpmn2:scriptTask id="validateSDNCResponse" name="Validate SDNC Response" scriptFormat="groovy">
98       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
99       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
100       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
101 def dvm = new DoDeleteVfModule()
102 dvm.sdncValidateResponse(execution, DoDVfMod_doDeleteVfModuleResponse)]]></bpmn2:script>
103     </bpmn2:scriptTask>
104     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="validateSDNCResponse" targetRef="DeleteAAIVfModulePrep" />
105     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
106       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
108       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
109 def dvm = new DoDeleteVfModule()
110 dvm.preProcessRequest(execution)]]></bpmn2:script>
111     </bpmn2:scriptTask>
112     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="InitializeVariables" targetRef="PrepareUpdateAAIVfModulePrep" />
113     <bpmn2:scriptTask id="PrepareUpdateAAIVfModulePrep" name="PrepareUpdateAAIVfModule Prep" scriptFormat="groovy">
114       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
115       <bpmn2:outgoing>SequenceFlow_42</bpmn2:outgoing>
116       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
117 def dvm = new DoDeleteVfModule()
118 dvm.preProcessRequest(execution)]]></bpmn2:script>
119     </bpmn2:scriptTask>
120     <bpmn2:sequenceFlow id="SequenceFlow_42" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="Task_0h2lui6" />
121     <bpmn2:startEvent id="StartEvent_1">
122       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
123       <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" messageRef="Message_1" />
124     </bpmn2:startEvent>
125     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables" />
126     <bpmn2:scriptTask id="DeleteNetworkPoliciesFromAAI" name="Delete Network Policies from AAI" scriptFormat="groovy">
127       <bpmn2:incoming>SequenceFlow_0coa90m</bpmn2:incoming>
128       <bpmn2:outgoing>SequenceFlow_08g02ch</bpmn2:outgoing>
129       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
130 def dvm = new DoDeleteVfModule()
131 dvm.deleteNetworkPoliciesFromAAI(execution)]]></bpmn2:script>
132     </bpmn2:scriptTask>
133     <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNFAdapter Request" scriptFormat="groovy">
134       <bpmn2:incoming>SequenceFlow_1xruki1</bpmn2:incoming>
135       <bpmn2:outgoing>SequenceFlow_0coa90m</bpmn2:outgoing>
136       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
137 def dvm = new DoDeleteVfModule()
138 dvm.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>
139     </bpmn2:scriptTask>
140     <bpmn2:sequenceFlow id="SequenceFlow_0coa90m" sourceRef="PostProcessVNFAdapterRequest" targetRef="DeleteNetworkPoliciesFromAAI" />
141     <bpmn2:exclusiveGateway id="ExclusiveGateway_1drlnlk" name="need to update VNF in AAI?" default="SequenceFlow_0ep3hjm">
142       <bpmn2:incoming>SequenceFlow_08g02ch</bpmn2:incoming>
143       <bpmn2:outgoing>SequenceFlow_1yehsyc</bpmn2:outgoing>
144       <bpmn2:outgoing>SequenceFlow_0ep3hjm</bpmn2:outgoing>
145     </bpmn2:exclusiveGateway>
146     <bpmn2:sequenceFlow id="SequenceFlow_08g02ch" sourceRef="DeleteNetworkPoliciesFromAAI" targetRef="ExclusiveGateway_1drlnlk" />
147     <bpmn2:sequenceFlow id="SequenceFlow_1yehsyc" name="yes" sourceRef="ExclusiveGateway_1drlnlk" targetRef="PreProcessUpdateAAIGenericVnf">
148       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DoDVfMod_oamManagementV4Address") != null  || execution.getVariable("DoDVfMod_oamManagementV6Address") != null]]></bpmn2:conditionExpression>
149     </bpmn2:sequenceFlow>
150     <bpmn2:sequenceFlow id="SequenceFlow_1a7lzhz" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVnfTask" />
151     <bpmn2:exclusiveGateway id="ExclusiveGateway_0lsru7z">
152       <bpmn2:incoming>SequenceFlow_0ep3hjm</bpmn2:incoming>
153       <bpmn2:incoming>SequenceFlow_14l7olw</bpmn2:incoming>
154       <bpmn2:outgoing>SequenceFlow_0fp1wqz</bpmn2:outgoing>
155     </bpmn2:exclusiveGateway>
156     <bpmn2:sequenceFlow id="SequenceFlow_0ep3hjm" name="no" sourceRef="ExclusiveGateway_1drlnlk" targetRef="ExclusiveGateway_0lsru7z" />
157     <bpmn2:sequenceFlow id="SequenceFlow_14l7olw" sourceRef="UpdateAAIGenericVnfTask" targetRef="ExclusiveGateway_0lsru7z" />
158     <bpmn2:sequenceFlow id="SequenceFlow_0fp1wqz" sourceRef="ExclusiveGateway_0lsru7z" targetRef="UpdateAAIVfModulePrep" />
159     <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
160       <bpmn2:incoming>SequenceFlow_1yehsyc</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_1a7lzhz</bpmn2:outgoing>
162       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
163 def doDeleteVfModule = new DoDeleteVfModule()
164 doDeleteVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
165     </bpmn2:scriptTask>
166     <bpmn2:callActivity id="UpdateAAIGenericVnfTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
167       <bpmn2:extensionElements>
168         <camunda:in source="DoDVfMod_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
169         <camunda:in source="mso-request-id" target="mso-request-id" />
170         <camunda:in source="mso-service-id" target="mso-service-id" />
171         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
172         <camunda:out source="WorkflowException" target="WorkflowException" />
173       </bpmn2:extensionElements>
174       <bpmn2:incoming>SequenceFlow_1a7lzhz</bpmn2:incoming>
175       <bpmn2:outgoing>SequenceFlow_14l7olw</bpmn2:outgoing>
176     </bpmn2:callActivity>
177     <bpmn2:sequenceFlow id="SequenceFlow_029ioyr" sourceRef="Task_0h2lui6" targetRef="InvokePrepareUpdateAAIVfModule" />
178     <bpmn2:scriptTask id="Task_0h2lui6" name="Query AAI for Orchestration Status" scriptFormat="groovy">
179       <bpmn2:incoming>SequenceFlow_42</bpmn2:incoming>
180       <bpmn2:outgoing>SequenceFlow_029ioyr</bpmn2:outgoing>
181       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
182 def dvm = new DoDeleteVfModule()
183 dvm.queryAAIVfModuleForStatus(execution)]]></bpmn2:script>
184     </bpmn2:scriptTask>
185     <bpmn2:sequenceFlow id="SequenceFlow_1xruki1" sourceRef="InvokeVNFAdapterRestV1" targetRef="PostProcessVNFAdapterRequest" />
186     <bpmn2:sequenceFlow id="SequenceFlow_14xn858" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="VNFAdapterPrep" />
187   </bpmn2:process>
188   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
189   <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest" />
190   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
191     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModule">
192       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
193         <dc:Bounds x="34" y="57" width="36" height="36" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="52" y="98" width="0" height="0" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNShape>
198       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
199         <dc:Bounds x="144" y="36" width="100" height="80" />
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
202         <di:waypoint xsi:type="dc:Point" x="70" y="75" />
203         <di:waypoint xsi:type="dc:Point" x="144" y="76" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="104" y="0" width="6" height="6" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNEdge>
208       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">
209         <dc:Bounds x="647" y="36" width="100" height="80" />
210       </bpmndi:BPMNShape>
211       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">
212         <dc:Bounds x="315" y="36" width="100" height="80" />
213       </bpmndi:BPMNShape>
214       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_168">
215         <di:waypoint xsi:type="dc:Point" x="244" y="76" />
216         <di:waypoint xsi:type="dc:Point" x="315" y="76" />
217         <bpmndi:BPMNLabel>
218           <dc:Bounds x="269" y="0" width="6" height="6" />
219         </bpmndi:BPMNLabel>
220       </bpmndi:BPMNEdge>
221       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
222         <dc:Bounds x="193" y="206" width="100" height="80" />
223       </bpmndi:BPMNShape>
224       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
225         <dc:Bounds x="404" y="206" width="100" height="80" />
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">
228         <dc:Bounds x="844" y="385" width="100" height="80" />
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">
231         <dc:Bounds x="995" y="385" width="100" height="80" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">
234         <di:waypoint xsi:type="dc:Point" x="944" y="425" />
235         <di:waypoint xsi:type="dc:Point" x="995" y="425" />
236         <bpmndi:BPMNLabel>
237           <dc:Bounds x="970" y="410" width="0" height="0" />
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNEdge>
240       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
241         <dc:Bounds x="140" y="665" width="100" height="80" />
242       </bpmndi:BPMNShape>
243       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">
244         <dc:Bounds x="272" y="665" width="100" height="80" />
245       </bpmndi:BPMNShape>
246       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">
247         <dc:Bounds x="547" y="665" width="100" height="80" />
248       </bpmndi:BPMNShape>
249       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">
250         <dc:Bounds x="690" y="665" width="100" height="80" />
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ScriptTask_172">
253         <di:waypoint xsi:type="dc:Point" x="1045" y="465" />
254         <di:waypoint xsi:type="dc:Point" x="1045" y="603" />
255         <di:waypoint xsi:type="dc:Point" x="70" y="603" />
256         <di:waypoint xsi:type="dc:Point" x="70" y="705" />
257         <di:waypoint xsi:type="dc:Point" x="140" y="705" />
258         <bpmndi:BPMNLabel>
259           <dc:Bounds x="558" y="588" width="0" height="0" />
260         </bpmndi:BPMNLabel>
261       </bpmndi:BPMNEdge>
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
263         <di:waypoint xsi:type="dc:Point" x="240" y="705" />
264         <di:waypoint xsi:type="dc:Point" x="256" y="705" />
265         <di:waypoint xsi:type="dc:Point" x="256" y="706" />
266         <di:waypoint xsi:type="dc:Point" x="272" y="706" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="268" y="558" width="0" height="0" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNEdge>
271       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_251">
272         <di:waypoint xsi:type="dc:Point" x="372" y="705" />
273         <di:waypoint xsi:type="dc:Point" x="404" y="705" />
274         <bpmndi:BPMNLabel>
275           <dc:Bounds x="388" y="705" width="0" height="0" />
276         </bpmndi:BPMNLabel>
277       </bpmndi:BPMNEdge>
278       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">
279         <di:waypoint xsi:type="dc:Point" x="647" y="705" />
280         <di:waypoint xsi:type="dc:Point" x="690" y="705" />
281         <bpmndi:BPMNLabel>
282           <dc:Bounds x="669" y="690" width="0" height="0" />
283         </bpmndi:BPMNLabel>
284       </bpmndi:BPMNEdge>
285       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
286         <dc:Bounds x="836" y="687" width="36" height="36" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="854" y="728" width="0" height="0" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">
292         <di:waypoint xsi:type="dc:Point" x="790" y="705" />
293         <di:waypoint xsi:type="dc:Point" x="836" y="705" />
294         <bpmndi:BPMNLabel>
295           <dc:Bounds x="813" y="690" width="0" height="0" />
296         </bpmndi:BPMNLabel>
297       </bpmndi:BPMNEdge>
298       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_42" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">
299         <di:waypoint xsi:type="dc:Point" x="415" y="76" />
300         <di:waypoint xsi:type="dc:Point" x="483" y="76" />
301         <bpmndi:BPMNLabel>
302           <dc:Bounds x="449" y="61" width="0" height="0" />
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNEdge>
305       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ScriptTask_170">
306         <di:waypoint xsi:type="dc:Point" x="293" y="246" />
307         <di:waypoint xsi:type="dc:Point" x="404" y="246" />
308         <bpmndi:BPMNLabel>
309           <dc:Bounds x="349" y="231" width="0" height="0" />
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse">
313         <dc:Bounds x="404" y="665" width="100" height="80" />
314       </bpmndi:BPMNShape>
315       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ScriptTask_173">
316         <di:waypoint xsi:type="dc:Point" x="504" y="705" />
317         <di:waypoint xsi:type="dc:Point" x="547" y="705" />
318         <bpmndi:BPMNLabel>
319           <dc:Bounds x="526" y="690" width="0" height="0" />
320         </bpmndi:BPMNLabel>
321       </bpmndi:BPMNEdge>
322       <bpmndi:BPMNShape id="ScriptTask_0la8haz_di" bpmnElement="DeleteNetworkPoliciesFromAAI">
323         <dc:Bounds x="202" y="385" width="100" height="80" />
324       </bpmndi:BPMNShape>
325       <bpmndi:BPMNShape id="ScriptTask_0lewl6b_di" bpmnElement="PostProcessVNFAdapterRequest">
326         <dc:Bounds x="620" y="206" width="100" height="80" />
327       </bpmndi:BPMNShape>
328       <bpmndi:BPMNEdge id="SequenceFlow_0coa90m_di" bpmnElement="SequenceFlow_0coa90m">
329         <di:waypoint xsi:type="dc:Point" x="720" y="246" />
330         <di:waypoint xsi:type="dc:Point" x="923" y="246" />
331         <di:waypoint xsi:type="dc:Point" x="923" y="333" />
332         <di:waypoint xsi:type="dc:Point" x="76" y="333" />
333         <di:waypoint xsi:type="dc:Point" x="76" y="425" />
334         <di:waypoint xsi:type="dc:Point" x="202" y="425" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="500" y="318" width="0" height="0" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNEdge>
339       <bpmndi:BPMNShape id="ExclusiveGateway_1drlnlk_di" bpmnElement="ExclusiveGateway_1drlnlk" isMarkerVisible="true">
340         <dc:Bounds x="415" y="400" width="50" height="50" />
341         <bpmndi:BPMNLabel>
342           <dc:Bounds x="402" y="362" width="75" height="24" />
343         </bpmndi:BPMNLabel>
344       </bpmndi:BPMNShape>
345       <bpmndi:BPMNEdge id="SequenceFlow_08g02ch_di" bpmnElement="SequenceFlow_08g02ch">
346         <di:waypoint xsi:type="dc:Point" x="302" y="425" />
347         <di:waypoint xsi:type="dc:Point" x="415" y="425" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="359" y="410" width="0" height="0" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNEdge>
352       <bpmndi:BPMNEdge id="SequenceFlow_1yehsyc_di" bpmnElement="SequenceFlow_1yehsyc">
353         <di:waypoint xsi:type="dc:Point" x="440" y="450" />
354         <di:waypoint xsi:type="dc:Point" x="440" y="517" />
355         <di:waypoint xsi:type="dc:Point" x="477" y="517" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="406" y="473" width="18" height="12" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_1a7lzhz_di" bpmnElement="SequenceFlow_1a7lzhz">
361         <di:waypoint xsi:type="dc:Point" x="577" y="517" />
362         <di:waypoint xsi:type="dc:Point" x="624" y="517" />
363         <di:waypoint xsi:type="dc:Point" x="624" y="517" />
364         <di:waypoint xsi:type="dc:Point" x="654" y="517" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="639" y="517" width="0" height="0" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="ExclusiveGateway_0lsru7z_di" bpmnElement="ExclusiveGateway_0lsru7z" isMarkerVisible="true">
370         <dc:Bounds x="759" y="400" width="50" height="50" />
371         <bpmndi:BPMNLabel>
372           <dc:Bounds x="784" y="450" width="0" height="0" />
373         </bpmndi:BPMNLabel>
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNEdge id="SequenceFlow_0ep3hjm_di" bpmnElement="SequenceFlow_0ep3hjm">
376         <di:waypoint xsi:type="dc:Point" x="465" y="425" />
377         <di:waypoint xsi:type="dc:Point" x="759" y="425" />
378         <bpmndi:BPMNLabel>
379           <dc:Bounds x="606" y="400" width="12" height="12" />
380         </bpmndi:BPMNLabel>
381       </bpmndi:BPMNEdge>
382       <bpmndi:BPMNEdge id="SequenceFlow_14l7olw_di" bpmnElement="SequenceFlow_14l7olw">
383         <di:waypoint xsi:type="dc:Point" x="754" y="517" />
384         <di:waypoint xsi:type="dc:Point" x="784" y="517" />
385         <di:waypoint xsi:type="dc:Point" x="784" y="450" />
386         <bpmndi:BPMNLabel>
387           <dc:Bounds x="769" y="502" width="0" height="0" />
388         </bpmndi:BPMNLabel>
389       </bpmndi:BPMNEdge>
390       <bpmndi:BPMNEdge id="SequenceFlow_0fp1wqz_di" bpmnElement="SequenceFlow_0fp1wqz">
391         <di:waypoint xsi:type="dc:Point" x="809" y="425" />
392         <di:waypoint xsi:type="dc:Point" x="844" y="425" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="827" y="400" width="0" height="0" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNEdge>
397       <bpmndi:BPMNShape id="ScriptTask_18y0guc_di" bpmnElement="PreProcessUpdateAAIGenericVnf">
398         <dc:Bounds x="477" y="477" width="100" height="80" />
399       </bpmndi:BPMNShape>
400       <bpmndi:BPMNShape id="CallActivity_0kbqf50_di" bpmnElement="UpdateAAIGenericVnfTask">
401         <dc:Bounds x="654" y="477" width="100" height="80" />
402       </bpmndi:BPMNShape>
403       <bpmndi:BPMNEdge id="SequenceFlow_029ioyr_di" bpmnElement="SequenceFlow_029ioyr">
404         <di:waypoint xsi:type="dc:Point" x="583" y="76" />
405         <di:waypoint xsi:type="dc:Point" x="647" y="76" />
406         <bpmndi:BPMNLabel>
407           <dc:Bounds x="615" y="61" width="0" height="0" />
408         </bpmndi:BPMNLabel>
409       </bpmndi:BPMNEdge>
410       <bpmndi:BPMNShape id="ScriptTask_15vzlxw_di" bpmnElement="Task_0h2lui6">
411         <dc:Bounds x="483" y="36" width="100" height="80" />
412       </bpmndi:BPMNShape>
413       <bpmndi:BPMNEdge id="SequenceFlow_1xruki1_di" bpmnElement="SequenceFlow_1xruki1">
414         <di:waypoint xsi:type="dc:Point" x="504" y="246" />
415         <di:waypoint xsi:type="dc:Point" x="620" y="246" />
416         <bpmndi:BPMNLabel>
417           <dc:Bounds x="562" y="231" width="0" height="0" />
418         </bpmndi:BPMNLabel>
419       </bpmndi:BPMNEdge>
420       <bpmndi:BPMNEdge id="SequenceFlow_14xn858_di" bpmnElement="SequenceFlow_14xn858">
421         <di:waypoint xsi:type="dc:Point" x="747" y="76" />
422         <di:waypoint xsi:type="dc:Point" x="914" y="76" />
423         <di:waypoint xsi:type="dc:Point" x="914" y="154" />
424         <di:waypoint xsi:type="dc:Point" x="71" y="154" />
425         <di:waypoint xsi:type="dc:Point" x="71" y="246" />
426         <di:waypoint xsi:type="dc:Point" x="193" y="246" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="493" y="139" width="0" height="0" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431     </bpmndi:BPMNPlane>
432   </bpmndi:BPMNDiagram>
433 </bpmn2:definitions>