Dynamic Cloud Owner Support
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoDeleteVnfAndModules.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="_9MhrcHqVEea26OhQB97uCQ" 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="DoDeleteVnfAndModules" name="DoDeleteVnfAndModules" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="intialization" />
8     <bpmn2:scriptTask id="intialization" name="Intialization" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_08nd69s</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12 DoDeleteVnfAndModules deleteVnfAndModules = new DoDeleteVnfAndModules()
13 deleteVnfAndModules.preProcessRequest(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
16       <bpmn2:endEvent id="EndEvent_4">
17         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
18       </bpmn2:endEvent>
19       <bpmn2:startEvent id="StartEvent_3">
20         <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
21         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_95" errorRef="Error_2" />
22       </bpmn2:startEvent>
23       <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="StartEvent_3" targetRef="processJavaException" />
24       <bpmn2:scriptTask id="processJavaException" name="Process Error" scriptFormat="groovy">
25         <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
26         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
27         <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
28 ExceptionUtil exceptionUtil = new ExceptionUtil()
29 exceptionUtil.processJavaException(execution)]]></bpmn2:script>
30       </bpmn2:scriptTask>
31       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="processJavaException" targetRef="EndEvent_4" />
32     </bpmn2:subProcess>
33     <bpmn2:endEvent id="EndEvent_2">
34       <bpmn2:incoming>SequenceFlow_1uqlr6b</bpmn2:incoming>
35       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_36" />
36     </bpmn2:endEvent>
37     <bpmn2:exclusiveGateway id="ExclusiveGateway_1amun4k" name="Are there VF modules to delete?" default="SequenceFlow_1936oc0">
38       <bpmn2:incoming>SequenceFlow_0t4yszi</bpmn2:incoming>
39       <bpmn2:incoming>SequenceFlow_1tt31qu</bpmn2:incoming>
40       <bpmn2:incoming>SequenceFlow_1fccvli</bpmn2:incoming>
41       <bpmn2:outgoing>SequenceFlow_1qrkdn3</bpmn2:outgoing>
42       <bpmn2:outgoing>SequenceFlow_1936oc0</bpmn2:outgoing>
43     </bpmn2:exclusiveGateway>
44     <bpmn2:callActivity id="DeleteVNF" name="Delete VNF" calledElement="DoDeleteVnf">
45       <bpmn2:extensionElements>
46         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
47         <camunda:out source="WorkflowException" target="WorkflowException" />
48         <camunda:in source="vnfId" target="vnfId" />
49       </bpmn2:extensionElements>
50       <bpmn2:incoming>SequenceFlow_05ujwz8</bpmn2:incoming>
51       <bpmn2:incoming>SequenceFlow_1x25m7t</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_1uqlr6b</bpmn2:outgoing>
53     </bpmn2:callActivity>
54     <bpmn2:sequenceFlow id="SequenceFlow_08nd69s" sourceRef="intialization" targetRef="QueryVnf" />
55     <bpmn2:sequenceFlow id="SequenceFlow_1qrkdn3" name="yes" sourceRef="ExclusiveGateway_1amun4k" targetRef="PrepareModuleList">
56       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DDVAM_nextModule") < execution.getVariable("DDVAM_moduleCount")]]></bpmn2:conditionExpression>
57     </bpmn2:sequenceFlow>
58     <bpmn2:callActivity id="DeleteVFModule" name="Delete VF Module" calledElement="DoDeleteVfModule">
59       <bpmn2:extensionElements>
60         <camunda:in source="requestId" target="requestId" />
61         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
62         <camunda:in source="vnfId" target="vnfId" />
63         <camunda:in source="DDVAM_vfModuleId" target="vfModuleId" />
64         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
65         <camunda:in source="DDVAM_vfModuleName" target="vfModuleName" />
66         <camunda:in source="DDVAM_vfModuleModelInfo" target="vfModuleModelInfo" />
67         <camunda:in source="cloudConfiguration" target="cloudConfiguration" />
68         <camunda:in source="DDVAM_sdncVersion" target="sdncVersion" />
69         <camunda:in source="DDVAM_isVidRequest" target="isVidRequest" />
70         <camunda:out source="WorkflowException" target="WorkflowException" />
71         <camunda:in source="retainResources" target="retainResources" />
72         <camunda:in source="aLaCarte" target="aLaCarte" />
73       </bpmn2:extensionElements>
74       <bpmn2:incoming>SequenceFlow_1xujrk5</bpmn2:incoming>
75       <bpmn2:outgoing>SequenceFlow_1p4ycii</bpmn2:outgoing>
76     </bpmn2:callActivity>
77     <bpmn2:exclusiveGateway id="ExclusiveGateway_0189gqf" name="Is SDNC Interaction Enabled?" default="SequenceFlow_05ujwz8">
78       <bpmn2:incoming>SequenceFlow_1936oc0</bpmn2:incoming>
79       <bpmn2:outgoing>SequenceFlow_05ujwz8</bpmn2:outgoing>
80       <bpmn2:outgoing>SDNCInteractionEnabled2</bpmn2:outgoing>
81     </bpmn2:exclusiveGateway>
82     <bpmn2:sequenceFlow id="SequenceFlow_1p4ycii" sourceRef="DeleteVFModule" targetRef="PostProcessDeleteVfModule" />
83     <bpmn2:sequenceFlow id="SequenceFlow_0t4yszi" sourceRef="PostProcessDeleteVfModule" targetRef="ExclusiveGateway_1amun4k" />
84     <bpmn2:sequenceFlow id="SequenceFlow_1936oc0" name="no" sourceRef="ExclusiveGateway_1amun4k" targetRef="ExclusiveGateway_0189gqf" />
85     <bpmn2:sequenceFlow id="SequenceFlow_05ujwz8" name="no" sourceRef="ExclusiveGateway_0189gqf" targetRef="DeleteVNF" />
86     <bpmn2:sequenceFlow id="SequenceFlow_1uqlr6b" sourceRef="DeleteVNF" targetRef="EndEvent_2" />
87     <bpmn2:scriptTask id="QueryVnf" name="Query VNF" scriptFormat="groovy">
88       <bpmn2:incoming>SequenceFlow_08nd69s</bpmn2:incoming>
89       <bpmn2:outgoing>SequenceFlow_0lu7b1v</bpmn2:outgoing>
90       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
91 def ddvam = new DoDeleteVnfAndModules()
92 ddvam.queryAAIVfModule(execution)]]></bpmn2:script>
93     </bpmn2:scriptTask>
94     <bpmn2:scriptTask id="PrepareModuleList" name="Prepare Next Module To Delete" scriptFormat="groovy">
95       <bpmn2:incoming>SequenceFlow_1qrkdn3</bpmn2:incoming>
96       <bpmn2:outgoing>SequenceFlow_1qoor0l</bpmn2:outgoing>
97       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
98 def ddvam = new DoDeleteVnfAndModules()
99 ddvam.prepareNextModuleToDelete(execution)]]></bpmn2:script>
100     </bpmn2:scriptTask>
101     <bpmn2:sequenceFlow id="SequenceFlow_0lu7b1v" sourceRef="QueryVnf" targetRef="ExclusiveGateway_027lai5" />
102     <bpmn2:sequenceFlow id="SequenceFlow_1qoor0l" sourceRef="PrepareModuleList" targetRef="ExclusiveGateway_0b36mti" />
103     <bpmn2:scriptTask id="PostProcessDeleteVfModule" name="PostProcess Delete VF Module" scriptFormat="groovy">
104       <bpmn2:incoming>SequenceFlow_1p4ycii</bpmn2:incoming>
105       <bpmn2:incoming>SequenceFlow_0xl033m</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_0t4yszi</bpmn2:outgoing>
107       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
108 int nextModule = execution.getVariable("DDVAM_nextModule")
109                         execution.setVariable("DDVAM_nextModule", nextModule + 1)]]></bpmn2:script>
110     </bpmn2:scriptTask>
111     <bpmn2:exclusiveGateway id="ExclusiveGateway_027lai5" name="Is SDNC Interaction Enabled?" default="SequenceFlow_1tt31qu">
112       <bpmn2:incoming>SequenceFlow_0lu7b1v</bpmn2:incoming>
113       <bpmn2:outgoing>SequenceFlow_1tt31qu</bpmn2:outgoing>
114       <bpmn2:outgoing>SDNCInteractionEnabled1</bpmn2:outgoing>
115     </bpmn2:exclusiveGateway>
116     <bpmn2:sequenceFlow id="SequenceFlow_1tt31qu" name="no" sourceRef="ExclusiveGateway_027lai5" targetRef="ExclusiveGateway_1amun4k" />
117     <bpmn2:sequenceFlow id="SDNCInteractionEnabled1" name="yes" sourceRef="ExclusiveGateway_027lai5" targetRef="preProcessSDNCDeactivateRequest">
118       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
119     </bpmn2:sequenceFlow>
120     <bpmn2:sequenceFlow id="SequenceFlow_0fhhsyo" sourceRef="preProcessSDNCDeactivateRequest" targetRef="callSDNCAdapterTopologyDeactivate" />
121     <bpmn2:sequenceFlow id="SequenceFlow_0qdn8k4" sourceRef="callSDNCAdapterTopologyDeactivate" targetRef="postProcessSDNCDeactivateRequest" />
122     <bpmn2:sequenceFlow id="SequenceFlow_1fccvli" sourceRef="postProcessSDNCDeactivateRequest" targetRef="ExclusiveGateway_1amun4k" />
123     <bpmn2:scriptTask id="preProcessSDNCDeactivateRequest" name="PreProcess SDNC Deactivate Request" scriptFormat="groovy">
124       <bpmn2:incoming>SDNCInteractionEnabled1</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_0fhhsyo</bpmn2:outgoing>
126       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
127 def ddvam = new DoDeleteVnfAndModules()
128 ddvam.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
129     </bpmn2:scriptTask>
130     <bpmn2:scriptTask id="postProcessSDNCDeactivateRequest" name="PostProcess SDNC Deactivate Request" scriptFormat="groovy">
131       <bpmn2:incoming>SequenceFlow_0qdn8k4</bpmn2:incoming>
132       <bpmn2:outgoing>SequenceFlow_1fccvli</bpmn2:outgoing>
133       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
134 def ddvam = new DoDeleteVnfAndModules()
135 String response = execution.getVariable("DDVAM_deactivateSDNCAdapterResponse")
136 ddvam.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
137     </bpmn2:scriptTask>
138     <bpmn2:callActivity id="callSDNCAdapterTopologyDeactivate" name="Call SDNC Adapter Topology Deactivate" calledElement="sdncAdapter">
139       <bpmn2:extensionElements>
140         <camunda:in source="DDVAM_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
141         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
142         <camunda:in source="mso-request-id" target="mso-request-id" />
143         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
144         <camunda:out source="WorkflowException" target="WorkflowException" />
145         <camunda:out source="sdncAdapterResponse" target="DDVAM_deactivateSDNCAdapterResponse" />
146         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
147       </bpmn2:extensionElements>
148       <bpmn2:incoming>SequenceFlow_0fhhsyo</bpmn2:incoming>
149       <bpmn2:outgoing>SequenceFlow_0qdn8k4</bpmn2:outgoing>
150     </bpmn2:callActivity>
151     <bpmn2:sequenceFlow id="SDNCInteractionEnabled2" name="yes" sourceRef="ExclusiveGateway_0189gqf" targetRef="preProcessSDNCUnassignRequest">
152       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
153     </bpmn2:sequenceFlow>
154     <bpmn2:sequenceFlow id="SequenceFlow_001uxa1" sourceRef="preProcessSDNCUnassignRequest" targetRef="callSDNCAdapterTopologyUnassign" />
155     <bpmn2:sequenceFlow id="SequenceFlow_1x29mht" sourceRef="callSDNCAdapterTopologyUnassign" targetRef="postProcessSDNCUnassignRequest" />
156     <bpmn2:sequenceFlow id="SequenceFlow_1x25m7t" sourceRef="postProcessSDNCUnassignRequest" targetRef="DeleteVNF" />
157     <bpmn2:scriptTask id="preProcessSDNCUnassignRequest" name="PreProcess SDNC Unassign Request" scriptFormat="groovy">
158       <bpmn2:incoming>SDNCInteractionEnabled2</bpmn2:incoming>
159       <bpmn2:outgoing>SequenceFlow_001uxa1</bpmn2:outgoing>
160       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
161 def ddvam = new DoDeleteVnfAndModules()
162 ddvam.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
163     </bpmn2:scriptTask>
164     <bpmn2:callActivity id="callSDNCAdapterTopologyUnassign" name="Call SDNC Adapter Topology Unassign" calledElement="sdncAdapter">
165       <bpmn2:extensionElements>
166         <camunda:in source="DDVAM_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
167         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
168         <camunda:in source="mso-request-id" target="mso-request-id" />
169         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
170         <camunda:out source="WorkflowException" target="WorkflowException" />
171         <camunda:out source="sdncAdapterResponse" target="DDVAM_unassignSDNCAdapterResponse" />
172         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
173       </bpmn2:extensionElements>
174       <bpmn2:incoming>SequenceFlow_001uxa1</bpmn2:incoming>
175       <bpmn2:outgoing>SequenceFlow_1x29mht</bpmn2:outgoing>
176     </bpmn2:callActivity>
177     <bpmn2:scriptTask id="postProcessSDNCUnassignRequest" name="PostProcess SDNC Unassign Request" scriptFormat="groovy">
178       <bpmn2:incoming>SequenceFlow_1x29mht</bpmn2:incoming>
179       <bpmn2:outgoing>SequenceFlow_1x25m7t</bpmn2:outgoing>
180       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
181 def ddvam = new DoDeleteVnfAndModules()
182 String response = execution.getVariable("DDVAM_unassignSDNCAdapterResponse")
183 ddvam.validateSDNCResponse(execution, response, "unassign")]]></bpmn2:script>
184     </bpmn2:scriptTask>
185     <bpmn2:exclusiveGateway id="ExclusiveGateway_0b36mti" name="Is SDNC Interaction Enabled?" default="SequenceFlow_1xujrk5">
186       <bpmn2:incoming>SequenceFlow_1qoor0l</bpmn2:incoming>
187       <bpmn2:outgoing>SequenceFlow_1xujrk5</bpmn2:outgoing>
188       <bpmn2:outgoing>SequenceFlow_1laeenc</bpmn2:outgoing>
189     </bpmn2:exclusiveGateway>
190     <bpmn2:callActivity id="DoDeleteVfModuleFromVnf" name="Deiete VF Module From VNF" calledElement="DoDeleteVfModuleFromVnf">
191       <bpmn2:extensionElements>
192         <camunda:in source="msoRequestId" target="msoRequestId" />
193         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
194         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
195         <camunda:in source="vnfId" target="vnfId" />
196         <camunda:in source="cloudOwner" target="cloudOwner" />
197         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
198         <camunda:in source="tenantId" target="tenantId" />
199         <camunda:in source="DDVAM_sdncVersion" target="sdncVersion" />
200         <camunda:out source="WorkflowException" target="WorkflowException" />
201         <camunda:in source="DDVAM_vfModuleId" target="vfModuleId" />
202       </bpmn2:extensionElements>
203       <bpmn2:incoming>SequenceFlow_1laeenc</bpmn2:incoming>
204       <bpmn2:outgoing>SequenceFlow_0xl033m</bpmn2:outgoing>
205     </bpmn2:callActivity>
206     <bpmn2:sequenceFlow id="SequenceFlow_1xujrk5" name="no" sourceRef="ExclusiveGateway_0b36mti" targetRef="DeleteVFModule" />
207     <bpmn2:sequenceFlow id="SequenceFlow_1laeenc" name="yes" sourceRef="ExclusiveGateway_0b36mti" targetRef="DoDeleteVfModuleFromVnf">
208       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
209     </bpmn2:sequenceFlow>
210     <bpmn2:sequenceFlow id="SequenceFlow_0xl033m" sourceRef="DoDeleteVfModuleFromVnf" targetRef="PostProcessDeleteVfModule" />
211   </bpmn2:process>
212   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
213   <bpmn2:error id="Error_2" name="Java Lang Exception" errorCode="java.lang.Exception" />
214   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
215     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVnfAndModules">
216       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_79" bpmnElement="StartEvent_1">
217         <dc:Bounds x="238" y="209" width="36" height="36" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="256" y="250" width="0" height="0" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_311" bpmnElement="intialization">
223         <dc:Bounds x="344" y="187" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_79" targetElement="_BPMNShape_ScriptTask_311">
226         <di:waypoint xsi:type="dc:Point" x="274" y="227" />
227         <di:waypoint xsi:type="dc:Point" x="344" y="228" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="309" y="212.5" width="0" height="0" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_2">
233         <dc:Bounds x="1983" y="372" width="36" height="36" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="2001" y="413" width="0" height="0" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNShape>
238       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_35" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
239         <dc:Bounds x="229" y="616" width="431" height="157" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_81" bpmnElement="StartEvent_3">
242         <dc:Bounds x="377" y="677" width="36" height="36" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="395" y="718" width="0" height="0" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_239" bpmnElement="EndEvent_4">
248         <dc:Bounds x="593" y="677" width="36" height="36" />
249         <bpmndi:BPMNLabel>
250           <dc:Bounds x="611" y="718" width="0" height="0" />
251         </bpmndi:BPMNLabel>
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_319" bpmnElement="processJavaException">
254         <dc:Bounds x="447" y="655" width="100" height="80" />
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_StartEvent_81" targetElement="_BPMNShape_ScriptTask_319">
257         <di:waypoint xsi:type="dc:Point" x="413" y="695" />
258         <di:waypoint xsi:type="dc:Point" x="447" y="695" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="430" y="680" width="0" height="0" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ScriptTask_319" targetElement="_BPMNShape_EndEvent_239">
264         <di:waypoint xsi:type="dc:Point" x="547" y="695" />
265         <di:waypoint xsi:type="dc:Point" x="593" y="695" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="570" y="680" width="0" height="0" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNShape id="ExclusiveGateway_1amun4k_di" bpmnElement="ExclusiveGateway_1amun4k" isMarkerVisible="true">
271         <dc:Bounds x="1271" y="200" width="50" height="50" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="1263" y="250" width="65" height="36" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNShape>
276       <bpmndi:BPMNShape id="CallActivity_0laaqvh_di" bpmnElement="DeleteVNF">
277         <dc:Bounds x="1812" y="350" width="100" height="80" />
278       </bpmndi:BPMNShape>
279       <bpmndi:BPMNEdge id="SequenceFlow_08nd69s_di" bpmnElement="SequenceFlow_08nd69s">
280         <di:waypoint xsi:type="dc:Point" x="444" y="227" />
281         <di:waypoint xsi:type="dc:Point" x="512" y="227" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="478" y="212" width="0" height="0" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNEdge>
286       <bpmndi:BPMNEdge id="SequenceFlow_1qrkdn3_di" bpmnElement="SequenceFlow_1qrkdn3">
287         <di:waypoint xsi:type="dc:Point" x="1296" y="200" />
288         <di:waypoint xsi:type="dc:Point" x="1296" y="102" />
289         <di:waypoint xsi:type="dc:Point" x="1368" y="102" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="1302" y="154" width="18" height="12" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNShape id="CallActivity_0qmp9y5_di" bpmnElement="DeleteVFModule">
295         <dc:Bounds x="1648" y="-9" width="100" height="80" />
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNShape id="ExclusiveGateway_0189gqf_di" bpmnElement="ExclusiveGateway_0189gqf" isMarkerVisible="true">
298         <dc:Bounds x="1271" y="365" width="50" height="50" />
299         <bpmndi:BPMNLabel>
300           <dc:Bounds x="1302" y="319" width="54" height="36" />
301         </bpmndi:BPMNLabel>
302       </bpmndi:BPMNShape>
303       <bpmndi:BPMNEdge id="SequenceFlow_1p4ycii_di" bpmnElement="SequenceFlow_1p4ycii">
304         <di:waypoint xsi:type="dc:Point" x="1748" y="31" />
305         <di:waypoint xsi:type="dc:Point" x="1904" y="31" />
306         <di:waypoint xsi:type="dc:Point" x="1904" y="62" />
307         <bpmndi:BPMNLabel>
308           <dc:Bounds x="1826" y="16" width="0" height="0" />
309         </bpmndi:BPMNLabel>
310       </bpmndi:BPMNEdge>
311       <bpmndi:BPMNEdge id="SequenceFlow_0t4yszi_di" bpmnElement="SequenceFlow_0t4yszi">
312         <di:waypoint xsi:type="dc:Point" x="1904" y="142" />
313         <di:waypoint xsi:type="dc:Point" x="1904" y="225" />
314         <di:waypoint xsi:type="dc:Point" x="1321" y="225" />
315         <bpmndi:BPMNLabel>
316           <dc:Bounds x="1919" y="183.5" width="0" height="0" />
317         </bpmndi:BPMNLabel>
318       </bpmndi:BPMNEdge>
319       <bpmndi:BPMNEdge id="SequenceFlow_1936oc0_di" bpmnElement="SequenceFlow_1936oc0">
320         <di:waypoint xsi:type="dc:Point" x="1296" y="250" />
321         <di:waypoint xsi:type="dc:Point" x="1296" y="365" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="1270" y="305.40625" width="12" height="12" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNEdge id="SequenceFlow_05ujwz8_di" bpmnElement="SequenceFlow_05ujwz8">
327         <di:waypoint xsi:type="dc:Point" x="1321" y="390" />
328         <di:waypoint xsi:type="dc:Point" x="1812" y="390" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="1361" y="362" width="12" height="12" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNEdge>
333       <bpmndi:BPMNEdge id="SequenceFlow_1uqlr6b_di" bpmnElement="SequenceFlow_1uqlr6b">
334         <di:waypoint xsi:type="dc:Point" x="1912" y="390" />
335         <di:waypoint xsi:type="dc:Point" x="1983" y="390" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="1948" y="375" width="0" height="0" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNShape id="ScriptTask_12xsp2f_di" bpmnElement="QueryVnf">
341         <dc:Bounds x="512" y="187" width="100" height="80" />
342       </bpmndi:BPMNShape>
343       <bpmndi:BPMNShape id="ScriptTask_01c9qas_di" bpmnElement="PrepareModuleList">
344         <dc:Bounds x="1368" y="62" width="100" height="80" />
345       </bpmndi:BPMNShape>
346       <bpmndi:BPMNEdge id="SequenceFlow_0lu7b1v_di" bpmnElement="SequenceFlow_0lu7b1v">
347         <di:waypoint xsi:type="dc:Point" x="612" y="227" />
348         <di:waypoint xsi:type="dc:Point" x="701" y="227" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="657" y="212" width="0" height="0" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNEdge>
353       <bpmndi:BPMNEdge id="SequenceFlow_1qoor0l_di" bpmnElement="SequenceFlow_1qoor0l">
354         <di:waypoint xsi:type="dc:Point" x="1468" y="102" />
355         <di:waypoint xsi:type="dc:Point" x="1525" y="102" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1497" y="87" width="0" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNShape id="ScriptTask_11i0rnd_di" bpmnElement="PostProcessDeleteVfModule">
361         <dc:Bounds x="1854" y="62" width="100" height="80" />
362       </bpmndi:BPMNShape>
363       <bpmndi:BPMNShape id="ExclusiveGateway_027lai5_di" bpmnElement="ExclusiveGateway_027lai5" isMarkerVisible="true">
364         <dc:Bounds x="701" y="202" width="50" height="50" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="699" y="145" width="54" height="36" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNShape>
369       <bpmndi:BPMNEdge id="SequenceFlow_1tt31qu_di" bpmnElement="SequenceFlow_1tt31qu">
370         <di:waypoint xsi:type="dc:Point" x="751" y="227" />
371         <di:waypoint xsi:type="dc:Point" x="1271" y="225" />
372         <bpmndi:BPMNLabel>
373           <dc:Bounds x="1005" y="201" width="12" height="12" />
374         </bpmndi:BPMNLabel>
375       </bpmndi:BPMNEdge>
376       <bpmndi:BPMNEdge id="SequenceFlow_04lnhgt_di" bpmnElement="SDNCInteractionEnabled1">
377         <di:waypoint xsi:type="dc:Point" x="726" y="252" />
378         <di:waypoint xsi:type="dc:Point" x="726" y="337" />
379         <di:waypoint xsi:type="dc:Point" x="776" y="337" />
380         <bpmndi:BPMNLabel>
381           <dc:Bounds x="694" y="280.5" width="18" height="12" />
382         </bpmndi:BPMNLabel>
383       </bpmndi:BPMNEdge>
384       <bpmndi:BPMNEdge id="SequenceFlow_0fhhsyo_di" bpmnElement="SequenceFlow_0fhhsyo">
385         <di:waypoint xsi:type="dc:Point" x="876" y="337" />
386         <di:waypoint xsi:type="dc:Point" x="926" y="337" />
387         <bpmndi:BPMNLabel>
388           <dc:Bounds x="901" y="322" width="0" height="0" />
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNEdge id="SequenceFlow_0qdn8k4_di" bpmnElement="SequenceFlow_0qdn8k4">
392         <di:waypoint xsi:type="dc:Point" x="1026" y="337" />
393         <di:waypoint xsi:type="dc:Point" x="1070" y="337" />
394         <bpmndi:BPMNLabel>
395           <dc:Bounds x="1048" y="322" width="0" height="0" />
396         </bpmndi:BPMNLabel>
397       </bpmndi:BPMNEdge>
398       <bpmndi:BPMNEdge id="SequenceFlow_1fccvli_di" bpmnElement="SequenceFlow_1fccvli">
399         <di:waypoint xsi:type="dc:Point" x="1170" y="337" />
400         <di:waypoint xsi:type="dc:Point" x="1225" y="337" />
401         <di:waypoint xsi:type="dc:Point" x="1225" y="225" />
402         <di:waypoint xsi:type="dc:Point" x="1271" y="225" />
403         <bpmndi:BPMNLabel>
404           <dc:Bounds x="1240" y="281" width="0" height="0" />
405         </bpmndi:BPMNLabel>
406       </bpmndi:BPMNEdge>
407       <bpmndi:BPMNShape id="ScriptTask_1cj4pgd_di" bpmnElement="preProcessSDNCDeactivateRequest">
408         <dc:Bounds x="776" y="297" width="100" height="80" />
409       </bpmndi:BPMNShape>
410       <bpmndi:BPMNShape id="ScriptTask_1nug5hb_di" bpmnElement="postProcessSDNCDeactivateRequest">
411         <dc:Bounds x="1070" y="297" width="100" height="80" />
412       </bpmndi:BPMNShape>
413       <bpmndi:BPMNShape id="CallActivity_0sl24xf_di" bpmnElement="callSDNCAdapterTopologyDeactivate">
414         <dc:Bounds x="926" y="297" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="SequenceFlow_0ftrgor_di" bpmnElement="SDNCInteractionEnabled2">
417         <di:waypoint xsi:type="dc:Point" x="1296" y="415" />
418         <di:waypoint xsi:type="dc:Point" x="1296" y="501" />
419         <di:waypoint xsi:type="dc:Point" x="1356" y="501" />
420         <bpmndi:BPMNLabel>
421           <dc:Bounds x="1266" y="445.36046511627904" width="18" height="12" />
422         </bpmndi:BPMNLabel>
423       </bpmndi:BPMNEdge>
424       <bpmndi:BPMNEdge id="SequenceFlow_001uxa1_di" bpmnElement="SequenceFlow_001uxa1">
425         <di:waypoint xsi:type="dc:Point" x="1456" y="501" />
426         <di:waypoint xsi:type="dc:Point" x="1517" y="501" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="1487" y="486" width="0" height="0" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431       <bpmndi:BPMNEdge id="SequenceFlow_1x29mht_di" bpmnElement="SequenceFlow_1x29mht">
432         <di:waypoint xsi:type="dc:Point" x="1617" y="501" />
433         <di:waypoint xsi:type="dc:Point" x="1678" y="501" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="1648" y="486" width="0" height="0" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNEdge>
438       <bpmndi:BPMNEdge id="SequenceFlow_1x25m7t_di" bpmnElement="SequenceFlow_1x25m7t">
439         <di:waypoint xsi:type="dc:Point" x="1778" y="501" />
440         <di:waypoint xsi:type="dc:Point" x="1862" y="501" />
441         <di:waypoint xsi:type="dc:Point" x="1862" y="430" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="1820" y="486" width="0" height="0" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNShape id="ScriptTask_167oslm_di" bpmnElement="preProcessSDNCUnassignRequest">
447         <dc:Bounds x="1356" y="461" width="100" height="80" />
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="CallActivity_0cv258c_di" bpmnElement="callSDNCAdapterTopologyUnassign">
450         <dc:Bounds x="1517" y="461" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNShape id="ScriptTask_1gb4lqf_di" bpmnElement="postProcessSDNCUnassignRequest">
453         <dc:Bounds x="1678" y="461" width="100" height="80" />
454       </bpmndi:BPMNShape>
455       <bpmndi:BPMNShape id="ExclusiveGateway_0b36mti_di" bpmnElement="ExclusiveGateway_0b36mti" isMarkerVisible="true">
456         <dc:Bounds x="1525" y="77" width="50" height="50" />
457         <bpmndi:BPMNLabel>
458           <dc:Bounds x="1581" y="84" width="54" height="36" />
459         </bpmndi:BPMNLabel>
460       </bpmndi:BPMNShape>
461       <bpmndi:BPMNShape id="CallActivity_1y4alqc_di" bpmnElement="DoDeleteVfModuleFromVnf">
462         <dc:Bounds x="1648" y="121" width="100" height="80" />
463       </bpmndi:BPMNShape>
464       <bpmndi:BPMNEdge id="SequenceFlow_1xujrk5_di" bpmnElement="SequenceFlow_1xujrk5">
465         <di:waypoint xsi:type="dc:Point" x="1550" y="77" />
466         <di:waypoint xsi:type="dc:Point" x="1550" y="31" />
467         <di:waypoint xsi:type="dc:Point" x="1648" y="31" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="1524" y="42" width="12" height="12" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNEdge>
472       <bpmndi:BPMNEdge id="SequenceFlow_1laeenc_di" bpmnElement="SequenceFlow_1laeenc">
473         <di:waypoint xsi:type="dc:Point" x="1550" y="127" />
474         <di:waypoint xsi:type="dc:Point" x="1550" y="161" />
475         <di:waypoint xsi:type="dc:Point" x="1648" y="161" />
476         <bpmndi:BPMNLabel>
477           <dc:Bounds x="1523" y="135" width="18" height="12" />
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNEdge>
480       <bpmndi:BPMNEdge id="SequenceFlow_0xl033m_di" bpmnElement="SequenceFlow_0xl033m">
481         <di:waypoint xsi:type="dc:Point" x="1748" y="161" />
482         <di:waypoint xsi:type="dc:Point" x="1828" y="161" />
483         <di:waypoint xsi:type="dc:Point" x="1828" y="102" />
484         <di:waypoint xsi:type="dc:Point" x="1854" y="102" />
485         <bpmndi:BPMNLabel>
486           <dc:Bounds x="1843" y="131.5" width="0" height="0" />
487         </bpmndi:BPMNLabel>
488       </bpmndi:BPMNEdge>
489     </bpmndi:BPMNPlane>
490   </bpmndi:BPMNDiagram>
491 </bpmn2:definitions>