Adding Generic VNF information in ControllerExeuctionBB flow
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeleteVfModuleBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.1.2">
3   <bpmn:process id="DeleteVfModuleBB" name="DeleteVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="DeleteVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_1oeootm</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeleteVfModuleVnfAdapter" name="Prepare Request" camunda:expression="${VnfAdapterDeleteTasks.deleteVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_028rmiu</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_08tvhtf</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:serviceTask id="UpdateVfModuleDeleteStatus" name="&#10;AAI &#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusDeleteVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_01vfwtp</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_09l7pcg</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_08tvhtf" sourceRef="DeleteVfModuleVnfAdapter" targetRef="VnfAdapter" />
16     <bpmn:endEvent id="DeleteVfModuleBB_End">
17       <bpmn:incoming>SequenceFlow_09l7pcg</bpmn:incoming>
18     </bpmn:endEvent>
19     <bpmn:callActivity id="VnfAdapter" name="Vnf Adapter" calledElement="VnfAdapter">
20       <bpmn:extensionElements>
21         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
22         <camunda:out source="WorkflowException" target="WorkflowException" />
23         <camunda:in source="deleteVfModuleRequest" target="deleteVfModuleRequest" />
24         <camunda:in source="VNFREST_Request" target="VNFREST_Request" />
25         <camunda:out source="heatStackId" target="heatStackId" />
26         <camunda:out source="oamManagementV4Address" target="oamManagementV4Address" />
27         <camunda:out source="oamManagementV6Address" target="oamManagementV6Address" />
28         <camunda:out source="contrailNetworkPolicyFqdnList" target="contrailNetworkPolicyFqdnList" />
29         <camunda:out source="contrailServiceInstanceFqdn" target="contrailServiceInstanceFqdn" />
30       </bpmn:extensionElements>
31       <bpmn:incoming>SequenceFlow_08tvhtf</bpmn:incoming>
32       <bpmn:outgoing>SequenceFlow_02lpx87</bpmn:outgoing>
33     </bpmn:callActivity>
34     <bpmn:sequenceFlow id="SequenceFlow_02lpx87" sourceRef="VnfAdapter" targetRef="ExclusiveGateway_1yvh16a" />
35     <bpmn:subProcess id="SubProcess_11p7mrh" name="Error Handling&#10;&#10;" triggeredByEvent="true">
36       <bpmn:startEvent id="StartEvent_1xp6ewt">
37         <bpmn:outgoing>SequenceFlow_0h607z0</bpmn:outgoing>
38         <bpmn:errorEventDefinition />
39       </bpmn:startEvent>
40       <bpmn:endEvent id="EndEvent_0guhjau">
41         <bpmn:incoming>SequenceFlow_0h607z0</bpmn:incoming>
42         <bpmn:terminateEventDefinition />
43       </bpmn:endEvent>
44       <bpmn:sequenceFlow id="SequenceFlow_0h607z0" sourceRef="StartEvent_1xp6ewt" targetRef="EndEvent_0guhjau" />
45     </bpmn:subProcess>
46     <bpmn:serviceTask id="UpdateVfModuleHeatStackId" name="&#10;AAI&#10;Update&#10; (vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateHeatStackIdVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
47       <bpmn:incoming>SequenceFlow_0yuz21z</bpmn:incoming>
48       <bpmn:outgoing>SequenceFlow_01vfwtp</bpmn:outgoing>
49     </bpmn:serviceTask>
50     <bpmn:sequenceFlow id="SequenceFlow_01vfwtp" sourceRef="UpdateVfModuleHeatStackId" targetRef="UpdateVfModuleDeleteStatus" />
51     <bpmn:sequenceFlow id="SequenceFlow_09l7pcg" sourceRef="UpdateVfModuleDeleteStatus" targetRef="DeleteVfModuleBB_End" />
52     <bpmn:sequenceFlow id="SequenceFlow_0xyu3pk" sourceRef="DeleteNetworkPolicies" targetRef="UpdateVnfIpv4OamAddress" />
53     <bpmn:serviceTask id="DeleteNetworkPolicies" name="&#10;AAI&#10;Delete&#10;(net policies)&#10;" camunda:expression="${AAIDeleteTasks.deleteNetworkPolicies(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
54       <bpmn:incoming>SequenceFlow_0sy2nky</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_0xyu3pk</bpmn:outgoing>
56     </bpmn:serviceTask>
57     <bpmn:serviceTask id="UpdateVnfManagementV6Address" name="&#10;AAI &#10;Update&#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateManagementV6AddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
58       <bpmn:incoming>SequenceFlow_0jtem3b</bpmn:incoming>
59       <bpmn:outgoing>SequenceFlow_0khqfnc</bpmn:outgoing>
60     </bpmn:serviceTask>
61     <bpmn:sequenceFlow id="SequenceFlow_0jtem3b" sourceRef="UpdateVnfIpv4OamAddress" targetRef="UpdateVnfManagementV6Address" />
62     <bpmn:serviceTask id="UpdateVnfIpv4OamAddress" name="&#10;AAI &#10;Update &#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateIpv4OamAddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
63       <bpmn:incoming>SequenceFlow_0xyu3pk</bpmn:incoming>
64       <bpmn:outgoing>SequenceFlow_0jtem3b</bpmn:outgoing>
65     </bpmn:serviceTask>
66     <bpmn:sequenceFlow id="SequenceFlow_0khqfnc" sourceRef="UpdateVnfManagementV6Address" targetRef="UpdateVfModuleContrailServiceInstanceFqdn" />
67     <bpmn:sequenceFlow id="SequenceFlow_0yuz21z" sourceRef="UpdateVfModuleContrailServiceInstanceFqdn" targetRef="UpdateVfModuleHeatStackId" />
68     <bpmn:serviceTask id="UpdateVfModuleContrailServiceInstanceFqdn" name="&#10;AAI&#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateContrailServiceInstanceFqdnVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
69       <bpmn:incoming>SequenceFlow_0khqfnc</bpmn:incoming>
70       <bpmn:outgoing>SequenceFlow_0yuz21z</bpmn:outgoing>
71     </bpmn:serviceTask>
72     <bpmn:sequenceFlow id="SequenceFlow_032jv5j" name="Yes&#10;" sourceRef="auditEnabledCheck" targetRef="Setup_Audit_Variable">
73       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("auditInventoryNeeded") == true}</bpmn:conditionExpression>
74     </bpmn:sequenceFlow>
75     <bpmn:sequenceFlow id="SequenceFlow_14bu4ys" sourceRef="ExclusiveGateway_1yvh16a" targetRef="ServiceTask_08ulmzc" />
76     <bpmn:serviceTask id="Check_Audit" name="Check Audit Variable" camunda:expression="${AuditTasks.isDeleteAuditNeeded(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
77       <bpmn:incoming>SequenceFlow_1oeootm</bpmn:incoming>
78       <bpmn:outgoing>SequenceFlow_10af0fk</bpmn:outgoing>
79     </bpmn:serviceTask>
80     <bpmn:serviceTask id="Audit_Inventory" name="&#10;AAI&#10;Audit&#10;(vservers)&#10;" camunda:type="external" camunda:topic="InventoryDeleteAudit">
81       <bpmn:incoming>SequenceFlow_0f5ljoh</bpmn:incoming>
82       <bpmn:outgoing>SequenceFlow_0hpj2mm</bpmn:outgoing>
83     </bpmn:serviceTask>
84     <bpmn:serviceTask id="Setup_Audit_Variable" name="Setup Audit Variable" camunda:expression="${AuditTasks.setupAuditVariable(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
85       <bpmn:incoming>SequenceFlow_032jv5j</bpmn:incoming>
86       <bpmn:outgoing>SequenceFlow_1iulltd</bpmn:outgoing>
87     </bpmn:serviceTask>
88     <bpmn:subProcess id="SubProcess_0grvkj2" name="Audit Exception Sub Process" triggeredByEvent="true">
89       <bpmn:endEvent id="EndEvent_1gzq57j">
90         <bpmn:incoming>SequenceFlow_1fhst92</bpmn:incoming>
91       </bpmn:endEvent>
92       <bpmn:serviceTask id="ServiceTask_1isbxvo" name="Proccess Error" camunda:expression="${ExceptionBuilder.processAuditException(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)), true)}">
93         <bpmn:incoming>SequenceFlow_0xuodpy</bpmn:incoming>
94         <bpmn:outgoing>SequenceFlow_1fhst92</bpmn:outgoing>
95       </bpmn:serviceTask>
96       <bpmn:sequenceFlow id="SequenceFlow_0xuodpy" sourceRef="StartEvent_1euiddy" targetRef="ServiceTask_1isbxvo" />
97       <bpmn:sequenceFlow id="SequenceFlow_1fhst92" sourceRef="ServiceTask_1isbxvo" targetRef="EndEvent_1gzq57j" />
98       <bpmn:startEvent id="StartEvent_1euiddy" isInterrupting="false">
99         <bpmn:outgoing>SequenceFlow_0xuodpy</bpmn:outgoing>
100         <bpmn:escalationEventDefinition escalationRef="Escalation_130je8j" camunda:escalationCodeVariable="auditCode" />
101       </bpmn:startEvent>
102     </bpmn:subProcess>
103     <bpmn:sequenceFlow id="SequenceFlow_179btn2" sourceRef="aaiCatch" targetRef="ServiceTask_0itw3by" />
104     <bpmn:intermediateThrowEvent id="aaiThrow" name="Update AAI">
105       <bpmn:incoming>SequenceFlow_1i9ft2r</bpmn:incoming>
106       <bpmn:linkEventDefinition name="AAI" />
107     </bpmn:intermediateThrowEvent>
108     <bpmn:intermediateCatchEvent id="aaiCatch" name="Update AAI">
109       <bpmn:outgoing>SequenceFlow_179btn2</bpmn:outgoing>
110       <bpmn:linkEventDefinition name="AAI" />
111     </bpmn:intermediateCatchEvent>
112     <bpmn:sequenceFlow id="SequenceFlow_17cd9e2" name="Yes/No" sourceRef="auditSuccessfulCheck" targetRef="ExclusiveGateway_01wvywu">
113       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("auditIsSuccessful") == false || execution.getVariable("auditIsSuccessful") == true}</bpmn:conditionExpression>
114     </bpmn:sequenceFlow>
115     <bpmn:sequenceFlow id="SequenceFlow_1gdyk9j" name="No" sourceRef="auditSuccessfulCheck" targetRef="EndEvent_0b0ocu0">
116       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("auditIsSuccessful") == false}</bpmn:conditionExpression>
117     </bpmn:sequenceFlow>
118     <bpmn:inclusiveGateway id="auditSuccessfulCheck" name="Audit&#10; Successful?">
119       <bpmn:incoming>SequenceFlow_0hpj2mm</bpmn:incoming>
120       <bpmn:outgoing>SequenceFlow_17cd9e2</bpmn:outgoing>
121       <bpmn:outgoing>SequenceFlow_1gdyk9j</bpmn:outgoing>
122     </bpmn:inclusiveGateway>
123     <bpmn:endEvent id="EndEvent_0b0ocu0">
124       <bpmn:incoming>SequenceFlow_1gdyk9j</bpmn:incoming>
125       <bpmn:escalationEventDefinition escalationRef="Escalation_130je8j" />
126     </bpmn:endEvent>
127     <bpmn:exclusiveGateway id="auditEnabledCheck" name="Audit&#10; Enabled?" default="SequenceFlow_1bt1p2u">
128       <bpmn:incoming>SequenceFlow_10af0fk</bpmn:incoming>
129       <bpmn:outgoing>SequenceFlow_032jv5j</bpmn:outgoing>
130       <bpmn:outgoing>SequenceFlow_1bt1p2u</bpmn:outgoing>
131     </bpmn:exclusiveGateway>
132     <bpmn:exclusiveGateway id="ExclusiveGateway_1t9q2jl">
133       <bpmn:incoming>SequenceFlow_1bt1p2u</bpmn:incoming>
134       <bpmn:incoming>SequenceFlow_0dzf7hz</bpmn:incoming>
135       <bpmn:outgoing>SequenceFlow_1bq9g02</bpmn:outgoing>
136     </bpmn:exclusiveGateway>
137     <bpmn:sequenceFlow id="SequenceFlow_1bt1p2u" name="No" sourceRef="auditEnabledCheck" targetRef="ExclusiveGateway_1t9q2jl" />
138     <bpmn:sequenceFlow id="SequenceFlow_1oeootm" sourceRef="DeleteVfModuleBB_Start" targetRef="Check_Audit" />
139     <bpmn:sequenceFlow id="SequenceFlow_10af0fk" sourceRef="Check_Audit" targetRef="auditEnabledCheck" />
140     <bpmn:serviceTask id="aicQueryStack" name="&#10;AIC&#10;Query&#10;(stack)&#10;" camunda:type="external" camunda:topic="InventoryQueryAudit">
141       <bpmn:incoming>SequenceFlow_1iulltd</bpmn:incoming>
142       <bpmn:outgoing>SequenceFlow_0dzf7hz</bpmn:outgoing>
143     </bpmn:serviceTask>
144     <bpmn:sequenceFlow id="SequenceFlow_1iulltd" sourceRef="Setup_Audit_Variable" targetRef="aicQueryStack" />
145     <bpmn:sequenceFlow id="SequenceFlow_0dzf7hz" sourceRef="aicQueryStack" targetRef="ExclusiveGateway_1t9q2jl" />
146     <bpmn:sequenceFlow id="SequenceFlow_1bq9g02" sourceRef="ExclusiveGateway_1t9q2jl" targetRef="ExclusiveGateway_1naduhl" />
147     <bpmn:sequenceFlow id="SequenceFlow_0mtzl4z" sourceRef="ExclusiveGateway_1naduhl" targetRef="ExclusiveGateway_13fhmpf" />
148     <bpmn:sequenceFlow id="SequenceFlow_028rmiu" sourceRef="ExclusiveGateway_1naduhl" targetRef="DeleteVfModuleVnfAdapter" />
149     <bpmn:parallelGateway id="ExclusiveGateway_1naduhl">
150       <bpmn:incoming>SequenceFlow_1bq9g02</bpmn:incoming>
151       <bpmn:outgoing>SequenceFlow_0mtzl4z</bpmn:outgoing>
152       <bpmn:outgoing>SequenceFlow_028rmiu</bpmn:outgoing>
153     </bpmn:parallelGateway>
154     <bpmn:inclusiveGateway id="ExclusiveGateway_1yvh16a">
155       <bpmn:incoming>SequenceFlow_02lpx87</bpmn:incoming>
156       <bpmn:incoming>SequenceFlow_13mlz57</bpmn:incoming>
157       <bpmn:outgoing>SequenceFlow_14bu4ys</bpmn:outgoing>
158     </bpmn:inclusiveGateway>
159     <bpmn:sequenceFlow id="SequenceFlow_0hpj2mm" sourceRef="Audit_Inventory" targetRef="auditSuccessfulCheck" />
160     <bpmn:exclusiveGateway id="ExclusiveGateway_13fhmpf" name="Audit&#10; Enabled?" default="SequenceFlow_1gjwivp">
161       <bpmn:incoming>SequenceFlow_0mtzl4z</bpmn:incoming>
162       <bpmn:outgoing>SequenceFlow_0f5ljoh</bpmn:outgoing>
163       <bpmn:outgoing>SequenceFlow_1gjwivp</bpmn:outgoing>
164     </bpmn:exclusiveGateway>
165     <bpmn:sequenceFlow id="SequenceFlow_0f5ljoh" name="Yes" sourceRef="ExclusiveGateway_13fhmpf" targetRef="Audit_Inventory">
166       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("auditInventoryNeeded") == true}</bpmn:conditionExpression>
167     </bpmn:sequenceFlow>
168     <bpmn:exclusiveGateway id="ExclusiveGateway_01wvywu">
169       <bpmn:incoming>SequenceFlow_17cd9e2</bpmn:incoming>
170       <bpmn:incoming>SequenceFlow_1gjwivp</bpmn:incoming>
171       <bpmn:outgoing>SequenceFlow_13mlz57</bpmn:outgoing>
172     </bpmn:exclusiveGateway>
173     <bpmn:sequenceFlow id="SequenceFlow_1gjwivp" name="No" sourceRef="ExclusiveGateway_13fhmpf" targetRef="ExclusiveGateway_01wvywu" />
174     <bpmn:sequenceFlow id="SequenceFlow_13mlz57" sourceRef="ExclusiveGateway_01wvywu" targetRef="ExclusiveGateway_1yvh16a" />
175     <bpmn:serviceTask id="ServiceTask_0itw3by" name="&#10;AAI&#10;Delete&#10;(inventory)&#10;" camunda:type="external" camunda:topic="InventoryDelete">
176       <bpmn:incoming>SequenceFlow_179btn2</bpmn:incoming>
177       <bpmn:outgoing>SequenceFlow_0sy2nky</bpmn:outgoing>
178     </bpmn:serviceTask>
179     <bpmn:sequenceFlow id="SequenceFlow_0sy2nky" sourceRef="ServiceTask_0itw3by" targetRef="DeleteNetworkPolicies" />
180     <bpmn:serviceTask id="ServiceTask_08ulmzc" name="&#10;Create&#10;Cloud&#10;Variable&#10;" camunda:expression="${DeleteVFModule.createInventoryVariable(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
181       <bpmn:incoming>SequenceFlow_14bu4ys</bpmn:incoming>
182       <bpmn:outgoing>SequenceFlow_1i9ft2r</bpmn:outgoing>
183     </bpmn:serviceTask>
184     <bpmn:sequenceFlow id="SequenceFlow_1i9ft2r" sourceRef="ServiceTask_08ulmzc" targetRef="aaiThrow" />
185   </bpmn:process>
186   <bpmn:error id="Error_0jjnve8" name="Error_3k24na6" errorCode="AAIInventoryFailure" />
187   <bpmn:escalation id="Escalation_130je8j" name="audit" escalationCode="audit1" />
188   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
189     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleBB">
190       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteVfModuleBB_Start">
191         <dc:Bounds x="159" y="266" width="36" height="36" />
192         <bpmndi:BPMNLabel>
193           <dc:Bounds x="132" y="302" width="90" height="12" />
194         </bpmndi:BPMNLabel>
195       </bpmndi:BPMNShape>
196       <bpmndi:BPMNShape id="ServiceTask_16798zf_di" bpmnElement="DeleteVfModuleVnfAdapter">
197         <dc:Bounds x="888" y="312" width="100" height="80" />
198       </bpmndi:BPMNShape>
199       <bpmndi:BPMNShape id="ServiceTask_0pbhsub_di" bpmnElement="UpdateVfModuleDeleteStatus">
200         <dc:Bounds x="1136" y="468" width="100" height="80" />
201       </bpmndi:BPMNShape>
202       <bpmndi:BPMNEdge id="SequenceFlow_08tvhtf_di" bpmnElement="SequenceFlow_08tvhtf">
203         <di:waypoint x="988" y="352" />
204         <di:waypoint x="1020" y="352" />
205         <bpmndi:BPMNLabel>
206           <dc:Bounds x="959" y="331" width="90" height="12" />
207         </bpmndi:BPMNLabel>
208       </bpmndi:BPMNEdge>
209       <bpmndi:BPMNShape id="EndEvent_1rn6yvh_di" bpmnElement="DeleteVfModuleBB_End">
210         <dc:Bounds x="1268" y="490" width="36" height="36" />
211         <bpmndi:BPMNLabel>
212           <dc:Bounds x="1241" y="530" width="90" height="0" />
213         </bpmndi:BPMNLabel>
214       </bpmndi:BPMNShape>
215       <bpmndi:BPMNShape id="CallActivity_0whogn3_di" bpmnElement="VnfAdapter">
216         <dc:Bounds x="1020" y="312" width="100" height="80" />
217       </bpmndi:BPMNShape>
218       <bpmndi:BPMNEdge id="SequenceFlow_02lpx87_di" bpmnElement="SequenceFlow_02lpx87">
219         <di:waypoint x="1120" y="352" />
220         <di:waypoint x="1203" y="352" />
221         <di:waypoint x="1203" y="309" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="1116.5" y="337" width="90" height="0" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNShape id="SubProcess_11p7mrh_di" bpmnElement="SubProcess_11p7mrh" isExpanded="true">
227         <dc:Bounds x="290" y="878" width="231" height="135" />
228       </bpmndi:BPMNShape>
229       <bpmndi:BPMNShape id="StartEvent_1xp6ewt_di" bpmnElement="StartEvent_1xp6ewt">
230         <dc:Bounds x="333" y="940" width="36" height="36" />
231         <bpmndi:BPMNLabel>
232           <dc:Bounds x="261" y="976" width="90" height="0" />
233         </bpmndi:BPMNLabel>
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="EndEvent_0guhjau_di" bpmnElement="EndEvent_0guhjau">
236         <dc:Bounds x="462" y="940" width="36" height="36" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="390" y="976" width="90" height="0" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNEdge id="SequenceFlow_0h607z0_di" bpmnElement="SequenceFlow_0h607z0">
242         <di:waypoint x="369" y="958" />
243         <di:waypoint x="462" y="958" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="371" y="937" width="90" height="0" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNShape id="ServiceTask_0vlgqod_di" bpmnElement="UpdateVfModuleHeatStackId">
249         <dc:Bounds x="969" y="468" width="100" height="80" />
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNEdge id="SequenceFlow_01vfwtp_di" bpmnElement="SequenceFlow_01vfwtp">
252         <di:waypoint x="1069" y="508" />
253         <di:waypoint x="1136" y="508" />
254         <bpmndi:BPMNLabel>
255           <dc:Bounds x="848" y="493" width="90" height="0" />
256         </bpmndi:BPMNLabel>
257       </bpmndi:BPMNEdge>
258       <bpmndi:BPMNEdge id="SequenceFlow_09l7pcg_di" bpmnElement="SequenceFlow_09l7pcg">
259         <di:waypoint x="1236" y="508" />
260         <di:waypoint x="1268" y="508" />
261         <bpmndi:BPMNLabel>
262           <dc:Bounds x="1092.5" y="493" width="90" height="0" />
263         </bpmndi:BPMNLabel>
264       </bpmndi:BPMNEdge>
265       <bpmndi:BPMNEdge id="SequenceFlow_0xyu3pk_di" bpmnElement="SequenceFlow_0xyu3pk">
266         <di:waypoint x="420" y="468" />
267         <di:waypoint x="420" y="448" />
268         <di:waypoint x="443" y="409" />
269         <di:waypoint x="497" y="468" />
270         <bpmndi:BPMNLabel>
271           <dc:Bounds x="345" y="493" width="90" height="0" />
272         </bpmndi:BPMNLabel>
273       </bpmndi:BPMNEdge>
274       <bpmndi:BPMNShape id="ServiceTask_0tty0ac_di" bpmnElement="DeleteNetworkPolicies">
275         <dc:Bounds x="370" y="468" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ServiceTask_0lrrd16_di" bpmnElement="UpdateVnfManagementV6Address">
278         <dc:Bounds x="642" y="468" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNEdge id="SequenceFlow_0jtem3b_di" bpmnElement="SequenceFlow_0jtem3b">
281         <di:waypoint x="533" y="468" />
282         <di:waypoint x="533" y="448" />
283         <di:waypoint x="619" y="387" />
284         <di:waypoint x="692" y="448" />
285         <di:waypoint x="692" y="468" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="473" y="493" width="90" height="0" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNEdge>
290       <bpmndi:BPMNShape id="ServiceTask_0w9805b_di" bpmnElement="UpdateVnfIpv4OamAddress">
291         <dc:Bounds x="483" y="468" width="100" height="80" />
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="SequenceFlow_0khqfnc_di" bpmnElement="SequenceFlow_0khqfnc">
294         <di:waypoint x="742" y="493" />
295         <di:waypoint x="891" y="448" />
296         <di:waypoint x="891" y="468" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="598" y="493" width="90" height="0" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNEdge>
301       <bpmndi:BPMNEdge id="SequenceFlow_0yuz21z_di" bpmnElement="SequenceFlow_0yuz21z">
302         <di:waypoint x="941" y="508" />
303         <di:waypoint x="969" y="508" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="722" y="493" width="90" height="0" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNShape id="ServiceTask_0v8naz9_di" bpmnElement="UpdateVfModuleContrailServiceInstanceFqdn">
309         <dc:Bounds x="841" y="468" width="100" height="80" />
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNEdge id="SequenceFlow_032jv5j_di" bpmnElement="SequenceFlow_032jv5j">
312         <di:waypoint x="397" y="259" />
313         <di:waypoint x="397" y="214" />
314         <di:waypoint x="444" y="214" />
315         <bpmndi:BPMNLabel>
316           <dc:Bounds x="405.5348837209302" y="217.95121951219514" width="19" height="24" />
317         </bpmndi:BPMNLabel>
318       </bpmndi:BPMNEdge>
319       <bpmndi:BPMNEdge id="SequenceFlow_14bu4ys_di" bpmnElement="SequenceFlow_14bu4ys">
320         <di:waypoint x="1228" y="284" />
321         <di:waypoint x="1284" y="284" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="1230.5" y="262.5" width="90" height="13" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNShape id="ServiceTask_1vmz3zo_di" bpmnElement="Check_Audit">
327         <dc:Bounds x="244" y="244" width="100" height="80" />
328       </bpmndi:BPMNShape>
329       <bpmndi:BPMNShape id="ServiceTask_1l8r2a6_di" bpmnElement="Audit_Inventory">
330         <dc:Bounds x="930" y="117" width="100" height="80" />
331       </bpmndi:BPMNShape>
332       <bpmndi:BPMNShape id="ServiceTask_1gttdjr_di" bpmnElement="Setup_Audit_Variable">
333         <dc:Bounds x="444" y="174" width="100" height="80" />
334       </bpmndi:BPMNShape>
335       <bpmndi:BPMNShape id="SubProcess_0grvkj2_di" bpmnElement="SubProcess_0grvkj2" isExpanded="true">
336         <dc:Bounds x="231" y="642" width="350" height="200" />
337       </bpmndi:BPMNShape>
338       <bpmndi:BPMNShape id="EndEvent_1gzq57j_di" bpmnElement="EndEvent_1gzq57j">
339         <dc:Bounds x="510" y="725" width="36" height="36" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="438" y="765" width="90" height="12" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNShape>
344       <bpmndi:BPMNShape id="ServiceTask_1isbxvo_di" bpmnElement="ServiceTask_1isbxvo">
345         <dc:Bounds x="353" y="703" width="100" height="80" />
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="SequenceFlow_0xuodpy_di" bpmnElement="SequenceFlow_0xuodpy">
348         <di:waypoint x="298" y="743" />
349         <di:waypoint x="353" y="743" />
350         <bpmndi:BPMNLabel>
351           <dc:Bounds x="280.5" y="722" width="90" height="12" />
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNEdge id="SequenceFlow_1fhst92_di" bpmnElement="SequenceFlow_1fhst92">
355         <di:waypoint x="453" y="743" />
356         <di:waypoint x="510" y="743" />
357         <bpmndi:BPMNLabel>
358           <dc:Bounds x="393" y="722" width="90" height="12" />
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNEdge id="SequenceFlow_179btn2_di" bpmnElement="SequenceFlow_179btn2">
362         <di:waypoint x="195" y="508" />
363         <di:waypoint x="225" y="508" />
364         <bpmndi:BPMNLabel>
365           <dc:Bounds x="191" y="487" width="90" height="12" />
366         </bpmndi:BPMNLabel>
367       </bpmndi:BPMNEdge>
368       <bpmndi:BPMNShape id="IntermediateThrowEvent_1sftyjz_di" bpmnElement="aaiThrow">
369         <dc:Bounds x="1481" y="266" width="36" height="36" />
370         <bpmndi:BPMNLabel>
371           <dc:Bounds x="1472" y="305" width="57" height="14" />
372         </bpmndi:BPMNLabel>
373       </bpmndi:BPMNShape>
374       <bpmndi:BPMNShape id="IntermediateCatchEvent_13y483m_di" bpmnElement="aaiCatch">
375         <dc:Bounds x="159" y="490" width="36" height="36" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="150" y="530" width="55" height="12" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNEdge id="SequenceFlow_17cd9e2_di" bpmnElement="SequenceFlow_17cd9e2">
381         <di:waypoint x="1108" y="157" />
382         <di:waypoint x="1156" y="157" />
383         <di:waypoint x="1156" y="189" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="1111.0434782608695" y="137" width="36" height="12" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNEdge id="SequenceFlow_1gdyk9j_di" bpmnElement="SequenceFlow_1gdyk9j">
389         <di:waypoint x="1083" y="132" />
390         <di:waypoint x="1083" y="109" />
391         <di:waypoint x="1083" y="109" />
392         <di:waypoint x="1083" y="84" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="1083" y="110.74468085106383" width="14" height="12" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNEdge>
397       <bpmndi:BPMNShape id="InclusiveGateway_0i6rdd1_di" bpmnElement="auditSuccessfulCheck">
398         <dc:Bounds x="1058" y="132" width="50" height="50" />
399         <bpmndi:BPMNLabel>
400           <dc:Bounds x="1053" y="186" width="60" height="24" />
401         </bpmndi:BPMNLabel>
402       </bpmndi:BPMNShape>
403       <bpmndi:BPMNShape id="StartEvent_04qhoba_di" bpmnElement="StartEvent_1euiddy">
404         <dc:Bounds x="262" y="725" width="36" height="36" />
405         <bpmndi:BPMNLabel>
406           <dc:Bounds x="189" y="765" width="0" height="12" />
407         </bpmndi:BPMNLabel>
408       </bpmndi:BPMNShape>
409       <bpmndi:BPMNShape id="EndEvent_1onxfk1_di" bpmnElement="EndEvent_0b0ocu0">
410         <dc:Bounds x="1065" y="48" width="36" height="36" />
411         <bpmndi:BPMNLabel>
412           <dc:Bounds x="1024" y="87" width="90" height="12" />
413         </bpmndi:BPMNLabel>
414       </bpmndi:BPMNShape>
415       <bpmndi:BPMNShape id="ExclusiveGateway_05scr6c_di" bpmnElement="auditEnabledCheck" isMarkerVisible="true">
416         <dc:Bounds x="371.6051332675222" y="259" width="50" height="50" />
417         <bpmndi:BPMNLabel>
418           <dc:Bounds x="421" y="272" width="45" height="24" />
419         </bpmndi:BPMNLabel>
420       </bpmndi:BPMNShape>
421       <bpmndi:BPMNShape id="ExclusiveGateway_1t9q2jl_di" bpmnElement="ExclusiveGateway_1t9q2jl" isMarkerVisible="true">
422         <dc:Bounds x="697" y="259" width="50" height="50" />
423         <bpmndi:BPMNLabel>
424           <dc:Bounds x="677" y="313" width="90" height="12" />
425         </bpmndi:BPMNLabel>
426       </bpmndi:BPMNShape>
427       <bpmndi:BPMNEdge id="SequenceFlow_1bt1p2u_di" bpmnElement="SequenceFlow_1bt1p2u">
428         <di:waypoint x="397" y="309" />
429         <di:waypoint x="397" y="352" />
430         <di:waypoint x="722" y="352" />
431         <di:waypoint x="722" y="309" />
432         <bpmndi:BPMNLabel>
433           <dc:Bounds x="407" y="326" width="14" height="12" />
434         </bpmndi:BPMNLabel>
435       </bpmndi:BPMNEdge>
436       <bpmndi:BPMNEdge id="SequenceFlow_1oeootm_di" bpmnElement="SequenceFlow_1oeootm">
437         <di:waypoint x="195" y="284" />
438         <di:waypoint x="244" y="284" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="219.5" y="263" width="0" height="12" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNEdge>
443       <bpmndi:BPMNEdge id="SequenceFlow_10af0fk_di" bpmnElement="SequenceFlow_10af0fk">
444         <di:waypoint x="344" y="284" />
445         <di:waypoint x="372" y="284" />
446         <bpmndi:BPMNLabel>
447           <dc:Bounds x="358" y="263" width="0" height="12" />
448         </bpmndi:BPMNLabel>
449       </bpmndi:BPMNEdge>
450       <bpmndi:BPMNShape id="ServiceTask_1l7z1c0_di" bpmnElement="aicQueryStack">
451         <dc:Bounds x="571" y="174" width="100" height="80" />
452       </bpmndi:BPMNShape>
453       <bpmndi:BPMNEdge id="SequenceFlow_1iulltd_di" bpmnElement="SequenceFlow_1iulltd">
454         <di:waypoint x="544" y="214" />
455         <di:waypoint x="571" y="214" />
456         <bpmndi:BPMNLabel>
457           <dc:Bounds x="557.5" y="193" width="0" height="12" />
458         </bpmndi:BPMNLabel>
459       </bpmndi:BPMNEdge>
460       <bpmndi:BPMNEdge id="SequenceFlow_0dzf7hz_di" bpmnElement="SequenceFlow_0dzf7hz">
461         <di:waypoint x="671" y="214" />
462         <di:waypoint x="722" y="214" />
463         <di:waypoint x="722" y="259" />
464         <bpmndi:BPMNLabel>
465           <dc:Bounds x="651.5" y="193" width="90" height="12" />
466         </bpmndi:BPMNLabel>
467       </bpmndi:BPMNEdge>
468       <bpmndi:BPMNEdge id="SequenceFlow_1bq9g02_di" bpmnElement="SequenceFlow_1bq9g02">
469         <di:waypoint x="747" y="284" />
470         <di:waypoint x="796" y="284" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="726.5" y="263" width="90" height="12" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNEdge>
475       <bpmndi:BPMNEdge id="SequenceFlow_0mtzl4z_di" bpmnElement="SequenceFlow_0mtzl4z">
476         <di:waypoint x="821" y="259" />
477         <di:waypoint x="821" y="214" />
478         <di:waypoint x="846" y="214" />
479         <bpmndi:BPMNLabel>
480           <dc:Bounds x="791" y="231" width="90" height="12" />
481         </bpmndi:BPMNLabel>
482       </bpmndi:BPMNEdge>
483       <bpmndi:BPMNEdge id="SequenceFlow_028rmiu_di" bpmnElement="SequenceFlow_028rmiu">
484         <di:waypoint x="821" y="309" />
485         <di:waypoint x="821" y="352" />
486         <di:waypoint x="888" y="352" />
487         <bpmndi:BPMNLabel>
488           <dc:Bounds x="791" y="324.5" width="90" height="12" />
489         </bpmndi:BPMNLabel>
490       </bpmndi:BPMNEdge>
491       <bpmndi:BPMNShape id="ParallelGateway_1we1ooj_di" bpmnElement="ExclusiveGateway_1naduhl">
492         <dc:Bounds x="796" y="259" width="50" height="50" />
493         <bpmndi:BPMNLabel>
494           <dc:Bounds x="775" y="313" width="90" height="12" />
495         </bpmndi:BPMNLabel>
496       </bpmndi:BPMNShape>
497       <bpmndi:BPMNShape id="InclusiveGateway_07wvmp4_di" bpmnElement="ExclusiveGateway_1yvh16a">
498         <dc:Bounds x="1178" y="259" width="50" height="50" />
499         <bpmndi:BPMNLabel>
500           <dc:Bounds x="1067" y="312" width="90" height="12" />
501         </bpmndi:BPMNLabel>
502       </bpmndi:BPMNShape>
503       <bpmndi:BPMNEdge id="SequenceFlow_0hpj2mm_di" bpmnElement="SequenceFlow_0hpj2mm">
504         <di:waypoint x="1030" y="157" />
505         <di:waypoint x="1058" y="157" />
506         <bpmndi:BPMNLabel>
507           <dc:Bounds x="999" y="136" width="90" height="12" />
508         </bpmndi:BPMNLabel>
509       </bpmndi:BPMNEdge>
510       <bpmndi:BPMNShape id="ExclusiveGateway_13fhmpf_di" bpmnElement="ExclusiveGateway_13fhmpf" isMarkerVisible="true">
511         <dc:Bounds x="846" y="189" width="50" height="50" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="898" y="202" width="45" height="24" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNShape>
516       <bpmndi:BPMNEdge id="SequenceFlow_0f5ljoh_di" bpmnElement="SequenceFlow_0f5ljoh">
517         <di:waypoint x="871" y="189" />
518         <di:waypoint x="871" y="157" />
519         <di:waypoint x="930" y="157" />
520         <bpmndi:BPMNLabel>
521           <dc:Bounds x="877.601615925754" y="162.89580806038546" width="19" height="12" />
522         </bpmndi:BPMNLabel>
523       </bpmndi:BPMNEdge>
524       <bpmndi:BPMNShape id="ExclusiveGateway_01wvywu_di" bpmnElement="ExclusiveGateway_01wvywu" isMarkerVisible="true">
525         <dc:Bounds x="1131" y="189" width="50" height="50" />
526         <bpmndi:BPMNLabel>
527           <dc:Bounds x="1111" y="243" width="90" height="12" />
528         </bpmndi:BPMNLabel>
529       </bpmndi:BPMNShape>
530       <bpmndi:BPMNEdge id="SequenceFlow_1gjwivp_di" bpmnElement="SequenceFlow_1gjwivp">
531         <di:waypoint x="871" y="239" />
532         <di:waypoint x="871" y="266" />
533         <di:waypoint x="1156" y="266" />
534         <di:waypoint x="1156" y="239" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="879" y="244" width="14" height="12" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNEdge>
539       <bpmndi:BPMNEdge id="SequenceFlow_13mlz57_di" bpmnElement="SequenceFlow_13mlz57">
540         <di:waypoint x="1181" y="214" />
541         <di:waypoint x="1203" y="214" />
542         <di:waypoint x="1203" y="259" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="1147" y="193" width="90" height="12" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNEdge>
547       <bpmndi:BPMNShape id="ServiceTask_0itw3by_di" bpmnElement="ServiceTask_0itw3by">
548         <dc:Bounds x="225" y="468" width="100" height="80" />
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNEdge id="SequenceFlow_0sy2nky_di" bpmnElement="SequenceFlow_0sy2nky">
551         <di:waypoint x="325" y="508" />
552         <di:waypoint x="370" y="508" />
553       </bpmndi:BPMNEdge>
554       <bpmndi:BPMNShape id="ServiceTask_08ulmzc_di" bpmnElement="ServiceTask_08ulmzc">
555         <dc:Bounds x="1284" y="244" width="100" height="80" />
556       </bpmndi:BPMNShape>
557       <bpmndi:BPMNEdge id="SequenceFlow_1i9ft2r_di" bpmnElement="SequenceFlow_1i9ft2r">
558         <di:waypoint x="1384" y="276" />
559         <di:waypoint x="1433" y="276" />
560         <di:waypoint x="1433" y="284" />
561         <di:waypoint x="1481" y="284" />
562       </bpmndi:BPMNEdge>
563     </bpmndi:BPMNPlane>
564   </bpmndi:BPMNDiagram>
565 </bpmn:definitions>