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