[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCommonBPMN / src / main / resources / subprocess / DeleteAAIVfModule.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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_Wblj8GyfEeWUWLTvug7ZOg" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
3   <bpmn2:process id="DeleteAAIVfModule" name="DeleteAAIVfModule" isExecutable="true">
4     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" default="SequenceFlow_8">
5       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
7       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
8     </bpmn2:exclusiveGateway>
9     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_5" targetRef="DeleteVfModule">
10       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DAAIVfMod_moduleExists") == true &&  (execution.getVariable("DAAIVfMod_isBaseModule") == false || (execution.getVariable("DAAIVfMod_isBaseModule") == true && execution.getVariable("DAAIVfMod_isLastModule") == true ))}]]></bpmn2:conditionExpression>
11     </bpmn2:sequenceFlow>
12     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" default="SequenceFlow_22">
13       <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
15       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
16     </bpmn2:exclusiveGateway>
17     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ExclusiveGateway_3" targetRef="ParseForAddonModule"/>
18     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="ExclusiveGateway_3" targetRef="AAIQueryFailure">
19       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DAAIVfMod_queryGenericVnfResponseCode") != 200}]]></bpmn2:conditionExpression>
20     </bpmn2:sequenceFlow>
21     <bpmn2:scriptTask id="AAIQueryFailure" name="AAI Query Failure" scriptFormat="groovy">
22       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
23       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
24       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
25 def dvm = new DeleteAAIVfModule()
26 dvm.handleAAIQueryFailure(execution)]]></bpmn2:script>
27     </bpmn2:scriptTask>
28     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="AAIQueryFailure" targetRef="EndEvent_7"/>
29     <bpmn2:endEvent id="EndEvent_7">
30       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
31       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_68" errorRef="Error_1"/>
32     </bpmn2:endEvent>
33     <bpmn2:scriptTask id="ParseForAddonModule" name="Parse For Vf Module" scriptFormat="groovy">
34       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
35       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
36       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
37 def dvm = new DeleteAAIVfModule()
38 dvm.parseForVfModule(execution)]]></bpmn2:script>
39     </bpmn2:scriptTask>
40     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ParseForAddonModule" targetRef="ExclusiveGateway_5"/>
41     <bpmn2:scriptTask id="DeleteVfModule" name="Delete Vf Module" scriptFormat="groovy">
42       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
44       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
45 def dvm = new DeleteAAIVfModule()
46 dvm.deleteVfModule(execution)]]></bpmn2:script>
47     </bpmn2:scriptTask>
48     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="DeleteVfModule" targetRef="ExclusiveGateway_2"/>
49     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" default="SequenceFlow_26">
50       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
51       <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>
52       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
53       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
54     </bpmn2:exclusiveGateway>
55     <bpmn2:sequenceFlow id="SequenceFlow_26" name="Delete Vf Module&#xD;&#xA;Failure" sourceRef="ExclusiveGateway_2" targetRef="DeleteVfModuleFailure"/>
56     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="ExclusiveGateway_6">
57       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 200 || execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 204) && execution.getVariable("DAAIVfMod_isLastModule") == true}]]></bpmn2:conditionExpression>
58     </bpmn2:sequenceFlow>
59     <bpmn2:scriptTask id="DeleteVfModuleFailure" name="Delete Vf Module Failure" scriptFormat="groovy">
60       <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>
61       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
62       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
63       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
64 def dvm = new DeleteAAIVfModule()
65 dvm.handleDeleteVfModuleFailure(execution)]]></bpmn2:script>
66     </bpmn2:scriptTask>
67     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="DeleteVfModuleFailure" targetRef="EndEvent_8"/>
68     <bpmn2:scriptTask id="QueryAAIForGenericVnf" name="Query AAI for&#xD;&#xA;Generic Vnf" scriptFormat="groovy">
69       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>
70       <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>
71       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
72 def dvm = new DeleteAAIVfModule()
73 dvm.queryAAIForGenericVnf(execution)]]></bpmn2:script>
74     </bpmn2:scriptTask>
75     <bpmn2:sequenceFlow id="SequenceFlow_39" name="" sourceRef="QueryAAIForGenericVnf" targetRef="ExclusiveGateway_3"/>
76     <bpmn2:sequenceFlow id="SequenceFlow_8" name="Vf Module&#xD;&#xA;Does Not Exist or&#xD;&#xA;Base Module is Not&#xD;&#xA;the Last Vf Module" sourceRef="ExclusiveGateway_5" targetRef="DeleteVfModuleFailure"/>
77     <bpmn2:endEvent id="EndEvent_8">
78       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
79       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_69" errorRef="Error_1"/>
80     </bpmn2:endEvent>
81     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ExclusiveGateway_2" targetRef="ExclusiveGateway_1">
82       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 200 || execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 204) && execution.getVariable("DAAIVfMod_isLastModule") == false} ]]></bpmn2:conditionExpression>
83     </bpmn2:sequenceFlow>
84     <bpmn2:scriptTask id="QueryAAIForGenericVnf1" name="Query AAI for Generif VNF 1" scriptFormat="groovy">
85       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
86       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
87       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
88 def dvm = new DeleteAAIVfModule()
89 dvm.queryAAIForGenericVnf(execution)]]></bpmn2:script>
90     </bpmn2:scriptTask>
91     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="QueryAAIForGenericVnf1" targetRef="ExclusiveGateway_4"/>
92     <bpmn2:scriptTask id="DeleteGenericVnfFailure" name="Delete Generic Vnf Failure" scriptFormat="groovy">
93       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
94       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
95       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
96 def dvm = new DeleteAAIVfModule()
97 dvm.handleDeleteGenericVnfFailure(execution)]]></bpmn2:script>
98     </bpmn2:scriptTask>
99     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="DeleteGenericVnfFailure" targetRef="EndEvent_2"/>
100     <bpmn2:endEvent id="EndEvent_2">
101       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
102       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_50" errorRef="Error_1"/>
103     </bpmn2:endEvent>
104     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" default="SequenceFlow_5">
105       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
106       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
108       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
109     </bpmn2:exclusiveGateway>
110     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ExclusiveGateway_1" targetRef="DeleteGenericVnfFailure"/>
111     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_1">
112       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{((execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 200 || execution.getVariable("DAAIVfMod_deleteVfModuleResponseCode") == 204) && execution.getVariable("DAAIVfMod_isLastModule") == false) || (execution.getVariable("DAAIVfMod_deleteGenericVnfResponseCode") == 200 || execution.getVariable("DAAIVfMod_deleteGenericVnfResponseCode") == 204)}]]></bpmn2:conditionExpression>
113     </bpmn2:sequenceFlow>
114     <bpmn2:endEvent id="EndEvent_1">
115       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
116       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
117     </bpmn2:endEvent>
118     <bpmn2:scriptTask id="AAIQueryFailure1" name="AAI Query Failure 1" scriptFormat="groovy">
119       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
120       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
121       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
122 def dvm = new DeleteAAIVfModule()
123 dvm.handleAAIQueryFailure(execution)]]></bpmn2:script>
124     </bpmn2:scriptTask>
125     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="AAIQueryFailure1" targetRef="EndEvent_3"/>
126     <bpmn2:endEvent id="EndEvent_3">
127       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
128       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_70" errorRef="Error_1"/>
129     </bpmn2:endEvent>
130     <bpmn2:scriptTask id="DeleteGenericVnf" name="Delete Generic Vnf" scriptFormat="groovy">
131       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
132       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
133       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
134 def dvm = new DeleteAAIVfModule()
135 dvm.deleteGenericVnf(execution)]]></bpmn2:script>
136     </bpmn2:scriptTask>
137     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DeleteGenericVnf" targetRef="ExclusiveGateway_1"/>
138     <bpmn2:scriptTask id="ParseForGenericVNFResourceVersion" name="Parse for Generic VNF Resource Version" scriptFormat="groovy">
139       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
140       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
141       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
142 def dvm = new DeleteAAIVfModule()
143 dvm.parseForResourceVersion(execution)]]></bpmn2:script>
144     </bpmn2:scriptTask>
145     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ParseForGenericVNFResourceVersion" targetRef="DeleteGenericVnf"/>
146     <bpmn2:exclusiveGateway id="ExclusiveGateway_4" default="SequenceFlow_13">
147       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
148       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
149       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
150     </bpmn2:exclusiveGateway>
151     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ExclusiveGateway_4" targetRef="AAIQueryFailure1">
152       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DAAIVfMod_queryGenericVnfResponseCode") != 200}]]></bpmn2:conditionExpression>
153     </bpmn2:sequenceFlow>
154     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ExclusiveGateway_4" targetRef="ParseForGenericVNFResourceVersion"/>
155     <bpmn2:startEvent id="StartEvent_1">
156       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
157       <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" messageRef="Message_1"/>
158     </bpmn2:startEvent>
159     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables"/>
160     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
161       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
162       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>
163       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
164 def dvm = new DeleteAAIVfModule()
165 dvm.preProcessRequest(execution)]]></bpmn2:script>
166     </bpmn2:scriptTask>
167     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="InitializeVariables" targetRef="QueryAAIForGenericVnf"/>
168     <bpmn2:exclusiveGateway id="ExclusiveGateway_6" name="Is VID Request?" default="SequenceFlow_3">
169       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
170       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
171       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
172     </bpmn2:exclusiveGateway>
173     <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_6" targetRef="QueryAAIForGenericVnf1"/>
174     <bpmn2:sequenceFlow id="SequenceFlow_15" name="yes" sourceRef="ExclusiveGateway_6" targetRef="EndEvent_1">
175       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("isVidRequest") =="true"}]]></bpmn2:conditionExpression>
176     </bpmn2:sequenceFlow>
177   </bpmn2:process>
178   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>
179   <bpmn2:message id="Message_1" name="DeleteAAIVfModuleRequest"/>
180   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
181     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteAAIVfModule">
182       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
183         <dc:Bounds height="36.0" width="36.0" x="59.0" y="200.0"/>
184         <bpmndi:BPMNLabel>
185           <dc:Bounds height="0.0" width="0.0" x="77.0" y="241.0"/>
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNShape>
188       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
189         <dc:Bounds height="80.0" width="100.0" x="192.0" y="178.0"/>
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
192         <di:waypoint xsi:type="dc:Point" x="95.0" y="218.0"/>
193         <di:waypoint xsi:type="dc:Point" x="192.0" y="218.0"/>
194         <bpmndi:BPMNLabel>
195           <dc:Bounds height="6.0" width="6.0" x="117.0" y="218.0"/>
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="ParseForAddonModule">
199         <dc:Bounds height="80.0" width="100.0" x="518.0" y="79.0"/>
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_50" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
202         <dc:Bounds height="50.0" width="50.0" x="630.0" y="192.0"/>
203         <bpmndi:BPMNLabel>
204           <dc:Bounds height="0.0" width="0.0" x="655.0" y="247.0"/>
205         </bpmndi:BPMNLabel>
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_47" bpmnElement="DeleteVfModule">
208         <dc:Bounds height="80.0" width="100.0" x="695.0" y="0.0"/>
209       </bpmndi:BPMNShape>
210       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_50" targetElement="_BPMNShape_ScriptTask_47">
211         <di:waypoint xsi:type="dc:Point" x="655.0" y="192.0"/>
212         <di:waypoint xsi:type="dc:Point" x="655.0" y="40.0"/>
213         <di:waypoint xsi:type="dc:Point" x="695.0" y="40.0"/>
214         <bpmndi:BPMNLabel>
215           <dc:Bounds height="6.0" width="6.0" x="579.0" y="73.0"/>
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNEdge>
218       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_54" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
219         <dc:Bounds height="50.0" width="50.0" x="1681.0" y="297.0"/>
220         <bpmndi:BPMNLabel>
221           <dc:Bounds height="0.0" width="0.0" x="1706.0" y="352.0"/>
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNShape>
224       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_120" bpmnElement="EndEvent_2">
225         <dc:Bounds height="36.0" width="36.0" x="1689.0" y="564.0"/>
226         <bpmndi:BPMNLabel>
227           <dc:Bounds height="0.0" width="0.0" x="1707.0" y="605.0"/>
228         </bpmndi:BPMNLabel>
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_115" bpmnElement="DeleteGenericVnf">
231         <dc:Bounds height="80.0" width="100.0" x="1582.0" y="0.0"/>
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_86" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
234         <dc:Bounds height="50.0" width="50.0" x="468.0" y="191.0"/>
235         <bpmndi:BPMNLabel>
236           <dc:Bounds height="0.0" width="0.0" x="493.0" y="246.0"/>
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNShape>
239       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_Task_2">
240         <di:waypoint xsi:type="dc:Point" x="493.0" y="191.0"/>
241         <di:waypoint xsi:type="dc:Point" x="493.0" y="120.0"/>
242         <di:waypoint xsi:type="dc:Point" x="518.0" y="120.0"/>
243         <bpmndi:BPMNLabel>
244           <dc:Bounds height="6.0" width="6.0" x="490.0" y="154.0"/>
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNEdge>
247       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_155" bpmnElement="AAIQueryFailure">
248         <dc:Bounds height="80.0" width="100.0" x="518.0" y="297.0"/>
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_ScriptTask_155">
251         <di:waypoint xsi:type="dc:Point" x="493.0" y="241.0"/>
252         <di:waypoint xsi:type="dc:Point" x="493.0" y="259.0"/>
253         <di:waypoint xsi:type="dc:Point" x="568.0" y="259.0"/>
254         <di:waypoint xsi:type="dc:Point" x="568.0" y="297.0"/>
255         <bpmndi:BPMNLabel>
256           <dc:Bounds height="6.0" width="6.0" x="547.0" y="259.0"/>
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNEdge>
259       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ExclusiveGateway_50">
260         <di:waypoint xsi:type="dc:Point" x="568.0" y="159.0"/>
261         <di:waypoint xsi:type="dc:Point" x="568.0" y="217.0"/>
262         <di:waypoint xsi:type="dc:Point" x="630.0" y="217.0"/>
263         <bpmndi:BPMNLabel>
264           <dc:Bounds height="6.0" width="6.0" x="565.0" y="212.0"/>
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_160" bpmnElement="EndEvent_7">
268         <dc:Bounds height="36.0" width="36.0" x="550.0" y="416.0"/>
269         <bpmndi:BPMNLabel>
270           <dc:Bounds height="0.0" width="0.0" x="568.0" y="457.0"/>
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNShape>
273       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_155" targetElement="_BPMNShape_EndEvent_160">
274         <di:waypoint xsi:type="dc:Point" x="568.0" y="377.0"/>
275         <di:waypoint xsi:type="dc:Point" x="568.0" y="416.0"/>
276         <bpmndi:BPMNLabel>
277           <dc:Bounds height="6.0" width="6.0" x="565.0" y="388.0"/>
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="DeleteVfModuleFailure">
281         <dc:Bounds height="80.0" width="100.0" x="837.0" y="175.0"/>
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_99" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
284         <dc:Bounds height="50.0" width="50.0" x="861.0" y="14.0"/>
285         <bpmndi:BPMNLabel>
286           <dc:Bounds height="0.0" width="0.0" x="886.0" y="69.0"/>
287         </bpmndi:BPMNLabel>
288       </bpmndi:BPMNShape>
289       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_47" targetElement="_BPMNShape_ExclusiveGateway_99">
290         <di:waypoint xsi:type="dc:Point" x="795.0" y="40.0"/>
291         <di:waypoint xsi:type="dc:Point" x="861.0" y="39.0"/>
292         <bpmndi:BPMNLabel>
293           <dc:Bounds height="6.0" width="6.0" x="817.0" y="40.0"/>
294         </bpmndi:BPMNLabel>
295       </bpmndi:BPMNEdge>
296       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ExclusiveGateway_99" targetElement="_BPMNShape_ScriptTask_158">
297         <di:waypoint xsi:type="dc:Point" x="886.0" y="64.0"/>
298         <di:waypoint xsi:type="dc:Point" x="886.0" y="98.0"/>
299         <di:waypoint xsi:type="dc:Point" x="887.0" y="98.0"/>
300         <di:waypoint xsi:type="dc:Point" x="887.0" y="175.0"/>
301         <bpmndi:BPMNLabel>
302           <dc:Bounds height="38.0" width="126.0" x="887.0" y="100.0"/>
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNEdge>
305       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_99" targetElement="_BPMNShape_ExclusiveGateway_226">
306         <di:waypoint xsi:type="dc:Point" x="911.0" y="39.0"/>
307         <di:waypoint xsi:type="dc:Point" x="1068.0" y="39.0"/>
308         <bpmndi:BPMNLabel>
309           <dc:Bounds height="6.0" width="6.0" x="959.0" y="39.0"/>
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_161" bpmnElement="EndEvent_8">
313         <dc:Bounds height="36.0" width="36.0" x="869.0" y="299.0"/>
314         <bpmndi:BPMNLabel>
315           <dc:Bounds height="0.0" width="0.0" x="887.0" y="340.0"/>
316         </bpmndi:BPMNLabel>
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_EndEvent_161">
319         <di:waypoint xsi:type="dc:Point" x="887.0" y="255.0"/>
320         <di:waypoint xsi:type="dc:Point" x="887.0" y="299.0"/>
321         <bpmndi:BPMNLabel>
322           <dc:Bounds height="6.0" width="6.0" x="884.0" y="280.0"/>
323         </bpmndi:BPMNLabel>
324       </bpmndi:BPMNEdge>
325       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="QueryAAIForGenericVnf">
326         <dc:Bounds height="80.0" width="100.0" x="336.0" y="178.0"/>
327       </bpmndi:BPMNShape>
328       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_160">
329         <di:waypoint xsi:type="dc:Point" x="292.0" y="218.0"/>
330         <di:waypoint xsi:type="dc:Point" x="336.0" y="218.0"/>
331         <bpmndi:BPMNLabel>
332           <dc:Bounds height="6.0" width="6.0" x="299.0" y="218.0"/>
333         </bpmndi:BPMNLabel>
334       </bpmndi:BPMNEdge>
335       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_86">
336         <di:waypoint xsi:type="dc:Point" x="436.0" y="218.0"/>
337         <di:waypoint xsi:type="dc:Point" x="452.0" y="218.0"/>
338         <di:waypoint xsi:type="dc:Point" x="452.0" y="216.0"/>
339         <di:waypoint xsi:type="dc:Point" x="468.0" y="216.0"/>
340         <bpmndi:BPMNLabel>
341           <dc:Bounds height="6.0" width="6.0" x="449.0" y="217.0"/>
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_161" bpmnElement="DeleteGenericVnfFailure">
345         <dc:Bounds height="80.0" width="100.0" x="1656.0" y="432.0"/>
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_161" targetElement="_BPMNShape_EndEvent_120">
348         <di:waypoint xsi:type="dc:Point" x="1706.0" y="512.0"/>
349         <di:waypoint xsi:type="dc:Point" x="1707.0" y="564.0"/>
350         <bpmndi:BPMNLabel>
351           <dc:Bounds height="6.0" width="6.0" x="1703.0" y="515.0"/>
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ScriptTask_161">
355         <di:waypoint xsi:type="dc:Point" x="1706.0" y="347.0"/>
356         <di:waypoint xsi:type="dc:Point" x="1706.0" y="432.0"/>
357         <bpmndi:BPMNLabel>
358           <dc:Bounds height="6.0" width="6.0" x="1703.0" y="390.0"/>
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_50" targetElement="_BPMNShape_ScriptTask_158">
362         <di:waypoint xsi:type="dc:Point" x="680.0" y="217.0"/>
363         <di:waypoint xsi:type="dc:Point" x="758.0" y="217.0"/>
364         <di:waypoint xsi:type="dc:Point" x="758.0" y="215.0"/>
365         <di:waypoint xsi:type="dc:Point" x="837.0" y="215.0"/>
366         <bpmndi:BPMNLabel>
367           <dc:Bounds height="38.0" width="94.0" x="708.0" y="231.0"/>
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNEdge>
370       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_99" targetElement="_BPMNShape_ExclusiveGateway_54">
371         <di:waypoint xsi:type="dc:Point" x="911.0" y="39.0"/>
372         <di:waypoint xsi:type="dc:Point" x="1008.0" y="39.0"/>
373         <di:waypoint xsi:type="dc:Point" x="1008.0" y="140.0"/>
374         <di:waypoint xsi:type="dc:Point" x="1008.0" y="322.0"/>
375         <di:waypoint xsi:type="dc:Point" x="1681.0" y="322.0"/>
376         <bpmndi:BPMNLabel>
377           <dc:Bounds height="6.0" width="6.0" x="1005.0" y="197.0"/>
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_115" targetElement="_BPMNShape_ExclusiveGateway_54">
381         <di:waypoint xsi:type="dc:Point" x="1632.0" y="80.0"/>
382         <di:waypoint xsi:type="dc:Point" x="1632.0" y="322.0"/>
383         <di:waypoint xsi:type="dc:Point" x="1681.0" y="322.0"/>
384         <bpmndi:BPMNLabel>
385           <dc:Bounds height="6.0" width="6.0" x="1629.0" y="187.0"/>
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_162" bpmnElement="EndEvent_1">
389         <dc:Bounds height="36.0" width="36.0" x="1806.0" y="305.0"/>
390         <bpmndi:BPMNLabel>
391           <dc:Bounds height="0.0" width="0.0" x="1824.0" y="346.0"/>
392         </bpmndi:BPMNLabel>
393       </bpmndi:BPMNShape>
394       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_EndEvent_162">
395         <di:waypoint xsi:type="dc:Point" x="1731.0" y="322.0"/>
396         <di:waypoint xsi:type="dc:Point" x="1806.0" y="323.0"/>
397         <bpmndi:BPMNLabel>
398           <dc:Bounds height="6.0" width="6.0" x="1753.0" y="322.0"/>
399         </bpmndi:BPMNLabel>
400       </bpmndi:BPMNEdge>
401       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_242" bpmnElement="QueryAAIForGenericVnf1">
402         <dc:Bounds height="80.0" width="100.0" x="1166.0" y="0.0"/>
403       </bpmndi:BPMNShape>
404       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_213" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
405         <dc:Bounds height="50.0" width="50.0" x="1325.0" y="15.0"/>
406         <bpmndi:BPMNLabel>
407           <dc:Bounds height="0.0" width="0.0" x="1350.0" y="70.0"/>
408         </bpmndi:BPMNLabel>
409       </bpmndi:BPMNShape>
410       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_242" targetElement="_BPMNShape_ExclusiveGateway_213">
411         <di:waypoint xsi:type="dc:Point" x="1266.0" y="40.0"/>
412         <di:waypoint xsi:type="dc:Point" x="1325.0" y="40.0"/>
413         <bpmndi:BPMNLabel>
414           <dc:Bounds height="6.0" width="6.0" x="1292.0" y="40.0"/>
415         </bpmndi:BPMNLabel>
416       </bpmndi:BPMNEdge>
417       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_243" bpmnElement="AAIQueryFailure1">
418         <dc:Bounds height="80.0" width="100.0" x="1300.0" y="117.0"/>
419       </bpmndi:BPMNShape>
420       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_244" bpmnElement="ParseForGenericVNFResourceVersion">
421         <dc:Bounds height="80.0" width="100.0" x="1440.0" y="0.0"/>
422       </bpmndi:BPMNShape>
423       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_181" bpmnElement="EndEvent_3">
424         <dc:Bounds height="36.0" width="36.0" x="1332.0" y="244.0"/>
425         <bpmndi:BPMNLabel>
426           <dc:Bounds height="0.0" width="0.0" x="1350.0" y="285.0"/>
427         </bpmndi:BPMNLabel>
428       </bpmndi:BPMNShape>
429       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_213" targetElement="_BPMNShape_ScriptTask_243">
430         <di:waypoint xsi:type="dc:Point" x="1350.0" y="65.0"/>
431         <di:waypoint xsi:type="dc:Point" x="1349.0" y="90.0"/>
432         <di:waypoint xsi:type="dc:Point" x="1350.0" y="90.0"/>
433         <di:waypoint xsi:type="dc:Point" x="1350.0" y="117.0"/>
434         <bpmndi:BPMNLabel>
435           <dc:Bounds height="6.0" width="6.0" x="1347.0" y="95.0"/>
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNEdge>
438       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_243" targetElement="_BPMNShape_EndEvent_181">
439         <di:waypoint xsi:type="dc:Point" x="1350.0" y="197.0"/>
440         <di:waypoint xsi:type="dc:Point" x="1350.0" y="244.0"/>
441         <bpmndi:BPMNLabel>
442           <dc:Bounds height="6.0" width="6.0" x="1347.0" y="226.0"/>
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNEdge>
445       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_213" targetElement="_BPMNShape_ScriptTask_244">
446         <di:waypoint xsi:type="dc:Point" x="1375.0" y="40.0"/>
447         <di:waypoint xsi:type="dc:Point" x="1440.0" y="40.0"/>
448         <bpmndi:BPMNLabel>
449           <dc:Bounds height="6.0" width="6.0" x="1394.0" y="40.0"/>
450         </bpmndi:BPMNLabel>
451       </bpmndi:BPMNEdge>
452       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_244" targetElement="_BPMNShape_ScriptTask_115">
453         <di:waypoint xsi:type="dc:Point" x="1540.0" y="40.0"/>
454         <di:waypoint xsi:type="dc:Point" x="1582.0" y="40.0"/>
455         <bpmndi:BPMNLabel>
456           <dc:Bounds height="6.0" width="6.0" x="1565.0" y="40.0"/>
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNEdge>
459       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_226" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">
460         <dc:Bounds height="50.0" width="50.0" x="1068.0" y="14.0"/>
461         <bpmndi:BPMNLabel>
462           <dc:Bounds height="22.0" width="100.0" x="1044.0" y="-6.0"/>
463         </bpmndi:BPMNLabel>
464       </bpmndi:BPMNShape>
465       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ScriptTask_242">
466         <di:waypoint xsi:type="dc:Point" x="1118.0" y="39.0"/>
467         <di:waypoint xsi:type="dc:Point" x="1142.0" y="39.0"/>
468         <di:waypoint xsi:type="dc:Point" x="1142.0" y="40.0"/>
469         <di:waypoint xsi:type="dc:Point" x="1166.0" y="40.0"/>
470       </bpmndi:BPMNEdge>
471       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_EndEvent_162">
472         <di:waypoint xsi:type="dc:Point" x="1093.0" y="64.0"/>
473         <di:waypoint xsi:type="dc:Point" x="1093.0" y="289.0"/>
474         <di:waypoint xsi:type="dc:Point" x="1823.0" y="289.0"/>
475         <di:waypoint xsi:type="dc:Point" x="1823.0" y="305.0"/>
476         <bpmndi:BPMNLabel>
477           <dc:Bounds height="22.0" width="27.0" x="1104.0" y="146.0"/>
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNEdge>
480     </bpmndi:BPMNPlane>
481   </bpmndi:BPMNDiagram>
482 </bpmn2:definitions>