blob: b74c169d2635c85b9edf6e6fc5d8ba48ad38d163 [file] [log] [blame]
subhash kumar singha7967372018-04-11 05:50:01 +00001<?xml version="1.0" encoding="UTF-8"?>
subhash kumar singh95fd7ba2018-04-25 09:19:43 +00002<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3">
subhash kumar singh0d3ae682018-04-16 06:01:00 +00003 <bpmn:process id="DoDeleteResourcesV1" name="DoDeleteResourcesV1" isExecutable="true">
subhash kumar singha7967372018-04-11 05:50:01 +00004 <bpmn:startEvent id="StartEvent_1" name="Start Resource Delete">
5 <bpmn:outgoing>SequenceFlow_0stqur4</bpmn:outgoing>
6 </bpmn:startEvent>
subhash kumar singh0d3ae682018-04-16 06:01:00 +00007 <bpmn:scriptTask id="ScriptTask_0ngvt9d" name="Prepare Delete Resource Recipe" scriptFormat="groovy">
subhash kumar singha7967372018-04-11 05:50:01 +00008 <bpmn:incoming>SequenceFlow_1oil1t3</bpmn:incoming>
9 <bpmn:incoming>SequenceFlow_13nyd1j</bpmn:incoming>
10 <bpmn:outgoing>SequenceFlow_1qm7owo</bpmn:outgoing>
11 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
subhash kumar singh0d3ae682018-04-16 06:01:00 +000012def ddrs = new DoDeleteResourcesV1()
c0014910791b15232018-04-23 19:42:22 +080013ddrs.preResourceDelete(execution)]]></bpmn:script>
subhash kumar singha7967372018-04-11 05:50:01 +000014 </bpmn:scriptTask>
subhash kumar singh0d3ae682018-04-16 06:01:00 +000015 <bpmn:scriptTask id="ScriptTask_15zy0jf" name="Execute Delete Resource Recipe" scriptFormat="groovy">
c00149107ddec5cb2018-04-25 10:05:25 +080016 <bpmn:incoming>SequenceFlow_098gain</bpmn:incoming>
subhash kumar singha7967372018-04-11 05:50:01 +000017 <bpmn:outgoing>SequenceFlow_1ly5jrs</bpmn:outgoing>
18 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
subhash kumar singh0d3ae682018-04-16 06:01:00 +000019def ddr = new DoDeleteResourcesV1()
c00149107ddec5cb2018-04-25 10:05:25 +080020ddr.executeResourceDelete(execution)]]></bpmn:script>
subhash kumar singha7967372018-04-11 05:50:01 +000021 </bpmn:scriptTask>
22 <bpmn:scriptTask id="ScriptTask_1gf78zz" name="Parse Next Resource" scriptFormat="groovy">
23 <bpmn:incoming>SequenceFlow_1ly5jrs</bpmn:incoming>
c00149107ddec5cb2018-04-25 10:05:25 +080024 <bpmn:incoming>SequenceFlow_0djplpd</bpmn:incoming>
subhash kumar singha7967372018-04-11 05:50:01 +000025 <bpmn:outgoing>SequenceFlow_0i1gez5</bpmn:outgoing>
26 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
subhash kumar singh0d3ae682018-04-16 06:01:00 +000027def ddr = new DoDeleteResourcesV1()
28ddr.parseNextResource(execution)]]></bpmn:script>
subhash kumar singha7967372018-04-11 05:50:01 +000029 </bpmn:scriptTask>
30 <bpmn:exclusiveGateway id="ExclusiveGateway_0rtr0n7" name="Is All Resource Deleted">
31 <bpmn:incoming>SequenceFlow_0i1gez5</bpmn:incoming>
32 <bpmn:outgoing>SequenceFlow_1oil1t3</bpmn:outgoing>
33 <bpmn:outgoing>SequenceFlow_1d5mzit</bpmn:outgoing>
34 </bpmn:exclusiveGateway>
35 <bpmn:sequenceFlow id="SequenceFlow_0stqur4" sourceRef="StartEvent_1" targetRef="Task_1ue68b0" />
c00149107ddec5cb2018-04-25 10:05:25 +080036 <bpmn:sequenceFlow id="SequenceFlow_1qm7owo" sourceRef="ScriptTask_0ngvt9d" targetRef="ExclusiveGateway_0khn1my" />
subhash kumar singha7967372018-04-11 05:50:01 +000037 <bpmn:sequenceFlow id="SequenceFlow_1ly5jrs" sourceRef="ScriptTask_15zy0jf" targetRef="ScriptTask_1gf78zz" />
38 <bpmn:sequenceFlow id="SequenceFlow_0i1gez5" sourceRef="ScriptTask_1gf78zz" targetRef="ExclusiveGateway_0rtr0n7" />
39 <bpmn:sequenceFlow id="SequenceFlow_1oil1t3" name="No" sourceRef="ExclusiveGateway_0rtr0n7" targetRef="ScriptTask_0ngvt9d">
40 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn:conditionExpression>
41 </bpmn:sequenceFlow>
42 <bpmn:subProcess id="SubProcess_0sbt4ns" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
43 <bpmn:startEvent id="StartEvent_1cjikl5">
44 <bpmn:outgoing>SequenceFlow_0rkycoj</bpmn:outgoing>
45 <bpmn:errorEventDefinition />
46 </bpmn:startEvent>
47 <bpmn:endEvent id="EndEvent_0gh3mcj">
48 <bpmn:incoming>SequenceFlow_117fiux</bpmn:incoming>
49 </bpmn:endEvent>
50 <bpmn:scriptTask id="ScriptTask_0plexin" name="Log / Print Unexpected Error" scriptFormat="groovy">
51 <bpmn:incoming>SequenceFlow_0rkycoj</bpmn:incoming>
52 <bpmn:outgoing>SequenceFlow_117fiux</bpmn:outgoing>
53 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
54ExceptionUtil ex = new ExceptionUtil()
55ex.processJavaException(execution)]]></bpmn:script>
56 </bpmn:scriptTask>
57 <bpmn:sequenceFlow id="SequenceFlow_0rkycoj" name="" sourceRef="StartEvent_1cjikl5" targetRef="ScriptTask_0plexin" />
58 <bpmn:sequenceFlow id="SequenceFlow_117fiux" name="" sourceRef="ScriptTask_0plexin" targetRef="EndEvent_0gh3mcj" />
59 </bpmn:subProcess>
60 <bpmn:serviceTask id="ServiceTask_176j3rl" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
subhash kumar singh95fd7ba2018-04-25 09:19:43 +000061 <bpmn:incoming>SequenceFlow_11h5pba</bpmn:incoming>
subhash kumar singha7967372018-04-11 05:50:01 +000062 <bpmn:outgoing>SequenceFlow_174yrgl</bpmn:outgoing>
63 </bpmn:serviceTask>
64 <bpmn:exclusiveGateway id="ExclusiveGateway_1x63i6w" name="Is SDNC Service Contained">
65 <bpmn:incoming>SequenceFlow_1yrkxjm</bpmn:incoming>
66 <bpmn:outgoing>SequenceFlow_1s1nnmj</bpmn:outgoing>
67 <bpmn:outgoing>SequenceFlow_0lk19rm</bpmn:outgoing>
68 </bpmn:exclusiveGateway>
69 <bpmn:sequenceFlow id="SequenceFlow_1yrkxjm" sourceRef="StartEvent_1eo3c2a" targetRef="ExclusiveGateway_1x63i6w" />
70 <bpmn:endEvent id="EndEvent_17bzayo" name="End Resource Deletion">
71 <bpmn:incoming>SequenceFlow_0o21fg8</bpmn:incoming>
72 </bpmn:endEvent>
subhash kumar singh95fd7ba2018-04-25 09:19:43 +000073 <bpmn:sequenceFlow id="SequenceFlow_1s1nnmj" name="yes" sourceRef="ExclusiveGateway_1x63i6w" targetRef="prepareSDNCServiceTopologyDelete">
subhash kumar singha7967372018-04-11 05:50:01 +000074 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn:conditionExpression>
75 </bpmn:sequenceFlow>
76 <bpmn:sequenceFlow id="SequenceFlow_174yrgl" sourceRef="ServiceTask_176j3rl" targetRef="ExclusiveGateway_1jybr0n" />
77 <bpmn:sequenceFlow id="SequenceFlow_0lk19rm" name="no" sourceRef="ExclusiveGateway_1x63i6w" targetRef="ExclusiveGateway_1jybr0n">
78 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn:conditionExpression>
79 </bpmn:sequenceFlow>
80 <bpmn:sequenceFlow id="SequenceFlow_1d5mzit" sourceRef="ExclusiveGateway_0rtr0n7" targetRef="EndEvent_17h3h92" />
81 <bpmn:intermediateThrowEvent id="EndEvent_17h3h92" name="Go To Delete SDNC Service Topology">
82 <bpmn:incoming>SequenceFlow_1d5mzit</bpmn:incoming>
83 <bpmn:linkEventDefinition name="DeleteSDNCServiceTopology" />
84 </bpmn:intermediateThrowEvent>
85 <bpmn:intermediateCatchEvent id="StartEvent_1eo3c2a" name="Delete SDNC Service Topology">
86 <bpmn:outgoing>SequenceFlow_1yrkxjm</bpmn:outgoing>
87 <bpmn:linkEventDefinition name="DeleteSDNCServiceTopology" />
88 </bpmn:intermediateCatchEvent>
89 <bpmn:exclusiveGateway id="ExclusiveGateway_1jybr0n">
90 <bpmn:incoming>SequenceFlow_174yrgl</bpmn:incoming>
91 <bpmn:incoming>SequenceFlow_0lk19rm</bpmn:incoming>
92 <bpmn:outgoing>SequenceFlow_0o21fg8</bpmn:outgoing>
93 </bpmn:exclusiveGateway>
94 <bpmn:sequenceFlow id="SequenceFlow_0o21fg8" sourceRef="ExclusiveGateway_1jybr0n" targetRef="EndEvent_17bzayo" />
95 <bpmn:scriptTask id="ScriptTask_12460xo" name="Sequense Resources" scriptFormat="groovy">
96 <bpmn:incoming>SequenceFlow_14dezx8</bpmn:incoming>
97 <bpmn:outgoing>SequenceFlow_13nyd1j</bpmn:outgoing>
98 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
subhash kumar singh0d3ae682018-04-16 06:01:00 +000099def ddrs = new DoDeleteResourcesV1()
subhash kumar singha7967372018-04-11 05:50:01 +0000100ddrs.sequenceResource(execution)]]></bpmn:script>
101 </bpmn:scriptTask>
102 <bpmn:sequenceFlow id="SequenceFlow_13nyd1j" sourceRef="ScriptTask_12460xo" targetRef="ScriptTask_0ngvt9d" />
103 <bpmn:sequenceFlow id="SequenceFlow_14dezx8" sourceRef="Task_1ue68b0" targetRef="ScriptTask_12460xo" />
subhash kumar singh0d3ae682018-04-16 06:01:00 +0000104 <bpmn:scriptTask id="Task_1ue68b0" name="Preprocess Incoming Request" scriptFormat="groovy">
subhash kumar singha7967372018-04-11 05:50:01 +0000105 <bpmn:incoming>SequenceFlow_0stqur4</bpmn:incoming>
106 <bpmn:outgoing>SequenceFlow_14dezx8</bpmn:outgoing>
107 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
subhash kumar singh0d3ae682018-04-16 06:01:00 +0000108def ddrs = new DoDeleteResourcesV1()
subhash kumar singha7967372018-04-11 05:50:01 +0000109ddrs.preProcessRequest(execution)]]></bpmn:script>
110 </bpmn:scriptTask>
c00149107ddec5cb2018-04-25 10:05:25 +0800111 <bpmn:exclusiveGateway id="ExclusiveGateway_0khn1my" name="Is The Resource Instance Exists">
112 <bpmn:incoming>SequenceFlow_1qm7owo</bpmn:incoming>
113 <bpmn:outgoing>SequenceFlow_098gain</bpmn:outgoing>
114 <bpmn:outgoing>SequenceFlow_19ccmqv</bpmn:outgoing>
115 </bpmn:exclusiveGateway>
116 <bpmn:sequenceFlow id="SequenceFlow_098gain" name="yes" sourceRef="ExclusiveGateway_0khn1my" targetRef="ScriptTask_15zy0jf">
117 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("resourceInstanceId" ) != "" )}]]></bpmn:conditionExpression>
118 </bpmn:sequenceFlow>
119 <bpmn:serviceTask id="ServiceTask_1bw1mjh" name="update progress update">
120 <bpmn:extensionElements>
121 <camunda:connector>
122 <camunda:inputOutput>
123 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
124 <camunda:inputParameter name="headers">
125 <camunda:map>
126 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
127 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
128 </camunda:map>
129 </camunda:inputParameter>
130 <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter>
131 <camunda:inputParameter name="method">POST</camunda:inputParameter>
132 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
133 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
134 </camunda:inputOutput>
135 <camunda:connectorId>http-connector</camunda:connectorId>
136 </camunda:connector>
137 </bpmn:extensionElements>
138 <bpmn:incoming>SequenceFlow_11bgbsh</bpmn:incoming>
139 <bpmn:outgoing>SequenceFlow_0djplpd</bpmn:outgoing>
140 </bpmn:serviceTask>
141 <bpmn:scriptTask id="ScriptTask_0shhhxr" name="Prepare progress finished for the resource" scriptFormat="groovy">
142 <bpmn:incoming>SequenceFlow_19ccmqv</bpmn:incoming>
143 <bpmn:outgoing>SequenceFlow_11bgbsh</bpmn:outgoing>
144 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
145def dcsi = new DoDeleteResourcesV1()
146dcsi.prepareFinishedProgressForResource(execution)]]></bpmn:script>
147 </bpmn:scriptTask>
148 <bpmn:sequenceFlow id="SequenceFlow_11bgbsh" sourceRef="ScriptTask_0shhhxr" targetRef="ServiceTask_1bw1mjh" />
149 <bpmn:sequenceFlow id="SequenceFlow_19ccmqv" name="no" sourceRef="ExclusiveGateway_0khn1my" targetRef="ScriptTask_0shhhxr" />
150 <bpmn:sequenceFlow id="SequenceFlow_0djplpd" sourceRef="ServiceTask_1bw1mjh" targetRef="ScriptTask_1gf78zz" />
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000151 <bpmn:sequenceFlow id="SequenceFlow_11h5pba" sourceRef="prepareSDNCServiceTopologyDelete" targetRef="ServiceTask_176j3rl" />
152 <bpmn:scriptTask id="prepareSDNCServiceTopologyDelete" name="Prepare SDNC service Topology Delete" scriptFormat="groovy">
153 <bpmn:incoming>SequenceFlow_1s1nnmj</bpmn:incoming>
154 <bpmn:outgoing>SequenceFlow_11h5pba</bpmn:outgoing>
155 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
156def ddr = new DoDeleteResourcesV1()
157ddr.prepareServiceTopologyDeletion(execution)]]></bpmn:script>
158 </bpmn:scriptTask>
subhash kumar singha7967372018-04-11 05:50:01 +0000159 </bpmn:process>
160 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
subhash kumar singh0d3ae682018-04-16 06:01:00 +0000161 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteResourcesV1">
subhash kumar singha7967372018-04-11 05:50:01 +0000162 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
163 <dc:Bounds x="-70" y="255" width="36" height="36" />
164 <bpmndi:BPMNLabel>
165 <dc:Bounds x="-89" y="291" width="76" height="24" />
166 </bpmndi:BPMNLabel>
167 </bpmndi:BPMNShape>
168 <bpmndi:BPMNShape id="ScriptTask_0ngvt9d_di" bpmnElement="ScriptTask_0ngvt9d">
169 <dc:Bounds x="392" y="233" width="100" height="80" />
170 </bpmndi:BPMNShape>
171 <bpmndi:BPMNShape id="ScriptTask_15zy0jf_di" bpmnElement="ScriptTask_15zy0jf">
c00149107ddec5cb2018-04-25 10:05:25 +0800172 <dc:Bounds x="665" y="233" width="100" height="80" />
subhash kumar singha7967372018-04-11 05:50:01 +0000173 </bpmndi:BPMNShape>
174 <bpmndi:BPMNShape id="ScriptTask_1gf78zz_di" bpmnElement="ScriptTask_1gf78zz">
c00149107ddec5cb2018-04-25 10:05:25 +0800175 <dc:Bounds x="865" y="233" width="100" height="80" />
subhash kumar singha7967372018-04-11 05:50:01 +0000176 </bpmndi:BPMNShape>
177 <bpmndi:BPMNShape id="ExclusiveGateway_0rtr0n7_di" bpmnElement="ExclusiveGateway_0rtr0n7" isMarkerVisible="true">
178 <dc:Bounds x="1011" y="248" width="50" height="50" />
179 <bpmndi:BPMNLabel>
180 <dc:Bounds x="999" y="302" width="75" height="24" />
181 </bpmndi:BPMNLabel>
182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNEdge id="SequenceFlow_0stqur4_di" bpmnElement="SequenceFlow_0stqur4">
184 <di:waypoint xsi:type="dc:Point" x="-34" y="273" />
185 <di:waypoint xsi:type="dc:Point" x="38" y="273" />
186 <bpmndi:BPMNLabel>
187 <dc:Bounds x="2" y="252" width="0" height="12" />
188 </bpmndi:BPMNLabel>
189 </bpmndi:BPMNEdge>
190 <bpmndi:BPMNEdge id="SequenceFlow_1qm7owo_di" bpmnElement="SequenceFlow_1qm7owo">
191 <di:waypoint xsi:type="dc:Point" x="492" y="273" />
c00149107ddec5cb2018-04-25 10:05:25 +0800192 <di:waypoint xsi:type="dc:Point" x="550" y="273" />
subhash kumar singha7967372018-04-11 05:50:01 +0000193 <bpmndi:BPMNLabel>
c00149107ddec5cb2018-04-25 10:05:25 +0800194 <dc:Bounds x="476" y="252" width="90" height="12" />
subhash kumar singha7967372018-04-11 05:50:01 +0000195 </bpmndi:BPMNLabel>
196 </bpmndi:BPMNEdge>
197 <bpmndi:BPMNEdge id="SequenceFlow_1ly5jrs_di" bpmnElement="SequenceFlow_1ly5jrs">
c00149107ddec5cb2018-04-25 10:05:25 +0800198 <di:waypoint xsi:type="dc:Point" x="765" y="273" />
199 <di:waypoint xsi:type="dc:Point" x="865" y="273" />
subhash kumar singha7967372018-04-11 05:50:01 +0000200 <bpmndi:BPMNLabel>
c00149107ddec5cb2018-04-25 10:05:25 +0800201 <dc:Bounds x="770" y="252" width="90" height="12" />
subhash kumar singha7967372018-04-11 05:50:01 +0000202 </bpmndi:BPMNLabel>
203 </bpmndi:BPMNEdge>
204 <bpmndi:BPMNEdge id="SequenceFlow_0i1gez5_di" bpmnElement="SequenceFlow_0i1gez5">
c00149107ddec5cb2018-04-25 10:05:25 +0800205 <di:waypoint xsi:type="dc:Point" x="965" y="273" />
subhash kumar singha7967372018-04-11 05:50:01 +0000206 <di:waypoint xsi:type="dc:Point" x="1011" y="273" />
207 <bpmndi:BPMNLabel>
c00149107ddec5cb2018-04-25 10:05:25 +0800208 <dc:Bounds x="943" y="252" width="90" height="12" />
subhash kumar singha7967372018-04-11 05:50:01 +0000209 </bpmndi:BPMNLabel>
210 </bpmndi:BPMNEdge>
211 <bpmndi:BPMNEdge id="SequenceFlow_1oil1t3_di" bpmnElement="SequenceFlow_1oil1t3">
212 <di:waypoint xsi:type="dc:Point" x="1036" y="298" />
213 <di:waypoint xsi:type="dc:Point" x="1036" y="418" />
214 <di:waypoint xsi:type="dc:Point" x="442" y="418" />
215 <di:waypoint xsi:type="dc:Point" x="442" y="313" />
216 <bpmndi:BPMNLabel>
217 <dc:Bounds x="731" y="397" width="16" height="12" />
218 </bpmndi:BPMNLabel>
219 </bpmndi:BPMNEdge>
220 <bpmndi:BPMNShape id="SubProcess_0sbt4ns_di" bpmnElement="SubProcess_0sbt4ns" isExpanded="true">
221 <dc:Bounds x="453" y="815" width="467" height="193" />
222 </bpmndi:BPMNShape>
223 <bpmndi:BPMNShape id="StartEvent_1cjikl5_di" bpmnElement="StartEvent_1cjikl5">
224 <dc:Bounds x="523" y="884" width="36" height="36" />
225 <bpmndi:BPMNLabel>
226 <dc:Bounds x="406" y="925" width="0" height="12" />
227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNShape>
229 <bpmndi:BPMNShape id="EndEvent_0gh3mcj_di" bpmnElement="EndEvent_0gh3mcj">
230 <dc:Bounds x="816" y="884" width="36" height="36" />
231 <bpmndi:BPMNLabel>
232 <dc:Bounds x="699" y="925" width="0" height="12" />
233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNShape>
235 <bpmndi:BPMNShape id="ScriptTask_0plexin_di" bpmnElement="ScriptTask_0plexin">
236 <dc:Bounds x="627" y="862" width="100" height="80" />
237 </bpmndi:BPMNShape>
238 <bpmndi:BPMNEdge id="SequenceFlow_0rkycoj_di" bpmnElement="SequenceFlow_0rkycoj">
239 <di:waypoint xsi:type="dc:Point" x="559" y="902" />
240 <di:waypoint xsi:type="dc:Point" x="627" y="902" />
241 <bpmndi:BPMNLabel>
242 <dc:Bounds x="458" y="887" width="0" height="12" />
243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNEdge>
245 <bpmndi:BPMNEdge id="SequenceFlow_117fiux_di" bpmnElement="SequenceFlow_117fiux">
246 <di:waypoint xsi:type="dc:Point" x="727" y="902" />
247 <di:waypoint xsi:type="dc:Point" x="816" y="902" />
248 <bpmndi:BPMNLabel>
249 <dc:Bounds x="639.5" y="887" width="0" height="12" />
250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNShape id="ServiceTask_176j3rl_di" bpmnElement="ServiceTask_176j3rl">
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000253 <dc:Bounds x="689" y="566" width="100" height="80" />
subhash kumar singha7967372018-04-11 05:50:01 +0000254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="ExclusiveGateway_1x63i6w_di" bpmnElement="ExclusiveGateway_1x63i6w" isMarkerVisible="true">
256 <dc:Bounds x="396" y="581" width="50" height="50" />
257 <bpmndi:BPMNLabel>
258 <dc:Bounds x="379" y="635" width="84" height="24" />
259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNEdge id="SequenceFlow_1yrkxjm_di" bpmnElement="SequenceFlow_1yrkxjm">
262 <di:waypoint xsi:type="dc:Point" x="269" y="606" />
263 <di:waypoint xsi:type="dc:Point" x="396" y="606" />
264 <bpmndi:BPMNLabel>
265 <dc:Bounds x="332.5" y="585" width="0" height="12" />
266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNEdge>
268 <bpmndi:BPMNShape id="EndEvent_17bzayo_di" bpmnElement="EndEvent_17bzayo">
269 <dc:Bounds x="992.2009291521485" y="588" width="36" height="36" />
270 <bpmndi:BPMNLabel>
271 <dc:Bounds x="977" y="628" width="72" height="24" />
272 </bpmndi:BPMNLabel>
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNEdge id="SequenceFlow_1s1nnmj_di" bpmnElement="SequenceFlow_1s1nnmj">
275 <di:waypoint xsi:type="dc:Point" x="446" y="606" />
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000276 <di:waypoint xsi:type="dc:Point" x="525" y="606" />
subhash kumar singha7967372018-04-11 05:50:01 +0000277 <bpmndi:BPMNLabel>
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000278 <dc:Bounds x="476" y="585" width="20" height="12" />
subhash kumar singha7967372018-04-11 05:50:01 +0000279 </bpmndi:BPMNLabel>
280 </bpmndi:BPMNEdge>
281 <bpmndi:BPMNEdge id="SequenceFlow_174yrgl_di" bpmnElement="SequenceFlow_174yrgl">
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000282 <di:waypoint xsi:type="dc:Point" x="789" y="606" />
subhash kumar singha7967372018-04-11 05:50:01 +0000283 <di:waypoint xsi:type="dc:Point" x="827" y="606" />
284 <bpmndi:BPMNLabel>
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000285 <dc:Bounds x="763" y="585" width="90" height="12" />
subhash kumar singha7967372018-04-11 05:50:01 +0000286 </bpmndi:BPMNLabel>
287 </bpmndi:BPMNEdge>
288 <bpmndi:BPMNEdge id="SequenceFlow_0lk19rm_di" bpmnElement="SequenceFlow_0lk19rm">
289 <di:waypoint xsi:type="dc:Point" x="421" y="631" />
290 <di:waypoint xsi:type="dc:Point" x="421" y="721" />
291 <di:waypoint xsi:type="dc:Point" x="852" y="721" />
292 <di:waypoint xsi:type="dc:Point" x="852" y="631" />
293 <bpmndi:BPMNLabel>
294 <dc:Bounds x="629" y="700" width="15" height="12" />
295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNEdge id="SequenceFlow_1d5mzit_di" bpmnElement="SequenceFlow_1d5mzit">
298 <di:waypoint xsi:type="dc:Point" x="1061" y="273" />
299 <di:waypoint xsi:type="dc:Point" x="1150" y="273" />
300 <bpmndi:BPMNLabel>
301 <dc:Bounds x="1105.5" y="252" width="0" height="12" />
302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNEdge>
304 <bpmndi:BPMNShape id="IntermediateThrowEvent_122grb2_di" bpmnElement="EndEvent_17h3h92">
305 <dc:Bounds x="1150" y="255" width="36" height="36" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="1134" y="295" width="73" height="36" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="IntermediateCatchEvent_11q62m0_di" bpmnElement="StartEvent_1eo3c2a">
311 <dc:Bounds x="233" y="588" width="36" height="36" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="209" y="628" width="87" height="24" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNShape id="ExclusiveGateway_1jybr0n_di" bpmnElement="ExclusiveGateway_1jybr0n" isMarkerVisible="true">
317 <dc:Bounds x="827" y="581" width="50" height="50" />
318 <bpmndi:BPMNLabel>
319 <dc:Bounds x="815" y="635" width="75" height="24" />
320 </bpmndi:BPMNLabel>
321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="SequenceFlow_0o21fg8_di" bpmnElement="SequenceFlow_0o21fg8">
323 <di:waypoint xsi:type="dc:Point" x="877" y="606" />
324 <di:waypoint xsi:type="dc:Point" x="992" y="606" />
325 <bpmndi:BPMNLabel>
326 <dc:Bounds x="934.5" y="585" width="0" height="12" />
327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNShape id="ScriptTask_12460xo_di" bpmnElement="ScriptTask_12460xo">
330 <dc:Bounds x="219" y="233" width="100" height="80" />
331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNEdge id="SequenceFlow_13nyd1j_di" bpmnElement="SequenceFlow_13nyd1j">
333 <di:waypoint xsi:type="dc:Point" x="319" y="273" />
334 <di:waypoint xsi:type="dc:Point" x="392" y="273" />
335 <bpmndi:BPMNLabel>
336 <dc:Bounds x="355.5" y="252" width="0" height="12" />
337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNEdge>
339 <bpmndi:BPMNEdge id="SequenceFlow_14dezx8_di" bpmnElement="SequenceFlow_14dezx8">
340 <di:waypoint xsi:type="dc:Point" x="138" y="273" />
341 <di:waypoint xsi:type="dc:Point" x="219" y="273" />
342 <bpmndi:BPMNLabel>
343 <dc:Bounds x="178.5" y="252" width="0" height="12" />
344 </bpmndi:BPMNLabel>
345 </bpmndi:BPMNEdge>
346 <bpmndi:BPMNShape id="ScriptTask_1tdnal8_di" bpmnElement="Task_1ue68b0">
347 <dc:Bounds x="38" y="233" width="100" height="80" />
348 </bpmndi:BPMNShape>
c00149107ddec5cb2018-04-25 10:05:25 +0800349 <bpmndi:BPMNShape id="ExclusiveGateway_0khn1my_di" bpmnElement="ExclusiveGateway_0khn1my" isMarkerVisible="true">
350 <dc:Bounds x="550" y="248" width="50" height="50" />
351 <bpmndi:BPMNLabel>
352 <dc:Bounds x="536" y="301" width="79" height="28" />
353 </bpmndi:BPMNLabel>
354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNEdge id="SequenceFlow_098gain_di" bpmnElement="SequenceFlow_098gain">
356 <di:waypoint xsi:type="dc:Point" x="600" y="273" />
357 <di:waypoint xsi:type="dc:Point" x="665" y="273" />
358 <bpmndi:BPMNLabel>
359 <dc:Bounds x="624" y="251" width="18" height="14" />
360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNShape id="ServiceTask_1bw1mjh_di" bpmnElement="ServiceTask_1bw1mjh">
363 <dc:Bounds x="865" y="112" width="100" height="80" />
364 </bpmndi:BPMNShape>
365 <bpmndi:BPMNShape id="ScriptTask_0shhhxr_di" bpmnElement="ScriptTask_0shhhxr">
366 <dc:Bounds x="665" y="112" width="100" height="80" />
367 </bpmndi:BPMNShape>
368 <bpmndi:BPMNEdge id="SequenceFlow_11bgbsh_di" bpmnElement="SequenceFlow_11bgbsh">
369 <di:waypoint xsi:type="dc:Point" x="765" y="152" />
370 <di:waypoint xsi:type="dc:Point" x="865" y="152" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="815" y="130" width="0" height="14" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNEdge id="SequenceFlow_19ccmqv_di" bpmnElement="SequenceFlow_19ccmqv">
376 <di:waypoint xsi:type="dc:Point" x="575" y="248" />
377 <di:waypoint xsi:type="dc:Point" x="575" y="152" />
378 <di:waypoint xsi:type="dc:Point" x="665" y="152" />
379 <bpmndi:BPMNLabel>
380 <dc:Bounds x="584" y="193" width="12" height="14" />
381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
383 <bpmndi:BPMNEdge id="SequenceFlow_0djplpd_di" bpmnElement="SequenceFlow_0djplpd">
384 <di:waypoint xsi:type="dc:Point" x="915" y="192" />
385 <di:waypoint xsi:type="dc:Point" x="915" y="213" />
386 <di:waypoint xsi:type="dc:Point" x="915" y="213" />
387 <di:waypoint xsi:type="dc:Point" x="915" y="233" />
388 <bpmndi:BPMNLabel>
389 <dc:Bounds x="930" y="206" width="0" height="14" />
390 </bpmndi:BPMNLabel>
391 </bpmndi:BPMNEdge>
subhash kumar singh95fd7ba2018-04-25 09:19:43 +0000392 <bpmndi:BPMNEdge id="SequenceFlow_11h5pba_di" bpmnElement="SequenceFlow_11h5pba">
393 <di:waypoint xsi:type="dc:Point" x="625" y="606" />
394 <di:waypoint xsi:type="dc:Point" x="689" y="606" />
395 <bpmndi:BPMNLabel>
396 <dc:Bounds x="657" y="585" width="0" height="12" />
397 </bpmndi:BPMNLabel>
398 </bpmndi:BPMNEdge>
399 <bpmndi:BPMNShape id="ScriptTask_0va5zgp_di" bpmnElement="prepareSDNCServiceTopologyDelete">
400 <dc:Bounds x="525" y="566" width="100" height="80" />
401 </bpmndi:BPMNShape>
subhash kumar singha7967372018-04-11 05:50:01 +0000402 </bpmndi:BPMNPlane>
403 </bpmndi:BPMNDiagram>
subhash kumar singh0d3ae682018-04-16 06:01:00 +0000404</bpmn:definitions>