Merge "Update Library Version" into casablanca
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoDeleteE2EServiceInstance.bpmn
1 <?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.11.3">
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.*
11 def ddsi = new DoDeleteE2EServiceInstance()
12 ddsi.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.*
22 def ddsi = new DoDeleteE2EServiceInstance()
23 ddsi.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:incoming>SequenceFlow_12rr1yy</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing>
29       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30 def ddsi = new DoCustomDeleteE2EServiceInstance()
31 ddsi.deleteServiceInstance(execution)]]></bpmn:script>
32     </bpmn:scriptTask>
33     <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
34       <bpmn:startEvent id="StartEvent_0sf5lpt">
35         <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
36         <bpmn:errorEventDefinition />
37       </bpmn:startEvent>
38       <bpmn:endEvent id="EndEvent_06utmg4">
39         <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
40       </bpmn:endEvent>
41       <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
42         <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
43         <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
44         <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
45 ExceptionUtil ex = new ExceptionUtil()
46 ex.processJavaException(execution)]]></bpmn:script>
47       </bpmn:scriptTask>
48       <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
49       <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
50     </bpmn:subProcess>
51     <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" />
52     <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
53     <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
54     <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
55       <bpmn:incoming>SequenceFlow_1961633</bpmn:incoming>
56       <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
57       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
58 def ddsi = new DoDeleteE2EServiceInstance()
59 ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
60     </bpmn:scriptTask>
61     <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status">
62       <bpmn:extensionElements>
63         <camunda:connector>
64           <camunda:inputOutput>
65             <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
66             <camunda:inputParameter name="headers">
67               <camunda:map>
68                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
69                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
70               </camunda:map>
71             </camunda:inputParameter>
72             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
73             <camunda:inputParameter name="method">POST</camunda:inputParameter>
74             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
75             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
76           </camunda:inputOutput>
77           <camunda:connectorId>http-connector</camunda:connectorId>
78         </camunda:connector>
79       </bpmn:extensionElements>
80       <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming>
81       <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing>
82     </bpmn:serviceTask>
83     <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
84     <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService">
85       <bpmn:extensionElements>
86         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
87         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
88         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
89         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
90         <camunda:out source="WorkflowException" target="WorkflowException" />
91         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
92         <camunda:out source="GENGS_service" target="GENGS_service" />
93         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
94         <camunda:in source="serviceType" target="GENGS_serviceType" />
95       </bpmn:extensionElements>
96       <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
97       <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing>
98     </bpmn:callActivity>
99     <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" />
100     <bpmn:sequenceFlow id="SequenceFlow_1j08ko3" sourceRef="ServiceTask_00tg69u" targetRef="Task_1f5dlsv" />
101     <bpmn:sequenceFlow id="SequenceFlow_0fo5vw5" sourceRef="Task_1ldvug1" targetRef="Task_0mhdfuu" />
102     <bpmn:sequenceFlow id="SequenceFlow_0orw2f8" sourceRef="Task_0mhdfuu" targetRef="Task_1yx1n05" />
103     <bpmn:intermediateCatchEvent id="startDeleteResources" name="Start Delete Resources">
104       <bpmn:outgoing>SequenceFlow_1961633</bpmn:outgoing>
105       <bpmn:linkEventDefinition name="StartDeleteResource" />
106     </bpmn:intermediateCatchEvent>
107     <bpmn:sequenceFlow id="SequenceFlow_1961633" sourceRef="startDeleteResources" targetRef="ScriptTask_146jt8v" />
108     <bpmn:scriptTask id="Task_1ldvug1" name="Prepare Decompose Service" scriptFormat="groovy">
109       <bpmn:incoming>SequenceFlow_1q2mqnm</bpmn:incoming>
110       <bpmn:outgoing>SequenceFlow_0fo5vw5</bpmn:outgoing>
111       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
112 def dcsi= new DoDeleteE2EServiceInstance()
113 dcsi.prepareDecomposeService(execution)]]></bpmn:script>
114     </bpmn:scriptTask>
115     <bpmn:callActivity id="Task_0mhdfuu" name="Call Decompose Service" calledElement="DecomposeService">
116       <bpmn:extensionElements>
117         <camunda:in source="msoRequestId" target="msoRequestId" />
118         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
119         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
120         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
121         <camunda:in source="requestParameters" target="requestParameters" />
122         <camunda:out source="rollbackData" target="rollbackData" />
123         <camunda:out source="rolledBack" target="rolledBack" />
124         <camunda:out source="WorkflowException" target="WorkflowException" />
125         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
126       </bpmn:extensionElements>
127       <bpmn:incoming>SequenceFlow_0fo5vw5</bpmn:incoming>
128       <bpmn:outgoing>SequenceFlow_0orw2f8</bpmn:outgoing>
129     </bpmn:callActivity>
130     <bpmn:scriptTask id="Task_1yx1n05" name="Post Decompose Service" scriptFormat="groovy">
131       <bpmn:incoming>SequenceFlow_0orw2f8</bpmn:incoming>
132       <bpmn:outgoing>SequenceFlow_013rime</bpmn:outgoing>
133       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
134 def dcsi= new DoDeleteE2EServiceInstance()
135 dcsi.postDecomposeService(execution)]]></bpmn:script>
136     </bpmn:scriptTask>
137     <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourcesV1">
138       <bpmn:extensionElements>
139         <camunda:in source="msoRequestId" target="msoRequestId" />
140         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
141         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
142         <camunda:in source="serviceType" target="serviceType" />
143         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
144         <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
145         <camunda:in source="serviceInputParams" target="serviceInputParams" />
146         <camunda:in source="deleteResourceList" target="deleteResourceList" />
147         <camunda:in source="resourceInstanceIDs" target="resourceInstanceIDs" />
148         <camunda:in source="operationType" target="operationType" />
149         <camunda:in source="operationId" target="operationId" />
150         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
151       </bpmn:extensionElements>
152       <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
153       <bpmn:outgoing>SequenceFlow_1cevtpy</bpmn:outgoing>
154     </bpmn:callActivity>
155     <bpmn:sequenceFlow id="SequenceFlow_1cevtpy" sourceRef="Task_1f5dlsv" targetRef="ScriptTask_01erufg" />
156     <bpmn:intermediateCatchEvent id="DecomposeService" name="Decompose Service">
157       <bpmn:outgoing>SequenceFlow_1q2mqnm</bpmn:outgoing>
158       <bpmn:linkEventDefinition name="DecomposeService" />
159     </bpmn:intermediateCatchEvent>
160     <bpmn:sequenceFlow id="SequenceFlow_1q2mqnm" sourceRef="DecomposeService" targetRef="Task_1ldvug1" />
161     <bpmn:intermediateThrowEvent id="StartEvent_1qh5a34" name="Go to Decompse Service">
162       <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
163       <bpmn:linkEventDefinition name="DecomposeService" />
164     </bpmn:intermediateThrowEvent>
165     <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="StartEvent_1qh5a34" />
166     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_00pyc0n" name="Start Delete Resources">
167       <bpmn:incoming>SequenceFlow_1fozgqz</bpmn:incoming>
168       <bpmn:linkEventDefinition name="StartDeleteResource" />
169     </bpmn:intermediateThrowEvent>
170     <bpmn:exclusiveGateway id="ExclusiveGateway_156mc3h" name="Valid Resource List?" default="SequenceFlow_1ncja2b">
171       <bpmn:incoming>SequenceFlow_013rime</bpmn:incoming>
172       <bpmn:outgoing>SequenceFlow_1fozgqz</bpmn:outgoing>
173       <bpmn:outgoing>SequenceFlow_1ncja2b</bpmn:outgoing>
174     </bpmn:exclusiveGateway>
175     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1g4uc66" name="End Delete Process">
176       <bpmn:incoming>SequenceFlow_1ncja2b</bpmn:incoming>
177       <bpmn:linkEventDefinition name="EndDeleteProcess" />
178     </bpmn:intermediateThrowEvent>
179     <bpmn:sequenceFlow id="SequenceFlow_1fozgqz" name="Yes" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_00pyc0n">
180       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isDeleteResourceListValid" )  == true)}]]></bpmn:conditionExpression>
181     </bpmn:sequenceFlow>
182     <bpmn:sequenceFlow id="SequenceFlow_1ncja2b" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_1g4uc66" />
183     <bpmn:sequenceFlow id="SequenceFlow_013rime" sourceRef="Task_1yx1n05" targetRef="ExclusiveGateway_156mc3h" />
184     <bpmn:serviceTask id="ServiceTask_1lsic7i" name="Update Service Operation Status">
185       <bpmn:extensionElements>
186         <camunda:connector>
187           <camunda:inputOutput>
188             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
189             <camunda:inputParameter name="headers">
190               <camunda:map>
191                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
192                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
193               </camunda:map>
194             </camunda:inputParameter>
195             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
196             <camunda:inputParameter name="method">POST</camunda:inputParameter>
197             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
198             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
199           </camunda:inputOutput>
200           <camunda:connectorId>http-connector</camunda:connectorId>
201         </camunda:connector>
202       </bpmn:extensionElements>
203       <bpmn:incoming>SequenceFlow_1ab3vex</bpmn:incoming>
204       <bpmn:outgoing>SequenceFlow_12rr1yy</bpmn:outgoing>
205     </bpmn:serviceTask>
206     <bpmn:scriptTask id="ScriptTask_0f3tjbn" name="prepare update service operation status" scriptFormat="groovy">
207       <bpmn:incoming>SequenceFlow_0h5c1bd</bpmn:incoming>
208       <bpmn:outgoing>SequenceFlow_1ab3vex</bpmn:outgoing>
209       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
210 execution.setVariable("progress", "100")
211 execution.setVariable("result", "finished")
212 execution.setVariable("operationContent", "No actual resoure in service instance")
213 def csi= new DoDeleteE2EServiceInstance()
214 csi.prepareUpdateServiceOperationStatus(execution)]]></bpmn:script>
215     </bpmn:scriptTask>
216     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0hrkmxb" name="End Delete Process">
217       <bpmn:outgoing>SequenceFlow_0h5c1bd</bpmn:outgoing>
218       <bpmn:linkEventDefinition name="EndDeleteProcess" />
219     </bpmn:intermediateCatchEvent>
220     <bpmn:sequenceFlow id="SequenceFlow_1ab3vex" sourceRef="ScriptTask_0f3tjbn" targetRef="ServiceTask_1lsic7i" />
221     <bpmn:sequenceFlow id="SequenceFlow_0h5c1bd" sourceRef="IntermediateCatchEvent_0hrkmxb" targetRef="ScriptTask_0f3tjbn" />
222     <bpmn:sequenceFlow id="SequenceFlow_12rr1yy" sourceRef="ServiceTask_1lsic7i" targetRef="ScriptTask_01erufg" />
223   </bpmn:process>
224   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
225     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteE2EServiceInstance">
226       <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
227         <dc:Bounds x="-537" y="-51" width="36" height="36" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="-544" y="-10" width="52" height="12" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
233         <dc:Bounds x="-449" y="-73" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
236         <dc:Bounds x="543" y="472" width="36" height="36" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="471" y="513" width="90" height="12" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
242         <dc:Bounds x="-109" y="-73" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
245         <dc:Bounds x="254" y="450" width="100" height="80" />
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
248         <dc:Bounds x="-161" y="980" width="467" height="193" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
251         <di:waypoint xsi:type="dc:Point" x="-501" y="-33" />
252         <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
253         <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
254         <di:waypoint xsi:type="dc:Point" x="-449" y="-33" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="-505" y="-39" width="90" height="12" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNEdge>
259       <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
260         <di:waypoint xsi:type="dc:Point" x="-349" y="-33" />
261         <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
262         <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
263         <di:waypoint xsi:type="dc:Point" x="-286" y="-33" />
264         <bpmndi:BPMNLabel>
265           <dc:Bounds x="-348" y="-39" width="90" height="12" />
266         </bpmndi:BPMNLabel>
267       </bpmndi:BPMNEdge>
268       <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
269         <di:waypoint xsi:type="dc:Point" x="354" y="490" />
270         <di:waypoint xsi:type="dc:Point" x="543" y="490" />
271         <bpmndi:BPMNLabel>
272           <dc:Bounds x="403.5" y="469" width="90" height="12" />
273         </bpmndi:BPMNLabel>
274       </bpmndi:BPMNEdge>
275       <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
276         <dc:Bounds x="-93" y="1047" width="36" height="36" />
277         <bpmndi:BPMNLabel>
278           <dc:Bounds x="-165" y="1088" width="90" height="12" />
279         </bpmndi:BPMNLabel>
280       </bpmndi:BPMNShape>
281       <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
282         <dc:Bounds x="200" y="1047" width="36" height="36" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="128" y="1088" width="90" height="12" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNShape>
287       <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
288         <dc:Bounds x="11" y="1025" width="100" height="80" />
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
291         <di:waypoint xsi:type="dc:Point" x="-57" y="1065" />
292         <di:waypoint xsi:type="dc:Point" x="11" y="1065" />
293         <bpmndi:BPMNLabel>
294           <dc:Bounds x="-113" y="1050" width="90" height="12" />
295         </bpmndi:BPMNLabel>
296       </bpmndi:BPMNEdge>
297       <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
298         <di:waypoint xsi:type="dc:Point" x="111" y="1065" />
299         <di:waypoint xsi:type="dc:Point" x="200" y="1065" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="67" y="1050" width="90" height="12" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
305         <dc:Bounds x="-422" y="450" width="100" height="80" />
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
308         <dc:Bounds x="-229" y="450" width="100" height="80" />
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
311         <di:waypoint xsi:type="dc:Point" x="-322" y="490" />
312         <di:waypoint xsi:type="dc:Point" x="-229" y="490" />
313         <bpmndi:BPMNLabel>
314           <dc:Bounds x="-320.5" y="469" width="90" height="12" />
315         </bpmndi:BPMNLabel>
316       </bpmndi:BPMNEdge>
317       <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
318         <dc:Bounds x="-286" y="-73" width="100" height="80" />
319       </bpmndi:BPMNShape>
320       <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
321         <di:waypoint xsi:type="dc:Point" x="-186" y="-33" />
322         <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
323         <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
324         <di:waypoint xsi:type="dc:Point" x="-109" y="-33" />
325         <bpmndi:BPMNLabel>
326           <dc:Bounds x="-184" y="-39" width="90" height="12" />
327         </bpmndi:BPMNLabel>
328       </bpmndi:BPMNEdge>
329       <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
330         <di:waypoint xsi:type="dc:Point" x="-129" y="490" />
331         <di:waypoint xsi:type="dc:Point" x="-1" y="490" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="-110" y="469" width="90" height="12" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="SequenceFlow_0fo5vw5_di" bpmnElement="SequenceFlow_0fo5vw5">
337         <di:waypoint xsi:type="dc:Point" x="-278" y="198" />
338         <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
339         <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
340         <di:waypoint xsi:type="dc:Point" x="-178" y="198" />
341         <bpmndi:BPMNLabel>
342           <dc:Bounds x="-284" y="192" width="90" height="12" />
343         </bpmndi:BPMNLabel>
344       </bpmndi:BPMNEdge>
345       <bpmndi:BPMNEdge id="SequenceFlow_0orw2f8_di" bpmnElement="SequenceFlow_0orw2f8">
346         <di:waypoint xsi:type="dc:Point" x="-78" y="198" />
347         <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
348         <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
349         <di:waypoint xsi:type="dc:Point" x="47" y="198" />
350         <bpmndi:BPMNLabel>
351           <dc:Bounds x="-79" y="192" width="90" height="12" />
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNShape id="IntermediateCatchEvent_1jcfnjr_di" bpmnElement="startDeleteResources">
355         <dc:Bounds x="-537" y="472" width="36" height="36" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="-549" y="512" width="60" height="24" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNShape>
360       <bpmndi:BPMNEdge id="SequenceFlow_1961633_di" bpmnElement="SequenceFlow_1961633">
361         <di:waypoint xsi:type="dc:Point" x="-501" y="490" />
362         <di:waypoint xsi:type="dc:Point" x="-422" y="490" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="-461.5" y="469" width="0" height="12" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="ScriptTask_079nac8_di" bpmnElement="Task_1ldvug1">
368         <dc:Bounds x="-378" y="158" width="100" height="80" />
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNShape id="CallActivity_01b12fk_di" bpmnElement="Task_0mhdfuu">
371         <dc:Bounds x="-178" y="158" width="100" height="80" />
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNShape id="ScriptTask_0msjtc4_di" bpmnElement="Task_1yx1n05">
374         <dc:Bounds x="47" y="158" width="100" height="80" />
375       </bpmndi:BPMNShape>
376       <bpmndi:BPMNShape id="CallActivity_16sm2op_di" bpmnElement="Task_1f5dlsv">
377         <dc:Bounds x="-1" y="450" width="100" height="80" />
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNEdge id="SequenceFlow_1cevtpy_di" bpmnElement="SequenceFlow_1cevtpy">
380         <di:waypoint xsi:type="dc:Point" x="99" y="490" />
381         <di:waypoint xsi:type="dc:Point" x="254" y="490" />
382         <bpmndi:BPMNLabel>
383           <dc:Bounds x="131.5" y="469" width="90" height="12" />
384         </bpmndi:BPMNLabel>
385       </bpmndi:BPMNEdge>
386       <bpmndi:BPMNShape id="IntermediateCatchEvent_0s6bb2d_di" bpmnElement="DecomposeService">
387         <dc:Bounds x="-537" y="180" width="36" height="36" />
388         <bpmndi:BPMNLabel>
389           <dc:Bounds x="-550" y="220" width="61" height="24" />
390         </bpmndi:BPMNLabel>
391       </bpmndi:BPMNShape>
392       <bpmndi:BPMNEdge id="SequenceFlow_1q2mqnm_di" bpmnElement="SequenceFlow_1q2mqnm">
393         <di:waypoint xsi:type="dc:Point" x="-501" y="198" />
394         <di:waypoint xsi:type="dc:Point" x="-378" y="198" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="-484" y="177" width="90" height="12" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNEdge>
399       <bpmndi:BPMNShape id="IntermediateThrowEvent_1j1awcj_di" bpmnElement="StartEvent_1qh5a34">
400         <dc:Bounds x="71" y="-51" width="36" height="36" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="46" y="-11" width="85" height="24" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
406         <di:waypoint xsi:type="dc:Point" x="-9" y="-33" />
407         <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
408         <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
409         <di:waypoint xsi:type="dc:Point" x="71" y="-33" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="-16" y="-39" width="90" height="12" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNShape id="IntermediateThrowEvent_00pyc0n_di" bpmnElement="IntermediateThrowEvent_00pyc0n">
415         <dc:Bounds x="398" y="180" width="36" height="36" />
416         <bpmndi:BPMNLabel>
417           <dc:Bounds x="389" y="220" width="57" height="24" />
418         </bpmndi:BPMNLabel>
419       </bpmndi:BPMNShape>
420       <bpmndi:BPMNShape id="ExclusiveGateway_156mc3h_di" bpmnElement="ExclusiveGateway_156mc3h" isMarkerVisible="true">
421         <dc:Bounds x="279" y="173" width="50" height="50" />
422         <bpmndi:BPMNLabel>
423           <dc:Bounds x="266" y="145" width="75" height="24" />
424         </bpmndi:BPMNLabel>
425       </bpmndi:BPMNShape>
426       <bpmndi:BPMNShape id="IntermediateThrowEvent_1g4uc66_di" bpmnElement="IntermediateThrowEvent_1g4uc66">
427         <dc:Bounds x="286" y="270" width="36" height="36" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="279" y="308" width="53" height="24" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNShape>
432       <bpmndi:BPMNEdge id="SequenceFlow_1fozgqz_di" bpmnElement="SequenceFlow_1fozgqz">
433         <di:waypoint xsi:type="dc:Point" x="329" y="198" />
434         <di:waypoint xsi:type="dc:Point" x="398" y="198" />
435         <bpmndi:BPMNLabel>
436           <dc:Bounds x="356.5" y="176" width="19" height="12" />
437         </bpmndi:BPMNLabel>
438       </bpmndi:BPMNEdge>
439       <bpmndi:BPMNEdge id="SequenceFlow_1ncja2b_di" bpmnElement="SequenceFlow_1ncja2b">
440         <di:waypoint xsi:type="dc:Point" x="304" y="223" />
441         <di:waypoint xsi:type="dc:Point" x="304" y="270" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="274" y="240.5" width="0" height="12" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNEdge id="SequenceFlow_013rime_di" bpmnElement="SequenceFlow_013rime">
447         <di:waypoint xsi:type="dc:Point" x="147" y="198" />
448         <di:waypoint xsi:type="dc:Point" x="279" y="198" />
449         <bpmndi:BPMNLabel>
450           <dc:Bounds x="213" y="177" width="0" height="12" />
451         </bpmndi:BPMNLabel>
452       </bpmndi:BPMNEdge>
453       <bpmndi:BPMNShape id="ServiceTask_1lsic7i_di" bpmnElement="ServiceTask_1lsic7i">
454         <dc:Bounds x="-121" y="697" width="100" height="80" />
455       </bpmndi:BPMNShape>
456       <bpmndi:BPMNShape id="ScriptTask_0f3tjbn_di" bpmnElement="ScriptTask_0f3tjbn">
457         <dc:Bounds x="-399" y="697" width="100" height="80" />
458       </bpmndi:BPMNShape>
459       <bpmndi:BPMNShape id="IntermediateCatchEvent_0hrkmxb_di" bpmnElement="IntermediateCatchEvent_0hrkmxb">
460         <dc:Bounds x="-531" y="719" width="36" height="36" />
461         <bpmndi:BPMNLabel>
462           <dc:Bounds x="-539" y="759" width="53" height="24" />
463         </bpmndi:BPMNLabel>
464       </bpmndi:BPMNShape>
465       <bpmndi:BPMNEdge id="SequenceFlow_1ab3vex_di" bpmnElement="SequenceFlow_1ab3vex">
466         <di:waypoint xsi:type="dc:Point" x="-299" y="737" />
467         <di:waypoint xsi:type="dc:Point" x="-121" y="737" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="-255" y="715" width="0" height="12" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNEdge>
472       <bpmndi:BPMNEdge id="SequenceFlow_0h5c1bd_di" bpmnElement="SequenceFlow_0h5c1bd">
473         <di:waypoint xsi:type="dc:Point" x="-495" y="737" />
474         <di:waypoint xsi:type="dc:Point" x="-399" y="737" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="-492" y="715" width="0" height="12" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNEdge id="SequenceFlow_12rr1yy_di" bpmnElement="SequenceFlow_12rr1yy">
480         <di:waypoint xsi:type="dc:Point" x="-21" y="737" />
481         <di:waypoint xsi:type="dc:Point" x="117" y="737" />
482         <di:waypoint xsi:type="dc:Point" x="117" y="490" />
483         <di:waypoint xsi:type="dc:Point" x="254" y="490" />
484         <bpmndi:BPMNLabel>
485           <dc:Bounds x="132" y="607.5" width="0" height="12" />
486         </bpmndi:BPMNLabel>
487       </bpmndi:BPMNEdge>
488     </bpmndi:BPMNPlane>
489   </bpmndi:BPMNDiagram>
490 </bpmn:definitions>