[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / DeleteVfModuleInfra.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="_F0omAMXGEeW834CKd-K10Q" 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="DeleteVfModuleInfra" name="DeleteVfModuleInfra" isExecutable="true">
4     <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
8 def dvfm = new DeleteVfModuleInfra()
9 dvfm.sendSynchResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ScriptTask_1" targetRef="ScriptTask_7" />
12     <bpmn2:scriptTask id="ScriptTask_2" name="Pre-Process Request" scriptFormat="groovy">
13       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
15       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
16 def dvfm = new DeleteVfModuleInfra()
17 dvfm.preProcessRequest(execution)
18 ]]></bpmn2:script>
19     </bpmn2:scriptTask>
20     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_2" targetRef="ScriptTask_1" />
21     <bpmn2:scriptTask id="ScriptTask_7" name="DoDeleteVfModule (prep)" scriptFormat="groovy">
22       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
23       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
24       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
25 def dvfm = new DeleteVfModuleInfra()
26 dvfm.prepDoDeleteVfModule(execution)]]></bpmn2:script>
27     </bpmn2:scriptTask>
28     <bpmn2:callActivity id="ScriptTask_6" name="DoDeleteVfModule" calledElement="DoDeleteVfModule">
29       <bpmn2:extensionElements>
30         <camunda:out source="WorkflowException" target="WorkflowException" />
31         <camunda:in source="DELVfModI_requestId" target="requestId" />
32         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
33         <camunda:in source="vnfId" target="vnfId" />
34         <camunda:in source="vfModuleId" target="vfModuleId" />
35         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
36         <camunda:in source="DELVfModI_vfModuleName" target="vfModuleName" />
37         <camunda:in source="vfModuleModelInfo" target="vfModuleModelInfo" />
38         <camunda:in source="cloudConfiguration" target="cloudConfiguration" />
39         <camunda:in source="&#34;1610&#34;" target="sdncVersion" />
40         <camunda:in source="isVidRequest" target="isVidRequest" />
41       </bpmn2:extensionElements>
42       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
44     </bpmn2:callActivity>
45     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ScriptTask_7" targetRef="ScriptTask_6" />
46     <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">
47       <bpmn2:extensionElements>
48         <camunda:in source="DELVfModI_CompletionHandlerRequest" target="CompleteMsoProcessRequest" />
49         <camunda:in source="mso-request-id" target="mso-request-id" />
50         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
51         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
52       </bpmn2:extensionElements>
53       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
54       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
55     </bpmn2:callActivity>
56     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4" />
57     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">
58       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
59       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5" />
60     </bpmn2:endEvent>
61     <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">
62       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
63       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
64       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
65 execution.setVariable("DeleteVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>
66     </bpmn2:scriptTask>
67     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1" />
68     <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">
69       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
70       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
71       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
72 def dvfm = new DeleteVfModuleInfra()
73 dvfm.completionHandlerPrep(execution, 'DELVfModI_CompletionHandlerRequest')
74 ]]></bpmn2:script>
75     </bpmn2:scriptTask>
76     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" />
77     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_6" targetRef="ScriptTask_5" />
78     <bpmn2:serviceTask id="ScriptTask_8" name="UpdateInfraRequest">
79       <bpmn2:extensionElements>
80         <camunda:connector>
81           <camunda:inputOutput>
82             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
83             <camunda:inputParameter name="method">POST</camunda:inputParameter>
84             <camunda:inputParameter name="headers">
85               <camunda:map>
86                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
87                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
88               </camunda:map>
89             </camunda:inputParameter>
90             <camunda:inputParameter name="payload">${DELVfModI_updateInfraRequest}</camunda:inputParameter>
91             <camunda:outputParameter name="DELVfModI_updateInfraRequestResponse">${response}</camunda:outputParameter>
92             <camunda:outputParameter name="DELVfModI_updateInfraRequestResponseCode">${statusCode}</camunda:outputParameter>
93           </camunda:inputOutput>
94           <camunda:connectorId>soap-http-connector</camunda:connectorId>
95         </camunda:connector>
96       </bpmn2:extensionElements>
97       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
98       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
99     </bpmn2:serviceTask>
100     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_8" targetRef="ScriptTask_10" />
101     <bpmn2:scriptTask id="ScriptTask_5" name="Update Infra Request (prep)" scriptFormat="groovy">
102       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
103       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
104       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
105 def dvfm = new DeleteVfModuleInfra()
106 dvfm.prepUpdateInfraRequest(execution)]]></bpmn2:script>
107     </bpmn2:scriptTask>
108     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_5" targetRef="ScriptTask_8" />
109     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">
110       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">
111         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
112         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
113       </bpmn2:startEvent>
114       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_3" />
115       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">
116         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
117         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
118         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
119 def dvfm = new DeleteVfModuleInfra()
120 dvfm.falloutHandlerPrep(execution, 'DELVfModI_FalloutHandlerRequest')
121 ]]></bpmn2:script>
122       </bpmn2:scriptTask>
123       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" />
124       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">
125         <bpmn2:extensionElements>
126           <camunda:in source="DELVfModI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
127           <camunda:in source="mso-request-id" target="mso-request-id" />
128           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
129           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
130         </bpmn2:extensionElements>
131         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
132         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
133       </bpmn2:callActivity>
134       <bpmn2:endEvent id="EndEvent_2">
135         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
136         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
137       </bpmn2:endEvent>
138       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" />
139     </bpmn2:subProcess>
140     <bpmn2:endEvent id="EndEvent_3">
141       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
142       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
143     </bpmn2:endEvent>
144     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
145       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
146       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
147     </bpmn2:boundaryEvent>
148     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" />
149     <bpmn2:startEvent id="StartEvent_1" name="Start">
150       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
151     </bpmn2:startEvent>
152     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_2" />
153   </bpmn2:process>
154   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
155   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
156     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleInfra">
157       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
158         <dc:Bounds x="144" y="72" width="36" height="36" />
159         <bpmndi:BPMNLabel>
160           <dc:Bounds x="145" y="113" width="34" height="22" />
161         </bpmndi:BPMNLabel>
162       </bpmndi:BPMNShape>
163       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">
164         <dc:Bounds x="605" y="370" width="36" height="36" />
165         <bpmndi:BPMNLabel>
166           <dc:Bounds x="598" y="411" width="50" height="22" />
167         </bpmndi:BPMNLabel>
168       </bpmndi:BPMNShape>
169       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
170         <di:waypoint xsi:type="dc:Point" x="180" y="90" />
171         <di:waypoint xsi:type="dc:Point" x="299" y="90" />
172         <bpmndi:BPMNLabel>
173           <dc:Bounds x="230" y="90" width="6" height="6" />
174         </bpmndi:BPMNLabel>
175       </bpmndi:BPMNEdge>
176       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="ScriptTask_2">
177         <dc:Bounds x="299" y="50" width="100" height="80" />
178       </bpmndi:BPMNShape>
179       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">
180         <di:waypoint xsi:type="dc:Point" x="399" y="90" />
181         <di:waypoint xsi:type="dc:Point" x="449" y="90" />
182         <bpmndi:BPMNLabel>
183           <dc:Bounds x="433" y="90" width="6" height="6" />
184         </bpmndi:BPMNLabel>
185       </bpmndi:BPMNEdge>
186       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">
187         <dc:Bounds x="449" y="50" width="100" height="80" />
188       </bpmndi:BPMNShape>
189       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125" targetElement="_BPMNShape_ScriptTask_130">
190         <di:waypoint xsi:type="dc:Point" x="498" y="130" />
191         <di:waypoint xsi:type="dc:Point" x="498" y="160" />
192         <di:waypoint xsi:type="dc:Point" x="199" y="160" />
193         <di:waypoint xsi:type="dc:Point" x="199" y="190" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="717" y="169" width="6" height="6" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">
199         <dc:Bounds x="449" y="348" width="100" height="80" />
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">
202         <di:waypoint xsi:type="dc:Point" x="549" y="388" />
203         <di:waypoint xsi:type="dc:Point" x="605" y="388" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="723" y="186" width="6" height="6" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNEdge>
208       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_130" bpmnElement="ScriptTask_7">
209         <dc:Bounds x="149" y="190" width="100" height="80" />
210       </bpmndi:BPMNShape>
211       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">
212         <dc:Bounds x="149" y="348" width="100" height="80" />
213       </bpmndi:BPMNShape>
214       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">
215         <dc:Bounds x="299" y="348" width="100" height="80" />
216       </bpmndi:BPMNShape>
217       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">
218         <di:waypoint xsi:type="dc:Point" x="249" y="388" />
219         <di:waypoint xsi:type="dc:Point" x="299" y="388" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="271" y="394" width="6" height="6" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNEdge>
224       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">
225         <dc:Bounds x="65" y="536" width="565" height="241" />
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">
228         <dc:Bounds x="129" y="630" width="36" height="36" />
229         <bpmndi:BPMNLabel>
230           <dc:Bounds x="98" y="671" width="98" height="22" />
231         </bpmndi:BPMNLabel>
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">
234         <dc:Bounds x="209" y="608" width="100" height="80" />
235       </bpmndi:BPMNShape>
236       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">
237         <di:waypoint xsi:type="dc:Point" x="165" y="648" />
238         <di:waypoint xsi:type="dc:Point" x="209" y="648" />
239         <bpmndi:BPMNLabel>
240           <dc:Bounds x="209" y="948" width="6" height="6" />
241         </bpmndi:BPMNLabel>
242       </bpmndi:BPMNEdge>
243       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">
244         <di:waypoint xsi:type="dc:Point" x="309" y="648" />
245         <di:waypoint xsi:type="dc:Point" x="377" y="648" />
246         <bpmndi:BPMNLabel>
247           <dc:Bounds x="325" y="648" width="0" height="0" />
248         </bpmndi:BPMNLabel>
249       </bpmndi:BPMNEdge>
250       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">
251         <dc:Bounds x="533" y="630" width="36" height="36" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="551" y="671" width="0" height="0" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">
257         <dc:Bounds x="612" y="630" width="36" height="36" />
258         <bpmndi:BPMNLabel>
259           <dc:Bounds x="627" y="671" width="6" height="6" />
260         </bpmndi:BPMNLabel>
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">
263         <dc:Bounds x="704" y="630" width="36" height="36" />
264         <bpmndi:BPMNLabel>
265           <dc:Bounds x="722" y="671" width="0" height="0" />
266         </bpmndi:BPMNLabel>
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">
269         <di:waypoint xsi:type="dc:Point" x="648" y="648" />
270         <di:waypoint xsi:type="dc:Point" x="704" y="648" />
271         <bpmndi:BPMNLabel>
272           <dc:Bounds x="693" y="948" width="6" height="6" />
273         </bpmndi:BPMNLabel>
274       </bpmndi:BPMNEdge>
275       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">
276         <dc:Bounds x="377" y="608" width="100" height="80" />
277       </bpmndi:BPMNShape>
278       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">
279         <di:waypoint xsi:type="dc:Point" x="399" y="388" />
280         <di:waypoint xsi:type="dc:Point" x="449" y="388" />
281         <bpmndi:BPMNLabel>
282           <dc:Bounds x="439" y="356" width="6" height="6" />
283         </bpmndi:BPMNLabel>
284       </bpmndi:BPMNEdge>
285       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">
286         <di:waypoint xsi:type="dc:Point" x="477" y="648" />
287         <di:waypoint xsi:type="dc:Point" x="533" y="648" />
288         <bpmndi:BPMNLabel>
289           <dc:Bounds x="373" y="456" width="6" height="6" />
290         </bpmndi:BPMNLabel>
291       </bpmndi:BPMNEdge>
292       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">
293         <dc:Bounds x="299" y="190" width="100" height="80" />
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_130" targetElement="_BPMNShape_ScriptTask_181">
296         <di:waypoint xsi:type="dc:Point" x="249" y="230" />
297         <di:waypoint xsi:type="dc:Point" x="299" y="230" />
298       </bpmndi:BPMNEdge>
299       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_182" bpmnElement="ScriptTask_5">
300         <dc:Bounds x="453" y="190" width="100" height="80" />
301       </bpmndi:BPMNShape>
302       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_183" bpmnElement="ScriptTask_8">
303         <dc:Bounds x="598" y="190" width="100" height="80" />
304       </bpmndi:BPMNShape>
305       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_182">
306         <di:waypoint xsi:type="dc:Point" x="399" y="230" />
307         <di:waypoint xsi:type="dc:Point" x="453" y="230" />
308         <bpmndi:BPMNLabel>
309           <dc:Bounds x="613" y="314" width="6" height="6" />
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_182" targetElement="_BPMNShape_ScriptTask_183">
313         <di:waypoint xsi:type="dc:Point" x="553" y="230" />
314         <di:waypoint xsi:type="dc:Point" x="598" y="230" />
315         <bpmndi:BPMNLabel>
316           <dc:Bounds x="575" y="230" width="6" height="6" />
317         </bpmndi:BPMNLabel>
318       </bpmndi:BPMNEdge>
319       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_183" targetElement="_BPMNShape_ScriptTask_133">
320         <di:waypoint xsi:type="dc:Point" x="647" y="270" />
321         <di:waypoint xsi:type="dc:Point" x="647" y="304" />
322         <di:waypoint xsi:type="dc:Point" x="199" y="304" />
323         <di:waypoint xsi:type="dc:Point" x="199" y="348" />
324         <bpmndi:BPMNLabel>
325           <dc:Bounds x="345" y="280" width="6" height="6" />
326         </bpmndi:BPMNLabel>
327       </bpmndi:BPMNEdge>
328     </bpmndi:BPMNPlane>
329   </bpmndi:BPMNDiagram>
330 </bpmn2:definitions>