blob: 461af110618ad3e3f12878398d3c4108ab855a0c [file] [log] [blame]
seshukma1a6cb42017-10-10 12:15:10 +05301<?xml version="1.0" encoding="UTF-8"?>
c00149107e137c112017-10-13 17:15:30 +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">
Rob Daugherty13298c52017-10-10 20:30:28 -04003 <bpmn:process id="DoCustomDeleteE2EServiceInstance" isExecutable="true">
seshukma1a6cb42017-10-10 12:15:10 +05304 <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 DoCustomDeleteE2EServiceInstance()
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="subscriptionServiceType" 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>
c00149107e137c112017-10-13 17:15:30 +080029 <bpmn:incoming>SequenceFlow_0vg4q7x</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053030 <bpmn:outgoing>SequenceFlow_0g6bxqw</bpmn:outgoing>
31 </bpmn:callActivity>
seshukma1a6cb42017-10-10 12:15:10 +053032 <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
seshukmbda9f912017-10-27 17:58:01 +053033 <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053034 <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing>
35 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
36def ddsi = new DoCustomDeleteE2EServiceInstance()
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 DoCustomDeleteE2EServiceInstance()
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" />
seshukmbda9f912017-10-27 17:58:01 +053065 <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
seshukma1a6cb42017-10-10 12:15:10 +053066 <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
67 <bpmn:sequenceFlow id="SequenceFlow_0g6bxqw" sourceRef="CallActivity_06izbke" targetRef="ScriptTask_01erufg" />
seshukmbda9f912017-10-27 17:58:01 +053068 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="ScriptTask_146jt8v" />
c00149107d6b6b332017-11-07 16:45:30 +080069 <bpmn:callActivity id="CallActivity_Del_VFC" name="Call Network Service Delete for vEPC" calledElement="DoDeleteVFCNetworkServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +053070 <bpmn:extensionElements>
c00149107e137c112017-10-13 17:15:30 +080071 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
72 <camunda:in source="serviceType" target="serviceType" />
73 <camunda:in source="serviceId" target="serviceId" />
74 <camunda:in source="operationId" target="operationId" />
75 <camunda:in source="resouceTemplateUUID" target="resouceTemplateUUID" />
76 <camunda:in source="resouceInstanceId" target="resouceInstanceId" />
77 <camunda:in source="resourceType" target="resourceType" />
78 <camunda:in source="operationType" target="operationType" />
seshukma1a6cb42017-10-10 12:15:10 +053079 </bpmn:extensionElements>
80 <bpmn:incoming>SequenceFlow_1wmjau1</bpmn:incoming>
81 <bpmn:outgoing>SequenceFlow_0qquvgc</bpmn:outgoing>
82 </bpmn:callActivity>
seshukma1a6cb42017-10-10 12:15:10 +053083 <bpmn:sequenceFlow id="SequenceFlow_0qquvgc" sourceRef="CallActivity_Del_VFC" targetRef="ScriptTask_0mdub03" />
c00149107e137c112017-10-13 17:15:30 +080084 <bpmn:scriptTask id="ScriptTask_0vcz9mj" name="Prepare Resource Delele For vEPC" scriptFormat="groovy">
85 <bpmn:incoming>SequenceFlow_1931m8u</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053086 <bpmn:outgoing>SequenceFlow_1wmjau1</bpmn:outgoing>
87 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
c00149107e137c112017-10-13 17:15:30 +080088String resourceName = "vEPC"
seshukma1a6cb42017-10-10 12:15:10 +053089def ddsi = new DoCustomDeleteE2EServiceInstance()
c00149107e137c112017-10-13 17:15:30 +080090ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
seshukma1a6cb42017-10-10 12:15:10 +053091 </bpmn:scriptTask>
92 <bpmn:sequenceFlow id="SequenceFlow_1wmjau1" sourceRef="ScriptTask_0vcz9mj" targetRef="CallActivity_Del_VFC" />
93 <bpmn:scriptTask id="ScriptTask_0mdub03" name="Post Process VFC Delete" scriptFormat="groovy">
94 <bpmn:incoming>SequenceFlow_0qquvgc</bpmn:incoming>
c00149107e137c112017-10-13 17:15:30 +080095 <bpmn:outgoing>SequenceFlow_0vg4q7x</bpmn:outgoing>
seshukma1a6cb42017-10-10 12:15:10 +053096 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
97
98String response = execution.getVariable("vfcDeleteResponse")
99def ddsi = new DoCustomDeleteE2EServiceInstance()
100ddsi.postProcessVFCDelete(execution, response, "delete")]]></bpmn:script>
101 </bpmn:scriptTask>
102 <bpmn:scriptTask id="ScriptTask_1g0tsto" name="Post Process SDNC Delete" scriptFormat="groovy">
c00149107e137c112017-10-13 17:15:30 +0800103 <bpmn:incoming>SequenceFlow_0uc2beq</bpmn:incoming>
104 <bpmn:outgoing>SequenceFlow_1m7tont</bpmn:outgoing>
seshukma1a6cb42017-10-10 12:15:10 +0530105 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
106
107String response = execution.getVariable("sdncDeleteResponse")
108def ddsi = new DoCustomDeleteE2EServiceInstance()
109ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn:script>
110 </bpmn:scriptTask>
c00149107e137c112017-10-13 17:15:30 +0800111 <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For Overlay" scriptFormat="groovy">
seshukm5e83d432017-10-26 13:13:20 +0530112 <bpmn:incoming>SequenceFlow_0l4w9nr</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +0530113 <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing>
114 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
c00149107e137c112017-10-13 17:15:30 +0800115String resourceName = "overlay"
seshukma1a6cb42017-10-10 12:15:10 +0530116def ddsi = new DoCustomDeleteE2EServiceInstance()
c00149107e137c112017-10-13 17:15:30 +0800117ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
seshukma1a6cb42017-10-10 12:15:10 +0530118 </bpmn:scriptTask>
seshukma1a6cb42017-10-10 12:15:10 +0530119 <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" />
c00149107e137c112017-10-13 17:15:30 +0800120 <bpmn:sequenceFlow id="SequenceFlow_0rpu756" sourceRef="CallActivity_Del_SDNC_cust" targetRef="Task_14erap6" />
c00149107e137c112017-10-13 17:15:30 +0800121 <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" />
122 <bpmn:sequenceFlow id="SequenceFlow_1931m8u" sourceRef="Task_0963dho" targetRef="ScriptTask_0vcz9mj" />
seshukmbda9f912017-10-27 17:58:01 +0530123 <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For vIMS" scriptFormat="groovy">
c00149107e137c112017-10-13 17:15:30 +0800124 <bpmn:incoming>SequenceFlow_1m7tont</bpmn:incoming>
125 <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing>
126 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
127String resourceName = "vIMS"
128def ddsi = new DoCustomDeleteE2EServiceInstance()
129ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
130 </bpmn:scriptTask>
131 <bpmn:sequenceFlow id="SequenceFlow_1m7tont" sourceRef="ScriptTask_1g0tsto" targetRef="Task_0z1x3sg" />
c00149107d6b6b332017-11-07 16:45:30 +0800132 <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for vIMS" calledElement="DoDeleteVFCNetworkServiceInstance">
c00149107e137c112017-10-13 17:15:30 +0800133 <bpmn:extensionElements>
134 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
135 <camunda:in source="serviceType" target="serviceType" />
c001491070abcd5d2017-11-10 10:03:50 +0800136 <camunda:in source="serviceInstanceId" target="serviceId" />
c00149107e137c112017-10-13 17:15:30 +0800137 <camunda:in source="operationId" target="operationId" />
c001491070abcd5d2017-11-10 10:03:50 +0800138 <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
139 <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
c00149107e137c112017-10-13 17:15:30 +0800140 <camunda:in source="resourceType" target="resourceType" />
141 <camunda:in source="operationType" target="operationType" />
142 </bpmn:extensionElements>
143 <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming>
144 <bpmn:outgoing>SequenceFlow_1931m8u</bpmn:outgoing>
145 </bpmn:callActivity>
146 <bpmn:sequenceFlow id="SequenceFlow_0vg4q7x" sourceRef="ScriptTask_0mdub03" targetRef="CallActivity_06izbke" />
147 <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
148 <bpmn:incoming>SequenceFlow_1dza4q4</bpmn:incoming>
149 <bpmn:outgoing>SequenceFlow_0rpu756</bpmn:outgoing>
150 </bpmn:serviceTask>
151 <bpmn:sequenceFlow id="SequenceFlow_0d9lmlv" sourceRef="Task_14erap6" targetRef="Task_1j1u666" />
152 <bpmn:sequenceFlow id="SequenceFlow_1g4djgh" sourceRef="Task_1j1u666" targetRef="Task_0edkv0m" />
153 <bpmn:sequenceFlow id="SequenceFlow_0uc2beq" sourceRef="Task_0edkv0m" targetRef="ScriptTask_1g0tsto" />
seshukmbda9f912017-10-27 17:58:01 +0530154 <bpmn:scriptTask id="Task_14erap6" name="Prepare Resource Delele For Underlay" scriptFormat="groovy">
c00149107e137c112017-10-13 17:15:30 +0800155 <bpmn:incoming>SequenceFlow_0rpu756</bpmn:incoming>
156 <bpmn:outgoing>SequenceFlow_0d9lmlv</bpmn:outgoing>
157 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
158String resourceName = "underlay"
159def ddsi = new DoCustomDeleteE2EServiceInstance()
160ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
161 </bpmn:scriptTask>
162 <bpmn:serviceTask id="Task_1j1u666" name="Call Custom Delete SDNC Underlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
163 <bpmn:incoming>SequenceFlow_0d9lmlv</bpmn:incoming>
164 <bpmn:outgoing>SequenceFlow_1g4djgh</bpmn:outgoing>
165 </bpmn:serviceTask>
166 <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
167 <bpmn:incoming>SequenceFlow_1g4djgh</bpmn:incoming>
168 <bpmn:outgoing>SequenceFlow_0uc2beq</bpmn:outgoing>
169 </bpmn:serviceTask>
seshukmbda9f912017-10-27 17:58:01 +0530170 <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
171 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
seshukm5e83d432017-10-26 13:13:20 +0530172 <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
173 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
174def ddsi = new DoCustomDeleteE2EServiceInstance()
175ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
176 </bpmn:scriptTask>
177 <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status">
178 <bpmn:extensionElements>
179 <camunda:connector>
180 <camunda:inputOutput>
181 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
182 <camunda:inputParameter name="headers">
183 <camunda:map>
184 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
c001491071be66412017-11-07 16:04:40 +0800185 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
seshukm5e83d432017-10-26 13:13:20 +0530186 </camunda:map>
187 </camunda:inputParameter>
188 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
189 <camunda:inputParameter name="method">POST</camunda:inputParameter>
190 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
191 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
192 </camunda:inputOutput>
193 <camunda:connectorId>http-connector</camunda:connectorId>
194 </camunda:connector>
195 </bpmn:extensionElements>
196 <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming>
197 <bpmn:outgoing>SequenceFlow_0l4w9nr</bpmn:outgoing>
198 </bpmn:serviceTask>
199 <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
200 <bpmn:sequenceFlow id="SequenceFlow_0l4w9nr" sourceRef="ServiceTask_00tg69u" targetRef="ScriptTask_0z30dax" />
seshukmbda9f912017-10-27 17:58:01 +0530201 <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService">
202 <bpmn:extensionElements>
203 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
204 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
205 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
206 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
207 <camunda:out source="WorkflowException" target="WorkflowException" />
208 <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
209 <camunda:out source="GENGS_service" target="GENGS_service" />
c001491071be66412017-11-07 16:04:40 +0800210 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
211 <camunda:in source="serviceType" target="GENGS_serviceType" />
seshukmbda9f912017-10-27 17:58:01 +0530212 </bpmn:extensionElements>
213 <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
214 <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing>
215 </bpmn:callActivity>
216 <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" />
seshukma1a6cb42017-10-10 12:15:10 +0530217 </bpmn:process>
218 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
c00149107e137c112017-10-13 17:15:30 +0800219 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +0530220 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
c00149107e137c112017-10-13 17:15:30 +0800221 <dc:Bounds x="-612" y="-35" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530222 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800223 <dc:Bounds x="-618" y="6" width="50" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530224 </bpmndi:BPMNLabel>
225 </bpmndi:BPMNShape>
226 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
c00149107e137c112017-10-13 17:15:30 +0800227 <dc:Bounds x="-519" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530228 </bpmndi:BPMNShape>
229 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
c00149107e137c112017-10-13 17:15:30 +0800230 <dc:Bounds x="1220" y="1109" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530231 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800232 <dc:Bounds x="1148" y="1150" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNShape>
235 <bpmndi:BPMNShape id="CallActivity_06izbke_di" bpmnElement="CallActivity_06izbke">
c00149107e137c112017-10-13 17:15:30 +0800236 <dc:Bounds x="1188" y="779" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530237 </bpmndi:BPMNShape>
seshukma1a6cb42017-10-10 12:15:10 +0530238 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
seshukmbda9f912017-10-27 17:58:01 +0530239 <dc:Bounds x="-193" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530240 </bpmndi:BPMNShape>
241 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
c00149107e137c112017-10-13 17:15:30 +0800242 <dc:Bounds x="1188" y="915" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530243 </bpmndi:BPMNShape>
244 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
c00149107e137c112017-10-13 17:15:30 +0800245 <dc:Bounds x="445" y="320" width="467" height="193" />
seshukma1a6cb42017-10-10 12:15:10 +0530246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
c00149107e137c112017-10-13 17:15:30 +0800248 <di:waypoint xsi:type="dc:Point" x="-576" y="-17" />
249 <di:waypoint xsi:type="dc:Point" x="-519" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530250 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800251 <dc:Bounds x="-592.5" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530252 </bpmndi:BPMNLabel>
253 </bpmndi:BPMNEdge>
254 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
c00149107e137c112017-10-13 17:15:30 +0800255 <di:waypoint xsi:type="dc:Point" x="-419" y="-17" />
seshukmbda9f912017-10-27 17:58:01 +0530256 <di:waypoint xsi:type="dc:Point" x="-357" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530257 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530258 <dc:Bounds x="-433" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNEdge>
261 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
c00149107e137c112017-10-13 17:15:30 +0800262 <di:waypoint xsi:type="dc:Point" x="1238" y="995" />
263 <di:waypoint xsi:type="dc:Point" x="1238" y="1109" />
seshukma1a6cb42017-10-10 12:15:10 +0530264 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800265 <dc:Bounds x="1208" y="1046" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNEdge>
268 <bpmndi:BPMNEdge id="SequenceFlow_0g6bxqw_di" bpmnElement="SequenceFlow_0g6bxqw">
c00149107e137c112017-10-13 17:15:30 +0800269 <di:waypoint xsi:type="dc:Point" x="1238" y="859" />
270 <di:waypoint xsi:type="dc:Point" x="1238" y="915" />
seshukma1a6cb42017-10-10 12:15:10 +0530271 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800272 <dc:Bounds x="1208" y="881" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
seshukmbda9f912017-10-27 17:58:01 +0530276 <di:waypoint xsi:type="dc:Point" x="-93" y="-17" />
277 <di:waypoint xsi:type="dc:Point" x="-26" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530278 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530279 <dc:Bounds x="-104.5" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
c00149107e137c112017-10-13 17:15:30 +0800283 <dc:Bounds x="513" y="387" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530284 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800285 <dc:Bounds x="441" y="428" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530286 </bpmndi:BPMNLabel>
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
c00149107e137c112017-10-13 17:15:30 +0800289 <dc:Bounds x="806" y="387" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530290 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800291 <dc:Bounds x="734" y="428" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
c00149107e137c112017-10-13 17:15:30 +0800295 <dc:Bounds x="617" y="365" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530296 </bpmndi:BPMNShape>
297 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
c00149107e137c112017-10-13 17:15:30 +0800298 <di:waypoint xsi:type="dc:Point" x="549" y="405" />
299 <di:waypoint xsi:type="dc:Point" x="617" y="405" />
seshukma1a6cb42017-10-10 12:15:10 +0530300 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800301 <dc:Bounds x="493" y="390" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNEdge>
304 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
c00149107e137c112017-10-13 17:15:30 +0800305 <di:waypoint xsi:type="dc:Point" x="717" y="405" />
306 <di:waypoint xsi:type="dc:Point" x="806" y="405" />
seshukma1a6cb42017-10-10 12:15:10 +0530307 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800308 <dc:Bounds x="673" y="390" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNShape id="CallActivity_1x56smn_di" bpmnElement="CallActivity_Del_VFC">
c00149107e137c112017-10-13 17:15:30 +0800312 <dc:Bounds x="1188" y="483" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530313 </bpmndi:BPMNShape>
seshukma1a6cb42017-10-10 12:15:10 +0530314 <bpmndi:BPMNEdge id="SequenceFlow_0qquvgc_di" bpmnElement="SequenceFlow_0qquvgc">
c00149107e137c112017-10-13 17:15:30 +0800315 <di:waypoint xsi:type="dc:Point" x="1238" y="563" />
316 <di:waypoint xsi:type="dc:Point" x="1238" y="642" />
seshukma1a6cb42017-10-10 12:15:10 +0530317 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800318 <dc:Bounds x="1208" y="596.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530319 </bpmndi:BPMNLabel>
320 </bpmndi:BPMNEdge>
321 <bpmndi:BPMNShape id="ScriptTask_0vcz9mj_di" bpmnElement="ScriptTask_0vcz9mj">
c00149107e137c112017-10-13 17:15:30 +0800322 <dc:Bounds x="1188" y="338" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530323 </bpmndi:BPMNShape>
324 <bpmndi:BPMNEdge id="SequenceFlow_1wmjau1_di" bpmnElement="SequenceFlow_1wmjau1">
c00149107e137c112017-10-13 17:15:30 +0800325 <di:waypoint xsi:type="dc:Point" x="1238" y="418" />
326 <di:waypoint xsi:type="dc:Point" x="1238" y="483" />
seshukma1a6cb42017-10-10 12:15:10 +0530327 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800328 <dc:Bounds x="1208" y="444.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNEdge>
331 <bpmndi:BPMNShape id="ScriptTask_0mdub03_di" bpmnElement="ScriptTask_0mdub03">
c00149107e137c112017-10-13 17:15:30 +0800332 <dc:Bounds x="1188" y="642" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNShape id="ScriptTask_1g0tsto_di" bpmnElement="ScriptTask_1g0tsto">
c00149107e137c112017-10-13 17:15:30 +0800335 <dc:Bounds x="1188" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530336 </bpmndi:BPMNShape>
337 <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax">
seshukmbda9f912017-10-27 17:58:01 +0530338 <dc:Bounds x="316" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530339 </bpmndi:BPMNShape>
seshukma1a6cb42017-10-10 12:15:10 +0530340 <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4">
seshukmbda9f912017-10-27 17:58:01 +0530341 <di:waypoint xsi:type="dc:Point" x="416" y="-17" />
342 <di:waypoint xsi:type="dc:Point" x="499" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530343 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530344 <dc:Bounds x="412.5" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530345 </bpmndi:BPMNLabel>
346 </bpmndi:BPMNEdge>
347 <bpmndi:BPMNEdge id="SequenceFlow_0rpu756_di" bpmnElement="SequenceFlow_0rpu756">
seshukmbda9f912017-10-27 17:58:01 +0530348 <di:waypoint xsi:type="dc:Point" x="599" y="-17" />
349 <di:waypoint xsi:type="dc:Point" x="679" y="-16" />
seshukma1a6cb42017-10-10 12:15:10 +0530350 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530351 <dc:Bounds x="594" y="-37.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNEdge>
c00149107e137c112017-10-13 17:15:30 +0800354 <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx">
355 <di:waypoint xsi:type="dc:Point" x="1237" y="134" />
356 <di:waypoint xsi:type="dc:Point" x="1238" y="192" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="1237.5" y="142" width="0" height="12" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNEdge id="SequenceFlow_1931m8u_di" bpmnElement="SequenceFlow_1931m8u">
362 <di:waypoint xsi:type="dc:Point" x="1237" y="272" />
363 <di:waypoint xsi:type="dc:Point" x="1238" y="338" />
364 <bpmndi:BPMNLabel>
365 <dc:Bounds x="1237.5" y="284" width="0" height="12" />
366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNEdge>
368 <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg">
369 <dc:Bounds x="1188" y="54" width="100" height="80" />
370 </bpmndi:BPMNShape>
371 <bpmndi:BPMNEdge id="SequenceFlow_1m7tont_di" bpmnElement="SequenceFlow_1m7tont">
372 <di:waypoint xsi:type="dc:Point" x="1238" y="23" />
373 <di:waypoint xsi:type="dc:Point" x="1238" y="54" />
374 <bpmndi:BPMNLabel>
375 <dc:Bounds x="1253" y="32.5" width="0" height="12" />
376 </bpmndi:BPMNLabel>
377 </bpmndi:BPMNEdge>
c00149107e137c112017-10-13 17:15:30 +0800378 <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho">
379 <dc:Bounds x="1188" y="192" width="100" height="80" />
380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNEdge id="SequenceFlow_0vg4q7x_di" bpmnElement="SequenceFlow_0vg4q7x">
382 <di:waypoint xsi:type="dc:Point" x="1238" y="722" />
383 <di:waypoint xsi:type="dc:Point" x="1238" y="779" />
384 <bpmndi:BPMNLabel>
385 <dc:Bounds x="1253" y="744.5" width="0" height="12" />
386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
388 <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust">
seshukmbda9f912017-10-27 17:58:01 +0530389 <dc:Bounds x="499" y="-57" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800390 </bpmndi:BPMNShape>
391 <bpmndi:BPMNEdge id="SequenceFlow_0d9lmlv_di" bpmnElement="SequenceFlow_0d9lmlv">
seshukmbda9f912017-10-27 17:58:01 +0530392 <di:waypoint xsi:type="dc:Point" x="779" y="-16" />
seshukm5e83d432017-10-26 13:13:20 +0530393 <di:waypoint xsi:type="dc:Point" x="855" y="-17" />
c00149107e137c112017-10-13 17:15:30 +0800394 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530395 <dc:Bounds x="772" y="-37.5" width="90" height="12" />
c00149107e137c112017-10-13 17:15:30 +0800396 </bpmndi:BPMNLabel>
397 </bpmndi:BPMNEdge>
398 <bpmndi:BPMNEdge id="SequenceFlow_1g4djgh_di" bpmnElement="SequenceFlow_1g4djgh">
seshukm5e83d432017-10-26 13:13:20 +0530399 <di:waypoint xsi:type="dc:Point" x="955" y="-17" />
400 <di:waypoint xsi:type="dc:Point" x="1021" y="-17" />
c00149107e137c112017-10-13 17:15:30 +0800401 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530402 <dc:Bounds x="943" y="-38" width="90" height="12" />
c00149107e137c112017-10-13 17:15:30 +0800403 </bpmndi:BPMNLabel>
404 </bpmndi:BPMNEdge>
405 <bpmndi:BPMNEdge id="SequenceFlow_0uc2beq_di" bpmnElement="SequenceFlow_0uc2beq">
seshukm5e83d432017-10-26 13:13:20 +0530406 <di:waypoint xsi:type="dc:Point" x="1121" y="-17" />
c00149107e137c112017-10-13 17:15:30 +0800407 <di:waypoint xsi:type="dc:Point" x="1188" y="-17" />
408 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530409 <dc:Bounds x="1109.5" y="-38" width="90" height="12" />
c00149107e137c112017-10-13 17:15:30 +0800410 </bpmndi:BPMNLabel>
411 </bpmndi:BPMNEdge>
412 <bpmndi:BPMNShape id="ScriptTask_1e5z0wu_di" bpmnElement="Task_14erap6">
seshukmbda9f912017-10-27 17:58:01 +0530413 <dc:Bounds x="679" y="-56" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800414 </bpmndi:BPMNShape>
415 <bpmndi:BPMNShape id="ServiceTask_0f0965f_di" bpmnElement="Task_1j1u666">
seshukm5e83d432017-10-26 13:13:20 +0530416 <dc:Bounds x="855" y="-57" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800417 </bpmndi:BPMNShape>
418 <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m">
seshukm5e83d432017-10-26 13:13:20 +0530419 <dc:Bounds x="1021" y="-57" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800420 </bpmndi:BPMNShape>
seshukm5e83d432017-10-26 13:13:20 +0530421 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
seshukmbda9f912017-10-27 17:58:01 +0530422 <dc:Bounds x="-26" y="-57" width="100" height="80" />
seshukm5e83d432017-10-26 13:13:20 +0530423 </bpmndi:BPMNShape>
424 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
seshukmbda9f912017-10-27 17:58:01 +0530425 <dc:Bounds x="144" y="-57" width="100" height="80" />
seshukm5e83d432017-10-26 13:13:20 +0530426 </bpmndi:BPMNShape>
427 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
seshukmbda9f912017-10-27 17:58:01 +0530428 <di:waypoint xsi:type="dc:Point" x="74" y="-17" />
429 <di:waypoint xsi:type="dc:Point" x="144" y="-17" />
seshukm5e83d432017-10-26 13:13:20 +0530430 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530431 <dc:Bounds x="64" y="-38" width="90" height="12" />
seshukm5e83d432017-10-26 13:13:20 +0530432 </bpmndi:BPMNLabel>
433 </bpmndi:BPMNEdge>
434 <bpmndi:BPMNEdge id="SequenceFlow_0l4w9nr_di" bpmnElement="SequenceFlow_0l4w9nr">
seshukmbda9f912017-10-27 17:58:01 +0530435 <di:waypoint xsi:type="dc:Point" x="244" y="-17" />
436 <di:waypoint xsi:type="dc:Point" x="316" y="-17" />
seshukm5e83d432017-10-26 13:13:20 +0530437 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530438 <dc:Bounds x="235" y="-38" width="90" height="12" />
439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNEdge>
441 <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
442 <dc:Bounds x="-357" y="-57" width="100" height="80" />
443 </bpmndi:BPMNShape>
444 <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
445 <di:waypoint xsi:type="dc:Point" x="-257" y="-17" />
446 <di:waypoint xsi:type="dc:Point" x="-193" y="-17" />
447 <bpmndi:BPMNLabel>
448 <dc:Bounds x="-225" y="-38" width="0" height="12" />
seshukm5e83d432017-10-26 13:13:20 +0530449 </bpmndi:BPMNLabel>
450 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530451 </bpmndi:BPMNPlane>
452 </bpmndi:BPMNDiagram>
453</bpmn:definitions>