Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoDeleteVfModuleFromVnf.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="DoDeleteVfModuleFromVnf" name="DoDeleteVfModuleFromVnf" isExecutable="true">
4     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" />
5     <bpmn2:callActivity id="callSDNCAdapterTopologyUnassign" name="Call SDNC Adapter Topology Unassign" calledElement="sdncAdapter">
6       <bpmn2:extensionElements>
7         <camunda:out source="WorkflowException" target="WorkflowException" />
8         <camunda:in source="DDVMFV_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
9         <camunda:in source="mso-request-id" target="mso-request-id" />
10         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
11         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
12         <camunda:out source="sdncAdapterResponse" target="DoDVfMod_doDeleteVfModuleResponse" />
13         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
14       </bpmn2:extensionElements>
15       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
16       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
17     </bpmn2:callActivity>
18     <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="callSDNCAdapterTopologyUnassign" targetRef="validateSDNCResponse" />
19     <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter\r&#10;&#10;Prep" scriptFormat="groovy">
20       <bpmn2:incoming>SequenceFlow_0kx9e3s</bpmn2:incoming>
21       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
22       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
23 def ddvmfv = new DoDeleteVfModuleFromVnf()
24 ddvmfv.prepVNFAdapterRequest(execution)]]></bpmn2:script>
25     </bpmn2:scriptTask>
26     <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter\r&#10;&#10;Prep" scriptFormat="groovy">
27       <bpmn2:incoming>SequenceFlow_0ltm4jt</bpmn2:incoming>
28       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
29       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30 def ddvmfv = new DoDeleteVfModuleFromVnf()
31 ddvmfv.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
32     </bpmn2:scriptTask>
33     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="callSDNCAdapterTopologyUnassign" />
34     <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke\r&#10;&#10;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">
35       <bpmn2:extensionElements>
36         <camunda:out source="WorkflowException" target="WorkflowException" />
37         <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" />
38         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
39         <camunda:out source="vnfAdapterRestV1Response" target="DDVMFV_doDeleteVfModuleResponse" />
40         <camunda:in source="mso-request-id" target="mso-request-id" />
41         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
42       </bpmn2:extensionElements>
43       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_0hia88a</bpmn2:outgoing>
45     </bpmn2:callActivity>
46     <bpmn2:endEvent id="EndEvent_9">
47       <bpmn2:incoming>SequenceFlow_1eemrjp</bpmn2:incoming>
48     </bpmn2:endEvent>
49     <bpmn2:scriptTask id="validateSDNCResponse" name="PostProcess SDNC Adapter Unassign Request" scriptFormat="groovy">
50       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
51       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
52       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
53 def ddvmfv = new DoDeleteVfModuleFromVnf()
54 String response = execution.getVariable("DDVMFV_deactivateSDNCAdapterResponse")
55 ddvmfv.validateSDNCResponse(execution, response, "unassign")]]></bpmn2:script>
56     </bpmn2:scriptTask>
57     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="validateSDNCResponse" targetRef="DeleteAAIVfModulePrep" />
58     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
59       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_0qbjihn</bpmn2:outgoing>
61       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
62 def ddvmfv = new DoDeleteVfModuleFromVnf()
63 ddvmfv.preProcessRequest(execution)]]></bpmn2:script>
64     </bpmn2:scriptTask>
65     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables" />
66     <bpmn2:scriptTask id="DeleteNetworkPoliciesFromAAI" name="Delete Network Policies from AAI" scriptFormat="groovy">
67       <bpmn2:incoming>SequenceFlow_0coa90m</bpmn2:incoming>
68       <bpmn2:outgoing>SequenceFlow_0ltm4jt</bpmn2:outgoing>
69       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
70 def ddvmfv = new DoDeleteVfModuleFromVnf()
71 ddvmfv.deleteNetworkPoliciesFromAAI(execution)]]></bpmn2:script>
72     </bpmn2:scriptTask>
73     <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNFAdapter Request" scriptFormat="groovy">
74       <bpmn2:incoming>SequenceFlow_0hia88a</bpmn2:incoming>
75       <bpmn2:outgoing>SequenceFlow_0coa90m</bpmn2:outgoing>
76       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
77 def ddvmfv = new DoDeleteVfModuleFromVnf()
78 ddvmfv.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>
79     </bpmn2:scriptTask>
80     <bpmn2:sequenceFlow id="SequenceFlow_0coa90m" sourceRef="PostProcessVNFAdapterRequest" targetRef="DeleteNetworkPoliciesFromAAI" />
81     <bpmn2:startEvent id="StartEvent_1">
82       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
83     </bpmn2:startEvent>
84     <bpmn2:sequenceFlow id="SequenceFlow_0y4td40" sourceRef="preProcessSDNCDeactivateRequest" targetRef="callSDNCAdapterTopologyDeactivate" />
85     <bpmn2:sequenceFlow id="SequenceFlow_12q2r4i" sourceRef="callSDNCAdapterTopologyDeactivate" targetRef="postProcessSDNCDeactivateRequest" />
86     <bpmn2:sequenceFlow id="SequenceFlow_0hia88a" sourceRef="InvokeVNFAdapterRestV1" targetRef="PostProcessVNFAdapterRequest" />
87     <bpmn2:sequenceFlow id="SequenceFlow_0kx9e3s" sourceRef="postProcessSDNCDeactivateRequest" targetRef="VNFAdapterPrep" />
88     <bpmn2:sequenceFlow id="SequenceFlow_0ltm4jt" sourceRef="DeleteNetworkPoliciesFromAAI" targetRef="SDNCAdapterPrep2" />
89     <bpmn2:scriptTask id="preProcessSDNCDeactivateRequest" name="PreProcess SDNC Deactivate Request" scriptFormat="groovy">
90       <bpmn2:incoming>SequenceFlow_1igsfgk</bpmn2:incoming>
91       <bpmn2:outgoing>SequenceFlow_0y4td40</bpmn2:outgoing>
92       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
93 def ddvmfv = new DoDeleteVfModuleFromVnf()
94 ddvmfv.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
95     </bpmn2:scriptTask>
96     <bpmn2:callActivity id="callSDNCAdapterTopologyDeactivate" name="Call SDNC Adapter Topology Deactivate" calledElement="sdncAdapter">
97       <bpmn2:extensionElements>
98         <camunda:in source="DDVMFV_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
99         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
100         <camunda:in source="mso-request-id" target="mso-request-id" />
101         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
102         <camunda:out source="WorkflowException" target="WorkflowException" />
103         <camunda:out source="sdncAdapterResponse" target="DDVMFV_deactivateSDNCAdapterResponse" />
104         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
105       </bpmn2:extensionElements>
106       <bpmn2:incoming>SequenceFlow_0y4td40</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_12q2r4i</bpmn2:outgoing>
108     </bpmn2:callActivity>
109     <bpmn2:scriptTask id="postProcessSDNCDeactivateRequest" name="PostProcess SDNC Adapter Deactivate Request" scriptFormat="groovy">
110       <bpmn2:incoming>SequenceFlow_12q2r4i</bpmn2:incoming>
111       <bpmn2:outgoing>SequenceFlow_0kx9e3s</bpmn2:outgoing>
112       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
113 def ddvmfv = new DoDeleteVfModuleFromVnf()
114 String response = execution.getVariable("DDVMFV_deactivateSDNCAdapterResponse")
115 ddvmfv.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
116     </bpmn2:scriptTask>
117     <bpmn2:sequenceFlow id="SequenceFlow_0qbjihn" sourceRef="InitializeVariables" targetRef="QueryAAIForVfModule" />
118     <bpmn2:sequenceFlow id="SequenceFlow_1c2lvlc" sourceRef="QueryAAIForVfModule" targetRef="ValidateVfModule" />
119     <bpmn2:scriptTask id="QueryAAIForVfModule" name="Query AAI for VF Module" scriptFormat="groovy">
120       <bpmn2:incoming>SequenceFlow_0qbjihn</bpmn2:incoming>
121       <bpmn2:outgoing>SequenceFlow_1c2lvlc</bpmn2:outgoing>
122       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
123 def ddvmfv = new DoDeleteVfModuleFromVnf()
124 ddvmfv.queryAAIForVfModule(execution)]]></bpmn2:script>
125     </bpmn2:scriptTask>
126     <bpmn2:sequenceFlow id="SequenceFlow_1igsfgk" sourceRef="ValidateVfModule" targetRef="preProcessSDNCDeactivateRequest" />
127     <bpmn2:scriptTask id="ValidateVfModule" name="Validate VF Module" scriptFormat="groovy">
128       <bpmn2:incoming>SequenceFlow_1c2lvlc</bpmn2:incoming>
129       <bpmn2:outgoing>SequenceFlow_1igsfgk</bpmn2:outgoing>
130       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
131 def ddvmfv = new DoDeleteVfModuleFromVnf()
132 ddvmfv.validateVfModule(execution)]]></bpmn2:script>
133     </bpmn2:scriptTask>
134     <bpmn2:subProcess id="SubProcess_1r8unf9" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
135       <bpmn2:startEvent id="StartEvent_1ebrix6">
136         <bpmn2:outgoing>SequenceFlow_095634c</bpmn2:outgoing>
137         <bpmn2:errorEventDefinition errorRef="Error_15yfom3" />
138       </bpmn2:startEvent>
139       <bpmn2:endEvent id="EndEvent_0yb2lmo">
140         <bpmn2:incoming>SequenceFlow_0yvjvhu</bpmn2:incoming>
141       </bpmn2:endEvent>
142       <bpmn2:scriptTask id="ScriptTask_1ypch9x" name="Log / Print Unexpected Error" scriptFormat="groovy">
143         <bpmn2:incoming>SequenceFlow_095634c</bpmn2:incoming>
144         <bpmn2:outgoing>SequenceFlow_0yvjvhu</bpmn2:outgoing>
145         <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
146 ExceptionUtil ex = new ExceptionUtil()
147 ex.processJavaException(execution)]]></bpmn2:script>
148       </bpmn2:scriptTask>
149       <bpmn2:sequenceFlow id="SequenceFlow_095634c" name="" sourceRef="StartEvent_1ebrix6" targetRef="ScriptTask_1ypch9x" />
150       <bpmn2:sequenceFlow id="SequenceFlow_0yvjvhu" name="" sourceRef="ScriptTask_1ypch9x" targetRef="EndEvent_0yb2lmo" />
151     </bpmn2:subProcess>
152     <bpmn2:callActivity id="DeleteAAIVfModule" name="Invoke\r&#10;&#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
153       <bpmn2:extensionElements>
154         <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
155         <camunda:in source="isVidRequest" target="isVidRequest" />
156         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
157         <camunda:out source="WorkflowException" target="WorkflowException" />
158       </bpmn2:extensionElements>
159       <bpmn2:incoming>SequenceFlow_092kvy3</bpmn2:incoming>
160       <bpmn2:outgoing>SequenceFlow_1eemrjp</bpmn2:outgoing>
161     </bpmn2:callActivity>
162     <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule\r&#10;&#10;Prep" scriptFormat="groovy">
163       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
164       <bpmn2:outgoing>SequenceFlow_092kvy3</bpmn2:outgoing>
165       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
166 def ddvmfv = new DoDeleteVfModuleFromVnf()
167 ddvmfv.prepDeleteAAIVfModule(execution)]]></bpmn2:script>
168     </bpmn2:scriptTask>
169     <bpmn2:sequenceFlow id="SequenceFlow_092kvy3" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="DeleteAAIVfModule" />
170     <bpmn2:sequenceFlow id="SequenceFlow_1eemrjp" sourceRef="DeleteAAIVfModule" targetRef="EndEvent_9" />
171   </bpmn2:process>
172   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
173   <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest" />
174   <bpmn2:error id="Error_15yfom3" name="java.lang.Exception" errorCode="java.lang.Exception" />
175   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
176     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModuleFromVnf">
177       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
178         <dc:Bounds x="144" y="36" width="100" height="80" />
179       </bpmndi:BPMNShape>
180       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" targetElement="_BPMNShape_ScriptTask_22">
181         <di:waypoint xsi:type="dc:Point" x="70" y="75" />
182         <di:waypoint xsi:type="dc:Point" x="144" y="76" />
183         <bpmndi:BPMNLabel>
184           <dc:Bounds x="107" y="60.5" width="0" height="0" />
185         </bpmndi:BPMNLabel>
186       </bpmndi:BPMNEdge>
187       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
188         <dc:Bounds x="125" y="330" width="100" height="80" />
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
191         <dc:Bounds x="281" y="330" width="100" height="80" />
192       </bpmndi:BPMNShape>
193       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
194         <dc:Bounds x="129" y="487" width="100" height="80" />
195       </bpmndi:BPMNShape>
196       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="callSDNCAdapterTopologyUnassign">
197         <dc:Bounds x="281" y="487" width="100" height="80" />
198       </bpmndi:BPMNShape>
199       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
200         <di:waypoint xsi:type="dc:Point" x="229" y="527" />
201         <di:waypoint xsi:type="dc:Point" x="281" y="528" />
202         <bpmndi:BPMNLabel>
203           <dc:Bounds x="255" y="512.5" width="0" height="0" />
204         </bpmndi:BPMNLabel>
205       </bpmndi:BPMNEdge>
206       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_251">
207         <di:waypoint xsi:type="dc:Point" x="381" y="527" />
208         <di:waypoint xsi:type="dc:Point" x="425" y="527" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="403" y="512" width="0" height="0" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNEdge>
213       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
214         <dc:Bounds x="873" y="509" width="36" height="36" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="891" y="550" width="0" height="0" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" targetElement="_BPMNShape_ScriptTask_170">
220         <di:waypoint xsi:type="dc:Point" x="225" y="370" />
221         <di:waypoint xsi:type="dc:Point" x="281" y="370" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="253" y="355" width="0" height="0" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse">
227         <dc:Bounds x="425" y="487" width="100" height="80" />
228       </bpmndi:BPMNShape>
229       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251">
230         <di:waypoint xsi:type="dc:Point" x="525" y="527" />
231         <di:waypoint xsi:type="dc:Point" x="548" y="527" />
232         <di:waypoint xsi:type="dc:Point" x="548" y="527" />
233         <di:waypoint xsi:type="dc:Point" x="570" y="527" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="563" y="527" width="0" height="0" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNEdge>
238       <bpmndi:BPMNShape id="ScriptTask_0la8haz_di" bpmnElement="DeleteNetworkPoliciesFromAAI">
239         <dc:Bounds x="581" y="330" width="100" height="80" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="ScriptTask_0lewl6b_di" bpmnElement="PostProcessVNFAdapterRequest">
242         <dc:Bounds x="430" y="330" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNEdge id="SequenceFlow_0coa90m_di" bpmnElement="SequenceFlow_0coa90m">
245         <di:waypoint xsi:type="dc:Point" x="530" y="370" />
246         <di:waypoint xsi:type="dc:Point" x="581" y="370" />
247         <bpmndi:BPMNLabel>
248           <dc:Bounds x="556" y="355" width="0" height="0" />
249         </bpmndi:BPMNLabel>
250       </bpmndi:BPMNEdge>
251       <bpmndi:BPMNShape id="StartEvent_1mifg2p_di" bpmnElement="StartEvent_1">
252         <dc:Bounds x="34" y="57" width="36" height="36" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="52" y="98" width="0" height="0" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNEdge id="SequenceFlow_0y4td40_di" bpmnElement="SequenceFlow_0y4td40">
258         <di:waypoint xsi:type="dc:Point" x="268" y="219" />
259         <di:waypoint xsi:type="dc:Point" x="288" y="219" />
260         <di:waypoint xsi:type="dc:Point" x="288" y="219" />
261         <di:waypoint xsi:type="dc:Point" x="316" y="219" />
262         <bpmndi:BPMNLabel>
263           <dc:Bounds x="303" y="219" width="0" height="0" />
264         </bpmndi:BPMNLabel>
265       </bpmndi:BPMNEdge>
266       <bpmndi:BPMNEdge id="SequenceFlow_12q2r4i_di" bpmnElement="SequenceFlow_12q2r4i">
267         <di:waypoint xsi:type="dc:Point" x="416" y="219" />
268         <di:waypoint xsi:type="dc:Point" x="464" y="219" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="440" y="204" width="0" height="0" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNEdge>
273       <bpmndi:BPMNEdge id="SequenceFlow_0hia88a_di" bpmnElement="SequenceFlow_0hia88a">
274         <di:waypoint xsi:type="dc:Point" x="381" y="370" />
275         <di:waypoint xsi:type="dc:Point" x="430" y="370" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="406" y="345" width="0" height="0" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNEdge id="SequenceFlow_0kx9e3s_di" bpmnElement="SequenceFlow_0kx9e3s">
281         <di:waypoint xsi:type="dc:Point" x="564" y="219" />
282         <di:waypoint xsi:type="dc:Point" x="763" y="219" />
283         <di:waypoint xsi:type="dc:Point" x="763" y="293" />
284         <di:waypoint xsi:type="dc:Point" x="39" y="293" />
285         <di:waypoint xsi:type="dc:Point" x="39" y="370" />
286         <di:waypoint xsi:type="dc:Point" x="125" y="370" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="401" y="278" width="0" height="0" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNEdge>
291       <bpmndi:BPMNEdge id="SequenceFlow_0ltm4jt_di" bpmnElement="SequenceFlow_0ltm4jt">
292         <di:waypoint xsi:type="dc:Point" x="681" y="370" />
293         <di:waypoint xsi:type="dc:Point" x="759" y="370" />
294         <di:waypoint xsi:type="dc:Point" x="759" y="442" />
295         <di:waypoint xsi:type="dc:Point" x="51" y="442" />
296         <di:waypoint xsi:type="dc:Point" x="51" y="527" />
297         <di:waypoint xsi:type="dc:Point" x="129" y="527" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="405" y="427" width="0" height="0" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNEdge>
302       <bpmndi:BPMNShape id="ScriptTask_1boza4q_di" bpmnElement="preProcessSDNCDeactivateRequest">
303         <dc:Bounds x="168" y="179" width="100" height="80" />
304       </bpmndi:BPMNShape>
305       <bpmndi:BPMNShape id="CallActivity_0xpc0da_di" bpmnElement="callSDNCAdapterTopologyDeactivate">
306         <dc:Bounds x="316" y="179" width="100" height="80" />
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNShape id="ScriptTask_1kkyngh_di" bpmnElement="postProcessSDNCDeactivateRequest">
309         <dc:Bounds x="464" y="179" width="100" height="80" />
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNEdge id="SequenceFlow_0qbjihn_di" bpmnElement="SequenceFlow_0qbjihn">
312         <di:waypoint xsi:type="dc:Point" x="244" y="76" />
313         <di:waypoint xsi:type="dc:Point" x="316" y="76" />
314         <bpmndi:BPMNLabel>
315           <dc:Bounds x="280" y="61" width="0" height="0" />
316         </bpmndi:BPMNLabel>
317       </bpmndi:BPMNEdge>
318       <bpmndi:BPMNEdge id="SequenceFlow_1c2lvlc_di" bpmnElement="SequenceFlow_1c2lvlc">
319         <di:waypoint xsi:type="dc:Point" x="416" y="76" />
320         <di:waypoint xsi:type="dc:Point" x="473" y="76" />
321         <bpmndi:BPMNLabel>
322           <dc:Bounds x="445" y="61" width="0" height="0" />
323         </bpmndi:BPMNLabel>
324       </bpmndi:BPMNEdge>
325       <bpmndi:BPMNShape id="ScriptTask_1gf22c0_di" bpmnElement="QueryAAIForVfModule">
326         <dc:Bounds x="316" y="36" width="100" height="80" />
327       </bpmndi:BPMNShape>
328       <bpmndi:BPMNEdge id="SequenceFlow_1igsfgk_di" bpmnElement="SequenceFlow_1igsfgk">
329         <di:waypoint xsi:type="dc:Point" x="573" y="76" />
330         <di:waypoint xsi:type="dc:Point" x="760" y="76" />
331         <di:waypoint xsi:type="dc:Point" x="760" y="145" />
332         <di:waypoint xsi:type="dc:Point" x="34" y="145" />
333         <di:waypoint xsi:type="dc:Point" x="34" y="218" />
334         <di:waypoint xsi:type="dc:Point" x="168" y="219" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="397" y="130" width="0" height="0" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNEdge>
339       <bpmndi:BPMNShape id="ScriptTask_1jgeknl_di" bpmnElement="ValidateVfModule">
340         <dc:Bounds x="473" y="36" width="100" height="80" />
341       </bpmndi:BPMNShape>
342       <bpmndi:BPMNShape id="SubProcess_1r8unf9_di" bpmnElement="SubProcess_1r8unf9" isExpanded="true">
343         <dc:Bounds x="43" y="622" width="467" height="193" />
344       </bpmndi:BPMNShape>
345       <bpmndi:BPMNShape id="StartEvent_1ebrix6_di" bpmnElement="StartEvent_1ebrix6">
346         <dc:Bounds x="111" y="689" width="36" height="36" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="129" y="730" width="0" height="0" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNShape>
351       <bpmndi:BPMNShape id="EndEvent_0yb2lmo_di" bpmnElement="EndEvent_0yb2lmo">
352         <dc:Bounds x="404" y="689" width="36" height="36" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="422" y="730" width="0" height="0" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNShape>
357       <bpmndi:BPMNShape id="ScriptTask_1ypch9x_di" bpmnElement="ScriptTask_1ypch9x">
358         <dc:Bounds x="215" y="667" width="100" height="80" />
359       </bpmndi:BPMNShape>
360       <bpmndi:BPMNEdge id="SequenceFlow_095634c_di" bpmnElement="SequenceFlow_095634c">
361         <di:waypoint xsi:type="dc:Point" x="147" y="707" />
362         <di:waypoint xsi:type="dc:Point" x="215" y="707" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="181" y="692" width="0" height="0" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNEdge id="SequenceFlow_0yvjvhu_di" bpmnElement="SequenceFlow_0yvjvhu">
368         <di:waypoint xsi:type="dc:Point" x="315" y="707" />
369         <di:waypoint xsi:type="dc:Point" x="404" y="707" />
370         <bpmndi:BPMNLabel>
371           <dc:Bounds x="360" y="692" width="0" height="0" />
372         </bpmndi:BPMNLabel>
373       </bpmndi:BPMNEdge>
374       <bpmndi:BPMNShape id="CallActivity_10td9ns_di" bpmnElement="DeleteAAIVfModule">
375         <dc:Bounds x="713" y="487" width="100" height="80" />
376       </bpmndi:BPMNShape>
377       <bpmndi:BPMNShape id="ScriptTask_1rcw5x3_di" bpmnElement="DeleteAAIVfModulePrep">
378         <dc:Bounds x="570" y="487" width="100" height="80" />
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNEdge id="SequenceFlow_092kvy3_di" bpmnElement="SequenceFlow_092kvy3">
381         <di:waypoint xsi:type="dc:Point" x="670" y="527" />
382         <di:waypoint xsi:type="dc:Point" x="713" y="527" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="692" y="512" width="0" height="0" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNEdge>
387       <bpmndi:BPMNEdge id="SequenceFlow_1eemrjp_di" bpmnElement="SequenceFlow_1eemrjp">
388         <di:waypoint xsi:type="dc:Point" x="813" y="527" />
389         <di:waypoint xsi:type="dc:Point" x="873" y="527" />
390         <bpmndi:BPMNLabel>
391           <dc:Bounds x="843" y="502" width="0" height="0" />
392         </bpmndi:BPMNLabel>
393       </bpmndi:BPMNEdge>
394     </bpmndi:BPMNPlane>
395   </bpmndi:BPMNDiagram>
396 </bpmn2:definitions>