Flows fail to update status in requests DB
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateNetworkInstance.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="CreateNetworkInstance" name="CreateNetworkInstance" isExecutable="true">
4     <bpmn2:startEvent id="createNetwork_startEvent" name="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="Log / Print 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.infrastructure.scripts.*
12 def networkMod = new CreateNetworkInstance()
13 networkMod.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="doCreateNetworkInstance_CallActivity" name="DoCreate Network Instance&#10;" calledElement="DoCreateNetworkInstance">
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="networkId" target="networkId" />
31         <camunda:in source="networkName" target="networkName" />
32         <camunda:in source="networkModelInfo" target="networkModelInfo" />
33         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
34         <camunda:in source="tenantId" target="tenantId" />
35         <camunda:in source="productFamilyId" target="productFamilyId" />
36         <camunda:in source="disableRollback" target="disableRollback" />
37         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
38         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
39         <camunda:in source="networkInputParams" target="networkInputParams" />
40         <camunda:out source="rolledBack" target="rolledBack" />
41         <camunda:out source="networkId" target="networkId" />
42         <camunda:out source="networkName" target="networkName" />
43         <camunda:out source="networkOutputParams" target="networkOutputParams" />
44         <camunda:in source="bpmnRequest" target="bpmnRequest" />
45         <camunda:in source="failIfExists" target="failIfExists" />
46         <camunda:in source="sdncVersion" target="sdncVersion" />
47         <camunda:in source="requestId" target="requestId" />
48         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
49         <camunda:in source="requestAction" target="requestAction" />
50         <camunda:in source="mso-request-id" target="mso-request-id" />
51         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
52         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
53         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
54       </bpmn2:extensionElements>
55       <bpmn2:incoming>SequenceFlow_0eto8sn</bpmn2:incoming>
56       <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing>
57     </bpmn2:callActivity>
58     <bpmn2:endEvent id="EndEvent_0o440av" name="End">
59       <bpmn2:incoming>SequenceFlow_0x3znm5</bpmn2:incoming>
60     </bpmn2:endEvent>
61     <bpmn2:scriptTask id="ScriptTask_09qt0pi" name="CreateNetwork&#10;PostProcess Success&#10;" scriptFormat="groovy">
62       <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming>
63       <bpmn2:outgoing>SequenceFlow_0x3znm5</bpmn2:outgoing>
64       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
65 def CreateNetworkInstance = new  CreateNetworkInstance()
66 CreateNetworkInstance.postProcessResponse(execution)
67 ]]></bpmn2:script>
68     </bpmn2:scriptTask>
69     <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateNetworkInstance_CallActivity" targetRef="ScriptTask_0cihgpv" />
70     <bpmn2:sequenceFlow id="SequenceFlow_0x3znm5" sourceRef="ScriptTask_09qt0pi" targetRef="EndEvent_0o440av" />
71     <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="PreProcess Incoming Request" scriptFormat="groovy">
72       <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_1ablr60</bpmn2:outgoing>
74       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
75 def preProcess = new CreateNetworkInstance()
76 preProcess.preProcessRequest(execution)]]></bpmn2:script>
77     </bpmn2:scriptTask>
78     <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createNetwork_startEvent" targetRef="ScriptTask_0pvcr6j" />
79     <bpmn2:sequenceFlow id="SequenceFlow_1ablr60" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_19xbdbu" />
80     <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy">
81       <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing>
83       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
84 def CreateNetworkInstance = new CreateNetworkInstance()
85 CreateNetworkInstance.prepareCompletion(execution)]]></bpmn2:script>
86     </bpmn2:scriptTask>
87     <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
88       <bpmn2:extensionElements>
89         <camunda:in source="CRENI_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
90         <camunda:in source="mso-request-id" target="mso-request-id" />
91         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
92         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
93         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
94         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
95       </bpmn2:extensionElements>
96       <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming>
97       <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing>
98     </bpmn2:callActivity>
99     <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" />
100     <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
101       <bpmn2:startEvent id="StartEvent_110xxgx">
102         <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing>
103         <bpmn2:errorEventDefinition errorRef="Error_2" />
104       </bpmn2:startEvent>
105       <bpmn2:endEvent id="EndEvent_1rqikib">
106         <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming>
107       </bpmn2:endEvent>
108       <bpmn2:scriptTask id="ScriptTask_1akfe0b" name="Prepare DB Infra Error" scriptFormat="groovy">
109         <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming>
110         <bpmn2:outgoing>SequenceFlow_1s5niqb</bpmn2:outgoing>
111         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
112 def CreateNetworkInstance = new CreateNetworkInstance()
113 CreateNetworkInstance.prepareDBRequestError(execution)]]></bpmn2:script>
114       </bpmn2:scriptTask>
115       <bpmn2:serviceTask id="ServiceTask_0sztuly" name="Call DB Infra Error Update">
116         <bpmn2:extensionElements>
117           <camunda:connector>
118             <camunda:inputOutput>
119               <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
120               <camunda:inputParameter name="payload">${CRENI_createDBRequest}</camunda:inputParameter>
121               <camunda:inputParameter name="headers">
122                 <camunda:map>
123                   <camunda:entry key="content-type">application/soap+xml</camunda:entry>
124                   <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
125                 </camunda:map>
126               </camunda:inputParameter>
127               <camunda:inputParameter name="method">POST</camunda:inputParameter>
128               <camunda:outputParameter name="CRENI_createDBResponse">${response}</camunda:outputParameter>
129               <camunda:outputParameter name="CRENI_dbReturnCode">${statusCode}</camunda:outputParameter>
130             </camunda:inputOutput>
131             <camunda:connectorId>http-connector</camunda:connectorId>
132           </camunda:connector>
133         </bpmn2:extensionElements>
134         <bpmn2:incoming>SequenceFlow_1s5niqb</bpmn2:incoming>
135         <bpmn2:outgoing>SequenceFlow_06s5eu4</bpmn2:outgoing>
136       </bpmn2:serviceTask>
137       <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare FalloutHandler" scriptFormat="groovy">
138         <bpmn2:incoming>SequenceFlow_06s5eu4</bpmn2:incoming>
139         <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
140         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
141 def CreateNetworkInstance = new CreateNetworkInstance()
142 CreateNetworkInstance.buildErrorResponse(execution)]]></bpmn2:script>
143       </bpmn2:scriptTask>
144       <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
145         <bpmn2:extensionElements>
146           <camunda:in source="CRENI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
147           <camunda:in source="mso-request-id" target="mso-request-id" />
148           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
149           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
150           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
151           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
152         </bpmn2:extensionElements>
153         <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
154         <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
155       </bpmn2:callActivity>
156       <bpmn2:sequenceFlow id="SequenceFlow_1s5niqb" sourceRef="ScriptTask_1akfe0b" targetRef="ServiceTask_0sztuly" />
157       <bpmn2:sequenceFlow id="SequenceFlow_06s5eu4" sourceRef="ServiceTask_0sztuly" targetRef="ScriptTask_1hql91g" />
158       <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
159       <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
160       <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_1akfe0b" />
161     </bpmn2:subProcess>
162     <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="ScriptTask_09qt0pi" />
163     <bpmn2:sequenceFlow id="SequenceFlow_0rt8wax" sourceRef="Task_19xbdbu" targetRef="Task_1nko5zz" />
164     <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doCreateNetworkInstance_CallActivity" />
165     <bpmn2:scriptTask id="Task_19xbdbu" name="Get Network Model Info&#10;" scriptFormat="groovy">
166       <bpmn2:incoming>SequenceFlow_1ablr60</bpmn2:incoming>
167       <bpmn2:outgoing>SequenceFlow_0rt8wax</bpmn2:outgoing>
168       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
169 def CreateNetworkInstance = new CreateNetworkInstance()
170 CreateNetworkInstance.getNetworkModelInfo(execution)]]></bpmn2:script>
171     </bpmn2:scriptTask>
172     <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
173       <bpmn2:incoming>SequenceFlow_0rt8wax</bpmn2:incoming>
174       <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing>
175       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
176 def CreateNetworkInstance = new  CreateNetworkInstance()
177 CreateNetworkInstance.sendSyncResponse(execution)]]></bpmn2:script>
178     </bpmn2:scriptTask>
179   </bpmn2:process>
180   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
181   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
182   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
183     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateNetworkInstance">
184       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createNetwork_startEvent">
185         <dc:Bounds x="3" y="79" width="36" height="36" />
186         <bpmndi:BPMNLabel>
187           <dc:Bounds x="-3" y="120" width="48" height="14" />
188         </bpmndi:BPMNLabel>
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
191         <dc:Bounds x="-8" y="786" width="394" height="188" />
192       </bpmndi:BPMNShape>
193       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
194         <dc:Bounds x="25" y="863" width="36" height="36" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="43" y="904" width="0" height="0" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNShape>
199       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
200         <dc:Bounds x="140" y="841" width="100" height="80" />
201       </bpmndi:BPMNShape>
202       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
203         <dc:Bounds x="301" y="863" width="36" height="36" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="319" y="904" width="0" height="0" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNShape>
208       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
209         <di:waypoint xsi:type="dc:Point" x="61" y="881" />
210         <di:waypoint xsi:type="dc:Point" x="140" y="881" />
211         <bpmndi:BPMNLabel>
212           <dc:Bounds x="103" y="881" width="0" height="0" />
213         </bpmndi:BPMNLabel>
214       </bpmndi:BPMNEdge>
215       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
216         <di:waypoint xsi:type="dc:Point" x="240" y="881" />
217         <di:waypoint xsi:type="dc:Point" x="301" y="881" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="275" y="881" width="0" height="0" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNEdge>
222       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateNetworkInstance_CallActivity">
223         <dc:Bounds x="692" y="57" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
226         <dc:Bounds x="1408" y="79" width="36" height="36" />
227         <bpmndi:BPMNLabel>
228           <dc:Bounds x="1419" y="115" width="19" height="12" />
229         </bpmndi:BPMNLabel>
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNShape id="ScriptTask_09qt0pi_di" bpmnElement="ScriptTask_09qt0pi">
232         <dc:Bounds x="1253" y="57" width="100" height="80" />
233       </bpmndi:BPMNShape>
234       <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
235         <di:waypoint xsi:type="dc:Point" x="792" y="97" />
236         <di:waypoint xsi:type="dc:Point" x="907" y="97" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="850" y="82" width="0" height="0" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNEdge id="SequenceFlow_0x3znm5_di" bpmnElement="SequenceFlow_0x3znm5">
242         <di:waypoint xsi:type="dc:Point" x="1353" y="97" />
243         <di:waypoint xsi:type="dc:Point" x="1408" y="97" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="1381" y="82" width="0" height="0" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
249         <dc:Bounds x="139" y="57" width="100" height="80" />
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
252         <di:waypoint xsi:type="dc:Point" x="39" y="97" />
253         <di:waypoint xsi:type="dc:Point" x="89" y="97" />
254         <di:waypoint xsi:type="dc:Point" x="89" y="97" />
255         <di:waypoint xsi:type="dc:Point" x="139" y="97" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="104" y="97" width="0" height="0" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNEdge>
260       <bpmndi:BPMNEdge id="SequenceFlow_1ablr60_di" bpmnElement="SequenceFlow_1ablr60">
261         <di:waypoint xsi:type="dc:Point" x="239" y="97" />
262         <di:waypoint xsi:type="dc:Point" x="306" y="97" />
263         <di:waypoint xsi:type="dc:Point" x="306" y="97" />
264         <di:waypoint xsi:type="dc:Point" x="372" y="97" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="321" y="97" width="0" height="0" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
270         <dc:Bounds x="907" y="57" width="100" height="80" />
271       </bpmndi:BPMNShape>
272       <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
273         <dc:Bounds x="1071" y="57" width="100" height="80" />
274       </bpmndi:BPMNShape>
275       <bpmndi:BPMNShape id="ScriptTask_1akfe0b_di" bpmnElement="ScriptTask_1akfe0b">
276         <dc:Bounds x="258" y="520" width="100" height="80" />
277       </bpmndi:BPMNShape>
278       <bpmndi:BPMNShape id="ServiceTask_0sztuly_di" bpmnElement="ServiceTask_0sztuly">
279         <dc:Bounds x="453" y="520" width="100" height="80" />
280       </bpmndi:BPMNShape>
281       <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
282         <di:waypoint xsi:type="dc:Point" x="1007" y="97" />
283         <di:waypoint xsi:type="dc:Point" x="1071" y="97" />
284         <bpmndi:BPMNLabel>
285           <dc:Bounds x="1039" y="82" width="0" height="0" />
286         </bpmndi:BPMNLabel>
287       </bpmndi:BPMNEdge>
288       <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
289         <dc:Bounds x="632" y="520" width="100" height="80" />
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
292         <dc:Bounds x="807" y="520" width="100" height="80" />
293       </bpmndi:BPMNShape>
294       <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
295         <dc:Bounds x="56" y="348" width="1021" height="404" />
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
298         <dc:Bounds x="152" y="542" width="36" height="36" />
299         <bpmndi:BPMNLabel>
300           <dc:Bounds x="170" y="583" width="0" height="0" />
301         </bpmndi:BPMNLabel>
302       </bpmndi:BPMNShape>
303       <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
304         <dc:Bounds x="982" y="542" width="36" height="36" />
305         <bpmndi:BPMNLabel>
306           <dc:Bounds x="1000" y="583" width="0" height="0" />
307         </bpmndi:BPMNLabel>
308       </bpmndi:BPMNShape>
309       <bpmndi:BPMNEdge id="SequenceFlow_1s5niqb_di" bpmnElement="SequenceFlow_1s5niqb">
310         <di:waypoint xsi:type="dc:Point" x="358" y="560" />
311         <di:waypoint xsi:type="dc:Point" x="453" y="560" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="406" y="545" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNEdge id="SequenceFlow_06s5eu4_di" bpmnElement="SequenceFlow_06s5eu4">
317         <di:waypoint xsi:type="dc:Point" x="553" y="560" />
318         <di:waypoint xsi:type="dc:Point" x="632" y="560" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="593" y="545" width="0" height="0" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
324         <di:waypoint xsi:type="dc:Point" x="732" y="560" />
325         <di:waypoint xsi:type="dc:Point" x="807" y="560" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="770" y="545" width="0" height="0" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
331         <di:waypoint xsi:type="dc:Point" x="907" y="560" />
332         <di:waypoint xsi:type="dc:Point" x="982" y="560" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="945" y="545" width="0" height="0" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
338         <di:waypoint xsi:type="dc:Point" x="1171" y="97" />
339         <di:waypoint xsi:type="dc:Point" x="1253" y="97" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="1212" y="82" width="0" height="0" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
345         <di:waypoint xsi:type="dc:Point" x="188" y="560" />
346         <di:waypoint xsi:type="dc:Point" x="258" y="560" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="223" y="545" width="0" height="0" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNEdge id="SequenceFlow_0rt8wax_di" bpmnElement="SequenceFlow_0rt8wax">
352         <di:waypoint xsi:type="dc:Point" x="472" y="97" />
353         <di:waypoint xsi:type="dc:Point" x="558" y="97" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="515" y="82" width="0" height="0" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNEdge>
358       <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn">
359         <di:waypoint xsi:type="dc:Point" x="658" y="97" />
360         <di:waypoint xsi:type="dc:Point" x="692" y="97" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="675" y="82" width="0" height="0" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNShape id="ScriptTask_1gpvlh8_di" bpmnElement="Task_19xbdbu">
366         <dc:Bounds x="372" y="57" width="100" height="80" />
367       </bpmndi:BPMNShape>
368       <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
369         <dc:Bounds x="558" y="57" width="100" height="80" />
370       </bpmndi:BPMNShape>
371     </bpmndi:BPMNPlane>
372   </bpmndi:BPMNDiagram>
373 </bpmn2:definitions>