a62e16525de2ddee13e76f1c830cb8fb7bc81795
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / DeleteNetworkInstance.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="DeleteNetworkInstance" name="DeleteNetworkInstance" 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.onap.so.bpmn.infrastructure.scripts.*
12 def networkMod = new DeleteNetworkInstance()
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="doDeleteNetworkInstance_CallActivity" name="DoDelete Network Instance&#10;" calledElement="DoDeleteNetworkInstance">
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="DeleteNetwork 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.onap.so.bpmn.infrastructure.scripts.*
65 def DeleteNetworkInstance = new  DeleteNetworkInstance()
66 DeleteNetworkInstance.postProcessResponse(execution)
67 ]]></bpmn2:script>
68     </bpmn2:scriptTask>
69     <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doDeleteNetworkInstance_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.onap.so.bpmn.infrastructure.scripts.*
75 def preProcess = new DeleteNetworkInstance()
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.onap.so.bpmn.infrastructure.scripts.*
84 def DeleteNetworkInstance = new DeleteNetworkInstance()
85 DeleteNetworkInstance.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="DELNI_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" 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.onap.so.bpmn.infrastructure.scripts.*
112 def DeleteNetworkInstance = new DeleteNetworkInstance()
113 DeleteNetworkInstance.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"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}
120 ]]></camunda:inputParameter>
121               <camunda:inputParameter name="payload">${DELNI_deleteDBRequest}</camunda:inputParameter>
122               <camunda:inputParameter name="headers">
123                 <camunda:map>
124                   <camunda:entry key="content-type">application/soap+xml</camunda:entry>
125                   <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
126                 </camunda:map>
127               </camunda:inputParameter>
128               <camunda:inputParameter name="method">POST</camunda:inputParameter>
129               <camunda:outputParameter name="DELNI_deleteDBResponse">${response}</camunda:outputParameter>
130               <camunda:outputParameter name="DELNI_dbReturnCode">${statusCode}</camunda:outputParameter>
131             </camunda:inputOutput>
132             <camunda:connectorId>http-connector</camunda:connectorId>
133           </camunda:connector>
134         </bpmn2:extensionElements>
135         <bpmn2:incoming>SequenceFlow_1s5niqb</bpmn2:incoming>
136         <bpmn2:outgoing>SequenceFlow_06s5eu4</bpmn2:outgoing>
137       </bpmn2:serviceTask>
138       <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare FalloutHandler" scriptFormat="groovy">
139         <bpmn2:incoming>SequenceFlow_06s5eu4</bpmn2:incoming>
140         <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
141         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
142 def DeleteNetworkInstance = new DeleteNetworkInstance()
143 DeleteNetworkInstance.buildErrorResponse(execution)]]></bpmn2:script>
144       </bpmn2:scriptTask>
145       <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
146         <bpmn2:extensionElements>
147           <camunda:in source="DELNI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
148           <camunda:in source="mso-request-id" target="mso-request-id" />
149           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
150           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
151           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
152           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
153         </bpmn2:extensionElements>
154         <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
155         <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
156       </bpmn2:callActivity>
157       <bpmn2:sequenceFlow id="SequenceFlow_1s5niqb" sourceRef="ScriptTask_1akfe0b" targetRef="ServiceTask_0sztuly" />
158       <bpmn2:sequenceFlow id="SequenceFlow_06s5eu4" sourceRef="ServiceTask_0sztuly" targetRef="ScriptTask_1hql91g" />
159       <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
160       <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
161       <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_1akfe0b" />
162     </bpmn2:subProcess>
163     <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="ScriptTask_09qt0pi" />
164     <bpmn2:sequenceFlow id="SequenceFlow_0rt8wax" sourceRef="Task_19xbdbu" targetRef="Task_1nko5zz" />
165     <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doDeleteNetworkInstance_CallActivity" />
166     <bpmn2:scriptTask id="Task_19xbdbu" name="Get Network Model Info&#10;" scriptFormat="groovy">
167       <bpmn2:incoming>SequenceFlow_1ablr60</bpmn2:incoming>
168       <bpmn2:outgoing>SequenceFlow_0rt8wax</bpmn2:outgoing>
169       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
170 def DeleteNetworkInstance = new DeleteNetworkInstance()
171 DeleteNetworkInstance.getNetworkModelInfo(execution)]]></bpmn2:script>
172     </bpmn2:scriptTask>
173     <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
174       <bpmn2:incoming>SequenceFlow_0rt8wax</bpmn2:incoming>
175       <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing>
176       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
177 def DeleteNetworkInstance = new  DeleteNetworkInstance()
178 DeleteNetworkInstance.sendSyncResponse(execution)]]></bpmn2:script>
179     </bpmn2:scriptTask>
180   </bpmn2:process>
181   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
182   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
183   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
184     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteNetworkInstance">
185       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createNetwork_startEvent">
186         <dc:Bounds x="3" y="79" width="36" height="36" />
187         <bpmndi:BPMNLabel>
188           <dc:Bounds x="-3" y="120" width="48" height="14" />
189         </bpmndi:BPMNLabel>
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
192         <dc:Bounds x="-8" y="786" width="394" height="188" />
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
195         <dc:Bounds x="25" y="863" width="36" height="36" />
196         <bpmndi:BPMNLabel>
197           <dc:Bounds x="43" y="904" width="0" height="0" />
198         </bpmndi:BPMNLabel>
199       </bpmndi:BPMNShape>
200       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
201         <dc:Bounds x="140" y="841" width="100" height="80" />
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
204         <dc:Bounds x="301" y="863" width="36" height="36" />
205         <bpmndi:BPMNLabel>
206           <dc:Bounds x="319" y="904" width="0" height="0" />
207         </bpmndi:BPMNLabel>
208       </bpmndi:BPMNShape>
209       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
210         <di:waypoint xsi:type="dc:Point" x="61" y="881" />
211         <di:waypoint xsi:type="dc:Point" x="140" y="881" />
212         <bpmndi:BPMNLabel>
213           <dc:Bounds x="103" y="881" width="0" height="0" />
214         </bpmndi:BPMNLabel>
215       </bpmndi:BPMNEdge>
216       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
217         <di:waypoint xsi:type="dc:Point" x="240" y="881" />
218         <di:waypoint xsi:type="dc:Point" x="301" y="881" />
219         <bpmndi:BPMNLabel>
220           <dc:Bounds x="275" y="881" width="0" height="0" />
221         </bpmndi:BPMNLabel>
222       </bpmndi:BPMNEdge>
223       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doDeleteNetworkInstance_CallActivity">
224         <dc:Bounds x="673" y="57" width="100" height="80" />
225       </bpmndi:BPMNShape>
226       <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
227         <dc:Bounds x="1408" y="79" width="36" height="36" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="1419" y="115" width="19" height="12" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="ScriptTask_09qt0pi_di" bpmnElement="ScriptTask_09qt0pi">
233         <dc:Bounds x="1253" y="57" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
236         <di:waypoint xsi:type="dc:Point" x="773" y="97" />
237         <di:waypoint xsi:type="dc:Point" x="920" y="97" />
238         <bpmndi:BPMNLabel>
239           <dc:Bounds x="847" y="82" width="0" height="0" />
240         </bpmndi:BPMNLabel>
241       </bpmndi:BPMNEdge>
242       <bpmndi:BPMNEdge id="SequenceFlow_0x3znm5_di" bpmnElement="SequenceFlow_0x3znm5">
243         <di:waypoint xsi:type="dc:Point" x="1353" y="97" />
244         <di:waypoint xsi:type="dc:Point" x="1408" y="97" />
245         <bpmndi:BPMNLabel>
246           <dc:Bounds x="1381" y="82" width="0" height="0" />
247         </bpmndi:BPMNLabel>
248       </bpmndi:BPMNEdge>
249       <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
250         <dc:Bounds x="139" y="57" width="100" height="80" />
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
253         <di:waypoint xsi:type="dc:Point" x="39" y="97" />
254         <di:waypoint xsi:type="dc:Point" x="89" y="97" />
255         <di:waypoint xsi:type="dc:Point" x="89" y="97" />
256         <di:waypoint xsi:type="dc:Point" x="139" y="97" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="104" y="97" width="0" height="0" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNEdge>
261       <bpmndi:BPMNEdge id="SequenceFlow_1ablr60_di" bpmnElement="SequenceFlow_1ablr60">
262         <di:waypoint xsi:type="dc:Point" x="239" y="97" />
263         <di:waypoint xsi:type="dc:Point" x="342" y="97" />
264         <bpmndi:BPMNLabel>
265           <dc:Bounds x="291" y="82" width="0" height="0" />
266         </bpmndi:BPMNLabel>
267       </bpmndi:BPMNEdge>
268       <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
269         <dc:Bounds x="920" y="57" width="100" height="80" />
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
272         <dc:Bounds x="1086" y="57" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNShape id="ScriptTask_1akfe0b_di" bpmnElement="ScriptTask_1akfe0b">
275         <dc:Bounds x="189" y="525" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ServiceTask_0sztuly_di" bpmnElement="ServiceTask_0sztuly">
278         <dc:Bounds x="384" y="525" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
281         <di:waypoint xsi:type="dc:Point" x="1020" y="97" />
282         <di:waypoint xsi:type="dc:Point" x="1086" y="97" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="1053" y="82" width="0" height="0" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNEdge>
287       <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
288         <dc:Bounds x="563" y="525" width="100" height="80" />
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
291         <dc:Bounds x="738" y="525" width="100" height="80" />
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
294         <dc:Bounds x="-13" y="353" width="1021" height="404" />
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
297         <dc:Bounds x="83" y="547" width="36" height="36" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="101" y="588" width="0" height="0" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNShape>
302       <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
303         <dc:Bounds x="913" y="547" width="36" height="36" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="931" y="588" width="0" height="0" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNEdge id="SequenceFlow_1s5niqb_di" bpmnElement="SequenceFlow_1s5niqb">
309         <di:waypoint xsi:type="dc:Point" x="289" y="565" />
310         <di:waypoint xsi:type="dc:Point" x="384" y="565" />
311         <bpmndi:BPMNLabel>
312           <dc:Bounds x="337" y="550" width="0" height="0" />
313         </bpmndi:BPMNLabel>
314       </bpmndi:BPMNEdge>
315       <bpmndi:BPMNEdge id="SequenceFlow_06s5eu4_di" bpmnElement="SequenceFlow_06s5eu4">
316         <di:waypoint xsi:type="dc:Point" x="484" y="565" />
317         <di:waypoint xsi:type="dc:Point" x="563" y="565" />
318         <bpmndi:BPMNLabel>
319           <dc:Bounds x="524" y="550" width="0" height="0" />
320         </bpmndi:BPMNLabel>
321       </bpmndi:BPMNEdge>
322       <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
323         <di:waypoint xsi:type="dc:Point" x="663" y="565" />
324         <di:waypoint xsi:type="dc:Point" x="738" y="565" />
325         <bpmndi:BPMNLabel>
326           <dc:Bounds x="701" y="550" width="0" height="0" />
327         </bpmndi:BPMNLabel>
328       </bpmndi:BPMNEdge>
329       <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
330         <di:waypoint xsi:type="dc:Point" x="838" y="565" />
331         <di:waypoint xsi:type="dc:Point" x="913" y="565" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="876" y="550" width="0" height="0" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
337         <di:waypoint xsi:type="dc:Point" x="1186" y="97" />
338         <di:waypoint xsi:type="dc:Point" x="1253" y="97" />
339         <bpmndi:BPMNLabel>
340           <dc:Bounds x="1220" y="82" width="0" height="0" />
341         </bpmndi:BPMNLabel>
342       </bpmndi:BPMNEdge>
343       <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
344         <di:waypoint xsi:type="dc:Point" x="119" y="565" />
345         <di:waypoint xsi:type="dc:Point" x="189" y="565" />
346         <bpmndi:BPMNLabel>
347           <dc:Bounds x="154" y="550" width="0" height="0" />
348         </bpmndi:BPMNLabel>
349       </bpmndi:BPMNEdge>
350       <bpmndi:BPMNEdge id="SequenceFlow_0rt8wax_di" bpmnElement="SequenceFlow_0rt8wax">
351         <di:waypoint xsi:type="dc:Point" x="442" y="97" />
352         <di:waypoint xsi:type="dc:Point" x="515" y="97" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="479" y="82" width="0" height="0" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNEdge>
357       <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn">
358         <di:waypoint xsi:type="dc:Point" x="615" y="97" />
359         <di:waypoint xsi:type="dc:Point" x="673" y="97" />
360         <bpmndi:BPMNLabel>
361           <dc:Bounds x="644" y="82" width="0" height="0" />
362         </bpmndi:BPMNLabel>
363       </bpmndi:BPMNEdge>
364       <bpmndi:BPMNShape id="ScriptTask_1gpvlh8_di" bpmnElement="Task_19xbdbu">
365         <dc:Bounds x="342" y="57" width="100" height="80" />
366       </bpmndi:BPMNShape>
367       <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
368         <dc:Bounds x="515" y="57" width="100" height="80" />
369       </bpmndi:BPMNShape>
370     </bpmndi:BPMNPlane>
371   </bpmndi:BPMNDiagram>
372 </bpmn2:definitions>