a32e9e8f6254d64ebb8fd188cfa3565001bb7e67
[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.1.1">
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_1il4743</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="CreateNetworkPolicies" />
111   </bpmn:process>
112   <bpmn:error id="Error_0t7oivz" name="AAIInventoryFailure" errorCode="AAIInventoryFailure" />
113   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
114     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleBB">
115       <bpmndi:BPMNEdge id="SequenceFlow_0uetprw_di" bpmnElement="SequenceFlow_0uetprw">
116         <di:waypoint x="1009" y="146" />
117         <di:waypoint x="1009" y="326" />
118         <bpmndi:BPMNLabel>
119           <dc:Bounds x="1024" y="228" width="0" height="12" />
120         </bpmndi:BPMNLabel>
121       </bpmndi:BPMNEdge>
122       <bpmndi:BPMNEdge id="SequenceFlow_0dehck5_di" bpmnElement="SequenceFlow_0dehck5">
123         <di:waypoint x="894" y="106" />
124         <di:waypoint x="959" y="106" />
125         <bpmndi:BPMNLabel>
126           <dc:Bounds x="926.5" y="85" width="0" height="12" />
127         </bpmndi:BPMNLabel>
128       </bpmndi:BPMNEdge>
129       <bpmndi:BPMNEdge id="SequenceFlow_1g7zahc_di" bpmnElement="NoHelm">
130         <di:waypoint x="721" y="106" />
131         <di:waypoint x="794" y="106" />
132         <bpmndi:BPMNLabel>
133           <dc:Bounds x="736" y="85" width="44" height="14" />
134         </bpmndi:BPMNLabel>
135       </bpmndi:BPMNEdge>
136       <bpmndi:BPMNEdge id="SequenceFlow_1ig2ix4_di" bpmnElement="SequenceFlow_1ig2ix4">
137         <di:waypoint x="613" y="106" />
138         <di:waypoint x="671" y="106" />
139         <bpmndi:BPMNLabel>
140           <dc:Bounds x="652" y="85" width="0" height="12" />
141         </bpmndi:BPMNLabel>
142       </bpmndi:BPMNEdge>
143       <bpmndi:BPMNEdge id="SequenceFlow_0q1janp_di" bpmnElement="YesHelm">
144         <di:waypoint x="696" y="131" />
145         <di:waypoint x="696" y="210" />
146         <bpmndi:BPMNLabel>
147           <dc:Bounds x="688" y="177" width="47" height="14" />
148         </bpmndi:BPMNLabel>
149       </bpmndi:BPMNEdge>
150       <bpmndi:BPMNEdge id="SequenceFlow_1io8r33_di" bpmnElement="SequenceFlow_1io8r33">
151         <di:waypoint x="959" y="366" />
152         <di:waypoint x="746" y="366" />
153         <bpmndi:BPMNLabel>
154           <dc:Bounds x="569" y="297" width="90" height="20" />
155         </bpmndi:BPMNLabel>
156       </bpmndi:BPMNEdge>
157       <bpmndi:BPMNEdge id="SequenceFlow_15do1tu_di" bpmnElement="SequenceFlow_15do1tu">
158         <di:waypoint x="894" y="468" />
159         <di:waypoint x="959" y="468" />
160         <bpmndi:BPMNLabel>
161           <dc:Bounds x="785" y="399" width="90" height="0" />
162         </bpmndi:BPMNLabel>
163       </bpmndi:BPMNEdge>
164       <bpmndi:BPMNEdge id="SequenceFlow_1i03uy2_di" bpmnElement="SequenceFlow_1i03uy2">
165         <di:waypoint x="746" y="468" />
166         <di:waypoint x="794" y="468" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="628" y="409" width="90" height="0" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNEdge>
171       <bpmndi:BPMNEdge id="SequenceFlow_1yo6mvv_di" bpmnElement="SequenceFlow_1yo6mvv">
172         <di:waypoint x="577" y="468" />
173         <di:waypoint x="646" y="468" />
174         <bpmndi:BPMNLabel>
175           <dc:Bounds x="470" y="409" width="90" height="0" />
176         </bpmndi:BPMNLabel>
177       </bpmndi:BPMNEdge>
178       <bpmndi:BPMNEdge id="SequenceFlow_0xqhep5_di" bpmnElement="SequenceFlow_0xqhep5">
179         <di:waypoint x="424" y="468" />
180         <di:waypoint x="477" y="468" />
181         <bpmndi:BPMNLabel>
182           <dc:Bounds x="309" y="409" width="90" height="0" />
183         </bpmndi:BPMNLabel>
184       </bpmndi:BPMNEdge>
185       <bpmndi:BPMNEdge id="SequenceFlow_1vbwdaw_di" bpmnElement="SequenceFlow_1vbwdaw">
186         <di:waypoint x="1224" y="468" />
187         <di:waypoint x="1265" y="468" />
188         <di:waypoint x="1265" y="468" />
189         <di:waypoint x="1300" y="468" />
190         <bpmndi:BPMNLabel>
191           <dc:Bounds x="1138" y="424" width="90" height="0" />
192         </bpmndi:BPMNLabel>
193       </bpmndi:BPMNEdge>
194       <bpmndi:BPMNEdge id="SequenceFlow_0rds4rj_di" bpmnElement="SequenceFlow_0rds4rj">
195         <di:waypoint x="1059" y="468" />
196         <di:waypoint x="1124" y="468" />
197         <bpmndi:BPMNLabel>
198           <dc:Bounds x="950" y="409" width="90" height="0" />
199         </bpmndi:BPMNLabel>
200       </bpmndi:BPMNEdge>
201       <bpmndi:BPMNEdge id="SequenceFlow_1s4rpyp_di" bpmnElement="SequenceFlow_1s4rpyp">
202         <di:waypoint x="413" y="106" />
203         <di:waypoint x="513" y="106" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="321" y="91" width="90" height="0" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNEdge>
208       <bpmndi:BPMNEdge id="SequenceFlow_1xr6chl_di" bpmnElement="SequenceFlow_1xr6chl">
209         <di:waypoint x="192" y="106" />
210         <di:waypoint x="313" y="106" />
211         <bpmndi:BPMNLabel>
212           <dc:Bounds x="156" y="91" width="0" height="0" />
213         </bpmndi:BPMNLabel>
214       </bpmndi:BPMNEdge>
215       <bpmndi:BPMNEdge id="Flow_10aq7a8_di" bpmnElement="Flow_10aq7a8">
216         <di:waypoint x="646" y="366" />
217         <di:waypoint x="374" y="366" />
218         <di:waypoint x="374" y="428" />
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNEdge id="Flow_1il4743_di" bpmnElement="Flow_1il4743">
221         <di:waypoint x="646" y="250" />
222         <di:waypoint x="200" y="250" />
223         <di:waypoint x="200" y="468" />
224         <di:waypoint x="324" y="468" />
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="CreateVfModuleBB_Start">
227         <dc:Bounds x="156" y="88" width="36" height="36" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="77" y="124" width="0" height="0" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="QueryVfModule">
233         <dc:Bounds x="513" y="66" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="CreateVfModuleBB_End">
236         <dc:Bounds x="1300" y="450" width="36" height="36" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="1176" y="446" width="90" height="0" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="ServiceTask_1dgenhy_di" bpmnElement="CreateVfModule">
242         <dc:Bounds x="794" y="66" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNShape id="ServiceTask_1frb5h2_di" bpmnElement="QueryVnf">
245         <dc:Bounds x="313" y="66" width="100" height="80" />
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="CallActivity_1i1pfzb_di" bpmnElement="VnfAdapter">
248         <dc:Bounds x="959" y="66" width="100" height="80" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="ServiceTask_0fpfn71_di" bpmnElement="UpdateVfModuleStatus">
251         <dc:Bounds x="1124" y="428" width="100" height="80" />
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="ServiceTask_04k1b85_di" bpmnElement="UpdateVfModuleHeatStackId">
254         <dc:Bounds x="959" y="428" width="100" height="80" />
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNShape id="ServiceTask_1v8zx4s_di" bpmnElement="CreateNetworkPolicies">
257         <dc:Bounds x="324" y="428" width="100" height="80" />
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNShape id="ServiceTask_015ayw5_di" bpmnElement="UpdateVnfIpv4OamAddress">
260         <dc:Bounds x="477" y="428" width="100" height="80" />
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNShape id="ServiceTask_0mlfsc9_di" bpmnElement="UpdateVnfManagementV6Address">
263         <dc:Bounds x="646" y="428" width="100" height="80" />
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNShape id="ServiceTask_0wctnhw_di" bpmnElement="UpdateVfModuleContrailServiceInstanceFqdn">
266         <dc:Bounds x="794" y="428" width="100" height="80" />
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNShape id="ServiceTask_01zrt6x_di" bpmnElement="ServiceTask_01zrt6x">
269         <dc:Bounds x="959" y="326" width="100" height="80" />
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="ServiceTask_00d84m7_di" bpmnElement="ServiceTask_00d84m7">
272         <dc:Bounds x="646" y="326" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNShape id="ServiceTask_0tag50w_di" bpmnElement="CnfAdapter">
275         <dc:Bounds x="646" y="210" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ExclusiveGateway_1g3vemz_di" bpmnElement="CheckIfIsHelm" isMarkerVisible="true">
278         <dc:Bounds x="671" y="81" width="50" height="50" />
279         <bpmndi:BPMNLabel>
280           <dc:Bounds x="655" y="48" width="82" height="14" />
281         </bpmndi:BPMNLabel>
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="Activity_10eqhmz_di" bpmnElement="Activity_10eqhmz" isExpanded="true">
284         <dc:Bounds x="240" y="590" width="340" height="180" />
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNEdge id="Flow_03q6ty9_di" bpmnElement="Flow_03q6ty9">
287         <di:waypoint x="460" y="680" />
288         <di:waypoint x="512" y="680" />
289       </bpmndi:BPMNEdge>
290       <bpmndi:BPMNEdge id="Flow_1sqy91r_di" bpmnElement="Flow_1sqy91r">
291         <di:waypoint x="316" y="680" />
292         <di:waypoint x="360" y="680" />
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNShape id="Event_108oetk_di" bpmnElement="Event_108oetk">
295         <dc:Bounds x="512" y="662" width="36" height="36" />
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNShape id="Event_1pengt4_di" bpmnElement="Event_1pengt4">
298         <dc:Bounds x="280" y="662" width="36" height="36" />
299       </bpmndi:BPMNShape>
300       <bpmndi:BPMNShape id="Activity_1p8hxyt_di" bpmnElement="Activity_1p8hxyt">
301         <dc:Bounds x="360" y="640" width="100" height="80" />
302       </bpmndi:BPMNShape>
303     </bpmndi:BPMNPlane>
304   </bpmndi:BPMNDiagram>
305 </bpmn:definitions>