Implement Building Blocks for CNF AAI update
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / CreateVfModuleBB.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="4.0.0">
3   <bpmn:process id="CreateVfModuleBB" name="CreateVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="CreateVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_1xr6chl</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="QueryVfModule" name="&#10;SDNC&#10;Get&#10;(vf module)&#10;" camunda:expression="${SDNCQueryTasks.queryVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_1s4rpyp</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1ig2ix4</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:sequenceFlow id="SequenceFlow_1xr6chl" sourceRef="CreateVfModuleBB_Start" targetRef="QueryVnf" />
12     <bpmn:endEvent id="CreateVfModuleBB_End">
13       <bpmn:incoming>SequenceFlow_1vbwdaw</bpmn:incoming>
14     </bpmn:endEvent>
15     <bpmn:serviceTask id="CreateVfModule" name="Prepare Request" camunda:expression="${VnfAdapterCreateTasks.createVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
16       <bpmn:incoming>NoHelm</bpmn:incoming>
17       <bpmn:outgoing>SequenceFlow_0dehck5</bpmn:outgoing>
18     </bpmn:serviceTask>
19     <bpmn:sequenceFlow id="SequenceFlow_1s4rpyp" sourceRef="QueryVnf" targetRef="QueryVfModule" />
20     <bpmn:serviceTask id="QueryVnf" name="&#10;SDNC&#10;Get&#10;(vnf)&#10;" camunda:expression="${SDNCQueryTasks.queryVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
21       <bpmn:incoming>SequenceFlow_1xr6chl</bpmn:incoming>
22       <bpmn:outgoing>SequenceFlow_1s4rpyp</bpmn:outgoing>
23     </bpmn:serviceTask>
24     <bpmn:callActivity id="VnfAdapter" name="Vnf Adapter" calledElement="VnfAdapter">
25       <bpmn:extensionElements>
26         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
27         <camunda:out source="WorkflowException" target="WorkflowException" />
28         <camunda:in source="VNFREST_Request" target="VNFREST_Request" />
29         <camunda:out source="heatStackId" target="heatStackId" />
30         <camunda:out source="contrailServiceInstanceFqdn" target="contrailServiceInstanceFqdn" />
31         <camunda:out source="oamManagementV4Address" target="oamManagementV4Address" />
32         <camunda:out source="oamManagementV6Address" target="oamManagementV6Address" />
33         <camunda:out source="contrailNetworkPolicyFqdnList" target="contrailNetworkPolicyFqdnList" />
34       </bpmn:extensionElements>
35       <bpmn:incoming>SequenceFlow_0dehck5</bpmn:incoming>
36       <bpmn:outgoing>SequenceFlow_0uetprw</bpmn:outgoing>
37     </bpmn:callActivity>
38     <bpmn:serviceTask id="UpdateVfModuleStatus" name="&#10;AAI&#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusCreatedVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
39       <bpmn:incoming>SequenceFlow_0rds4rj</bpmn:incoming>
40       <bpmn:outgoing>SequenceFlow_1vbwdaw</bpmn:outgoing>
41     </bpmn:serviceTask>
42     <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;)))}">
43       <bpmn:incoming>SequenceFlow_15do1tu</bpmn:incoming>
44       <bpmn:outgoing>SequenceFlow_0rds4rj</bpmn:outgoing>
45     </bpmn:serviceTask>
46     <bpmn:sequenceFlow id="SequenceFlow_0rds4rj" sourceRef="UpdateVfModuleHeatStackId" targetRef="UpdateVfModuleStatus" />
47     <bpmn:sequenceFlow id="SequenceFlow_1vbwdaw" sourceRef="UpdateVfModuleStatus" targetRef="CreateVfModuleBB_End" />
48     <bpmn:serviceTask id="CreateNetworkPolicies" name="AAI Create (network policies)" camunda:expression="${AAICreateTasks.createNetworkPolicies(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
49       <bpmn:incoming>Flow_10aq7a8</bpmn:incoming>
50       <bpmn:incoming>Flow_1xlm2ij</bpmn:incoming>
51       <bpmn:outgoing>SequenceFlow_0xqhep5</bpmn:outgoing>
52     </bpmn:serviceTask>
53     <bpmn:sequenceFlow id="SequenceFlow_0xqhep5" sourceRef="CreateNetworkPolicies" targetRef="UpdateVnfIpv4OamAddress" />
54     <bpmn:serviceTask id="UpdateVnfIpv4OamAddress" name="AAI Update (VNF) " camunda:expression="${AAIUpdateTasks.updateIpv4OamAddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
55       <bpmn:incoming>SequenceFlow_0xqhep5</bpmn:incoming>
56       <bpmn:outgoing>SequenceFlow_1yo6mvv</bpmn:outgoing>
57     </bpmn:serviceTask>
58     <bpmn:sequenceFlow id="SequenceFlow_1yo6mvv" sourceRef="UpdateVnfIpv4OamAddress" targetRef="UpdateVnfManagementV6Address" />
59     <bpmn:serviceTask id="UpdateVnfManagementV6Address" name="AAI Update (VNF)" camunda:expression="${AAIUpdateTasks.updateManagementV6AddressVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
60       <bpmn:incoming>SequenceFlow_1yo6mvv</bpmn:incoming>
61       <bpmn:outgoing>SequenceFlow_1i03uy2</bpmn:outgoing>
62     </bpmn:serviceTask>
63     <bpmn:sequenceFlow id="SequenceFlow_1i03uy2" sourceRef="UpdateVnfManagementV6Address" targetRef="UpdateVfModuleContrailServiceInstanceFqdn" />
64     <bpmn:serviceTask id="UpdateVfModuleContrailServiceInstanceFqdn" name="AAI&#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateContrailServiceInstanceFqdnVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
65       <bpmn:incoming>SequenceFlow_1i03uy2</bpmn:incoming>
66       <bpmn:outgoing>SequenceFlow_15do1tu</bpmn:outgoing>
67     </bpmn:serviceTask>
68     <bpmn:sequenceFlow id="SequenceFlow_15do1tu" sourceRef="UpdateVfModuleContrailServiceInstanceFqdn" targetRef="UpdateVfModuleHeatStackId" />
69     <bpmn:serviceTask id="ServiceTask_01zrt6x" name="&#10;Create&#10;Cloud&#10;Variable&#10;" camunda:expression="${CreateVFModule.createInventoryVariable(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
70       <bpmn:incoming>SequenceFlow_0uetprw</bpmn:incoming>
71       <bpmn:outgoing>SequenceFlow_1io8r33</bpmn:outgoing>
72     </bpmn:serviceTask>
73     <bpmn:sequenceFlow id="SequenceFlow_1io8r33" sourceRef="ServiceTask_01zrt6x" targetRef="ServiceTask_00d84m7" />
74     <bpmn:serviceTask id="ServiceTask_00d84m7" name="&#10;AAI&#10;Create&#10;(inventory)&#10;" camunda:type="external" camunda:topic="InventoryCreate">
75       <bpmn:incoming>SequenceFlow_1io8r33</bpmn:incoming>
76       <bpmn:outgoing>Flow_10aq7a8</bpmn:outgoing>
77     </bpmn:serviceTask>
78     <bpmn:exclusiveGateway id="CheckIfIsHelm" name="Check If Is Helm">
79       <bpmn:incoming>SequenceFlow_1ig2ix4</bpmn:incoming>
80       <bpmn:outgoing>YesHelm</bpmn:outgoing>
81       <bpmn:outgoing>NoHelm</bpmn:outgoing>
82     </bpmn:exclusiveGateway>
83     <bpmn:serviceTask id="CnfAdapter" name="Cnf Adapter" camunda:expression="${CnfAdapterCreateTasks.createInstance(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
84       <bpmn:incoming>YesHelm</bpmn:incoming>
85       <bpmn:outgoing>Flow_1il4743</bpmn:outgoing>
86     </bpmn:serviceTask>
87     <bpmn:sequenceFlow id="YesHelm" name="Yes Helm" sourceRef="CheckIfIsHelm" targetRef="CnfAdapter">
88       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("isHelm")}</bpmn:conditionExpression>
89     </bpmn:sequenceFlow>
90     <bpmn:sequenceFlow id="SequenceFlow_1ig2ix4" sourceRef="QueryVfModule" targetRef="CheckIfIsHelm" />
91     <bpmn:sequenceFlow id="NoHelm" name="No Helm" sourceRef="CheckIfIsHelm" targetRef="CreateVfModule" />
92     <bpmn:sequenceFlow id="SequenceFlow_0dehck5" sourceRef="CreateVfModule" targetRef="VnfAdapter" />
93     <bpmn:sequenceFlow id="SequenceFlow_0uetprw" sourceRef="VnfAdapter" targetRef="ServiceTask_01zrt6x" />
94     <bpmn:subProcess id="Activity_10eqhmz" name="Inventory Error Handling" triggeredByEvent="true">
95       <bpmn:endEvent id="Event_108oetk">
96         <bpmn:incoming>Flow_03q6ty9</bpmn:incoming>
97       </bpmn:endEvent>
98       <bpmn:startEvent id="Event_1pengt4">
99         <bpmn:outgoing>Flow_1sqy91r</bpmn:outgoing>
100         <bpmn:errorEventDefinition id="ErrorEventDefinition_1idpz1m" errorRef="Error_0t7oivz" />
101       </bpmn:startEvent>
102       <bpmn:serviceTask id="Activity_1p8hxyt" name="Process Error" camunda:expression="${ExceptionBuilder.processInventoryException(execution)}">
103         <bpmn:incoming>Flow_1sqy91r</bpmn:incoming>
104         <bpmn:outgoing>Flow_03q6ty9</bpmn:outgoing>
105       </bpmn:serviceTask>
106       <bpmn:sequenceFlow id="Flow_1sqy91r" sourceRef="Event_1pengt4" targetRef="Activity_1p8hxyt" />
107       <bpmn:sequenceFlow id="Flow_03q6ty9" sourceRef="Activity_1p8hxyt" targetRef="Event_108oetk" />
108     </bpmn:subProcess>
109     <bpmn:sequenceFlow id="Flow_10aq7a8" sourceRef="ServiceTask_00d84m7" targetRef="CreateNetworkPolicies" />
110     <bpmn:sequenceFlow id="Flow_1il4743" sourceRef="CnfAdapter" targetRef="UpdateCnfAai" />
111     <bpmn:sequenceFlow id="Flow_1xlm2ij" sourceRef="UpdateCnfAai" targetRef="CreateNetworkPolicies" />
112     <bpmn:callActivity id="UpdateCnfAai" name="Update Cnf Data in AAI" calledElement="UpdateCnfAai">
113       <bpmn:extensionElements>
114         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
115         <camunda:out source="WorkflowException" target="WorkflowException" />
116         <camunda:in source="heatStackId" target="heatStackId" />
117         <camunda:out source="heatStackId" target="heatStackId" />
118       </bpmn:extensionElements>
119       <bpmn:incoming>Flow_1il4743</bpmn:incoming>
120       <bpmn:outgoing>Flow_1xlm2ij</bpmn:outgoing>
121     </bpmn:callActivity>
122   </bpmn:process>
123   <bpmn:error id="Error_0t7oivz" name="AAIInventoryFailure" errorCode="AAIInventoryFailure" />
124   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
125     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleBB">
126       <bpmndi:BPMNEdge id="Flow_1il4743_di" bpmnElement="Flow_1il4743">
127         <di:waypoint x="646" y="250" />
128         <di:waypoint x="424" y="250" />
129       </bpmndi:BPMNEdge>
130       <bpmndi:BPMNEdge id="Flow_10aq7a8_di" bpmnElement="Flow_10aq7a8">
131         <di:waypoint x="646" y="366" />
132         <di:waypoint x="374" y="366" />
133         <di:waypoint x="374" y="428" />
134       </bpmndi:BPMNEdge>
135       <bpmndi:BPMNEdge id="SequenceFlow_0uetprw_di" bpmnElement="SequenceFlow_0uetprw">
136         <di:waypoint x="1009" y="146" />
137         <di:waypoint x="1009" y="326" />
138         <bpmndi:BPMNLabel>
139           <dc:Bounds x="1024" y="228" width="0" height="12" />
140         </bpmndi:BPMNLabel>
141       </bpmndi:BPMNEdge>
142       <bpmndi:BPMNEdge id="SequenceFlow_0dehck5_di" bpmnElement="SequenceFlow_0dehck5">
143         <di:waypoint x="894" y="106" />
144         <di:waypoint x="959" y="106" />
145         <bpmndi:BPMNLabel>
146           <dc:Bounds x="926.5" y="85" width="0" height="12" />
147         </bpmndi:BPMNLabel>
148       </bpmndi:BPMNEdge>
149       <bpmndi:BPMNEdge id="SequenceFlow_1g7zahc_di" bpmnElement="NoHelm">
150         <di:waypoint x="721" y="106" />
151         <di:waypoint x="794" y="106" />
152         <bpmndi:BPMNLabel>
153           <dc:Bounds x="736" y="85" width="44" height="14" />
154         </bpmndi:BPMNLabel>
155       </bpmndi:BPMNEdge>
156       <bpmndi:BPMNEdge id="SequenceFlow_1ig2ix4_di" bpmnElement="SequenceFlow_1ig2ix4">
157         <di:waypoint x="613" y="106" />
158         <di:waypoint x="671" y="106" />
159         <bpmndi:BPMNLabel>
160           <dc:Bounds x="652" y="85" width="0" height="12" />
161         </bpmndi:BPMNLabel>
162       </bpmndi:BPMNEdge>
163       <bpmndi:BPMNEdge id="SequenceFlow_0q1janp_di" bpmnElement="YesHelm">
164         <di:waypoint x="696" y="131" />
165         <di:waypoint x="696" y="210" />
166         <bpmndi:BPMNLabel>
167           <dc:Bounds x="688" y="177" width="47" height="14" />
168         </bpmndi:BPMNLabel>
169       </bpmndi:BPMNEdge>
170       <bpmndi:BPMNEdge id="SequenceFlow_1io8r33_di" bpmnElement="SequenceFlow_1io8r33">
171         <di:waypoint x="959" y="366" />
172         <di:waypoint x="746" y="366" />
173         <bpmndi:BPMNLabel>
174           <dc:Bounds x="569" y="297" width="90" height="20" />
175         </bpmndi:BPMNLabel>
176       </bpmndi:BPMNEdge>
177       <bpmndi:BPMNEdge id="SequenceFlow_15do1tu_di" bpmnElement="SequenceFlow_15do1tu">
178         <di:waypoint x="894" y="468" />
179         <di:waypoint x="959" y="468" />
180         <bpmndi:BPMNLabel>
181           <dc:Bounds x="785" y="399" width="90" height="0" />
182         </bpmndi:BPMNLabel>
183       </bpmndi:BPMNEdge>
184       <bpmndi:BPMNEdge id="SequenceFlow_1i03uy2_di" bpmnElement="SequenceFlow_1i03uy2">
185         <di:waypoint x="746" y="468" />
186         <di:waypoint x="794" y="468" />
187         <bpmndi:BPMNLabel>
188           <dc:Bounds x="628" y="409" width="90" height="0" />
189         </bpmndi:BPMNLabel>
190       </bpmndi:BPMNEdge>
191       <bpmndi:BPMNEdge id="SequenceFlow_1yo6mvv_di" bpmnElement="SequenceFlow_1yo6mvv">
192         <di:waypoint x="577" y="468" />
193         <di:waypoint x="646" y="468" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="470" y="409" width="90" height="0" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNEdge id="SequenceFlow_0xqhep5_di" bpmnElement="SequenceFlow_0xqhep5">
199         <di:waypoint x="424" y="468" />
200         <di:waypoint x="477" y="468" />
201         <bpmndi:BPMNLabel>
202           <dc:Bounds x="309" y="409" width="90" height="0" />
203         </bpmndi:BPMNLabel>
204       </bpmndi:BPMNEdge>
205       <bpmndi:BPMNEdge id="SequenceFlow_1vbwdaw_di" bpmnElement="SequenceFlow_1vbwdaw">
206         <di:waypoint x="1224" y="468" />
207         <di:waypoint x="1265" y="468" />
208         <di:waypoint x="1265" y="468" />
209         <di:waypoint x="1300" y="468" />
210         <bpmndi:BPMNLabel>
211           <dc:Bounds x="1138" y="424" width="90" height="0" />
212         </bpmndi:BPMNLabel>
213       </bpmndi:BPMNEdge>
214       <bpmndi:BPMNEdge id="SequenceFlow_0rds4rj_di" bpmnElement="SequenceFlow_0rds4rj">
215         <di:waypoint x="1059" y="468" />
216         <di:waypoint x="1124" y="468" />
217         <bpmndi:BPMNLabel>
218           <dc:Bounds x="950" y="409" width="90" height="0" />
219         </bpmndi:BPMNLabel>
220       </bpmndi:BPMNEdge>
221       <bpmndi:BPMNEdge id="SequenceFlow_1s4rpyp_di" bpmnElement="SequenceFlow_1s4rpyp">
222         <di:waypoint x="413" y="106" />
223         <di:waypoint x="513" y="106" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="321" y="91" width="90" height="0" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNEdge>
228       <bpmndi:BPMNEdge id="SequenceFlow_1xr6chl_di" bpmnElement="SequenceFlow_1xr6chl">
229         <di:waypoint x="192" y="106" />
230         <di:waypoint x="313" y="106" />
231         <bpmndi:BPMNLabel>
232           <dc:Bounds x="156" y="91" width="0" height="0" />
233         </bpmndi:BPMNLabel>
234       </bpmndi:BPMNEdge>
235       <bpmndi:BPMNEdge id="Flow_1xlm2ij_di" bpmnElement="Flow_1xlm2ij">
236         <di:waypoint x="324" y="250" />
237         <di:waypoint x="190" y="250" />
238         <di:waypoint x="190" y="468" />
239         <di:waypoint x="324" y="468" />
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="CreateVfModuleBB_Start">
242         <dc:Bounds x="156" y="88" width="36" height="36" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="77" y="124" width="0" height="0" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="QueryVfModule">
248         <dc:Bounds x="513" y="66" width="100" height="80" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="CreateVfModuleBB_End">
251         <dc:Bounds x="1300" y="450" width="36" height="36" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="1176" y="446" width="90" height="0" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNShape id="ServiceTask_1dgenhy_di" bpmnElement="CreateVfModule">
257         <dc:Bounds x="794" y="66" width="100" height="80" />
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNShape id="ServiceTask_1frb5h2_di" bpmnElement="QueryVnf">
260         <dc:Bounds x="313" y="66" width="100" height="80" />
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNShape id="CallActivity_1i1pfzb_di" bpmnElement="VnfAdapter">
263         <dc:Bounds x="959" y="66" width="100" height="80" />
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNShape id="ServiceTask_0fpfn71_di" bpmnElement="UpdateVfModuleStatus">
266         <dc:Bounds x="1124" y="428" width="100" height="80" />
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNShape id="ServiceTask_04k1b85_di" bpmnElement="UpdateVfModuleHeatStackId">
269         <dc:Bounds x="959" y="428" width="100" height="80" />
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="ServiceTask_1v8zx4s_di" bpmnElement="CreateNetworkPolicies">
272         <dc:Bounds x="324" y="428" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNShape id="ServiceTask_015ayw5_di" bpmnElement="UpdateVnfIpv4OamAddress">
275         <dc:Bounds x="477" y="428" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ServiceTask_0mlfsc9_di" bpmnElement="UpdateVnfManagementV6Address">
278         <dc:Bounds x="646" y="428" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNShape id="ServiceTask_0wctnhw_di" bpmnElement="UpdateVfModuleContrailServiceInstanceFqdn">
281         <dc:Bounds x="794" y="428" width="100" height="80" />
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="ServiceTask_01zrt6x_di" bpmnElement="ServiceTask_01zrt6x">
284         <dc:Bounds x="959" y="326" width="100" height="80" />
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNShape id="ServiceTask_00d84m7_di" bpmnElement="ServiceTask_00d84m7">
287         <dc:Bounds x="646" y="326" width="100" height="80" />
288       </bpmndi:BPMNShape>
289       <bpmndi:BPMNShape id="ExclusiveGateway_1g3vemz_di" bpmnElement="CheckIfIsHelm" isMarkerVisible="true">
290         <dc:Bounds x="671" y="81" width="50" height="50" />
291         <bpmndi:BPMNLabel>
292           <dc:Bounds x="655" y="48" width="82" height="14" />
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNShape id="ServiceTask_0tag50w_di" bpmnElement="CnfAdapter">
296         <dc:Bounds x="646" y="210" width="100" height="80" />
297       </bpmndi:BPMNShape>
298       <bpmndi:BPMNShape id="Activity_08npiny_di" bpmnElement="UpdateCnfAai">
299         <dc:Bounds x="324" y="210" width="100" height="80" />
300       </bpmndi:BPMNShape>
301       <bpmndi:BPMNShape id="Activity_10eqhmz_di" bpmnElement="Activity_10eqhmz" isExpanded="true">
302         <dc:Bounds x="240" y="590" width="340" height="180" />
303       </bpmndi:BPMNShape>
304       <bpmndi:BPMNEdge id="Flow_03q6ty9_di" bpmnElement="Flow_03q6ty9">
305         <di:waypoint x="460" y="680" />
306         <di:waypoint x="512" y="680" />
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNEdge id="Flow_1sqy91r_di" bpmnElement="Flow_1sqy91r">
309         <di:waypoint x="316" y="680" />
310         <di:waypoint x="360" y="680" />
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNShape id="Event_108oetk_di" bpmnElement="Event_108oetk">
313         <dc:Bounds x="512" y="662" width="36" height="36" />
314       </bpmndi:BPMNShape>
315       <bpmndi:BPMNShape id="Event_1pengt4_di" bpmnElement="Event_1pengt4">
316         <dc:Bounds x="280" y="662" width="36" height="36" />
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNShape id="Activity_1p8hxyt_di" bpmnElement="Activity_1p8hxyt">
319         <dc:Bounds x="360" y="640" width="100" height="80" />
320       </bpmndi:BPMNShape>
321     </bpmndi:BPMNPlane>
322   </bpmndi:BPMNDiagram>
323 </bpmn:definitions>