[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateServiceInstance.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateServiceInstance" name="CreateServiceInstance" isExecutable="true">
4     <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow">
5       <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8       <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy">
9         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
10         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
11         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
12 ExceptionUtil ex = new ExceptionUtil()
13 ex.processJavaException(execution)]]></bpmn2:script>
14       </bpmn2:scriptTask>
15       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
16       <bpmn2:startEvent id="StartEvent_1">
17         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
18         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" />
19       </bpmn2:startEvent>
20       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
21       <bpmn2:endEvent id="EndEvent_1">
22         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
23       </bpmn2:endEvent>
24     </bpmn2:subProcess>
25     <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance&#10;" calledElement="DoCreateServiceInstance">
26       <bpmn2:extensionElements>
27         <camunda:out source="WorkflowException" target="WorkflowException" />
28         <camunda:in source="msoRequestId" target="msoRequestId" />
29         <camunda:out source="rollbackData" target="rollbackData" />
30         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
31         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
32         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
33         <camunda:in source="productFamilyId" target="productFamilyId" />
34         <camunda:in source="disableRollback" target="disableRollback" />
35         <camunda:in source="serviceInputParams" target="serviceInputParams" />
36         <camunda:out source="rolledBack" target="rolledBack" />
37         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
38         <camunda:in source="failIfExists" target="failIfExists" />
39         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
40         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
41         <camunda:in sourceExpression="1610" target="sdncVersion" />
42       </bpmn2:extensionElements>
43       <bpmn2:incoming>SequenceFlow_0eto8sn</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing>
45     </bpmn2:callActivity>
46     <bpmn2:endEvent id="EndEvent_0o440av" name="End">
47       <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming>
48     </bpmn2:endEvent>
49     <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" />
50     <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy">
51       <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing>
53       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
54 def csi= new CreateServiceInstance()
55 csi.preProcessRequest(execution)]]></bpmn2:script>
56     </bpmn2:scriptTask>
57     <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" />
58     <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy">
59       <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing>
61       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
62 def csi = new CreateServiceInstance()
63 csi.prepareCompletionRequest(execution)]]></bpmn2:script>
64     </bpmn2:scriptTask>
65     <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
66       <bpmn2:extensionElements>
67         <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
68         <camunda:in source="mso-request-id" target="mso-request-id" />
69         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
70         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
71         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
72         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
73       </bpmn2:extensionElements>
74       <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming>
75       <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing>
76     </bpmn2:callActivity>
77     <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" />
78     <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
79       <bpmn2:startEvent id="StartEvent_110xxgx">
80         <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing>
81         <bpmn2:errorEventDefinition />
82       </bpmn2:startEvent>
83       <bpmn2:endEvent id="EndEvent_1rqikib">
84         <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming>
85       </bpmn2:endEvent>
86       <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy">
87         <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming>
88         <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
89         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
90 def csi = new CreateServiceInstance()
91 csi.prepareFalloutRequest(execution)]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler">
94         <bpmn2:extensionElements>
95           <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
96           <camunda:in source="mso-request-id" target="mso-request-id" />
97           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
98           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
99           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
100           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
101         </bpmn2:extensionElements>
102         <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
103         <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
104       </bpmn2:callActivity>
105       <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
106       <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
107       <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" />
108       <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response">
109         <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming>
110         <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing>
111         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
112 def csi = new  CreateServiceInstance()
113 csi.sendSyncError(execution)]]></bpmn2:script>
114       </bpmn2:scriptTask>
115       <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" />
116     </bpmn2:subProcess>
117     <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" />
118     <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doCreateServiceInstance_CallActivity" />
119     <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
120       <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming>
121       <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing>
122       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
123 def csi = new  CreateServiceInstance()
124 csi.sendSyncResponse(execution)]]></bpmn2:script>
125     </bpmn2:scriptTask>
126     <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" />
127     <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?">
128       <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming>
129       <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing>
130       <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing>
131     </bpmn2:exclusiveGateway>
132     <bpmn2:endEvent id="EndEvent_143akoz">
133       <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming>
134       <bpmn2:errorEventDefinition errorRef="Error_2" />
135     </bpmn2:endEvent>
136     <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv">
137       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression>
138     </bpmn2:sequenceFlow>
139     <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz">
140       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
141     </bpmn2:sequenceFlow>
142   </bpmn2:process>
143   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
144   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
145   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
146     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateServiceInstance">
147       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
148         <dc:Bounds x="-6" y="79" width="36" height="36" />
149         <bpmndi:BPMNLabel>
150           <dc:Bounds x="-25" y="120" width="74" height="26" />
151         </bpmndi:BPMNLabel>
152       </bpmndi:BPMNShape>
153       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
154         <dc:Bounds x="222" y="531" width="394" height="188" />
155       </bpmndi:BPMNShape>
156       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
157         <dc:Bounds x="255" y="608" width="36" height="36" />
158         <bpmndi:BPMNLabel>
159           <dc:Bounds x="273" y="649" width="0" height="0" />
160         </bpmndi:BPMNLabel>
161       </bpmndi:BPMNShape>
162       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
163         <dc:Bounds x="370" y="586" width="100" height="80" />
164       </bpmndi:BPMNShape>
165       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
166         <dc:Bounds x="531" y="608" width="36" height="36" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="549" y="649" width="0" height="0" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNShape>
171       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
172         <di:waypoint xsi:type="dc:Point" x="291" y="626" />
173         <di:waypoint xsi:type="dc:Point" x="370" y="626" />
174         <bpmndi:BPMNLabel>
175           <dc:Bounds x="333" y="626" width="0" height="0" />
176         </bpmndi:BPMNLabel>
177       </bpmndi:BPMNEdge>
178       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
179         <di:waypoint xsi:type="dc:Point" x="470" y="626" />
180         <di:waypoint xsi:type="dc:Point" x="531" y="626" />
181         <bpmndi:BPMNLabel>
182           <dc:Bounds x="505" y="626" width="0" height="0" />
183         </bpmndi:BPMNLabel>
184       </bpmndi:BPMNEdge>
185       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity">
186         <dc:Bounds x="460" y="57" width="100" height="80" />
187       </bpmndi:BPMNShape>
188       <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
189         <dc:Bounds x="1017" y="185" width="36" height="36" />
190         <bpmndi:BPMNLabel>
191           <dc:Bounds x="1028" y="221" width="20" height="14" />
192         </bpmndi:BPMNLabel>
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
195         <di:waypoint xsi:type="dc:Point" x="560" y="97" />
196         <di:waypoint xsi:type="dc:Point" x="662" y="97" />
197         <bpmndi:BPMNLabel>
198           <dc:Bounds x="611" y="82" width="0" height="0" />
199         </bpmndi:BPMNLabel>
200       </bpmndi:BPMNEdge>
201       <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
202         <dc:Bounds x="112" y="57" width="100" height="80" />
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
205         <di:waypoint xsi:type="dc:Point" x="30" y="97" />
206         <di:waypoint xsi:type="dc:Point" x="112" y="97" />
207         <bpmndi:BPMNLabel>
208           <dc:Bounds x="71" y="82" width="0" height="0" />
209         </bpmndi:BPMNLabel>
210       </bpmndi:BPMNEdge>
211       <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
212         <dc:Bounds x="797" y="57" width="100" height="80" />
213       </bpmndi:BPMNShape>
214       <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
215         <dc:Bounds x="985" y="57" width="100" height="80" />
216       </bpmndi:BPMNShape>
217       <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
218         <di:waypoint xsi:type="dc:Point" x="897" y="97" />
219         <di:waypoint xsi:type="dc:Point" x="985" y="97" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="941" y="82" width="0" height="0" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNEdge>
224       <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
225         <dc:Bounds x="380" y="333" width="100" height="80" />
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
228         <dc:Bounds x="557" y="333" width="100" height="80" />
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
231         <dc:Bounds x="107" y="269" width="679" height="194" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
234         <dc:Bounds x="122" y="355" width="36" height="36" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="140" y="396" width="0" height="0" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNShape>
239       <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
240         <dc:Bounds x="701" y="355" width="36" height="36" />
241         <bpmndi:BPMNLabel>
242           <dc:Bounds x="719" y="396" width="0" height="0" />
243         </bpmndi:BPMNLabel>
244       </bpmndi:BPMNShape>
245       <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
246         <di:waypoint xsi:type="dc:Point" x="480" y="373" />
247         <di:waypoint xsi:type="dc:Point" x="557" y="373" />
248         <bpmndi:BPMNLabel>
249           <dc:Bounds x="519" y="358" width="0" height="0" />
250         </bpmndi:BPMNLabel>
251       </bpmndi:BPMNEdge>
252       <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
253         <di:waypoint xsi:type="dc:Point" x="657" y="373" />
254         <di:waypoint xsi:type="dc:Point" x="701" y="373" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="679" y="358" width="0" height="0" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNEdge>
259       <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
260         <di:waypoint xsi:type="dc:Point" x="1035" y="137" />
261         <di:waypoint xsi:type="dc:Point" x="1035" y="185" />
262         <bpmndi:BPMNLabel>
263           <dc:Bounds x="1050" y="161" width="0" height="0" />
264         </bpmndi:BPMNLabel>
265       </bpmndi:BPMNEdge>
266       <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
267         <di:waypoint xsi:type="dc:Point" x="158" y="373" />
268         <di:waypoint xsi:type="dc:Point" x="180" y="373" />
269         <di:waypoint xsi:type="dc:Point" x="180" y="373" />
270         <di:waypoint xsi:type="dc:Point" x="201" y="373" />
271         <bpmndi:BPMNLabel>
272           <dc:Bounds x="195" y="373" width="0" height="0" />
273         </bpmndi:BPMNLabel>
274       </bpmndi:BPMNEdge>
275       <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn">
276         <di:waypoint xsi:type="dc:Point" x="380" y="97" />
277         <di:waypoint xsi:type="dc:Point" x="460" y="97" />
278         <bpmndi:BPMNLabel>
279           <dc:Bounds x="420" y="82" width="0" height="0" />
280         </bpmndi:BPMNLabel>
281       </bpmndi:BPMNEdge>
282       <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
283         <dc:Bounds x="280" y="57" width="100" height="80" />
284       </bpmndi:BPMNShape>
285       <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna">
286         <di:waypoint xsi:type="dc:Point" x="212" y="97" />
287         <di:waypoint xsi:type="dc:Point" x="280" y="97" />
288         <bpmndi:BPMNLabel>
289           <dc:Bounds x="246" y="82" width="0" height="0" />
290         </bpmndi:BPMNLabel>
291       </bpmndi:BPMNEdge>
292       <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp">
293         <dc:Bounds x="202" y="333" width="100" height="80" />
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb">
296         <di:waypoint xsi:type="dc:Point" x="302" y="373" />
297         <di:waypoint xsi:type="dc:Point" x="329" y="373" />
298         <di:waypoint xsi:type="dc:Point" x="329" y="373" />
299         <di:waypoint xsi:type="dc:Point" x="380" y="373" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="344" y="373" width="0" height="0" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true">
305         <dc:Bounds x="662" y="72" width="50" height="50" />
306         <bpmndi:BPMNLabel>
307           <dc:Bounds x="662" y="44" width="50" height="14" />
308         </bpmndi:BPMNLabel>
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz">
311         <dc:Bounds x="669" y="185" width="36" height="36" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="687" y="221" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba">
317         <di:waypoint xsi:type="dc:Point" x="712" y="97" />
318         <di:waypoint xsi:type="dc:Point" x="749" y="97" />
319         <di:waypoint xsi:type="dc:Point" x="749" y="97" />
320         <di:waypoint xsi:type="dc:Point" x="797" y="97" />
321         <bpmndi:BPMNLabel>
322           <dc:Bounds x="747" y="94" width="18" height="14" />
323         </bpmndi:BPMNLabel>
324       </bpmndi:BPMNEdge>
325       <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l">
326         <di:waypoint xsi:type="dc:Point" x="687" y="122" />
327         <di:waypoint xsi:type="dc:Point" x="687" y="149" />
328         <di:waypoint xsi:type="dc:Point" x="687" y="149" />
329         <di:waypoint xsi:type="dc:Point" x="687" y="185" />
330         <bpmndi:BPMNLabel>
331           <dc:Bounds x="661" y="126.56139708236196" width="12" height="12" />
332         </bpmndi:BPMNLabel>
333       </bpmndi:BPMNEdge>
334     </bpmndi:BPMNPlane>
335   </bpmndi:BPMNDiagram>
336 </bpmn2:definitions>