blob: 561a84b7c47ae438cca0c8c76a1bd8492cb4f6b2 [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">
c001491072c9049b2018-02-23 16:10:56 +08003 <bpmn:process id="DoCustomDeleteE2EServiceInstanceV3" name="All Resources Deleted" 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" />
c001491078ec591c2017-11-10 13:48:29 +080021 <camunda:in source="serviceType" target="GENDS_serviceType" />
seshukma1a6cb42017-10-10 12:15:10 +053022 <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>
c001491072c9049b2018-02-23 16:10:56 +080029 <bpmn:incoming>SequenceFlow_1ev7z6q</bpmn:incoming>
30 <bpmn:incoming>SequenceFlow_0oj2anh</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053031 <bpmn:outgoing>SequenceFlow_0g6bxqw</bpmn:outgoing>
32 </bpmn:callActivity>
seshukma1a6cb42017-10-10 12:15:10 +053033 <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
seshukmbda9f912017-10-27 17:58:01 +053034 <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053035 <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing>
36 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
37def ddsi = new DoCustomDeleteE2EServiceInstance()
38ddsi.postProcessAAIGET(execution)]]></bpmn:script>
39 </bpmn:scriptTask>
40 <bpmn:scriptTask id="ScriptTask_01erufg" name="Post Process AAI Delete" scriptFormat="groovy">
41 <bpmn:incoming>SequenceFlow_0g6bxqw</bpmn:incoming>
42 <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing>
43 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
44def ddsi = new DoCustomDeleteE2EServiceInstance()
45ddsi.postProcessAAIDEL(execution)]]></bpmn:script>
46 </bpmn:scriptTask>
47 <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
48 <bpmn:startEvent id="StartEvent_0sf5lpt">
49 <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
50 <bpmn:errorEventDefinition />
51 </bpmn:startEvent>
52 <bpmn:endEvent id="EndEvent_06utmg4">
53 <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
54 </bpmn:endEvent>
55 <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
56 <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
58 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
59ExceptionUtil ex = new ExceptionUtil()
60ex.processJavaException(execution)]]></bpmn:script>
61 </bpmn:scriptTask>
62 <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
63 <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
64 </bpmn:subProcess>
65 <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" />
seshukmbda9f912017-10-27 17:58:01 +053066 <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
seshukma1a6cb42017-10-10 12:15:10 +053067 <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
68 <bpmn:sequenceFlow id="SequenceFlow_0g6bxqw" sourceRef="CallActivity_06izbke" targetRef="ScriptTask_01erufg" />
seshukmbda9f912017-10-27 17:58:01 +053069 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="ScriptTask_146jt8v" />
c001491072c9049b2018-02-23 16:10:56 +080070 <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For WAN" scriptFormat="groovy">
71 <bpmn:incoming>SequenceFlow_1ubor5z</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +053072 <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing>
73 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
c001491072c9049b2018-02-23 16:10:56 +080074String resourceName = execution.getVariable("resourceType")
seshukma1a6cb42017-10-10 12:15:10 +053075def ddsi = new DoCustomDeleteE2EServiceInstance()
c00149107e137c112017-10-13 17:15:30 +080076ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
seshukma1a6cb42017-10-10 12:15:10 +053077 </bpmn:scriptTask>
seshukma1a6cb42017-10-10 12:15:10 +053078 <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" />
c00149107e137c112017-10-13 17:15:30 +080079 <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" />
c001491072c9049b2018-02-23 16:10:56 +080080 <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For NS" scriptFormat="groovy">
81 <bpmn:incoming>SequenceFlow_1x3lehs</bpmn:incoming>
c00149107e137c112017-10-13 17:15:30 +080082 <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing>
83 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
c001491072c9049b2018-02-23 16:10:56 +080084String resourceName = execution.getVariable("resourceType")
c00149107e137c112017-10-13 17:15:30 +080085def ddsi = new DoCustomDeleteE2EServiceInstance()
86ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
87 </bpmn:scriptTask>
c001491072c9049b2018-02-23 16:10:56 +080088 <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for NS" calledElement="DoDeleteVFCNetworkServiceInstance">
c00149107e137c112017-10-13 17:15:30 +080089 <bpmn:extensionElements>
90 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
91 <camunda:in source="serviceType" target="serviceType" />
c001491070abcd5d2017-11-10 10:03:50 +080092 <camunda:in source="serviceInstanceId" target="serviceId" />
c00149107e137c112017-10-13 17:15:30 +080093 <camunda:in source="operationId" target="operationId" />
c001491070abcd5d2017-11-10 10:03:50 +080094 <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
95 <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
c00149107e137c112017-10-13 17:15:30 +080096 <camunda:in source="resourceType" target="resourceType" />
97 <camunda:in source="operationType" target="operationType" />
98 </bpmn:extensionElements>
99 <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800100 <bpmn:outgoing>SequenceFlow_0phwem2</bpmn:outgoing>
c00149107e137c112017-10-13 17:15:30 +0800101 </bpmn:callActivity>
c00149107e137c112017-10-13 17:15:30 +0800102 <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
103 <bpmn:incoming>SequenceFlow_1dza4q4</bpmn:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800104 <bpmn:outgoing>SequenceFlow_1lxqjmp</bpmn:outgoing>
c00149107e137c112017-10-13 17:15:30 +0800105 </bpmn:serviceTask>
106 <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
c001491072c9049b2018-02-23 16:10:56 +0800107 <bpmn:incoming>SequenceFlow_1icwpye</bpmn:incoming>
108 <bpmn:outgoing>SequenceFlow_1ev7z6q</bpmn:outgoing>
c00149107e137c112017-10-13 17:15:30 +0800109 </bpmn:serviceTask>
seshukmbda9f912017-10-27 17:58:01 +0530110 <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
111 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
seshukm5e83d432017-10-26 13:13:20 +0530112 <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
113 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
114def ddsi = new DoCustomDeleteE2EServiceInstance()
115ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
116 </bpmn:scriptTask>
117 <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status">
118 <bpmn:extensionElements>
119 <camunda:connector>
120 <camunda:inputOutput>
Rob Daugherty38f72072018-03-14 02:07:32 -0400121 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
seshukm5e83d432017-10-26 13:13:20 +0530122 <camunda:inputParameter name="headers">
123 <camunda:map>
124 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
c001491071be66412017-11-07 16:04:40 +0800125 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
seshukm5e83d432017-10-26 13:13:20 +0530126 </camunda:map>
127 </camunda:inputParameter>
128 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
129 <camunda:inputParameter name="method">POST</camunda:inputParameter>
130 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
131 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
132 </camunda:inputOutput>
133 <camunda:connectorId>http-connector</camunda:connectorId>
134 </camunda:connector>
135 </bpmn:extensionElements>
136 <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800137 <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing>
seshukm5e83d432017-10-26 13:13:20 +0530138 </bpmn:serviceTask>
139 <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
seshukmbda9f912017-10-27 17:58:01 +0530140 <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService">
141 <bpmn:extensionElements>
142 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
143 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
144 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
145 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
146 <camunda:out source="WorkflowException" target="WorkflowException" />
147 <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
148 <camunda:out source="GENGS_service" target="GENGS_service" />
c001491071be66412017-11-07 16:04:40 +0800149 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
150 <camunda:in source="serviceType" target="GENGS_serviceType" />
seshukmbda9f912017-10-27 17:58:01 +0530151 </bpmn:extensionElements>
152 <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
153 <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing>
154 </bpmn:callActivity>
155 <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" />
c001491072c9049b2018-02-23 16:10:56 +0800156 <bpmn:scriptTask id="ScriptTask_0o5bglz" name="Sequense Resources" scriptFormat="groovy">
157 <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
158 <bpmn:outgoing>SequenceFlow_03c0zlq</bpmn:outgoing>
159 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
160def ddsi = new DoCustomDeleteE2EServiceInstance()
161ddsi.sequenceResource(execution)]]></bpmn:script>
162 </bpmn:scriptTask>
163 <bpmn:sequenceFlow id="SequenceFlow_1j08ko3" sourceRef="ServiceTask_00tg69u" targetRef="ScriptTask_0o5bglz" />
164 <bpmn:exclusiveGateway id="ExclusiveGateway_07toixi" name="Check Current Resource">
165 <bpmn:incoming>SequenceFlow_1htjmkv</bpmn:incoming>
166 <bpmn:outgoing>SequenceFlow_1ubor5z</bpmn:outgoing>
167 <bpmn:outgoing>SequenceFlow_1x3lehs</bpmn:outgoing>
168 </bpmn:exclusiveGateway>
169 <bpmn:scriptTask id="ScriptTask_12q6a51" name="Get Current Resource" scriptFormat="groovy">
170 <bpmn:incoming>SequenceFlow_03c0zlq</bpmn:incoming>
171 <bpmn:incoming>SequenceFlow_0s1lswk</bpmn:incoming>
172 <bpmn:outgoing>SequenceFlow_1htjmkv</bpmn:outgoing>
173 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
174def ddsi = new DoCustomDeleteE2EServiceInstance()
175ddsi.getCurrentResource(execution)]]></bpmn:script>
176 </bpmn:scriptTask>
177 <bpmn:sequenceFlow id="SequenceFlow_03c0zlq" sourceRef="ScriptTask_0o5bglz" targetRef="ScriptTask_12q6a51" />
178 <bpmn:sequenceFlow id="SequenceFlow_1htjmkv" sourceRef="ScriptTask_12q6a51" targetRef="ExclusiveGateway_07toixi" />
179 <bpmn:sequenceFlow id="SequenceFlow_1ubor5z" name="SDN-C" sourceRef="ExclusiveGateway_07toixi" targetRef="ScriptTask_0z30dax">
180 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("controllerInfo" ) == "SDN-C" )}]]></bpmn:conditionExpression>
181 </bpmn:sequenceFlow>
182 <bpmn:sequenceFlow id="SequenceFlow_1x3lehs" name="VF-C" sourceRef="ExclusiveGateway_07toixi" targetRef="Task_0z1x3sg">
183 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("controllerInfo" ) == "VF-C" )}]]></bpmn:conditionExpression>
184 </bpmn:sequenceFlow>
185 <bpmn:scriptTask id="ScriptTask_0w46sge" name="Parse Next Resource" scriptFormat="groovy">
186 <bpmn:incoming>SequenceFlow_1lxqjmp</bpmn:incoming>
187 <bpmn:incoming>SequenceFlow_0phwem2</bpmn:incoming>
188 <bpmn:outgoing>SequenceFlow_0l5r96s</bpmn:outgoing>
189 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
190def ddsi = new DoCustomDeleteE2EServiceInstance()
191ddsi.parseNextResource(execution)]]></bpmn:script>
192 </bpmn:scriptTask>
193 <bpmn:sequenceFlow id="SequenceFlow_1lxqjmp" sourceRef="CallActivity_Del_SDNC_cust" targetRef="ScriptTask_0w46sge" />
194 <bpmn:sequenceFlow id="SequenceFlow_0phwem2" sourceRef="Task_0963dho" targetRef="ScriptTask_0w46sge" />
195 <bpmn:exclusiveGateway id="ExclusiveGateway_1hgjg3u" name="Is All Resource Deleted">
196 <bpmn:incoming>SequenceFlow_0l5r96s</bpmn:incoming>
197 <bpmn:outgoing>SequenceFlow_0talboa</bpmn:outgoing>
198 <bpmn:outgoing>SequenceFlow_0s1lswk</bpmn:outgoing>
199 </bpmn:exclusiveGateway>
200 <bpmn:sequenceFlow id="SequenceFlow_0l5r96s" sourceRef="ScriptTask_0w46sge" targetRef="ExclusiveGateway_1hgjg3u" />
201 <bpmn:exclusiveGateway id="ExclusiveGateway_16046vb" name="Is SDNC Service Contained">
202 <bpmn:incoming>SequenceFlow_0talboa</bpmn:incoming>
203 <bpmn:outgoing>SequenceFlow_1icwpye</bpmn:outgoing>
204 <bpmn:outgoing>SequenceFlow_0oj2anh</bpmn:outgoing>
205 </bpmn:exclusiveGateway>
206 <bpmn:sequenceFlow id="SequenceFlow_1icwpye" name="yes" sourceRef="ExclusiveGateway_16046vb" targetRef="Task_0edkv0m">
207 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn:conditionExpression>
208 </bpmn:sequenceFlow>
209 <bpmn:sequenceFlow id="SequenceFlow_1ev7z6q" sourceRef="Task_0edkv0m" targetRef="CallActivity_06izbke" />
210 <bpmn:sequenceFlow id="SequenceFlow_0oj2anh" name="no" sourceRef="ExclusiveGateway_16046vb" targetRef="CallActivity_06izbke">
211 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn:conditionExpression>
212 </bpmn:sequenceFlow>
213 <bpmn:sequenceFlow id="SequenceFlow_0talboa" name="yes" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ExclusiveGateway_16046vb">
214 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "true" )}]]></bpmn:conditionExpression>
215 </bpmn:sequenceFlow>
216 <bpmn:sequenceFlow id="SequenceFlow_0s1lswk" name="no" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ScriptTask_12q6a51">
217 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn:conditionExpression>
218 </bpmn:sequenceFlow>
seshukma1a6cb42017-10-10 12:15:10 +0530219 </bpmn:process>
220 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
c001491072c9049b2018-02-23 16:10:56 +0800221 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstanceV3">
seshukma1a6cb42017-10-10 12:15:10 +0530222 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
c00149107e137c112017-10-13 17:15:30 +0800223 <dc:Bounds x="-612" y="-35" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530224 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800225 <dc:Bounds x="-618" y="6" width="50" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNShape>
228 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
c00149107e137c112017-10-13 17:15:30 +0800229 <dc:Bounds x="-519" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
c001491072c9049b2018-02-23 16:10:56 +0800232 <dc:Bounds x="1388" y="855" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530233 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800234 <dc:Bounds x="1316" y="896" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNShape id="CallActivity_06izbke_di" bpmnElement="CallActivity_06izbke">
c001491072c9049b2018-02-23 16:10:56 +0800238 <dc:Bounds x="1356" y="578" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530239 </bpmndi:BPMNShape>
seshukma1a6cb42017-10-10 12:15:10 +0530240 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
seshukmbda9f912017-10-27 17:58:01 +0530241 <dc:Bounds x="-193" y="-57" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530242 </bpmndi:BPMNShape>
243 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
c001491072c9049b2018-02-23 16:10:56 +0800244 <dc:Bounds x="1356" y="711" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530245 </bpmndi:BPMNShape>
246 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
c001491072c9049b2018-02-23 16:10:56 +0800247 <dc:Bounds x="292" y="675" width="467" height="193" />
seshukma1a6cb42017-10-10 12:15:10 +0530248 </bpmndi:BPMNShape>
249 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
c00149107e137c112017-10-13 17:15:30 +0800250 <di:waypoint xsi:type="dc:Point" x="-576" y="-17" />
251 <di:waypoint xsi:type="dc:Point" x="-519" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530252 <bpmndi:BPMNLabel>
c00149107e137c112017-10-13 17:15:30 +0800253 <dc:Bounds x="-592.5" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530254 </bpmndi:BPMNLabel>
255 </bpmndi:BPMNEdge>
256 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
c00149107e137c112017-10-13 17:15:30 +0800257 <di:waypoint xsi:type="dc:Point" x="-419" y="-17" />
seshukmbda9f912017-10-27 17:58:01 +0530258 <di:waypoint xsi:type="dc:Point" x="-357" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530259 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530260 <dc:Bounds x="-433" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNEdge>
263 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
c001491072c9049b2018-02-23 16:10:56 +0800264 <di:waypoint xsi:type="dc:Point" x="1406" y="791" />
265 <di:waypoint xsi:type="dc:Point" x="1406" y="855" />
seshukma1a6cb42017-10-10 12:15:10 +0530266 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800267 <dc:Bounds x="1376" y="817" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530268 </bpmndi:BPMNLabel>
269 </bpmndi:BPMNEdge>
270 <bpmndi:BPMNEdge id="SequenceFlow_0g6bxqw_di" bpmnElement="SequenceFlow_0g6bxqw">
c001491072c9049b2018-02-23 16:10:56 +0800271 <di:waypoint xsi:type="dc:Point" x="1406" y="658" />
272 <di:waypoint xsi:type="dc:Point" x="1406" y="711" />
seshukma1a6cb42017-10-10 12:15:10 +0530273 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800274 <dc:Bounds x="1376" y="678.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530275 </bpmndi:BPMNLabel>
276 </bpmndi:BPMNEdge>
277 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
seshukmbda9f912017-10-27 17:58:01 +0530278 <di:waypoint xsi:type="dc:Point" x="-93" y="-17" />
279 <di:waypoint xsi:type="dc:Point" x="-26" y="-17" />
seshukma1a6cb42017-10-10 12:15:10 +0530280 <bpmndi:BPMNLabel>
seshukmbda9f912017-10-27 17:58:01 +0530281 <dc:Bounds x="-104.5" y="-38" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530282 </bpmndi:BPMNLabel>
283 </bpmndi:BPMNEdge>
284 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
c001491072c9049b2018-02-23 16:10:56 +0800285 <dc:Bounds x="360" y="742" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530286 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800287 <dc:Bounds x="288" y="783" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNShape>
290 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
c001491072c9049b2018-02-23 16:10:56 +0800291 <dc:Bounds x="653" y="742" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530292 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800293 <dc:Bounds x="581" y="783" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530294 </bpmndi:BPMNLabel>
295 </bpmndi:BPMNShape>
296 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
c001491072c9049b2018-02-23 16:10:56 +0800297 <dc:Bounds x="464" y="720" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530298 </bpmndi:BPMNShape>
299 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
c001491072c9049b2018-02-23 16:10:56 +0800300 <di:waypoint xsi:type="dc:Point" x="396" y="760" />
301 <di:waypoint xsi:type="dc:Point" x="464" y="760" />
seshukma1a6cb42017-10-10 12:15:10 +0530302 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800303 <dc:Bounds x="340" y="745" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530304 </bpmndi:BPMNLabel>
305 </bpmndi:BPMNEdge>
306 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
c001491072c9049b2018-02-23 16:10:56 +0800307 <di:waypoint xsi:type="dc:Point" x="564" y="760" />
308 <di:waypoint xsi:type="dc:Point" x="653" y="760" />
seshukma1a6cb42017-10-10 12:15:10 +0530309 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800310 <dc:Bounds x="520" y="745" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530311 </bpmndi:BPMNLabel>
312 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530313 <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax">
c001491072c9049b2018-02-23 16:10:56 +0800314 <dc:Bounds x="470" y="111" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530315 </bpmndi:BPMNShape>
seshukma1a6cb42017-10-10 12:15:10 +0530316 <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4">
c001491072c9049b2018-02-23 16:10:56 +0800317 <di:waypoint xsi:type="dc:Point" x="570" y="151" />
318 <di:waypoint xsi:type="dc:Point" x="688" y="152" />
seshukma1a6cb42017-10-10 12:15:10 +0530319 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800320 <dc:Bounds x="584" y="130.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530321 </bpmndi:BPMNLabel>
322 </bpmndi:BPMNEdge>
c00149107e137c112017-10-13 17:15:30 +0800323 <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx">
c001491072c9049b2018-02-23 16:10:56 +0800324 <di:waypoint xsi:type="dc:Point" x="576" y="378" />
325 <di:waypoint xsi:type="dc:Point" x="688" y="378" />
c00149107e137c112017-10-13 17:15:30 +0800326 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800327 <dc:Bounds x="587" y="357" width="90" height="12" />
c00149107e137c112017-10-13 17:15:30 +0800328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg">
c001491072c9049b2018-02-23 16:10:56 +0800331 <dc:Bounds x="476" y="338" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800332 </bpmndi:BPMNShape>
c00149107e137c112017-10-13 17:15:30 +0800333 <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho">
c001491072c9049b2018-02-23 16:10:56 +0800334 <dc:Bounds x="688" y="338" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800335 </bpmndi:BPMNShape>
c00149107e137c112017-10-13 17:15:30 +0800336 <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust">
c001491072c9049b2018-02-23 16:10:56 +0800337 <dc:Bounds x="688" y="112" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800338 </bpmndi:BPMNShape>
339 <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m">
c001491072c9049b2018-02-23 16:10:56 +0800340 <dc:Bounds x="1356" y="233" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800341 </bpmndi:BPMNShape>
seshukm5e83d432017-10-26 13:13:20 +0530342 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
seshukmbda9f912017-10-27 17:58:01 +0530343 <dc:Bounds x="-26" y="-57" width="100" height="80" />
seshukm5e83d432017-10-26 13:13:20 +0530344 </bpmndi:BPMNShape>
345 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
c001491072c9049b2018-02-23 16:10:56 +0800346 <dc:Bounds x="-26" y="67" width="100" height="80" />
seshukm5e83d432017-10-26 13:13:20 +0530347 </bpmndi:BPMNShape>
348 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
c001491072c9049b2018-02-23 16:10:56 +0800349 <di:waypoint xsi:type="dc:Point" x="24" y="23" />
350 <di:waypoint xsi:type="dc:Point" x="24" y="67" />
seshukm5e83d432017-10-26 13:13:20 +0530351 <bpmndi:BPMNLabel>
c001491072c9049b2018-02-23 16:10:56 +0800352 <dc:Bounds x="-6" y="39" width="90" height="12" />
seshukmbda9f912017-10-27 17:58:01 +0530353 </bpmndi:BPMNLabel>
354 </bpmndi:BPMNEdge>
355 <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z">
356 <dc:Bounds x="-357" y="-57" width="100" height="80" />
357 </bpmndi:BPMNShape>
358 <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu">
359 <di:waypoint xsi:type="dc:Point" x="-257" y="-17" />
360 <di:waypoint xsi:type="dc:Point" x="-193" y="-17" />
361 <bpmndi:BPMNLabel>
362 <dc:Bounds x="-225" y="-38" width="0" height="12" />
seshukm5e83d432017-10-26 13:13:20 +0530363 </bpmndi:BPMNLabel>
364 </bpmndi:BPMNEdge>
c001491072c9049b2018-02-23 16:10:56 +0800365 <bpmndi:BPMNShape id="ScriptTask_0o5bglz_di" bpmnElement="ScriptTask_0o5bglz">
366 <dc:Bounds x="-26" y="233" width="100" height="80" />
367 </bpmndi:BPMNShape>
368 <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
369 <di:waypoint xsi:type="dc:Point" x="24" y="147" />
370 <di:waypoint xsi:type="dc:Point" x="24" y="233" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="39" y="184" width="0" height="12" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNShape id="ExclusiveGateway_07toixi_di" bpmnElement="ExclusiveGateway_07toixi" isMarkerVisible="true">
376 <dc:Bounds x="342.56962025316454" y="248" width="50" height="50" />
377 <bpmndi:BPMNLabel>
378 <dc:Bounds x="332" y="302" width="73" height="24" />
379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNShape id="ScriptTask_12q6a51_di" bpmnElement="ScriptTask_12q6a51">
382 <dc:Bounds x="159" y="450" width="100" height="80" />
383 </bpmndi:BPMNShape>
384 <bpmndi:BPMNEdge id="SequenceFlow_03c0zlq_di" bpmnElement="SequenceFlow_03c0zlq">
385 <di:waypoint xsi:type="dc:Point" x="24" y="313" />
386 <di:waypoint xsi:type="dc:Point" x="24" y="494" />
387 <di:waypoint xsi:type="dc:Point" x="159" y="490" />
388 <bpmndi:BPMNLabel>
389 <dc:Bounds x="39" y="397.5" width="0" height="12" />
390 </bpmndi:BPMNLabel>
391 </bpmndi:BPMNEdge>
392 <bpmndi:BPMNEdge id="SequenceFlow_1htjmkv_di" bpmnElement="SequenceFlow_1htjmkv">
393 <di:waypoint xsi:type="dc:Point" x="209" y="450" />
394 <di:waypoint xsi:type="dc:Point" x="209" y="273" />
395 <di:waypoint xsi:type="dc:Point" x="343" y="273" />
396 <bpmndi:BPMNLabel>
397 <dc:Bounds x="224" y="355.5" width="0" height="12" />
398 </bpmndi:BPMNLabel>
399 </bpmndi:BPMNEdge>
400 <bpmndi:BPMNEdge id="SequenceFlow_1ubor5z_di" bpmnElement="SequenceFlow_1ubor5z">
401 <di:waypoint xsi:type="dc:Point" x="368" y="248" />
402 <di:waypoint xsi:type="dc:Point" x="368" y="151" />
403 <di:waypoint xsi:type="dc:Point" x="470" y="151" />
404 <bpmndi:BPMNLabel>
405 <dc:Bounds x="366" y="193.5" width="35" height="12" />
406 </bpmndi:BPMNLabel>
407 </bpmndi:BPMNEdge>
408 <bpmndi:BPMNEdge id="SequenceFlow_1x3lehs_di" bpmnElement="SequenceFlow_1x3lehs">
409 <di:waypoint xsi:type="dc:Point" x="368" y="298" />
410 <di:waypoint xsi:type="dc:Point" x="368" y="378" />
411 <di:waypoint xsi:type="dc:Point" x="476" y="378" />
412 <bpmndi:BPMNLabel>
413 <dc:Bounds x="379" y="353" width="27" height="12" />
414 </bpmndi:BPMNLabel>
415 </bpmndi:BPMNEdge>
416 <bpmndi:BPMNShape id="ScriptTask_0w46sge_di" bpmnElement="ScriptTask_0w46sge">
417 <dc:Bounds x="865" y="233" width="100" height="80" />
418 </bpmndi:BPMNShape>
419 <bpmndi:BPMNEdge id="SequenceFlow_1lxqjmp_di" bpmnElement="SequenceFlow_1lxqjmp">
420 <di:waypoint xsi:type="dc:Point" x="788" y="152" />
421 <di:waypoint xsi:type="dc:Point" x="827" y="152" />
422 <di:waypoint xsi:type="dc:Point" x="827" y="273" />
423 <di:waypoint xsi:type="dc:Point" x="865" y="273" />
424 <bpmndi:BPMNLabel>
425 <dc:Bounds x="842" y="206.5" width="0" height="12" />
426 </bpmndi:BPMNLabel>
427 </bpmndi:BPMNEdge>
428 <bpmndi:BPMNEdge id="SequenceFlow_0phwem2_di" bpmnElement="SequenceFlow_0phwem2">
429 <di:waypoint xsi:type="dc:Point" x="788" y="378" />
430 <di:waypoint xsi:type="dc:Point" x="827" y="378" />
431 <di:waypoint xsi:type="dc:Point" x="827" y="273" />
432 <di:waypoint xsi:type="dc:Point" x="865" y="273" />
433 <bpmndi:BPMNLabel>
434 <dc:Bounds x="842" y="319.5" width="0" height="12" />
435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNEdge>
437 <bpmndi:BPMNShape id="ExclusiveGateway_1hgjg3u_di" bpmnElement="ExclusiveGateway_1hgjg3u" isMarkerVisible="true">
438 <dc:Bounds x="1040.9252217997464" y="248" width="50" height="50" />
439 <bpmndi:BPMNLabel>
440 <dc:Bounds x="1029" y="302" width="74" height="24" />
441 </bpmndi:BPMNLabel>
442 </bpmndi:BPMNShape>
443 <bpmndi:BPMNEdge id="SequenceFlow_0l5r96s_di" bpmnElement="SequenceFlow_0l5r96s">
444 <di:waypoint xsi:type="dc:Point" x="965" y="273" />
445 <di:waypoint xsi:type="dc:Point" x="1041" y="273" />
446 <bpmndi:BPMNLabel>
447 <dc:Bounds x="1003" y="252" width="0" height="12" />
448 </bpmndi:BPMNLabel>
449 </bpmndi:BPMNEdge>
450 <bpmndi:BPMNShape id="ExclusiveGateway_16046vb_di" bpmnElement="ExclusiveGateway_16046vb" isMarkerVisible="true">
451 <dc:Bounds x="1203.8174904942966" y="248.28010139416983" width="50" height="50" />
452 <bpmndi:BPMNLabel>
453 <dc:Bounds x="1187" y="302" width="83" height="24" />
454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNShape>
456 <bpmndi:BPMNEdge id="SequenceFlow_1icwpye_di" bpmnElement="SequenceFlow_1icwpye">
457 <di:waypoint xsi:type="dc:Point" x="1254" y="273" />
458 <di:waypoint xsi:type="dc:Point" x="1356" y="273" />
459 <bpmndi:BPMNLabel>
460 <dc:Bounds x="1297" y="252" width="19" height="12" />
461 </bpmndi:BPMNLabel>
462 </bpmndi:BPMNEdge>
463 <bpmndi:BPMNEdge id="SequenceFlow_1ev7z6q_di" bpmnElement="SequenceFlow_1ev7z6q">
464 <di:waypoint xsi:type="dc:Point" x="1406" y="313" />
465 <di:waypoint xsi:type="dc:Point" x="1406" y="448" />
466 <di:waypoint xsi:type="dc:Point" x="1406" y="448" />
467 <di:waypoint xsi:type="dc:Point" x="1406" y="578" />
468 <bpmndi:BPMNLabel>
469 <dc:Bounds x="1421" y="442" width="0" height="12" />
470 </bpmndi:BPMNLabel>
471 </bpmndi:BPMNEdge>
472 <bpmndi:BPMNEdge id="SequenceFlow_0oj2anh_di" bpmnElement="SequenceFlow_0oj2anh">
473 <di:waypoint xsi:type="dc:Point" x="1229" y="298" />
474 <di:waypoint xsi:type="dc:Point" x="1229" y="618" />
475 <di:waypoint xsi:type="dc:Point" x="1356" y="618" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="1238" y="452.30710172744716" width="12" height="12" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="SequenceFlow_0talboa_di" bpmnElement="SequenceFlow_0talboa">
481 <di:waypoint xsi:type="dc:Point" x="1091" y="273" />
482 <di:waypoint xsi:type="dc:Point" x="1204" y="273" />
483 <bpmndi:BPMNLabel>
484 <dc:Bounds x="1138" y="252" width="19" height="12" />
485 </bpmndi:BPMNLabel>
486 </bpmndi:BPMNEdge>
487 <bpmndi:BPMNEdge id="SequenceFlow_0s1lswk_di" bpmnElement="SequenceFlow_0s1lswk">
488 <di:waypoint xsi:type="dc:Point" x="1066" y="298" />
489 <di:waypoint xsi:type="dc:Point" x="1066" y="490" />
490 <di:waypoint xsi:type="dc:Point" x="259" y="490" />
491 <bpmndi:BPMNLabel>
492 <dc:Bounds x="1075" y="388" width="12" height="12" />
493 </bpmndi:BPMNLabel>
494 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530495 </bpmndi:BPMNPlane>
496 </bpmndi:BPMNDiagram>
497</bpmn:definitions>