Merge "Reorder modifiers to comply with java standards"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ActivateVfModuleBB.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="ActivateVfModuleBB" name="ActivateVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="ActivateVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_0ieafii</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_0ieafii" sourceRef="ActivateVfModuleBB_Start" targetRef="CheckAuditVariable" />
8     <bpmn:endEvent id="ActivateVfModuleBB_End">
9       <bpmn:incoming>SequenceFlow_0xsp0pv</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:serviceTask id="ActivateVfModule" name="&#10;SDNC&#10;Activate&#10;(vf module)&#10;" camunda:expression="${SDNCActivateTasks.activateVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1b63lv4</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_1a495wm</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:serviceTask id="UpdateVfModuleActiveStatus" name="&#10;AAI&#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusActivateVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
16       <bpmn:incoming>SequenceFlow_1j4x1ej</bpmn:incoming>
17       <bpmn:outgoing>SequenceFlow_0xsp0pv</bpmn:outgoing>
18     </bpmn:serviceTask>
19     <bpmn:sequenceFlow id="SequenceFlow_0xsp0pv" sourceRef="UpdateVfModuleActiveStatus" targetRef="ActivateVfModuleBB_End" />
20     <bpmn:callActivity id="CallActivity_sdncHandler" name="SDNC Activate (vfModule)" calledElement="SDNCHandler">
21       <bpmn:extensionElements>
22         <camunda:in source="SDNCRequest" target="SDNCRequest" />
23         <camunda:out source="SDNCResponse" target="SDNCResponse" />
24         <camunda:out source="WorkflowException" target="WorkflowException" />
25         <camunda:in source="mso-request-id" target="mso-request-id" />
26       </bpmn:extensionElements>
27       <bpmn:incoming>SequenceFlow_1a495wm</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_1j4x1ej</bpmn:outgoing>
29     </bpmn:callActivity>
30     <bpmn:sequenceFlow id="SequenceFlow_1a495wm" sourceRef="ActivateVfModule" targetRef="CallActivity_sdncHandler" />
31     <bpmn:sequenceFlow id="SequenceFlow_1j4x1ej" sourceRef="CallActivity_sdncHandler" targetRef="UpdateVfModuleActiveStatus" />
32     <bpmn:sequenceFlow id="SequenceFlow_0xndboi" sourceRef="Setup_AAI_Inventory_Audit" targetRef="Audit_AAI_Inventory" />
33     <bpmn:serviceTask id="Setup_AAI_Inventory_Audit" name="Setup Inventory Audit Variable" camunda:expression="${AuditTasks.setupAuditVariable(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
34       <bpmn:incoming>SequenceFlow_0ghzwlo</bpmn:incoming>
35       <bpmn:outgoing>SequenceFlow_0xndboi</bpmn:outgoing>
36     </bpmn:serviceTask>
37     <bpmn:serviceTask id="Audit_AAI_Inventory" name="Validate A&#38;AI Inventory" camunda:type="external" camunda:topic="InventoryAddAudit">
38       <bpmn:incoming>SequenceFlow_0xndboi</bpmn:incoming>
39       <bpmn:outgoing>SequenceFlow_0ee42yq</bpmn:outgoing>
40     </bpmn:serviceTask>
41     <bpmn:sequenceFlow id="SequenceFlow_07ybdik" name="No" sourceRef="ExclusiveGateway_1v8bmbu" targetRef="ExclusiveGateway_0sqvzll" />
42     <bpmn:sequenceFlow id="SequenceFlow_0ghzwlo" name="Yes" sourceRef="ExclusiveGateway_1v8bmbu" targetRef="Setup_AAI_Inventory_Audit">
43       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditInventoryNeeded") == true}]]></bpmn:conditionExpression>
44     </bpmn:sequenceFlow>
45     <bpmn:sequenceFlow id="SequenceFlow_0ee42yq" sourceRef="Audit_AAI_Inventory" targetRef="ExclusiveGateway_1h8avxn" />
46     <bpmn:serviceTask id="CheckAuditVariable" name="Check Audit Variable" camunda:expression="${AuditTasks.isAuditNeeded(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
47       <bpmn:incoming>SequenceFlow_0ieafii</bpmn:incoming>
48       <bpmn:outgoing>SequenceFlow_1xqyur9</bpmn:outgoing>
49     </bpmn:serviceTask>
50     <bpmn:sequenceFlow id="SequenceFlow_1xqyur9" sourceRef="CheckAuditVariable" targetRef="ExclusiveGateway_1v8bmbu" />
51     <bpmn:sequenceFlow id="SequenceFlow_109oxx2" name="No" sourceRef="ExclusiveGateway_1h8avxn" targetRef="ExclusiveGateway_0y0ek7t">
52       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditIsSuccessful")== true }]]></bpmn:conditionExpression>
53     </bpmn:sequenceFlow>
54     <bpmn:sequenceFlow id="SequenceFlow_1bo83qk" name="Yes" sourceRef="ExclusiveGateway_1h8avxn" targetRef="Create_AAI_Inventory" />
55     <bpmn:sequenceFlow id="SequenceFlow_0arwo1o" sourceRef="Create_AAI_Inventory" targetRef="ExclusiveGateway_0y0ek7t" />
56     <bpmn:serviceTask id="Create_AAI_Inventory" name="Create A&#38;AI Inventory" camunda:type="external" camunda:topic="InventoryCreate">
57       <bpmn:incoming>SequenceFlow_1bo83qk</bpmn:incoming>
58       <bpmn:outgoing>SequenceFlow_0arwo1o</bpmn:outgoing>
59     </bpmn:serviceTask>
60     <bpmn:sequenceFlow id="SequenceFlow_1b63lv4" sourceRef="ExclusiveGateway_0sqvzll" targetRef="ActivateVfModule" />
61     <bpmn:sequenceFlow id="SequenceFlow_18faffa" sourceRef="ExclusiveGateway_0y0ek7t" targetRef="ExclusiveGateway_0sqvzll" />
62     <bpmn:subProcess id="SubProcess_0bpsptg" name="Audit Exception Sub Process" triggeredByEvent="true">
63       <bpmn:startEvent id="catchInventoryException">
64         <bpmn:outgoing>SequenceFlow_19gbhlj</bpmn:outgoing>
65         <bpmn:errorEventDefinition errorRef="Error_1s3kxze" />
66       </bpmn:startEvent>
67       <bpmn:endEvent id="EndEvent_067jv1n">
68         <bpmn:incoming>SequenceFlow_0l4jzc5</bpmn:incoming>
69       </bpmn:endEvent>
70       <bpmn:sequenceFlow id="SequenceFlow_19gbhlj" sourceRef="catchInventoryException" targetRef="processAuditException" />
71       <bpmn:sequenceFlow id="SequenceFlow_0l4jzc5" sourceRef="processAuditException" targetRef="EndEvent_067jv1n" />
72       <bpmn:serviceTask id="processAuditException" name="Proccess Error" camunda:expression="${ExceptionBuilder.processAuditException(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
73         <bpmn:incoming>SequenceFlow_19gbhlj</bpmn:incoming>
74         <bpmn:outgoing>SequenceFlow_0l4jzc5</bpmn:outgoing>
75       </bpmn:serviceTask>
76     </bpmn:subProcess>
77     <bpmn:inclusiveGateway id="ExclusiveGateway_1v8bmbu" name="Audit Enabled?" default="SequenceFlow_07ybdik">
78       <bpmn:incoming>SequenceFlow_1xqyur9</bpmn:incoming>
79       <bpmn:outgoing>SequenceFlow_07ybdik</bpmn:outgoing>
80       <bpmn:outgoing>SequenceFlow_0ghzwlo</bpmn:outgoing>
81     </bpmn:inclusiveGateway>
82     <bpmn:inclusiveGateway id="ExclusiveGateway_0sqvzll">
83       <bpmn:incoming>SequenceFlow_07ybdik</bpmn:incoming>
84       <bpmn:incoming>SequenceFlow_18faffa</bpmn:incoming>
85       <bpmn:outgoing>SequenceFlow_1b63lv4</bpmn:outgoing>
86     </bpmn:inclusiveGateway>
87     <bpmn:inclusiveGateway id="ExclusiveGateway_1h8avxn" name="Audit Failed?" default="SequenceFlow_1bo83qk">
88       <bpmn:incoming>SequenceFlow_0ee42yq</bpmn:incoming>
89       <bpmn:outgoing>SequenceFlow_109oxx2</bpmn:outgoing>
90       <bpmn:outgoing>SequenceFlow_1bo83qk</bpmn:outgoing>
91     </bpmn:inclusiveGateway>
92     <bpmn:inclusiveGateway id="ExclusiveGateway_0y0ek7t">
93       <bpmn:incoming>SequenceFlow_109oxx2</bpmn:incoming>
94       <bpmn:incoming>SequenceFlow_0arwo1o</bpmn:incoming>
95       <bpmn:outgoing>SequenceFlow_18faffa</bpmn:outgoing>
96     </bpmn:inclusiveGateway>
97   </bpmn:process>
98   <bpmn:error id="Error_0q258vt" errorCode="7000" />
99   <bpmn:error id="Error_0zgccif" name="org.onap.so.adapters.inventory.create.InventoryException" errorCode="org.onap.so.adapters.inventory.create.InventoryException" />
100   <bpmn:error id="Error_1s3kxze" name="Error_3q664s5" errorCode="AAIInventoryFailure" />
101   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
102     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateVfModuleBB">
103       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="ActivateVfModuleBB_Start">
104         <dc:Bounds x="85" y="234" width="36" height="36" />
105         <bpmndi:BPMNLabel>
106           <dc:Bounds x="58" y="270" width="90" height="12" />
107         </bpmndi:BPMNLabel>
108       </bpmndi:BPMNShape>
109       <bpmndi:BPMNEdge id="SequenceFlow_0ieafii_di" bpmnElement="SequenceFlow_0ieafii">
110         <di:waypoint xsi:type="dc:Point" x="121" y="252" />
111         <di:waypoint xsi:type="dc:Point" x="201" y="252" />
112         <bpmndi:BPMNLabel>
113           <dc:Bounds x="116" y="231" width="90" height="12" />
114         </bpmndi:BPMNLabel>
115       </bpmndi:BPMNEdge>
116       <bpmndi:BPMNShape id="EndEvent_1v967li_di" bpmnElement="ActivateVfModuleBB_End">
117         <dc:Bounds x="1404" y="235" width="36" height="36" />
118         <bpmndi:BPMNLabel>
119           <dc:Bounds x="1235" y="275" width="90" height="12" />
120         </bpmndi:BPMNLabel>
121       </bpmndi:BPMNShape>
122       <bpmndi:BPMNShape id="ServiceTask_0hawa84_di" bpmnElement="ActivateVfModule">
123         <dc:Bounds x="958" y="212" width="100" height="80" />
124       </bpmndi:BPMNShape>
125       <bpmndi:BPMNShape id="ServiceTask_175e9ul_di" bpmnElement="UpdateVfModuleActiveStatus">
126         <dc:Bounds x="1214" y="212" width="100" height="80" />
127       </bpmndi:BPMNShape>
128       <bpmndi:BPMNEdge id="SequenceFlow_0xsp0pv_di" bpmnElement="SequenceFlow_0xsp0pv">
129         <di:waypoint xsi:type="dc:Point" x="1314" y="252" />
130         <di:waypoint xsi:type="dc:Point" x="1404" y="253" />
131         <bpmndi:BPMNLabel>
132           <dc:Bounds x="1314" y="231.5" width="90" height="12" />
133         </bpmndi:BPMNLabel>
134       </bpmndi:BPMNEdge>
135       <bpmndi:BPMNShape id="CallActivity_03jkesd_di" bpmnElement="CallActivity_sdncHandler">
136         <dc:Bounds x="1086" y="212" width="100" height="80" />
137       </bpmndi:BPMNShape>
138       <bpmndi:BPMNEdge id="SequenceFlow_1a495wm_di" bpmnElement="SequenceFlow_1a495wm">
139         <di:waypoint xsi:type="dc:Point" x="1058" y="252" />
140         <di:waypoint xsi:type="dc:Point" x="1086" y="252" />
141         <bpmndi:BPMNLabel>
142           <dc:Bounds x="1027" y="231" width="90" height="12" />
143         </bpmndi:BPMNLabel>
144       </bpmndi:BPMNEdge>
145       <bpmndi:BPMNEdge id="SequenceFlow_1j4x1ej_di" bpmnElement="SequenceFlow_1j4x1ej">
146         <di:waypoint xsi:type="dc:Point" x="1186" y="252" />
147         <di:waypoint xsi:type="dc:Point" x="1214" y="252" />
148         <bpmndi:BPMNLabel>
149           <dc:Bounds x="1155" y="231" width="90" height="12" />
150         </bpmndi:BPMNLabel>
151       </bpmndi:BPMNEdge>
152       <bpmndi:BPMNEdge id="SequenceFlow_0xndboi_di" bpmnElement="SequenceFlow_0xndboi">
153         <di:waypoint xsi:type="dc:Point" x="491" y="175" />
154         <di:waypoint xsi:type="dc:Point" x="513" y="175" />
155         <bpmndi:BPMNLabel>
156           <dc:Bounds x="457" y="153.5" width="90" height="13" />
157         </bpmndi:BPMNLabel>
158       </bpmndi:BPMNEdge>
159       <bpmndi:BPMNShape id="ServiceTask_0krf1ur_di" bpmnElement="Setup_AAI_Inventory_Audit">
160         <dc:Bounds x="391" y="135" width="100" height="80" />
161       </bpmndi:BPMNShape>
162       <bpmndi:BPMNShape id="ServiceTask_08rxjeb_di" bpmnElement="Audit_AAI_Inventory">
163         <dc:Bounds x="513" y="135" width="100" height="80" />
164       </bpmndi:BPMNShape>
165       <bpmndi:BPMNEdge id="SequenceFlow_07ybdik_di" bpmnElement="SequenceFlow_07ybdik">
166         <di:waypoint xsi:type="dc:Point" x="355" y="277" />
167         <di:waypoint xsi:type="dc:Point" x="355" y="315" />
168         <di:waypoint xsi:type="dc:Point" x="881" y="315" />
169         <di:waypoint xsi:type="dc:Point" x="881" y="277" />
170         <bpmndi:BPMNLabel>
171           <dc:Bounds x="364" y="294" width="14" height="12" />
172         </bpmndi:BPMNLabel>
173       </bpmndi:BPMNEdge>
174       <bpmndi:BPMNEdge id="SequenceFlow_0ghzwlo_di" bpmnElement="SequenceFlow_0ghzwlo">
175         <di:waypoint xsi:type="dc:Point" x="355" y="227" />
176         <di:waypoint xsi:type="dc:Point" x="355" y="175" />
177         <di:waypoint xsi:type="dc:Point" x="391" y="175" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="362" y="185" width="19" height="12" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182       <bpmndi:BPMNEdge id="SequenceFlow_0ee42yq_di" bpmnElement="SequenceFlow_0ee42yq">
183         <di:waypoint xsi:type="dc:Point" x="613" y="175" />
184         <di:waypoint xsi:type="dc:Point" x="638" y="175" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="580.5" y="153.5" width="90" height="13" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNEdge>
189       <bpmndi:BPMNShape id="ServiceTask_1eg5ryx_di" bpmnElement="CheckAuditVariable">
190         <dc:Bounds x="201" y="212" width="100" height="80" />
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNEdge id="SequenceFlow_1xqyur9_di" bpmnElement="SequenceFlow_1xqyur9">
193         <di:waypoint xsi:type="dc:Point" x="301" y="252" />
194         <di:waypoint xsi:type="dc:Point" x="330" y="252" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="270.5" y="230.5" width="90" height="13" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNEdge id="SequenceFlow_109oxx2_di" bpmnElement="SequenceFlow_109oxx2">
200         <di:waypoint xsi:type="dc:Point" x="663" y="200" />
201         <di:waypoint xsi:type="dc:Point" x="663" y="230" />
202         <di:waypoint xsi:type="dc:Point" x="834" y="230" />
203         <di:waypoint xsi:type="dc:Point" x="834" y="200" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="670" y="207" width="14" height="12" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNEdge>
208       <bpmndi:BPMNEdge id="SequenceFlow_1bo83qk_di" bpmnElement="SequenceFlow_1bo83qk">
209         <di:waypoint xsi:type="dc:Point" x="663" y="150" />
210         <di:waypoint xsi:type="dc:Point" x="663" y="101" />
211         <di:waypoint xsi:type="dc:Point" x="691" y="101" />
212         <bpmndi:BPMNLabel>
213           <dc:Bounds x="667" y="111" width="19" height="12" />
214         </bpmndi:BPMNLabel>
215       </bpmndi:BPMNEdge>
216       <bpmndi:BPMNEdge id="SequenceFlow_0arwo1o_di" bpmnElement="SequenceFlow_0arwo1o">
217         <di:waypoint xsi:type="dc:Point" x="791" y="101" />
218         <di:waypoint xsi:type="dc:Point" x="834" y="101" />
219         <di:waypoint xsi:type="dc:Point" x="834" y="150" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="767.5" y="79.5" width="90" height="13" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNEdge>
224       <bpmndi:BPMNShape id="ServiceTask_1eb09gr_di" bpmnElement="Create_AAI_Inventory">
225         <dc:Bounds x="691" y="61" width="100" height="80" />
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNEdge id="SequenceFlow_1b63lv4_di" bpmnElement="SequenceFlow_1b63lv4">
228         <di:waypoint xsi:type="dc:Point" x="906" y="252" />
229         <di:waypoint xsi:type="dc:Point" x="958" y="252" />
230         <bpmndi:BPMNLabel>
231           <dc:Bounds x="887" y="231" width="90" height="12" />
232         </bpmndi:BPMNLabel>
233       </bpmndi:BPMNEdge>
234       <bpmndi:BPMNEdge id="SequenceFlow_18faffa_di" bpmnElement="SequenceFlow_18faffa">
235         <di:waypoint xsi:type="dc:Point" x="859" y="175" />
236         <di:waypoint xsi:type="dc:Point" x="881" y="175" />
237         <di:waypoint xsi:type="dc:Point" x="881" y="227" />
238         <bpmndi:BPMNLabel>
239           <dc:Bounds x="825" y="154" width="90" height="12" />
240         </bpmndi:BPMNLabel>
241       </bpmndi:BPMNEdge>
242       <bpmndi:BPMNShape id="SubProcess_0mbkb7v_di" bpmnElement="SubProcess_0bpsptg" isExpanded="true">
243         <dc:Bounds x="293" y="449" width="350" height="200" />
244       </bpmndi:BPMNShape>
245       <bpmndi:BPMNShape id="StartEvent_12r96di_di" bpmnElement="catchInventoryException">
246         <dc:Bounds x="324" y="532" width="36" height="36" />
247         <bpmndi:BPMNLabel>
248           <dc:Bounds x="341.15269461077844" y="571.6127744510978" width="0" height="12" />
249         </bpmndi:BPMNLabel>
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="EndEvent_067jv1n_di" bpmnElement="EndEvent_067jv1n">
252         <dc:Bounds x="572.1526946107784" y="532" width="36" height="36" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="590.1526946107784" y="572" width="0" height="12" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNEdge id="SequenceFlow_19gbhlj_di" bpmnElement="SequenceFlow_19gbhlj">
258         <di:waypoint xsi:type="dc:Point" x="360" y="550" />
259         <di:waypoint xsi:type="dc:Point" x="415" y="550" />
260         <bpmndi:BPMNLabel>
261           <dc:Bounds x="387.5" y="529" width="0" height="12" />
262         </bpmndi:BPMNLabel>
263       </bpmndi:BPMNEdge>
264       <bpmndi:BPMNEdge id="SequenceFlow_0l4jzc5_di" bpmnElement="SequenceFlow_0l4jzc5">
265         <di:waypoint xsi:type="dc:Point" x="515" y="550" />
266         <di:waypoint xsi:type="dc:Point" x="572" y="550" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="543.5" y="529" width="0" height="12" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNEdge>
271       <bpmndi:BPMNShape id="ServiceTask_08xffml_di" bpmnElement="processAuditException">
272         <dc:Bounds x="415" y="510" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNShape id="InclusiveGateway_03pi9y4_di" bpmnElement="ExclusiveGateway_1v8bmbu">
275         <dc:Bounds x="330" y="227" width="50" height="50" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="383" y="246" width="73" height="12" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNShape id="InclusiveGateway_16ap4e3_di" bpmnElement="ExclusiveGateway_0sqvzll">
281         <dc:Bounds x="856" y="227" width="50" height="50" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="836" y="281" width="0" height="12" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNShape id="InclusiveGateway_00n600s_di" bpmnElement="ExclusiveGateway_1h8avxn">
287         <dc:Bounds x="638" y="150" width="50" height="50" />
288         <bpmndi:BPMNLabel>
289           <dc:Bounds x="693" y="169" width="63" height="12" />
290         </bpmndi:BPMNLabel>
291       </bpmndi:BPMNShape>
292       <bpmndi:BPMNShape id="InclusiveGateway_0xx6c29_di" bpmnElement="ExclusiveGateway_0y0ek7t">
293         <dc:Bounds x="809" y="150" width="50" height="50" />
294         <bpmndi:BPMNLabel>
295           <dc:Bounds x="789" y="204" width="0" height="12" />
296         </bpmndi:BPMNLabel>
297       </bpmndi:BPMNShape>
298     </bpmndi:BPMNPlane>
299   </bpmndi:BPMNDiagram>
300 </bpmn:definitions>