Check variable to determine audit success
[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="1.10.0">
3   <bpmn:process id="DeleteVfModuleBB" name="DeleteVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="DeleteVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_1537yw5</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeleteVfModuleVnfAdapter" name="Delete Vf Module VnfAdapter" camunda:expression="${VnfAdapterDeleteTasks.deleteVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_1n8gab5</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_08tvhtf</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:sequenceFlow id="SequenceFlow_1537yw5" sourceRef="DeleteVfModuleBB_Start" targetRef="ExclusiveGateway_0xrgzm7" />
12     <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;)))}">
13       <bpmn:incoming>SequenceFlow_01vfwtp</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_09l7pcg</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:sequenceFlow id="SequenceFlow_08tvhtf" sourceRef="DeleteVfModuleVnfAdapter" targetRef="VnfAdapter" />
17     <bpmn:endEvent id="DeleteVfModuleBB_End">
18       <bpmn:incoming>SequenceFlow_09l7pcg</bpmn:incoming>
19     </bpmn:endEvent>
20     <bpmn:callActivity id="VnfAdapter" name="Vnf Adapter" calledElement="VnfAdapter">
21       <bpmn:extensionElements>
22         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
23         <camunda:out source="WorkflowException" target="WorkflowException" />
24         <camunda:in source="deleteVfModuleRequest" target="deleteVfModuleRequest" />
25         <camunda:in source="VNFREST_Request" target="VNFREST_Request" />
26         <camunda:out source="heatStackId" target="heatStackId" />
27         <camunda:out source="oamManagementV4Address" target="oamManagementV4Address" />
28         <camunda:out source="oamManagementV6Address" target="oamManagementV6Address" />
29         <camunda:out source="contrailNetworkPolicyFqdnList" target="contrailNetworkPolicyFqdnList" />
30         <camunda:out source="contrailServiceInstanceFqdn" target="contrailServiceInstanceFqdn" />
31       </bpmn:extensionElements>
32       <bpmn:incoming>SequenceFlow_08tvhtf</bpmn:incoming>
33       <bpmn:outgoing>SequenceFlow_02lpx87</bpmn:outgoing>
34     </bpmn:callActivity>
35     <bpmn:sequenceFlow id="SequenceFlow_02lpx87" sourceRef="VnfAdapter" targetRef="ExclusiveGateway_1yvh16a" />
36     <bpmn:subProcess id="SubProcess_11p7mrh" name="Error Handling&#10;&#10;" triggeredByEvent="true">
37       <bpmn:startEvent id="StartEvent_1xp6ewt">
38         <bpmn:outgoing>SequenceFlow_0h607z0</bpmn:outgoing>
39         <bpmn:errorEventDefinition />
40       </bpmn:startEvent>
41       <bpmn:endEvent id="EndEvent_0guhjau">
42         <bpmn:incoming>SequenceFlow_0h607z0</bpmn:incoming>
43         <bpmn:terminateEventDefinition />
44       </bpmn:endEvent>
45       <bpmn:sequenceFlow id="SequenceFlow_0h607z0" sourceRef="StartEvent_1xp6ewt" targetRef="EndEvent_0guhjau" />
46     </bpmn:subProcess>
47     <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;)))}">
48       <bpmn:incoming>SequenceFlow_0yuz21z</bpmn:incoming>
49       <bpmn:outgoing>SequenceFlow_01vfwtp</bpmn:outgoing>
50     </bpmn:serviceTask>
51     <bpmn:sequenceFlow id="SequenceFlow_01vfwtp" sourceRef="UpdateVfModuleHeatStackId" targetRef="UpdateVfModuleDeleteStatus" />
52     <bpmn:sequenceFlow id="SequenceFlow_09l7pcg" sourceRef="UpdateVfModuleDeleteStatus" targetRef="DeleteVfModuleBB_End" />
53     <bpmn:sequenceFlow id="SequenceFlow_0xyu3pk" sourceRef="DeleteNetworkPolicies" targetRef="UpdateVnfIpv4OamAddress" />
54     <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;)))}">
55       <bpmn:incoming>SequenceFlow_179btn2</bpmn:incoming>
56       <bpmn:outgoing>SequenceFlow_0xyu3pk</bpmn:outgoing>
57     </bpmn:serviceTask>
58     <bpmn:serviceTask id="UpdateVnfManagementV6Address" name="&#10;AAI &#10;Update&#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateManagementV6AddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
59       <bpmn:incoming>SequenceFlow_0jtem3b</bpmn:incoming>
60       <bpmn:outgoing>SequenceFlow_0khqfnc</bpmn:outgoing>
61     </bpmn:serviceTask>
62     <bpmn:sequenceFlow id="SequenceFlow_0jtem3b" sourceRef="UpdateVnfIpv4OamAddress" targetRef="UpdateVnfManagementV6Address" />
63     <bpmn:serviceTask id="UpdateVnfIpv4OamAddress" name="&#10;AAI &#10;Update &#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateIpv4OamAddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
64       <bpmn:incoming>SequenceFlow_0xyu3pk</bpmn:incoming>
65       <bpmn:outgoing>SequenceFlow_0jtem3b</bpmn:outgoing>
66     </bpmn:serviceTask>
67     <bpmn:sequenceFlow id="SequenceFlow_0khqfnc" sourceRef="UpdateVnfManagementV6Address" targetRef="UpdateVfModuleContrailServiceInstanceFqdn" />
68     <bpmn:sequenceFlow id="SequenceFlow_0yuz21z" sourceRef="UpdateVfModuleContrailServiceInstanceFqdn" targetRef="UpdateVfModuleHeatStackId" />
69     <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;)))}">
70       <bpmn:incoming>SequenceFlow_0khqfnc</bpmn:incoming>
71       <bpmn:outgoing>SequenceFlow_0yuz21z</bpmn:outgoing>
72     </bpmn:serviceTask>
73     <bpmn:sequenceFlow id="SequenceFlow_1n8gab5" sourceRef="ExclusiveGateway_0xrgzm7" targetRef="DeleteVfModuleVnfAdapter" />
74     <bpmn:parallelGateway id="ExclusiveGateway_0xrgzm7">
75       <bpmn:incoming>SequenceFlow_1537yw5</bpmn:incoming>
76       <bpmn:outgoing>SequenceFlow_1n8gab5</bpmn:outgoing>
77       <bpmn:outgoing>SequenceFlow_1v3jgqe</bpmn:outgoing>
78     </bpmn:parallelGateway>
79     <bpmn:sequenceFlow id="SequenceFlow_032jv5j" name="Yes&#10;" sourceRef="ExclusiveGateway_1h2ystu" targetRef="Setup_Audit_Variable">
80       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditInventoryNeeded") == true}]]></bpmn:conditionExpression>
81     </bpmn:sequenceFlow>
82     <bpmn:sequenceFlow id="SequenceFlow_0qfmmgt" sourceRef="Audit_Inventory" targetRef="auditSuccessfulCheck" />
83     <bpmn:sequenceFlow id="SequenceFlow_14bu4ys" sourceRef="ExclusiveGateway_1yvh16a" targetRef="aaiThrow" />
84     <bpmn:parallelGateway id="ExclusiveGateway_1yvh16a">
85       <bpmn:incoming>SequenceFlow_02lpx87</bpmn:incoming>
86       <bpmn:incoming>SequenceFlow_1ut7n32</bpmn:incoming>
87       <bpmn:outgoing>SequenceFlow_14bu4ys</bpmn:outgoing>
88     </bpmn:parallelGateway>
89     <bpmn:sequenceFlow id="SequenceFlow_1mgunf3" name="No" sourceRef="ExclusiveGateway_1h2ystu" targetRef="ExclusiveGateway_1pydilb" />
90     <bpmn:serviceTask id="Check_Audit" name="Check Audit Variable" camunda:expression="${AuditTasks.isAuditNeeded(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
91       <bpmn:incoming>SequenceFlow_1v3jgqe</bpmn:incoming>
92       <bpmn:outgoing>SequenceFlow_1odt2wt</bpmn:outgoing>
93     </bpmn:serviceTask>
94     <bpmn:sequenceFlow id="SequenceFlow_1v3jgqe" sourceRef="ExclusiveGateway_0xrgzm7" targetRef="Check_Audit" />
95     <bpmn:sequenceFlow id="SequenceFlow_1odt2wt" sourceRef="Check_Audit" targetRef="ExclusiveGateway_1h2ystu" />
96     <bpmn:sequenceFlow id="SequenceFlow_1swistn" sourceRef="Setup_Audit_Variable" targetRef="Audit_Inventory" />
97     <bpmn:serviceTask id="Audit_Inventory" name="Audit Inventory For Delete in AAI" camunda:type="external" camunda:topic="InventoryDeleteAudit">
98       <bpmn:incoming>SequenceFlow_1swistn</bpmn:incoming>
99       <bpmn:outgoing>SequenceFlow_0qfmmgt</bpmn:outgoing>
100     </bpmn:serviceTask>
101     <bpmn:serviceTask id="Setup_Audit_Variable" name="Setup Audit Variable" camunda:expression="${AuditTasks.setupAuditVariable(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
102       <bpmn:incoming>SequenceFlow_032jv5j</bpmn:incoming>
103       <bpmn:outgoing>SequenceFlow_1swistn</bpmn:outgoing>
104     </bpmn:serviceTask>
105     <bpmn:sequenceFlow id="SequenceFlow_1ut7n32" sourceRef="ExclusiveGateway_1pydilb" targetRef="ExclusiveGateway_1yvh16a" />
106     <bpmn:exclusiveGateway id="ExclusiveGateway_1h2ystu" name="Audit&#10; Enabled?" default="SequenceFlow_1mgunf3">
107       <bpmn:incoming>SequenceFlow_1odt2wt</bpmn:incoming>
108       <bpmn:outgoing>SequenceFlow_032jv5j</bpmn:outgoing>
109       <bpmn:outgoing>SequenceFlow_1mgunf3</bpmn:outgoing>
110     </bpmn:exclusiveGateway>
111     <bpmn:exclusiveGateway id="ExclusiveGateway_1pydilb">
112       <bpmn:incoming>SequenceFlow_1mgunf3</bpmn:incoming>
113       <bpmn:incoming>SequenceFlow_17cd9e2</bpmn:incoming>
114       <bpmn:outgoing>SequenceFlow_1ut7n32</bpmn:outgoing>
115     </bpmn:exclusiveGateway>
116     <bpmn:subProcess id="SubProcess_0grvkj2" name="Audit Exception Sub Process" triggeredByEvent="true">
117       <bpmn:startEvent id="StartEvent_1euiddy">
118         <bpmn:outgoing>SequenceFlow_0xuodpy</bpmn:outgoing>
119         <bpmn:errorEventDefinition errorRef="Error_0jjnve8" />
120       </bpmn:startEvent>
121       <bpmn:endEvent id="EndEvent_1gzq57j">
122         <bpmn:incoming>SequenceFlow_1fhst92</bpmn:incoming>
123       </bpmn:endEvent>
124       <bpmn:serviceTask id="ServiceTask_1isbxvo" name="Proccess Error" camunda:expression="${ExceptionBuilder.processAuditException(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
125         <bpmn:incoming>SequenceFlow_0xuodpy</bpmn:incoming>
126         <bpmn:outgoing>SequenceFlow_1fhst92</bpmn:outgoing>
127       </bpmn:serviceTask>
128       <bpmn:sequenceFlow id="SequenceFlow_0xuodpy" sourceRef="StartEvent_1euiddy" targetRef="ServiceTask_1isbxvo" />
129       <bpmn:sequenceFlow id="SequenceFlow_1fhst92" sourceRef="ServiceTask_1isbxvo" targetRef="EndEvent_1gzq57j" />
130     </bpmn:subProcess>
131     <bpmn:sequenceFlow id="SequenceFlow_179btn2" sourceRef="aaiCatch" targetRef="DeleteNetworkPolicies" />
132     <bpmn:intermediateThrowEvent id="aaiThrow" name="Update AAI">
133       <bpmn:incoming>SequenceFlow_14bu4ys</bpmn:incoming>
134       <bpmn:linkEventDefinition name="AAI" />
135     </bpmn:intermediateThrowEvent>
136     <bpmn:intermediateCatchEvent id="aaiCatch" name="Update AAI">
137       <bpmn:outgoing>SequenceFlow_179btn2</bpmn:outgoing>
138       <bpmn:linkEventDefinition name="AAI" />
139     </bpmn:intermediateCatchEvent>
140     <bpmn:exclusiveGateway id="auditSuccessfulCheck" name="Audit&#10; Successful?" default="SequenceFlow_17cd9e2">
141       <bpmn:incoming>SequenceFlow_0qfmmgt</bpmn:incoming>
142       <bpmn:outgoing>SequenceFlow_17cd9e2</bpmn:outgoing>
143       <bpmn:outgoing>SequenceFlow_1gdyk9j</bpmn:outgoing>
144     </bpmn:exclusiveGateway>
145     <bpmn:sequenceFlow id="SequenceFlow_17cd9e2" name="Yes" sourceRef="auditSuccessfulCheck" targetRef="ExclusiveGateway_1pydilb" />
146     <bpmn:sequenceFlow id="SequenceFlow_1gdyk9j" name="No" sourceRef="auditSuccessfulCheck" targetRef="EndEvent_0b0ocu0">
147       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditIsSuccessful") == false}]]></bpmn:conditionExpression>
148     </bpmn:sequenceFlow>
149     <bpmn:endEvent id="EndEvent_0b0ocu0">
150       <bpmn:incoming>SequenceFlow_1gdyk9j</bpmn:incoming>
151       <bpmn:errorEventDefinition errorRef="Error_0jjnve8" />
152     </bpmn:endEvent>
153   </bpmn:process>
154   <bpmn:error id="Error_0jjnve8" name="Error_3k24na6" errorCode="AAIInventoryFailure" />
155   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
156     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleBB">
157       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteVfModuleBB_Start">
158         <dc:Bounds x="159" y="266" width="36" height="36" />
159         <bpmndi:BPMNLabel>
160           <dc:Bounds x="132" y="302" width="90" height="12" />
161         </bpmndi:BPMNLabel>
162       </bpmndi:BPMNShape>
163       <bpmndi:BPMNShape id="ServiceTask_16798zf_di" bpmnElement="DeleteVfModuleVnfAdapter">
164         <dc:Bounds x="382" y="303" width="100" height="80" />
165       </bpmndi:BPMNShape>
166       <bpmndi:BPMNEdge id="SequenceFlow_1537yw5_di" bpmnElement="SequenceFlow_1537yw5">
167         <di:waypoint xsi:type="dc:Point" x="195" y="284" />
168         <di:waypoint xsi:type="dc:Point" x="282" y="284" />
169         <bpmndi:BPMNLabel>
170           <dc:Bounds x="194" y="263" width="90" height="12" />
171         </bpmndi:BPMNLabel>
172       </bpmndi:BPMNEdge>
173       <bpmndi:BPMNShape id="ServiceTask_0pbhsub_di" bpmnElement="UpdateVfModuleDeleteStatus">
174         <dc:Bounds x="907" y="468" width="100" height="80" />
175       </bpmndi:BPMNShape>
176       <bpmndi:BPMNEdge id="SequenceFlow_08tvhtf_di" bpmnElement="SequenceFlow_08tvhtf">
177         <di:waypoint xsi:type="dc:Point" x="482" y="343" />
178         <di:waypoint xsi:type="dc:Point" x="511" y="343" />
179         <bpmndi:BPMNLabel>
180           <dc:Bounds x="452" y="322" width="90" height="12" />
181         </bpmndi:BPMNLabel>
182       </bpmndi:BPMNEdge>
183       <bpmndi:BPMNShape id="EndEvent_1rn6yvh_di" bpmnElement="DeleteVfModuleBB_End">
184         <dc:Bounds x="1136" y="490" width="36" height="36" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="1109" y="530" width="90" height="0" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNShape>
189       <bpmndi:BPMNShape id="CallActivity_0whogn3_di" bpmnElement="VnfAdapter">
190         <dc:Bounds x="511" y="303" width="100" height="80" />
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNEdge id="SequenceFlow_02lpx87_di" bpmnElement="SequenceFlow_02lpx87">
193         <di:waypoint xsi:type="dc:Point" x="611" y="343" />
194         <di:waypoint xsi:type="dc:Point" x="925" y="343" />
195         <di:waypoint xsi:type="dc:Point" x="925" y="309" />
196         <bpmndi:BPMNLabel>
197           <dc:Bounds x="723" y="328" width="90" height="0" />
198         </bpmndi:BPMNLabel>
199       </bpmndi:BPMNEdge>
200       <bpmndi:BPMNShape id="SubProcess_11p7mrh_di" bpmnElement="SubProcess_11p7mrh" isExpanded="true">
201         <dc:Bounds x="290" y="878" width="231" height="135" />
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNShape id="StartEvent_1xp6ewt_di" bpmnElement="StartEvent_1xp6ewt">
204         <dc:Bounds x="333" y="940" width="36" height="36" />
205         <bpmndi:BPMNLabel>
206           <dc:Bounds x="261" y="976" width="90" height="0" />
207         </bpmndi:BPMNLabel>
208       </bpmndi:BPMNShape>
209       <bpmndi:BPMNShape id="EndEvent_0guhjau_di" bpmnElement="EndEvent_0guhjau">
210         <dc:Bounds x="462" y="940" width="36" height="36" />
211         <bpmndi:BPMNLabel>
212           <dc:Bounds x="390" y="976" width="90" height="0" />
213         </bpmndi:BPMNLabel>
214       </bpmndi:BPMNShape>
215       <bpmndi:BPMNEdge id="SequenceFlow_0h607z0_di" bpmnElement="SequenceFlow_0h607z0">
216         <di:waypoint xsi:type="dc:Point" x="369" y="958" />
217         <di:waypoint xsi:type="dc:Point" x="462" y="958" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="371" y="937" width="90" height="0" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNEdge>
222       <bpmndi:BPMNShape id="ServiceTask_0vlgqod_di" bpmnElement="UpdateVfModuleHeatStackId">
223         <dc:Bounds x="779" y="468" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="SequenceFlow_01vfwtp_di" bpmnElement="SequenceFlow_01vfwtp">
226         <di:waypoint xsi:type="dc:Point" x="879" y="508" />
227         <di:waypoint xsi:type="dc:Point" x="907" y="508" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="848" y="493" width="90" height="0" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNEdge id="SequenceFlow_09l7pcg_di" bpmnElement="SequenceFlow_09l7pcg">
233         <di:waypoint xsi:type="dc:Point" x="1007" y="508" />
234         <di:waypoint xsi:type="dc:Point" x="1136" y="508" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="1027" y="493" width="90" height="0" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNEdge>
239       <bpmndi:BPMNEdge id="SequenceFlow_0xyu3pk_di" bpmnElement="SequenceFlow_0xyu3pk">
240         <di:waypoint xsi:type="dc:Point" x="376" y="508" />
241         <di:waypoint xsi:type="dc:Point" x="404" y="508" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="345" y="493" width="90" height="0" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNShape id="ServiceTask_0tty0ac_di" bpmnElement="DeleteNetworkPolicies">
247         <dc:Bounds x="276" y="468" width="100" height="80" />
248       </bpmndi:BPMNShape>
249       <bpmndi:BPMNShape id="ServiceTask_0lrrd16_di" bpmnElement="UpdateVnfManagementV6Address">
250         <dc:Bounds x="531" y="468" width="100" height="80" />
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNEdge id="SequenceFlow_0jtem3b_di" bpmnElement="SequenceFlow_0jtem3b">
253         <di:waypoint xsi:type="dc:Point" x="504" y="508" />
254         <di:waypoint xsi:type="dc:Point" x="531" y="508" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="473" y="493" width="90" height="0" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNEdge>
259       <bpmndi:BPMNShape id="ServiceTask_0w9805b_di" bpmnElement="UpdateVnfIpv4OamAddress">
260         <dc:Bounds x="404" y="468" width="100" height="80" />
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNEdge id="SequenceFlow_0khqfnc_di" bpmnElement="SequenceFlow_0khqfnc">
263         <di:waypoint xsi:type="dc:Point" x="631" y="508" />
264         <di:waypoint xsi:type="dc:Point" x="654" y="508" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="598" y="493" width="90" height="0" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNEdge id="SequenceFlow_0yuz21z_di" bpmnElement="SequenceFlow_0yuz21z">
270         <di:waypoint xsi:type="dc:Point" x="754" y="508" />
271         <di:waypoint xsi:type="dc:Point" x="779" y="508" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="722" y="493" width="90" height="0" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNShape id="ServiceTask_0v8naz9_di" bpmnElement="UpdateVfModuleContrailServiceInstanceFqdn">
277         <dc:Bounds x="654" y="468" width="100" height="80" />
278       </bpmndi:BPMNShape>
279       <bpmndi:BPMNEdge id="SequenceFlow_1n8gab5_di" bpmnElement="SequenceFlow_1n8gab5">
280         <di:waypoint xsi:type="dc:Point" x="307" y="309" />
281         <di:waypoint xsi:type="dc:Point" x="307" y="343" />
282         <di:waypoint xsi:type="dc:Point" x="382" y="343" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="277" y="320" width="90" height="13" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNEdge>
287       <bpmndi:BPMNShape id="ParallelGateway_18x6mx2_di" bpmnElement="ExclusiveGateway_0xrgzm7">
288         <dc:Bounds x="282" y="259" width="50" height="50" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="262" y="312" width="90" height="13" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="SequenceFlow_032jv5j_di" bpmnElement="SequenceFlow_032jv5j">
294         <di:waypoint xsi:type="dc:Point" x="492" y="174" />
295         <di:waypoint xsi:type="dc:Point" x="492" y="133" />
296         <di:waypoint xsi:type="dc:Point" x="531" y="133" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="499" y="139" width="19" height="24" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNEdge>
301       <bpmndi:BPMNEdge id="SequenceFlow_0qfmmgt_di" bpmnElement="SequenceFlow_0qfmmgt">
302         <di:waypoint xsi:type="dc:Point" x="754" y="133" />
303         <di:waypoint xsi:type="dc:Point" x="780" y="133" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="722" y="111.5" width="90" height="13" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNEdge id="SequenceFlow_14bu4ys_di" bpmnElement="SequenceFlow_14bu4ys">
309         <di:waypoint xsi:type="dc:Point" x="950" y="284" />
310         <di:waypoint xsi:type="dc:Point" x="1100" y="283" />
311         <bpmndi:BPMNLabel>
312           <dc:Bounds x="980" y="262" width="90" height="13" />
313         </bpmndi:BPMNLabel>
314       </bpmndi:BPMNEdge>
315       <bpmndi:BPMNShape id="ParallelGateway_02fjfb8_di" bpmnElement="ExclusiveGateway_1yvh16a">
316         <dc:Bounds x="900" y="259" width="50" height="50" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="879" y="312" width="90" height="13" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNShape>
321       <bpmndi:BPMNEdge id="SequenceFlow_1mgunf3_di" bpmnElement="SequenceFlow_1mgunf3">
322         <di:waypoint xsi:type="dc:Point" x="492" y="224" />
323         <di:waypoint xsi:type="dc:Point" x="492" y="257" />
324         <di:waypoint xsi:type="dc:Point" x="868" y="257" />
325         <di:waypoint xsi:type="dc:Point" x="868" y="224" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="503.9261744966443" y="237" width="14" height="12" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNShape id="ServiceTask_1vmz3zo_di" bpmnElement="Check_Audit">
331         <dc:Bounds x="339" y="159" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNEdge id="SequenceFlow_1v3jgqe_di" bpmnElement="SequenceFlow_1v3jgqe">
334         <di:waypoint xsi:type="dc:Point" x="307" y="259" />
335         <di:waypoint xsi:type="dc:Point" x="307" y="199" />
336         <di:waypoint xsi:type="dc:Point" x="339" y="199" />
337         <bpmndi:BPMNLabel>
338           <dc:Bounds x="277" y="223" width="90" height="13" />
339         </bpmndi:BPMNLabel>
340       </bpmndi:BPMNEdge>
341       <bpmndi:BPMNEdge id="SequenceFlow_1odt2wt_di" bpmnElement="SequenceFlow_1odt2wt">
342         <di:waypoint xsi:type="dc:Point" x="439" y="199" />
343         <di:waypoint xsi:type="dc:Point" x="467" y="199" />
344         <bpmndi:BPMNLabel>
345           <dc:Bounds x="408" y="178" width="90" height="13" />
346         </bpmndi:BPMNLabel>
347       </bpmndi:BPMNEdge>
348       <bpmndi:BPMNEdge id="SequenceFlow_1swistn_di" bpmnElement="SequenceFlow_1swistn">
349         <di:waypoint xsi:type="dc:Point" x="631" y="133" />
350         <di:waypoint xsi:type="dc:Point" x="654" y="133" />
351         <bpmndi:BPMNLabel>
352           <dc:Bounds x="598" y="112" width="90" height="13" />
353         </bpmndi:BPMNLabel>
354       </bpmndi:BPMNEdge>
355       <bpmndi:BPMNShape id="ServiceTask_1l8r2a6_di" bpmnElement="Audit_Inventory">
356         <dc:Bounds x="654" y="93" width="100" height="80" />
357       </bpmndi:BPMNShape>
358       <bpmndi:BPMNShape id="ServiceTask_1gttdjr_di" bpmnElement="Setup_Audit_Variable">
359         <dc:Bounds x="531" y="93" width="100" height="80" />
360       </bpmndi:BPMNShape>
361       <bpmndi:BPMNEdge id="SequenceFlow_1ut7n32_di" bpmnElement="SequenceFlow_1ut7n32">
362         <di:waypoint xsi:type="dc:Point" x="893" y="199" />
363         <di:waypoint xsi:type="dc:Point" x="925" y="199" />
364         <di:waypoint xsi:type="dc:Point" x="925" y="259" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="864" y="178" width="90" height="13" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="ExclusiveGateway_1olwkdn_di" bpmnElement="ExclusiveGateway_1h2ystu" isMarkerVisible="true">
370         <dc:Bounds x="467" y="174" width="50" height="50" />
371         <bpmndi:BPMNLabel>
372           <dc:Bounds x="519" y="187" width="45" height="24" />
373         </bpmndi:BPMNLabel>
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="ExclusiveGateway_1d1pmqz_di" bpmnElement="ExclusiveGateway_1pydilb" isMarkerVisible="true">
376         <dc:Bounds x="843" y="174" width="50" height="50" />
377         <bpmndi:BPMNLabel>
378           <dc:Bounds x="733" y="227" width="90" height="13" />
379         </bpmndi:BPMNLabel>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="SubProcess_0grvkj2_di" bpmnElement="SubProcess_0grvkj2" isExpanded="true">
382         <dc:Bounds x="231" y="642" width="350" height="200" />
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNShape id="StartEvent_1euiddy_di" bpmnElement="StartEvent_1euiddy">
385         <dc:Bounds x="262" y="725" width="36" height="36" />
386         <bpmndi:BPMNLabel>
387           <dc:Bounds x="189" y="765" width="90" height="12" />
388         </bpmndi:BPMNLabel>
389       </bpmndi:BPMNShape>
390       <bpmndi:BPMNShape id="EndEvent_1gzq57j_di" bpmnElement="EndEvent_1gzq57j">
391         <dc:Bounds x="510" y="725" width="36" height="36" />
392         <bpmndi:BPMNLabel>
393           <dc:Bounds x="438" y="765" width="90" height="12" />
394         </bpmndi:BPMNLabel>
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNShape id="ServiceTask_1isbxvo_di" bpmnElement="ServiceTask_1isbxvo">
397         <dc:Bounds x="353" y="703" width="100" height="80" />
398       </bpmndi:BPMNShape>
399       <bpmndi:BPMNEdge id="SequenceFlow_0xuodpy_di" bpmnElement="SequenceFlow_0xuodpy">
400         <di:waypoint xsi:type="dc:Point" x="298" y="743" />
401         <di:waypoint xsi:type="dc:Point" x="353" y="743" />
402         <bpmndi:BPMNLabel>
403           <dc:Bounds x="237" y="722" width="90" height="12" />
404         </bpmndi:BPMNLabel>
405       </bpmndi:BPMNEdge>
406       <bpmndi:BPMNEdge id="SequenceFlow_1fhst92_di" bpmnElement="SequenceFlow_1fhst92">
407         <di:waypoint xsi:type="dc:Point" x="453" y="743" />
408         <di:waypoint xsi:type="dc:Point" x="510" y="743" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="393" y="722" width="90" height="12" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNEdge>
413       <bpmndi:BPMNEdge id="SequenceFlow_179btn2_di" bpmnElement="SequenceFlow_179btn2">
414         <di:waypoint xsi:type="dc:Point" x="195" y="508" />
415         <di:waypoint xsi:type="dc:Point" x="276" y="508" />
416         <bpmndi:BPMNLabel>
417           <dc:Bounds x="191" y="487" width="90" height="12" />
418         </bpmndi:BPMNLabel>
419       </bpmndi:BPMNEdge>
420       <bpmndi:BPMNShape id="IntermediateThrowEvent_1sftyjz_di" bpmnElement="aaiThrow">
421         <dc:Bounds x="1100" y="266" width="36" height="36" />
422         <bpmndi:BPMNLabel>
423           <dc:Bounds x="1092" y="305" width="55" height="12" />
424         </bpmndi:BPMNLabel>
425       </bpmndi:BPMNShape>
426       <bpmndi:BPMNShape id="IntermediateCatchEvent_13y483m_di" bpmnElement="aaiCatch">
427         <dc:Bounds x="159" y="490" width="36" height="36" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="150" y="530" width="55" height="12" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNShape>
432       <bpmndi:BPMNShape id="ExclusiveGateway_187bfld_di" bpmnElement="auditSuccessfulCheck" isMarkerVisible="true">
433         <dc:Bounds x="779.6431784107947" y="108" width="50" height="50" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="775" y="162" width="60" height="24" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNEdge id="SequenceFlow_17cd9e2_di" bpmnElement="SequenceFlow_17cd9e2">
439         <di:waypoint xsi:type="dc:Point" x="830" y="133" />
440         <di:waypoint xsi:type="dc:Point" x="868" y="133" />
441         <di:waypoint xsi:type="dc:Point" x="868" y="174" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="838" y="114" width="19" height="12" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNEdge id="SequenceFlow_1gdyk9j_di" bpmnElement="SequenceFlow_1gdyk9j">
447         <di:waypoint xsi:type="dc:Point" x="805" y="108" />
448         <di:waypoint xsi:type="dc:Point" x="805" y="56" />
449         <bpmndi:BPMNLabel>
450           <dc:Bounds x="812" y="77.49056603773585" width="14" height="12" />
451         </bpmndi:BPMNLabel>
452       </bpmndi:BPMNEdge>
453       <bpmndi:BPMNShape id="EndEvent_1wydovd_di" bpmnElement="EndEvent_0b0ocu0">
454         <dc:Bounds x="787" y="20" width="36" height="36" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="805" y="59.13043478260869" width="0" height="12" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNShape>
459     </bpmndi:BPMNPlane>
460   </bpmndi:BPMNDiagram>
461 </bpmn:definitions>