blob: 4d9bbe98daff6148955b34d5244f3518c539ad02 [file] [log] [blame]
subhash kumar singh41cc7042018-04-11 05:18:54 +00001<?xml version="1.0" encoding="UTF-8"?>
c00149107ddec5cb2018-04-25 10:05:25 +08002<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">
subhash kumar singh41cc7042018-04-11 05:18:54 +00003 <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" />
subhash kumar singh41cc7042018-04-11 05:18:54 +000068 <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.*
72def ddsi = new DoDeleteE2EServiceInstance()
73ddsi.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" />
subhash kumar singh41cc7042018-04-11 05:18:54 +0000115 <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>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000126 <bpmn:sequenceFlow id="SequenceFlow_1961633" sourceRef="StartEvent_09zdoq6" targetRef="ScriptTask_146jt8v" />
subhash kumar singh6ce184a2018-04-13 14:47:31 +0000127 <bpmn:scriptTask id="Task_1ldvug1" name="Prepare Decompose Service" scriptFormat="groovy">
subhash kumar singh41cc7042018-04-11 05:18:54 +0000128 <bpmn:incoming>SequenceFlow_1q2mqnm</bpmn:incoming>
129 <bpmn:outgoing>SequenceFlow_0fo5vw5</bpmn:outgoing>
130 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
131def dcsi= new DoDeleteE2EServiceInstance()
132dcsi.prepareDecomposeService(execution)]]></bpmn:script>
133 </bpmn:scriptTask>
134 <bpmn:callActivity id="Task_0mhdfuu" name="Call Decompose Service" calledElement="DecomposeService">
subhash kumar singh65def952018-04-14 12:34:03 +0000135 <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>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000146 <bpmn:incoming>SequenceFlow_0fo5vw5</bpmn:incoming>
147 <bpmn:outgoing>SequenceFlow_0orw2f8</bpmn:outgoing>
148 </bpmn:callActivity>
subhash kumar singh65def952018-04-14 12:34:03 +0000149 <bpmn:scriptTask id="Task_1yx1n05" name="Post Decompose Service" scriptFormat="groovy">
subhash kumar singh41cc7042018-04-11 05:18:54 +0000150 <bpmn:incoming>SequenceFlow_0orw2f8</bpmn:incoming>
151 <bpmn:outgoing>SequenceFlow_0ha8ix9</bpmn:outgoing>
152 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
153def dcsi= new DoDeleteE2EServiceInstance()
154dcsi.postDecomposeService(execution)]]></bpmn:script>
155 </bpmn:scriptTask>
subhash kumar singhf8aa02a2018-04-16 06:02:16 +0000156 <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourcesV1">
subhash kumar singh65def952018-04-14 12:34:03 +0000157 <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" />
subhash kumar singh62aaca22018-04-17 03:33:44 +0000167 <camunda:in source="operationType" target="operationType" />
c001491078fa26592018-04-23 11:37:23 +0800168 <camunda:in source="operationId" target="operationId" />
c00149107ddec5cb2018-04-25 10:05:25 +0800169 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
subhash kumar singh65def952018-04-14 12:34:03 +0000170 </bpmn:extensionElements>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000171 <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
172 <bpmn:outgoing>SequenceFlow_1cevtpy</bpmn:outgoing>
173 </bpmn:callActivity>
174 <bpmn:sequenceFlow id="SequenceFlow_1cevtpy" sourceRef="Task_1f5dlsv" targetRef="CallActivity_06izbke" />
subhash kumar singh6ce184a2018-04-13 14:47:31 +0000175 <bpmn:intermediateCatchEvent id="StartEvent_1irom2x" name="Decompose Service">
176 <bpmn:outgoing>SequenceFlow_1q2mqnm</bpmn:outgoing>
177 <bpmn:linkEventDefinition name="DecomposeService" />
178 </bpmn:intermediateCatchEvent>
179 <bpmn:sequenceFlow id="SequenceFlow_1q2mqnm" sourceRef="StartEvent_1irom2x" targetRef="Task_1ldvug1" />
180 <bpmn:intermediateThrowEvent id="StartEvent_1qh5a34" name="Go to Decompse Service">
181 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
182 <bpmn:linkEventDefinition name="DecomposeService" />
183 </bpmn:intermediateThrowEvent>
184 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="StartEvent_1qh5a34" />
subhash kumar singh41cc7042018-04-11 05:18:54 +0000185 </bpmn:process>
186 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
187 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteE2EServiceInstance">
188 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
189 <dc:Bounds x="-537" y="-51" width="36" height="36" />
190 <bpmndi:BPMNLabel>
191 <dc:Bounds x="-544" y="-10" width="52" height="12" />
192 </bpmndi:BPMNLabel>
193 </bpmndi:BPMNShape>
194 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
195 <dc:Bounds x="-449" y="-73" width="100" height="80" />
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
198 <dc:Bounds x="651" y="466" width="36" height="36" />
199 <bpmndi:BPMNLabel>
200 <dc:Bounds x="579" y="507" width="90" height="12" />
201 </bpmndi:BPMNLabel>
202 </bpmndi:BPMNShape>
203 <bpmndi:BPMNShape id="CallActivity_06izbke_di" bpmnElement="CallActivity_06izbke">
204 <dc:Bounds x="259" y="450" width="100" height="80" />
205 </bpmndi:BPMNShape>
206 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
207 <dc:Bounds x="-109" y="-73" width="100" height="80" />
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
210 <dc:Bounds x="457" y="444" width="100" height="80" />
211 </bpmndi:BPMNShape>
212 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
213 <dc:Bounds x="-166" y="672" width="467" height="193" />
214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
216 <di:waypoint xsi:type="dc:Point" x="-501" y="-33" />
217 <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
218 <di:waypoint xsi:type="dc:Point" x="-475" y="-33" />
219 <di:waypoint xsi:type="dc:Point" x="-449" y="-33" />
220 <bpmndi:BPMNLabel>
221 <dc:Bounds x="-505" y="-39" width="90" height="12" />
222 </bpmndi:BPMNLabel>
223 </bpmndi:BPMNEdge>
224 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
225 <di:waypoint xsi:type="dc:Point" x="-349" y="-33" />
226 <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
227 <di:waypoint xsi:type="dc:Point" x="-318" y="-33" />
228 <di:waypoint xsi:type="dc:Point" x="-286" y="-33" />
229 <bpmndi:BPMNLabel>
230 <dc:Bounds x="-348" y="-39" width="90" height="12" />
231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNEdge>
233 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
234 <di:waypoint xsi:type="dc:Point" x="557" y="484" />
235 <di:waypoint xsi:type="dc:Point" x="651" y="484" />
236 <bpmndi:BPMNLabel>
237 <dc:Bounds x="559" y="463" width="90" height="12" />
238 </bpmndi:BPMNLabel>
239 </bpmndi:BPMNEdge>
240 <bpmndi:BPMNEdge id="SequenceFlow_0g6bxqw_di" bpmnElement="SequenceFlow_0g6bxqw">
241 <di:waypoint xsi:type="dc:Point" x="359" y="484" />
242 <di:waypoint xsi:type="dc:Point" x="407" y="484" />
243 <di:waypoint xsi:type="dc:Point" x="407" y="484" />
244 <di:waypoint xsi:type="dc:Point" x="457" y="484" />
245 <bpmndi:BPMNLabel>
246 <dc:Bounds x="377" y="478" width="90" height="12" />
247 </bpmndi:BPMNLabel>
248 </bpmndi:BPMNEdge>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000249 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
250 <dc:Bounds x="-98" y="739" width="36" height="36" />
251 <bpmndi:BPMNLabel>
252 <dc:Bounds x="-170" y="780" width="90" height="12" />
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
256 <dc:Bounds x="195" y="739" width="36" height="36" />
257 <bpmndi:BPMNLabel>
258 <dc:Bounds x="123" y="780" width="90" height="12" />
259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
262 <dc:Bounds x="6" y="717" width="100" height="80" />
263 </bpmndi:BPMNShape>
264 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
265 <di:waypoint xsi:type="dc:Point" x="-62" y="757" />
266 <di:waypoint xsi:type="dc:Point" x="6" y="757" />
267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="-118" y="742" width="90" height="12" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
271 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
272 <di:waypoint xsi:type="dc:Point" x="106" y="757" />
273 <di:waypoint xsi:type="dc:Point" x="195" y="757" />
274 <bpmndi:BPMNLabel>
275 <dc:Bounds x="62" y="742" width="90" height="12" />
276 </bpmndi:BPMNLabel>
277 </bpmndi:BPMNEdge>
278 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
279 <dc:Bounds x="-422" y="450" width="100" height="80" />
280 </bpmndi:BPMNShape>
281 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
282 <dc:Bounds x="-229" y="450" width="100" height="80" />
283 </bpmndi:BPMNShape>
284 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
285 <di:waypoint xsi:type="dc:Point" x="-322" y="490" />
286 <di:waypoint xsi:type="dc:Point" x="-229" y="490" />
287 <bpmndi:BPMNLabel>
288 <dc:Bounds x="-320.5" y="469" width="90" height="12" />
289 </bpmndi:BPMNLabel>
290 </bpmndi:BPMNEdge>
291 <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
292 <dc:Bounds x="-286" y="-73" width="100" height="80" />
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
295 <di:waypoint xsi:type="dc:Point" x="-186" y="-33" />
296 <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
297 <di:waypoint xsi:type="dc:Point" x="-154" y="-33" />
298 <di:waypoint xsi:type="dc:Point" x="-109" y="-33" />
299 <bpmndi:BPMNLabel>
300 <dc:Bounds x="-184" y="-39" width="90" height="12" />
301 </bpmndi:BPMNLabel>
302 </bpmndi:BPMNEdge>
303 <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
304 <di:waypoint xsi:type="dc:Point" x="-129" y="490" />
305 <di:waypoint xsi:type="dc:Point" x="-1" y="490" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="-110" y="469" width="90" height="12" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000310 <bpmndi:BPMNEdge id="SequenceFlow_0fo5vw5_di" bpmnElement="SequenceFlow_0fo5vw5">
311 <di:waypoint xsi:type="dc:Point" x="-278" y="198" />
312 <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
313 <di:waypoint xsi:type="dc:Point" x="-254" y="198" />
314 <di:waypoint xsi:type="dc:Point" x="-178" y="198" />
315 <bpmndi:BPMNLabel>
316 <dc:Bounds x="-284" y="192" width="90" height="12" />
317 </bpmndi:BPMNLabel>
318 </bpmndi:BPMNEdge>
319 <bpmndi:BPMNEdge id="SequenceFlow_0orw2f8_di" bpmnElement="SequenceFlow_0orw2f8">
320 <di:waypoint xsi:type="dc:Point" x="-78" y="198" />
321 <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
322 <di:waypoint xsi:type="dc:Point" x="-49" y="198" />
323 <di:waypoint xsi:type="dc:Point" x="47" y="198" />
324 <bpmndi:BPMNLabel>
325 <dc:Bounds x="-79" y="192" width="90" height="12" />
326 </bpmndi:BPMNLabel>
327 </bpmndi:BPMNEdge>
328 <bpmndi:BPMNEdge id="SequenceFlow_0ha8ix9_di" bpmnElement="SequenceFlow_0ha8ix9">
329 <di:waypoint xsi:type="dc:Point" x="147" y="198" />
330 <di:waypoint xsi:type="dc:Point" x="181" y="198" />
331 <di:waypoint xsi:type="dc:Point" x="181" y="198" />
332 <di:waypoint xsi:type="dc:Point" x="246" y="198" />
333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="151" y="192" width="90" height="12" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNEdge>
337 <bpmndi:BPMNShape id="IntermediateThrowEvent_15myvzx_di" bpmnElement="IntermediateThrowEvent_0ve5ukt">
338 <dc:Bounds x="246" y="180" width="36" height="36" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="233" y="220" width="64" height="24" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNShape id="IntermediateCatchEvent_1jcfnjr_di" bpmnElement="StartEvent_09zdoq6">
344 <dc:Bounds x="-537" y="472" width="36" height="36" />
345 <bpmndi:BPMNLabel>
346 <dc:Bounds x="-549" y="512" width="60" height="24" />
347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNShape>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000349 <bpmndi:BPMNEdge id="SequenceFlow_1961633_di" bpmnElement="SequenceFlow_1961633">
350 <di:waypoint xsi:type="dc:Point" x="-501" y="490" />
351 <di:waypoint xsi:type="dc:Point" x="-422" y="490" />
352 <bpmndi:BPMNLabel>
353 <dc:Bounds x="-461.5" y="469" width="0" height="12" />
354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNEdge>
356 <bpmndi:BPMNShape id="ScriptTask_079nac8_di" bpmnElement="Task_1ldvug1">
357 <dc:Bounds x="-378" y="158" width="100" height="80" />
358 </bpmndi:BPMNShape>
359 <bpmndi:BPMNShape id="CallActivity_01b12fk_di" bpmnElement="Task_0mhdfuu">
360 <dc:Bounds x="-178" y="158" width="100" height="80" />
361 </bpmndi:BPMNShape>
362 <bpmndi:BPMNShape id="ScriptTask_0msjtc4_di" bpmnElement="Task_1yx1n05">
363 <dc:Bounds x="47" y="158" width="100" height="80" />
364 </bpmndi:BPMNShape>
365 <bpmndi:BPMNShape id="CallActivity_16sm2op_di" bpmnElement="Task_1f5dlsv">
366 <dc:Bounds x="-1" y="450" width="100" height="80" />
367 </bpmndi:BPMNShape>
368 <bpmndi:BPMNEdge id="SequenceFlow_1cevtpy_di" bpmnElement="SequenceFlow_1cevtpy">
369 <di:waypoint xsi:type="dc:Point" x="99" y="490" />
370 <di:waypoint xsi:type="dc:Point" x="259" y="490" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="134" y="469" width="90" height="12" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
subhash kumar singh6ce184a2018-04-13 14:47:31 +0000375 <bpmndi:BPMNShape id="IntermediateCatchEvent_0s6bb2d_di" bpmnElement="StartEvent_1irom2x">
376 <dc:Bounds x="-537" y="180" width="36" height="36" />
377 <bpmndi:BPMNLabel>
378 <dc:Bounds x="-550" y="220" width="61" height="24" />
379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNEdge id="SequenceFlow_1q2mqnm_di" bpmnElement="SequenceFlow_1q2mqnm">
382 <di:waypoint xsi:type="dc:Point" x="-501" y="198" />
383 <di:waypoint xsi:type="dc:Point" x="-378" y="198" />
384 <bpmndi:BPMNLabel>
385 <dc:Bounds x="-484" y="177" width="90" height="12" />
386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
388 <bpmndi:BPMNShape id="IntermediateThrowEvent_1j1awcj_di" bpmnElement="StartEvent_1qh5a34">
389 <dc:Bounds x="71" y="-51" width="36" height="36" />
390 <bpmndi:BPMNLabel>
391 <dc:Bounds x="46" y="-11" width="85" height="24" />
392 </bpmndi:BPMNLabel>
393 </bpmndi:BPMNShape>
394 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
395 <di:waypoint xsi:type="dc:Point" x="-9" y="-33" />
396 <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
397 <di:waypoint xsi:type="dc:Point" x="14" y="-33" />
398 <di:waypoint xsi:type="dc:Point" x="71" y="-33" />
399 <bpmndi:BPMNLabel>
400 <dc:Bounds x="-16" y="-39" width="90" height="12" />
401 </bpmndi:BPMNLabel>
402 </bpmndi:BPMNEdge>
subhash kumar singh41cc7042018-04-11 05:18:54 +0000403 </bpmndi:BPMNPlane>
404 </bpmndi:BPMNDiagram>
405</bpmn:definitions>