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