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