b8c6aa32a4fba161dcb98468134531afedb01bfc
[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_42</bpmn2:incoming>
31       <bpmn2:outgoing>SequenceFlow_1j9dvfx</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_1j9dvfx</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_01cvxjf</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="InvokePrepareUpdateAAIVfModule" />
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:sequenceFlow id="SequenceFlow_1j9dvfx" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="VNFAdapterPrep" />
134     <bpmn2:sequenceFlow id="SequenceFlow_01cvxjf" sourceRef="InvokeVNFAdapterRestV1" targetRef="PostProcessVNFAdapterRequest" />
135     <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNFAdapter Request" scriptFormat="groovy">
136       <bpmn2:incoming>SequenceFlow_01cvxjf</bpmn2:incoming>
137       <bpmn2:outgoing>SequenceFlow_0coa90m</bpmn2:outgoing>
138       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
139 def dvm = new DoDeleteVfModule()
140 dvm.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>
141     </bpmn2:scriptTask>
142     <bpmn2:sequenceFlow id="SequenceFlow_0coa90m" sourceRef="PostProcessVNFAdapterRequest" targetRef="DeleteNetworkPoliciesFromAAI" />
143     <bpmn2:exclusiveGateway id="ExclusiveGateway_1drlnlk" name="need to update VNF in AAI?" default="SequenceFlow_0ep3hjm">
144       <bpmn2:incoming>SequenceFlow_08g02ch</bpmn2:incoming>
145       <bpmn2:outgoing>SequenceFlow_1yehsyc</bpmn2:outgoing>
146       <bpmn2:outgoing>SequenceFlow_0ep3hjm</bpmn2:outgoing>
147     </bpmn2:exclusiveGateway>
148     <bpmn2:sequenceFlow id="SequenceFlow_08g02ch" sourceRef="DeleteNetworkPoliciesFromAAI" targetRef="ExclusiveGateway_1drlnlk" />
149     <bpmn2:sequenceFlow id="SequenceFlow_1yehsyc" name="yes" sourceRef="ExclusiveGateway_1drlnlk" targetRef="PreProcessUpdateAAIGenericVnf">
150       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DoDVfMod_oamManagementV4Address") != null  || execution.getVariable("DoDVfMod_oamManagementV6Address") != null]]></bpmn2:conditionExpression>
151     </bpmn2:sequenceFlow>
152     <bpmn2:sequenceFlow id="SequenceFlow_1a7lzhz" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVnfTask" />
153     <bpmn2:exclusiveGateway id="ExclusiveGateway_0lsru7z">
154       <bpmn2:incoming>SequenceFlow_0ep3hjm</bpmn2:incoming>
155       <bpmn2:incoming>SequenceFlow_14l7olw</bpmn2:incoming>
156       <bpmn2:outgoing>SequenceFlow_0fp1wqz</bpmn2:outgoing>
157     </bpmn2:exclusiveGateway>
158     <bpmn2:sequenceFlow id="SequenceFlow_0ep3hjm" name="no" sourceRef="ExclusiveGateway_1drlnlk" targetRef="ExclusiveGateway_0lsru7z" />
159     <bpmn2:sequenceFlow id="SequenceFlow_14l7olw" sourceRef="UpdateAAIGenericVnfTask" targetRef="ExclusiveGateway_0lsru7z" />
160     <bpmn2:sequenceFlow id="SequenceFlow_0fp1wqz" sourceRef="ExclusiveGateway_0lsru7z" targetRef="UpdateAAIVfModulePrep" />
161     <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
162       <bpmn2:incoming>SequenceFlow_1yehsyc</bpmn2:incoming>
163       <bpmn2:outgoing>SequenceFlow_1a7lzhz</bpmn2:outgoing>
164       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
165 def doDeleteVfModule = new DoDeleteVfModule()
166 doDeleteVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
167     </bpmn2:scriptTask>
168     <bpmn2:callActivity id="UpdateAAIGenericVnfTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
169       <bpmn2:extensionElements>
170         <camunda:in source="DoDVfMod_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
171         <camunda:in source="mso-request-id" target="mso-request-id" />
172         <camunda:in source="mso-service-id" target="mso-service-id" />
173         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
174         <camunda:out source="WorkflowException" target="WorkflowException" />
175       </bpmn2:extensionElements>
176       <bpmn2:incoming>SequenceFlow_1a7lzhz</bpmn2:incoming>
177       <bpmn2:outgoing>SequenceFlow_14l7olw</bpmn2:outgoing>
178     </bpmn2:callActivity>
179   </bpmn2:process>
180   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
181   <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest" />
182   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
183     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModule">
184       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
185         <dc:Bounds x="34" y="57" width="36" height="36" />
186         <bpmndi:BPMNLabel>
187           <dc:Bounds x="52" y="98" width="0" height="0" />
188         </bpmndi:BPMNLabel>
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
191         <dc:Bounds x="144" y="36" width="100" height="80" />
192       </bpmndi:BPMNShape>
193       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
194         <di:waypoint xsi:type="dc:Point" x="70" y="75" />
195         <di:waypoint xsi:type="dc:Point" x="144" y="76" />
196         <bpmndi:BPMNLabel>
197           <dc:Bounds x="104" y="0" width="6" height="6" />
198         </bpmndi:BPMNLabel>
199       </bpmndi:BPMNEdge>
200       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">
201         <dc:Bounds x="480" y="36" width="100" height="80" />
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">
204         <dc:Bounds x="315" y="36" width="100" height="80" />
205       </bpmndi:BPMNShape>
206       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_168">
207         <di:waypoint xsi:type="dc:Point" x="244" y="76" />
208         <di:waypoint xsi:type="dc:Point" x="315" y="76" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="269" y="0" width="6" height="6" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNEdge>
213       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
214         <dc:Bounds x="631" y="36" width="100" height="80" />
215       </bpmndi:BPMNShape>
216       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
217         <dc:Bounds x="776" y="36" width="100" height="80" />
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">
220         <dc:Bounds x="871" y="187" width="100" height="80" />
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">
223         <dc:Bounds x="1022" y="187" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">
226         <di:waypoint xsi:type="dc:Point" x="971" y="227" />
227         <di:waypoint xsi:type="dc:Point" x="1022" y="227" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="997" y="212" width="0" height="0" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
233         <dc:Bounds x="97" y="467" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">
236         <dc:Bounds x="229" y="467" width="100" height="80" />
237       </bpmndi:BPMNShape>
238       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">
239         <dc:Bounds x="504" y="467" width="100" height="80" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">
242         <dc:Bounds x="647" y="467" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ScriptTask_172">
245         <di:waypoint xsi:type="dc:Point" x="1072" y="267" />
246         <di:waypoint xsi:type="dc:Point" x="1072" y="426" />
247         <di:waypoint xsi:type="dc:Point" x="53" y="426" />
248         <di:waypoint xsi:type="dc:Point" x="53" y="507" />
249         <di:waypoint xsi:type="dc:Point" x="97" y="507" />
250         <bpmndi:BPMNLabel>
251           <dc:Bounds x="563" y="411" width="0" height="0" />
252         </bpmndi:BPMNLabel>
253       </bpmndi:BPMNEdge>
254       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
255         <di:waypoint xsi:type="dc:Point" x="197" y="507" />
256         <di:waypoint xsi:type="dc:Point" x="213" y="507" />
257         <di:waypoint xsi:type="dc:Point" x="213" y="508" />
258         <di:waypoint xsi:type="dc:Point" x="229" y="508" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="225" y="360" width="0" height="0" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_251">
264         <di:waypoint xsi:type="dc:Point" x="329" y="507" />
265         <di:waypoint xsi:type="dc:Point" x="361" y="507" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="345" y="507" width="0" height="0" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">
271         <di:waypoint xsi:type="dc:Point" x="604" y="507" />
272         <di:waypoint xsi:type="dc:Point" x="647" y="507" />
273         <bpmndi:BPMNLabel>
274           <dc:Bounds x="626" y="492" width="0" height="0" />
275         </bpmndi:BPMNLabel>
276       </bpmndi:BPMNEdge>
277       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
278         <dc:Bounds x="793" y="489" width="36" height="36" />
279         <bpmndi:BPMNLabel>
280           <dc:Bounds x="811" y="530" width="0" height="0" />
281         </bpmndi:BPMNLabel>
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">
284         <di:waypoint xsi:type="dc:Point" x="747" y="507" />
285         <di:waypoint xsi:type="dc:Point" x="793" y="507" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="770" y="492" width="0" height="0" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNEdge>
290       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_42" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">
291         <di:waypoint xsi:type="dc:Point" x="415" y="76" />
292         <di:waypoint xsi:type="dc:Point" x="480" y="76" />
293         <bpmndi:BPMNLabel>
294           <dc:Bounds x="440" y="0" width="6" height="6" />
295         </bpmndi:BPMNLabel>
296       </bpmndi:BPMNEdge>
297       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ScriptTask_170">
298         <di:waypoint xsi:type="dc:Point" x="731" y="76" />
299         <di:waypoint xsi:type="dc:Point" x="753" y="76" />
300         <di:waypoint xsi:type="dc:Point" x="753" y="76" />
301         <di:waypoint xsi:type="dc:Point" x="776" y="76" />
302         <bpmndi:BPMNLabel>
303           <dc:Bounds x="768" y="76" width="0" height="0" />
304         </bpmndi:BPMNLabel>
305       </bpmndi:BPMNEdge>
306       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse">
307         <dc:Bounds x="361" y="467" width="100" height="80" />
308       </bpmndi:BPMNShape>
309       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ScriptTask_173">
310         <di:waypoint xsi:type="dc:Point" x="461" y="507" />
311         <di:waypoint xsi:type="dc:Point" x="504" y="507" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="483" y="492" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNShape id="ScriptTask_0la8haz_di" bpmnElement="DeleteNetworkPoliciesFromAAI">
317         <dc:Bounds x="301" y="187" width="100" height="80" />
318       </bpmndi:BPMNShape>
319       <bpmndi:BPMNEdge id="SequenceFlow_1j9dvfx_di" bpmnElement="SequenceFlow_1j9dvfx">
320         <di:waypoint xsi:type="dc:Point" x="580" y="76" />
321         <di:waypoint xsi:type="dc:Point" x="631" y="76" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="606" y="51" width="0" height="0" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNEdge id="SequenceFlow_01cvxjf_di" bpmnElement="SequenceFlow_01cvxjf">
327         <di:waypoint xsi:type="dc:Point" x="876" y="76" />
328         <di:waypoint xsi:type="dc:Point" x="967" y="76" />
329         <di:waypoint xsi:type="dc:Point" x="967" y="150" />
330         <di:waypoint xsi:type="dc:Point" x="27" y="150" />
331         <di:waypoint xsi:type="dc:Point" x="27" y="227" />
332         <di:waypoint xsi:type="dc:Point" x="144" y="227" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="497" y="135" width="0" height="0" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNShape id="ScriptTask_0lewl6b_di" bpmnElement="PostProcessVNFAdapterRequest">
338         <dc:Bounds x="144" y="187" width="100" height="80" />
339       </bpmndi:BPMNShape>
340       <bpmndi:BPMNEdge id="SequenceFlow_0coa90m_di" bpmnElement="SequenceFlow_0coa90m">
341         <di:waypoint xsi:type="dc:Point" x="244" y="227" />
342         <di:waypoint xsi:type="dc:Point" x="301" y="227" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="273" y="212" width="0" height="0" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNEdge>
347       <bpmndi:BPMNShape id="ExclusiveGateway_1drlnlk_di" bpmnElement="ExclusiveGateway_1drlnlk" isMarkerVisible="true">
348         <dc:Bounds x="442" y="202" width="50" height="50" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="429" y="164" width="75" height="24" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNShape>
353       <bpmndi:BPMNEdge id="SequenceFlow_08g02ch_di" bpmnElement="SequenceFlow_08g02ch">
354         <di:waypoint xsi:type="dc:Point" x="401" y="227" />
355         <di:waypoint xsi:type="dc:Point" x="442" y="227" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="422" y="212" width="0" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_1yehsyc_di" bpmnElement="SequenceFlow_1yehsyc">
361         <di:waypoint xsi:type="dc:Point" x="467" y="252" />
362         <di:waypoint xsi:type="dc:Point" x="467" y="319" />
363         <di:waypoint xsi:type="dc:Point" x="504" y="319" />
364         <bpmndi:BPMNLabel>
365           <dc:Bounds x="433" y="274.5" width="18" height="12" />
366         </bpmndi:BPMNLabel>
367       </bpmndi:BPMNEdge>
368       <bpmndi:BPMNEdge id="SequenceFlow_1a7lzhz_di" bpmnElement="SequenceFlow_1a7lzhz">
369         <di:waypoint xsi:type="dc:Point" x="604" y="319" />
370         <di:waypoint xsi:type="dc:Point" x="651" y="319" />
371         <di:waypoint xsi:type="dc:Point" x="651" y="319" />
372         <di:waypoint xsi:type="dc:Point" x="681" y="319" />
373         <bpmndi:BPMNLabel>
374           <dc:Bounds x="666" y="319" width="0" height="0" />
375         </bpmndi:BPMNLabel>
376       </bpmndi:BPMNEdge>
377       <bpmndi:BPMNShape id="ExclusiveGateway_0lsru7z_di" bpmnElement="ExclusiveGateway_0lsru7z" isMarkerVisible="true">
378         <dc:Bounds x="786" y="202" width="50" height="50" />
379         <bpmndi:BPMNLabel>
380           <dc:Bounds x="811" y="252" width="0" height="0" />
381         </bpmndi:BPMNLabel>
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNEdge id="SequenceFlow_0ep3hjm_di" bpmnElement="SequenceFlow_0ep3hjm">
384         <di:waypoint xsi:type="dc:Point" x="492" y="227" />
385         <di:waypoint xsi:type="dc:Point" x="786" y="227" />
386         <bpmndi:BPMNLabel>
387           <dc:Bounds x="633" y="202" width="12" height="12" />
388         </bpmndi:BPMNLabel>
389       </bpmndi:BPMNEdge>
390       <bpmndi:BPMNEdge id="SequenceFlow_14l7olw_di" bpmnElement="SequenceFlow_14l7olw">
391         <di:waypoint xsi:type="dc:Point" x="781" y="319" />
392         <di:waypoint xsi:type="dc:Point" x="811" y="319" />
393         <di:waypoint xsi:type="dc:Point" x="811" y="252" />
394         <bpmndi:BPMNLabel>
395           <dc:Bounds x="796" y="304" width="0" height="0" />
396         </bpmndi:BPMNLabel>
397       </bpmndi:BPMNEdge>
398       <bpmndi:BPMNEdge id="SequenceFlow_0fp1wqz_di" bpmnElement="SequenceFlow_0fp1wqz">
399         <di:waypoint xsi:type="dc:Point" x="836" y="227" />
400         <di:waypoint xsi:type="dc:Point" x="871" y="227" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="854" y="202" width="0" height="0" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNEdge>
405       <bpmndi:BPMNShape id="ScriptTask_18y0guc_di" bpmnElement="PreProcessUpdateAAIGenericVnf">
406         <dc:Bounds x="504" y="279" width="100" height="80" />
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNShape id="CallActivity_0kbqf50_di" bpmnElement="UpdateAAIGenericVnfTask">
409         <dc:Bounds x="681" y="279" width="100" height="80" />
410       </bpmndi:BPMNShape>
411     </bpmndi:BPMNPlane>
412   </bpmndi:BPMNDiagram>
413 </bpmn2:definitions>