e5236f92bf7baf2fc8713f3a0bdf66e765866747
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / UpdateNetworkInstance.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.14.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="UpdateNetworkInstance" name="UpdateNetworkInstance" 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>import org.onap.so.bpmn.infrastructure.scripts.*
12 def networkMod = new UpdateNetworkInstance()
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="doUpdateNetworkInstance_CallActivity" name="DoUpdate Network Instance&#10;" calledElement="DoUpdateNetworkInstance">
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>import org.onap.so.bpmn.infrastructure.scripts.*
65 def UpdateNetworkInstance = new  UpdateNetworkInstance()
66 UpdateNetworkInstance.postProcessResponse(execution)
67 </bpmn2:script>
68     </bpmn2:scriptTask>
69     <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doUpdateNetworkInstance_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>import org.onap.so.bpmn.infrastructure.scripts.*
75 def preProcess = new UpdateNetworkInstance()
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>import org.onap.so.bpmn.infrastructure.scripts.*
84 def UpdateNetworkInstance = new UpdateNetworkInstance()
85 UpdateNetworkInstance.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="UPDNI_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_1hql91g" name="Prepare FalloutHandler" scriptFormat="groovy">
109         <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming>
110         <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
111         <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
112 def UpdateNetworkInstance = new UpdateNetworkInstance()
113 UpdateNetworkInstance.buildErrorResponse(execution)</bpmn2:script>
114       </bpmn2:scriptTask>
115       <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
116         <bpmn2:extensionElements>
117           <camunda:in source="UPDNI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
118           <camunda:in source="mso-request-id" target="mso-request-id" />
119           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
120           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
121           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
122           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
123         </bpmn2:extensionElements>
124         <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
125         <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
126       </bpmn2:callActivity>
127       <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
128       <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
129       <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_1hql91g" />
130     </bpmn2:subProcess>
131     <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="ScriptTask_09qt0pi" />
132     <bpmn2:sequenceFlow id="SequenceFlow_0rt8wax" sourceRef="Task_19xbdbu" targetRef="Task_1nko5zz" />
133     <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doUpdateNetworkInstance_CallActivity" />
134     <bpmn2:scriptTask id="Task_19xbdbu" name="Get Network Model Info&#10;" scriptFormat="groovy">
135       <bpmn2:incoming>SequenceFlow_1ablr60</bpmn2:incoming>
136       <bpmn2:outgoing>SequenceFlow_0rt8wax</bpmn2:outgoing>
137       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
138 def UpdateNetworkInstance = new UpdateNetworkInstance()
139 UpdateNetworkInstance.getNetworkModelInfo(execution)</bpmn2:script>
140     </bpmn2:scriptTask>
141     <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
142       <bpmn2:incoming>SequenceFlow_0rt8wax</bpmn2:incoming>
143       <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing>
144       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
145 def UpdateNetworkInstance = new  UpdateNetworkInstance()
146 UpdateNetworkInstance.sendSyncResponse(execution)</bpmn2:script>
147     </bpmn2:scriptTask>
148   </bpmn2:process>
149   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
150   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
151   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
152     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateNetworkInstance">
153       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createNetwork_startEvent">
154         <dc:Bounds x="3" y="79" width="36" height="36" />
155         <bpmndi:BPMNLabel>
156           <dc:Bounds x="-3" y="120" width="48" height="14" />
157         </bpmndi:BPMNLabel>
158       </bpmndi:BPMNShape>
159       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
160         <dc:Bounds x="370" y="734" width="394" height="188" />
161       </bpmndi:BPMNShape>
162       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
163         <dc:Bounds x="403" y="811" width="36" height="36" />
164         <bpmndi:BPMNLabel>
165           <dc:Bounds x="376" y="852" width="90" height="0" />
166         </bpmndi:BPMNLabel>
167       </bpmndi:BPMNShape>
168       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
169         <dc:Bounds x="518" y="789" width="100" height="80" />
170       </bpmndi:BPMNShape>
171       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
172         <dc:Bounds x="679" y="811" width="36" height="36" />
173         <bpmndi:BPMNLabel>
174           <dc:Bounds x="652" y="852" width="90" height="0" />
175         </bpmndi:BPMNLabel>
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
178         <di:waypoint x="439" y="829" />
179         <di:waypoint x="518" y="829" />
180         <bpmndi:BPMNLabel>
181           <dc:Bounds x="436" y="829" width="90" height="0" />
182         </bpmndi:BPMNLabel>
183       </bpmndi:BPMNEdge>
184       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
185         <di:waypoint x="618" y="829" />
186         <di:waypoint x="679" y="829" />
187         <bpmndi:BPMNLabel>
188           <dc:Bounds x="608" y="829" width="90" height="0" />
189         </bpmndi:BPMNLabel>
190       </bpmndi:BPMNEdge>
191       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doUpdateNetworkInstance_CallActivity">
192         <dc:Bounds x="692" y="57" width="100" height="80" />
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
195         <dc:Bounds x="1408" y="79" width="36" height="36" />
196         <bpmndi:BPMNLabel>
197           <dc:Bounds x="1419" y="115" width="19" height="12" />
198         </bpmndi:BPMNLabel>
199       </bpmndi:BPMNShape>
200       <bpmndi:BPMNShape id="ScriptTask_09qt0pi_di" bpmnElement="ScriptTask_09qt0pi">
201         <dc:Bounds x="1253" y="57" width="100" height="80" />
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
204         <di:waypoint x="792" y="97" />
205         <di:waypoint x="907" y="97" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="850" y="82" width="0" height="0" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNEdge>
210       <bpmndi:BPMNEdge id="SequenceFlow_0x3znm5_di" bpmnElement="SequenceFlow_0x3znm5">
211         <di:waypoint x="1353" y="97" />
212         <di:waypoint x="1408" y="97" />
213         <bpmndi:BPMNLabel>
214           <dc:Bounds x="1381" y="82" width="0" height="0" />
215         </bpmndi:BPMNLabel>
216       </bpmndi:BPMNEdge>
217       <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
218         <dc:Bounds x="139" y="57" width="100" height="80" />
219       </bpmndi:BPMNShape>
220       <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
221         <di:waypoint x="39" y="97" />
222         <di:waypoint x="89" y="97" />
223         <di:waypoint x="89" y="97" />
224         <di:waypoint x="139" y="97" />
225         <bpmndi:BPMNLabel>
226           <dc:Bounds x="104" y="97" width="0" height="0" />
227         </bpmndi:BPMNLabel>
228       </bpmndi:BPMNEdge>
229       <bpmndi:BPMNEdge id="SequenceFlow_1ablr60_di" bpmnElement="SequenceFlow_1ablr60">
230         <di:waypoint x="239" y="97" />
231         <di:waypoint x="306" y="97" />
232         <di:waypoint x="306" y="97" />
233         <di:waypoint x="372" y="97" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="321" y="97" width="0" height="0" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNEdge>
238       <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
239         <dc:Bounds x="907" y="57" width="100" height="80" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
242         <dc:Bounds x="1071" y="57" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
245         <di:waypoint x="1007" y="97" />
246         <di:waypoint x="1071" y="97" />
247         <bpmndi:BPMNLabel>
248           <dc:Bounds x="1039" y="82" width="0" height="0" />
249         </bpmndi:BPMNLabel>
250       </bpmndi:BPMNEdge>
251       <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
252         <dc:Bounds x="436" y="461" width="100" height="80" />
253       </bpmndi:BPMNShape>
254       <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
255         <dc:Bounds x="611" y="461" width="100" height="80" />
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
258         <dc:Bounds x="200" y="354" width="681" height="293" />
259       </bpmndi:BPMNShape>
260       <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
261         <dc:Bounds x="283" y="483" width="36" height="36" />
262         <bpmndi:BPMNLabel>
263           <dc:Bounds x="256" y="524" width="90" height="0" />
264         </bpmndi:BPMNLabel>
265       </bpmndi:BPMNShape>
266       <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
267         <dc:Bounds x="786" y="483" width="36" height="36" />
268         <bpmndi:BPMNLabel>
269           <dc:Bounds x="759" y="524" width="90" height="0" />
270         </bpmndi:BPMNLabel>
271       </bpmndi:BPMNShape>
272       <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
273         <di:waypoint x="536" y="501" />
274         <di:waypoint x="611" y="501" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="529" y="486" width="90" height="0" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNEdge>
279       <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
280         <di:waypoint x="711" y="501" />
281         <di:waypoint x="786" y="501" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="704" y="486" width="90" height="0" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNEdge>
286       <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
287         <di:waypoint x="1171" y="97" />
288         <di:waypoint x="1253" y="97" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="1212" y="82" width="0" height="0" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNEdge>
293       <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
294         <di:waypoint x="319" y="501" />
295         <di:waypoint x="436" y="501" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="332.5" y="486" width="90" height="0" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="SequenceFlow_0rt8wax_di" bpmnElement="SequenceFlow_0rt8wax">
301         <di:waypoint x="472" y="97" />
302         <di:waypoint x="558" y="97" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="515" y="82" width="0" height="0" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn">
308         <di:waypoint x="658" y="97" />
309         <di:waypoint x="692" y="97" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="675" y="82" width="0" height="0" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNShape id="ScriptTask_1gpvlh8_di" bpmnElement="Task_19xbdbu">
315         <dc:Bounds x="372" y="57" width="100" height="80" />
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
318         <dc:Bounds x="558" y="57" width="100" height="80" />
319       </bpmndi:BPMNShape>
320     </bpmndi:BPMNPlane>
321   </bpmndi:BPMNDiagram>
322 </bpmn2:definitions>