blob: a975ebdee010b0ee9919def6962fd445eca2b16d [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
2<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3 <bpmn:process id="DoDeleteE2EServiceInstance" name="All Resources Deleted" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow">
5 <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing>
10 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11def ddsi = new DoDeleteE2EServiceInstance()
12ddsi.preProcessRequest(execution)
13]]></bpmn:script>
14 </bpmn:scriptTask>
15 <bpmn:endEvent id="EndEvent_1uqzt26">
16 <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming>
17 </bpmn:endEvent>
18 <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
19 <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming>
20 <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing>
21 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
22def ddsi = new DoDeleteE2EServiceInstance()
23ddsi.postProcessAAIGET(execution)]]></bpmn:script>
24 </bpmn:scriptTask>
25 <bpmn:scriptTask id="ScriptTask_01erufg" name="&#10;AAI&#10;Delete&#10;(svc instance)&#10;" scriptFormat="groovy">
26 <bpmn:incoming>SequenceFlow_1cevtpy</bpmn:incoming>
27 <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing>
28 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
29def ddsi = new DoCustomDeleteE2EServiceInstance()
30ddsi.deleteServiceInstance(execution)]]></bpmn:script>
31 </bpmn:scriptTask>
32 <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
33 <bpmn:startEvent id="StartEvent_0sf5lpt">
34 <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
35 <bpmn:errorEventDefinition />
36 </bpmn:startEvent>
37 <bpmn:endEvent id="EndEvent_06utmg4">
38 <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
39 </bpmn:endEvent>
40 <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
41 <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
42 <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
43 <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
44ExceptionUtil ex = new ExceptionUtil()
45ex.processJavaException(execution)]]></bpmn:script>
46 </bpmn:scriptTask>
47 <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
48 <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
49 </bpmn:subProcess>
50 <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" />
51 <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
52 <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
53 <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
54 <bpmn:incoming>SequenceFlow_1961633</bpmn:incoming>
55 <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
56 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
57def ddsi = new DoDeleteE2EServiceInstance()
58ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
59 </bpmn:scriptTask>
60 <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status">
61 <bpmn:extensionElements>
62 <camunda:connector>
63 <camunda:inputOutput>
64 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
65 <camunda:inputParameter name="headers">
66 <camunda:map>
67 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
68 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
69 </camunda:map>
70 </camunda:inputParameter>
71 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
72 <camunda:inputParameter name="method">POST</camunda:inputParameter>
73 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
74 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
75 </camunda:inputOutput>
76 <camunda:connectorId>http-connector</camunda:connectorId>
77 </camunda:connector>
78 </bpmn:extensionElements>
79 <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming>
80 <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing>
81 </bpmn:serviceTask>
82 <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
83 <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService">
84 <bpmn:extensionElements>
85 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
86 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
87 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
88 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
89 <camunda:out source="WorkflowException" target="WorkflowException" />
90 <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
91 <camunda:out source="GENGS_service" target="GENGS_service" />
92 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
93 <camunda:in source="serviceType" target="GENGS_serviceType" />
94 </bpmn:extensionElements>
95 <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
96 <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing>
97 </bpmn:callActivity>
98 <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" />
99 <bpmn:sequenceFlow id="SequenceFlow_1j08ko3" sourceRef="ServiceTask_00tg69u" targetRef="Task_1f5dlsv" />
100 <bpmn:sequenceFlow id="SequenceFlow_0fo5vw5" sourceRef="Task_1ldvug1" targetRef="Task_0mhdfuu" />
101 <bpmn:sequenceFlow id="SequenceFlow_0orw2f8" sourceRef="Task_0mhdfuu" targetRef="Task_1yx1n05" />
102 <bpmn:sequenceFlow id="SequenceFlow_0ha8ix9" sourceRef="Task_1yx1n05" targetRef="IntermediateThrowEvent_0ve5ukt" />
103 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0ve5ukt" name="Go to Delete Resources">
104 <bpmn:incoming>SequenceFlow_0ha8ix9</bpmn:incoming>
105 <bpmn:linkEventDefinition name="StartDeleteResource" />
106 </bpmn:intermediateThrowEvent>
107 <bpmn:intermediateCatchEvent id="startDeleteResources" name="Start Delete Resources">
108 <bpmn:outgoing>SequenceFlow_1961633</bpmn:outgoing>
109 <bpmn:linkEventDefinition name="StartDeleteResource" />
110 </bpmn:intermediateCatchEvent>
111 <bpmn:sequenceFlow id="SequenceFlow_1961633" sourceRef="startDeleteResources" targetRef="ScriptTask_146jt8v" />
112 <bpmn:scriptTask id="Task_1ldvug1" name="Prepare Decompose Service" scriptFormat="groovy">
113 <bpmn:incoming>SequenceFlow_1q2mqnm</bpmn:incoming>
114 <bpmn:outgoing>SequenceFlow_0fo5vw5</bpmn:outgoing>
115 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
116def dcsi= new DoDeleteE2EServiceInstance()
117dcsi.prepareDecomposeService(execution)]]></bpmn:script>
118 </bpmn:scriptTask>
119 <bpmn:callActivity id="Task_0mhdfuu" name="Call Decompose Service" calledElement="DecomposeService">
120 <bpmn:extensionElements>
121 <camunda:in source="msoRequestId" target="msoRequestId" />
122 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
123 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
124 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
125 <camunda:in source="requestParameters" target="requestParameters" />
126 <camunda:out source="rollbackData" target="rollbackData" />
127 <camunda:out source="rolledBack" target="rolledBack" />
128 <camunda:out source="WorkflowException" target="WorkflowException" />
129 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
130 </bpmn:extensionElements>
131 <bpmn:incoming>SequenceFlow_0fo5vw5</bpmn:incoming>
132 <bpmn:outgoing>SequenceFlow_0orw2f8</bpmn:outgoing>
133 </bpmn:callActivity>
134 <bpmn:scriptTask id="Task_1yx1n05" name="Post Decompose Service" scriptFormat="groovy">
135 <bpmn:incoming>SequenceFlow_0orw2f8</bpmn:incoming>
136 <bpmn:outgoing>SequenceFlow_0ha8ix9</bpmn:outgoing>
137 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
138def dcsi= new DoDeleteE2EServiceInstance()
139dcsi.postDecomposeService(execution)]]></bpmn:script>
140 </bpmn:scriptTask>
141 <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourcesV1">
142 <bpmn:extensionElements>
143 <camunda:in source="msoRequestId" target="msoRequestId" />
144 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
145 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
146 <camunda:in source="serviceType" target="serviceType" />
147 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
148 <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
149 <camunda:in source="serviceInputParams" target="serviceInputParams" />
150 <camunda:in source="deleteResourceList" target="deleteResourceList" />
151 <camunda:in source="resourceInstanceIDs" target="resourceInstanceIDs" />
152 <camunda:in source="operationType" target="operationType" />
153 <camunda:in source="operationId" target="operationId" />
154 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
155 </bpmn:extensionElements>
156 <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
157 <bpmn:outgoing>SequenceFlow_1cevtpy</bpmn:outgoing>
158 </bpmn:callActivity>
159 <bpmn:sequenceFlow id="SequenceFlow_1cevtpy" sourceRef="Task_1f5dlsv" targetRef="ScriptTask_01erufg" />
160 <bpmn:intermediateCatchEvent id="DecomposeService" name="Decompose Service">
161 <bpmn:outgoing>SequenceFlow_1q2mqnm</bpmn:outgoing>
162 <bpmn:linkEventDefinition name="DecomposeService" />
163 </bpmn:intermediateCatchEvent>
164 <bpmn:sequenceFlow id="SequenceFlow_1q2mqnm" sourceRef="DecomposeService" targetRef="Task_1ldvug1" />
165 <bpmn:intermediateThrowEvent id="StartEvent_1qh5a34" name="Go to Decompse Service">
166 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
167 <bpmn:linkEventDefinition name="DecomposeService" />
168 </bpmn:intermediateThrowEvent>
169 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="StartEvent_1qh5a34" />
170 </bpmn:process>
171 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
172 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteE2EServiceInstance">
173 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
174 <dc:Bounds x="-537" y="-51" width="36" height="36" />
175 <bpmndi:BPMNLabel>
176 <dc:Bounds x="-544" y="-10" width="52" height="12" />
177 </bpmndi:BPMNLabel>
178 </bpmndi:BPMNShape>
179 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
180 <dc:Bounds x="-449" y="-73" width="100" height="80" />
181 </bpmndi:BPMNShape>
182 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
183 <dc:Bounds x="543" y="472" width="36" height="36" />
184 <bpmndi:BPMNLabel>
185 <dc:Bounds x="471" y="513" width="90" height="12" />
186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNShape>
188 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
189 <dc:Bounds x="-109" y="-73" width="100" height="80" />
190 </bpmndi:BPMNShape>
191 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
192 <dc:Bounds x="254" y="450" width="100" height="80" />
193 </bpmndi:BPMNShape>
194 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
195 <dc:Bounds x="-166" y="672" width="467" height="193" />
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
198 <di:waypoint xsi:type="dc:Point" x="-501" y="-33" />
199 <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
200 <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
201 <di:waypoint xsi:type="dc:Point" x="-449" y="-33" />
202 <bpmndi:BPMNLabel>
203 <dc:Bounds x="-505" y="-39" width="90" height="12" />
204 </bpmndi:BPMNLabel>
205 </bpmndi:BPMNEdge>
206 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
207 <di:waypoint xsi:type="dc:Point" x="-349" y="-33" />
208 <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
209 <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
210 <di:waypoint xsi:type="dc:Point" x="-286" y="-33" />
211 <bpmndi:BPMNLabel>
212 <dc:Bounds x="-348" y="-39" width="90" height="12" />
213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNEdge>
215 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
216 <di:waypoint xsi:type="dc:Point" x="354" y="490" />
217 <di:waypoint xsi:type="dc:Point" x="543" y="490" />
218 <bpmndi:BPMNLabel>
219 <dc:Bounds x="403.5" y="469" width="90" height="12" />
220 </bpmndi:BPMNLabel>
221 </bpmndi:BPMNEdge>
222 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
223 <dc:Bounds x="-98" y="739" width="36" height="36" />
224 <bpmndi:BPMNLabel>
225 <dc:Bounds x="-170" y="780" width="90" height="12" />
226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNShape>
228 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
229 <dc:Bounds x="195" y="739" width="36" height="36" />
230 <bpmndi:BPMNLabel>
231 <dc:Bounds x="123" y="780" width="90" height="12" />
232 </bpmndi:BPMNLabel>
233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
235 <dc:Bounds x="6" y="717" width="100" height="80" />
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
238 <di:waypoint xsi:type="dc:Point" x="-62" y="757" />
239 <di:waypoint xsi:type="dc:Point" x="6" y="757" />
240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="-118" y="742" width="90" height="12" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
245 <di:waypoint xsi:type="dc:Point" x="106" y="757" />
246 <di:waypoint xsi:type="dc:Point" x="195" y="757" />
247 <bpmndi:BPMNLabel>
248 <dc:Bounds x="62" y="742" width="90" height="12" />
249 </bpmndi:BPMNLabel>
250 </bpmndi:BPMNEdge>
251 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
252 <dc:Bounds x="-422" y="450" width="100" height="80" />
253 </bpmndi:BPMNShape>
254 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
255 <dc:Bounds x="-229" y="450" width="100" height="80" />
256 </bpmndi:BPMNShape>
257 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
258 <di:waypoint xsi:type="dc:Point" x="-322" y="490" />
259 <di:waypoint xsi:type="dc:Point" x="-229" y="490" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="-320.5" y="469" width="90" height="12" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
265 <dc:Bounds x="-286" y="-73" width="100" height="80" />
266 </bpmndi:BPMNShape>
267 <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
268 <di:waypoint xsi:type="dc:Point" x="-186" y="-33" />
269 <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
270 <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
271 <di:waypoint xsi:type="dc:Point" x="-109" y="-33" />
272 <bpmndi:BPMNLabel>
273 <dc:Bounds x="-184" y="-39" width="90" height="12" />
274 </bpmndi:BPMNLabel>
275 </bpmndi:BPMNEdge>
276 <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
277 <di:waypoint xsi:type="dc:Point" x="-129" y="490" />
278 <di:waypoint xsi:type="dc:Point" x="-1" y="490" />
279 <bpmndi:BPMNLabel>
280 <dc:Bounds x="-110" y="469" width="90" height="12" />
281 </bpmndi:BPMNLabel>
282 </bpmndi:BPMNEdge>
283 <bpmndi:BPMNEdge id="SequenceFlow_0fo5vw5_di" bpmnElement="SequenceFlow_0fo5vw5">
284 <di:waypoint xsi:type="dc:Point" x="-278" y="198" />
285 <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
286 <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
287 <di:waypoint xsi:type="dc:Point" x="-178" y="198" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="-284" y="192" width="90" height="12" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNEdge id="SequenceFlow_0orw2f8_di" bpmnElement="SequenceFlow_0orw2f8">
293 <di:waypoint xsi:type="dc:Point" x="-78" y="198" />
294 <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
295 <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
296 <di:waypoint xsi:type="dc:Point" x="47" y="198" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="-79" y="192" width="90" height="12" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNEdge id="SequenceFlow_0ha8ix9_di" bpmnElement="SequenceFlow_0ha8ix9">
302 <di:waypoint xsi:type="dc:Point" x="147" y="198" />
303 <di:waypoint xsi:type="dc:Point" x="181" y="198" />
304 <di:waypoint xsi:type="dc:Point" x="181" y="198" />
305 <di:waypoint xsi:type="dc:Point" x="246" y="198" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="151" y="192" width="90" height="12" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
310 <bpmndi:BPMNShape id="IntermediateThrowEvent_15myvzx_di" bpmnElement="IntermediateThrowEvent_0ve5ukt">
311 <dc:Bounds x="246" y="180" width="36" height="36" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="233" y="220" width="64" height="24" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNShape id="IntermediateCatchEvent_1jcfnjr_di" bpmnElement="startDeleteResources">
317 <dc:Bounds x="-537" y="472" width="36" height="36" />
318 <bpmndi:BPMNLabel>
319 <dc:Bounds x="-549" y="512" width="60" height="24" />
320 </bpmndi:BPMNLabel>
321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="SequenceFlow_1961633_di" bpmnElement="SequenceFlow_1961633">
323 <di:waypoint xsi:type="dc:Point" x="-501" y="490" />
324 <di:waypoint xsi:type="dc:Point" x="-422" y="490" />
325 <bpmndi:BPMNLabel>
326 <dc:Bounds x="-461.5" y="469" width="0" height="12" />
327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNShape id="ScriptTask_079nac8_di" bpmnElement="Task_1ldvug1">
330 <dc:Bounds x="-378" y="158" width="100" height="80" />
331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNShape id="CallActivity_01b12fk_di" bpmnElement="Task_0mhdfuu">
333 <dc:Bounds x="-178" y="158" width="100" height="80" />
334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNShape id="ScriptTask_0msjtc4_di" bpmnElement="Task_1yx1n05">
336 <dc:Bounds x="47" y="158" width="100" height="80" />
337 </bpmndi:BPMNShape>
338 <bpmndi:BPMNShape id="CallActivity_16sm2op_di" bpmnElement="Task_1f5dlsv">
339 <dc:Bounds x="-1" y="450" width="100" height="80" />
340 </bpmndi:BPMNShape>
341 <bpmndi:BPMNEdge id="SequenceFlow_1cevtpy_di" bpmnElement="SequenceFlow_1cevtpy">
342 <di:waypoint xsi:type="dc:Point" x="99" y="490" />
343 <di:waypoint xsi:type="dc:Point" x="254" y="490" />
344 <bpmndi:BPMNLabel>
345 <dc:Bounds x="131.5" y="469" width="90" height="12" />
346 </bpmndi:BPMNLabel>
347 </bpmndi:BPMNEdge>
348 <bpmndi:BPMNShape id="IntermediateCatchEvent_0s6bb2d_di" bpmnElement="DecomposeService">
349 <dc:Bounds x="-537" y="180" width="36" height="36" />
350 <bpmndi:BPMNLabel>
351 <dc:Bounds x="-550" y="220" width="61" height="24" />
352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNShape>
354 <bpmndi:BPMNEdge id="SequenceFlow_1q2mqnm_di" bpmnElement="SequenceFlow_1q2mqnm">
355 <di:waypoint xsi:type="dc:Point" x="-501" y="198" />
356 <di:waypoint xsi:type="dc:Point" x="-378" y="198" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="-484" y="177" width="90" height="12" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNShape id="IntermediateThrowEvent_1j1awcj_di" bpmnElement="StartEvent_1qh5a34">
362 <dc:Bounds x="71" y="-51" width="36" height="36" />
363 <bpmndi:BPMNLabel>
364 <dc:Bounds x="46" y="-11" width="85" height="24" />
365 </bpmndi:BPMNLabel>
366 </bpmndi:BPMNShape>
367 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
368 <di:waypoint xsi:type="dc:Point" x="-9" y="-33" />
369 <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
370 <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
371 <di:waypoint xsi:type="dc:Point" x="71" y="-33" />
372 <bpmndi:BPMNLabel>
373 <dc:Bounds x="-16" y="-39" width="90" height="12" />
374 </bpmndi:BPMNLabel>
375 </bpmndi:BPMNEdge>
376 </bpmndi:BPMNPlane>
377 </bpmndi:BPMNDiagram>
378</bpmn:definitions>