blob: 678d242c0cc2d5e396b1cb8184d659ad64547f0d [file] [log] [blame]
Yulian Han94ff3852018-03-19 16:25:21 +08001<?xml version="1.0" encoding="UTF-8"?>
Rob Daugherty8d933872018-04-02 23:43:53 -04002<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">
Yulian Han94ff3852018-03-19 16:25:21 +08003 <bpmn:process id="DoDeleteResources" name="All Resources Deleted" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow">
5 <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:endEvent id="EndEvent_1uqzt26">
8 <bpmn:incoming>SequenceFlow_1r5306k</bpmn:incoming>
9 </bpmn:endEvent>
10 <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
11 <bpmn:startEvent id="StartEvent_0sf5lpt">
12 <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
13 <bpmn:errorEventDefinition />
14 </bpmn:startEvent>
15 <bpmn:endEvent id="EndEvent_06utmg4">
16 <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
17 </bpmn:endEvent>
18 <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
19 <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
20 <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
21 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
22ExceptionUtil ex = new ExceptionUtil()
23ex.processJavaException(execution)]]></bpmn:script>
24 </bpmn:scriptTask>
25 <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
26 <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
27 </bpmn:subProcess>
28 <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_14bl5a0" />
29 <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For WAN" scriptFormat="groovy">
30 <bpmn:incoming>SequenceFlow_1ubor5z</bpmn:incoming>
31 <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing>
32 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
33String resourceName = execution.getVariable("resourceType")
34def ddsi = new DoDeleteResources()
35ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
36 </bpmn:scriptTask>
37 <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" />
38 <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" />
39 <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For NS" scriptFormat="groovy">
40 <bpmn:incoming>SequenceFlow_1x3lehs</bpmn:incoming>
41 <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing>
42 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
43String resourceName = execution.getVariable("resourceType")
44def ddsi = new DoDeleteResources()
45ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
46 </bpmn:scriptTask>
47 <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for NS" calledElement="DoDeleteVFCNetworkServiceInstance">
48 <bpmn:extensionElements>
49 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
50 <camunda:in source="serviceType" target="serviceType" />
51 <camunda:in source="serviceInstanceId" target="serviceId" />
52 <camunda:in source="operationId" target="operationId" />
53 <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
54 <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
55 <camunda:in source="resourceType" target="resourceType" />
56 <camunda:in source="operationType" target="operationType" />
57 </bpmn:extensionElements>
58 <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming>
59 <bpmn:outgoing>SequenceFlow_0phwem2</bpmn:outgoing>
60 </bpmn:callActivity>
61 <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
62 <bpmn:incoming>SequenceFlow_1dza4q4</bpmn:incoming>
63 <bpmn:outgoing>SequenceFlow_1lxqjmp</bpmn:outgoing>
64 </bpmn:serviceTask>
65 <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
66 <bpmn:incoming>SequenceFlow_1icwpye</bpmn:incoming>
67 <bpmn:outgoing>SequenceFlow_1yujjwx</bpmn:outgoing>
68 </bpmn:serviceTask>
69 <bpmn:scriptTask id="ScriptTask_0o5bglz" name="Sequense Resources" scriptFormat="groovy">
70 <bpmn:incoming>SequenceFlow_0xqdf1z</bpmn:incoming>
71 <bpmn:outgoing>SequenceFlow_03c0zlq</bpmn:outgoing>
72 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
73def ddsi = new DoDeleteResources()
74ddsi.sequenceResource(execution)]]></bpmn:script>
75 </bpmn:scriptTask>
Rob Daugherty8d933872018-04-02 23:43:53 -040076 <bpmn:exclusiveGateway id="ExclusiveGateway_07toixi" name="Check Current Resource" default="SequenceFlow_1x3lehs">
Yulian Han94ff3852018-03-19 16:25:21 +080077 <bpmn:incoming>SequenceFlow_1htjmkv</bpmn:incoming>
78 <bpmn:outgoing>SequenceFlow_1ubor5z</bpmn:outgoing>
79 <bpmn:outgoing>SequenceFlow_1x3lehs</bpmn:outgoing>
80 </bpmn:exclusiveGateway>
81 <bpmn:scriptTask id="ScriptTask_12q6a51" name="Get Current Resource" scriptFormat="groovy">
82 <bpmn:incoming>SequenceFlow_03c0zlq</bpmn:incoming>
83 <bpmn:incoming>SequenceFlow_0s1lswk</bpmn:incoming>
84 <bpmn:outgoing>SequenceFlow_1htjmkv</bpmn:outgoing>
85 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
86def ddsi = new DoDeleteResources()
87ddsi.getCurrentResource(execution)]]></bpmn:script>
88 </bpmn:scriptTask>
89 <bpmn:sequenceFlow id="SequenceFlow_03c0zlq" sourceRef="ScriptTask_0o5bglz" targetRef="ScriptTask_12q6a51" />
90 <bpmn:sequenceFlow id="SequenceFlow_1htjmkv" sourceRef="ScriptTask_12q6a51" targetRef="ExclusiveGateway_07toixi" />
91 <bpmn:sequenceFlow id="SequenceFlow_1ubor5z" name="SDN-C" sourceRef="ExclusiveGateway_07toixi" targetRef="ScriptTask_0z30dax">
92 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("controllerInfo" ) == "SDN-C" )}]]></bpmn:conditionExpression>
93 </bpmn:sequenceFlow>
Rob Daugherty8d933872018-04-02 23:43:53 -040094 <bpmn:sequenceFlow id="SequenceFlow_1x3lehs" name="VF-C" sourceRef="ExclusiveGateway_07toixi" targetRef="Task_0z1x3sg" />
Yulian Han94ff3852018-03-19 16:25:21 +080095 <bpmn:scriptTask id="ScriptTask_0w46sge" name="Parse Next Resource" scriptFormat="groovy">
96 <bpmn:incoming>SequenceFlow_1lxqjmp</bpmn:incoming>
97 <bpmn:incoming>SequenceFlow_0phwem2</bpmn:incoming>
98 <bpmn:outgoing>SequenceFlow_0l5r96s</bpmn:outgoing>
99 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
100def ddsi = new DoDeleteResources()
101ddsi.parseNextResource(execution)]]></bpmn:script>
102 </bpmn:scriptTask>
103 <bpmn:sequenceFlow id="SequenceFlow_1lxqjmp" sourceRef="CallActivity_Del_SDNC_cust" targetRef="ScriptTask_0w46sge" />
104 <bpmn:sequenceFlow id="SequenceFlow_0phwem2" sourceRef="Task_0963dho" targetRef="ScriptTask_0w46sge" />
Rob Daugherty8d933872018-04-02 23:43:53 -0400105 <bpmn:exclusiveGateway id="ExclusiveGateway_1hgjg3u" name="Is All Resource Deleted" default="SequenceFlow_0s1lswk">
Yulian Han94ff3852018-03-19 16:25:21 +0800106 <bpmn:incoming>SequenceFlow_0l5r96s</bpmn:incoming>
107 <bpmn:outgoing>SequenceFlow_0talboa</bpmn:outgoing>
108 <bpmn:outgoing>SequenceFlow_0s1lswk</bpmn:outgoing>
109 </bpmn:exclusiveGateway>
110 <bpmn:sequenceFlow id="SequenceFlow_0l5r96s" sourceRef="ScriptTask_0w46sge" targetRef="ExclusiveGateway_1hgjg3u" />
Rob Daugherty8d933872018-04-02 23:43:53 -0400111 <bpmn:exclusiveGateway id="ExclusiveGateway_16046vb" name="Is SDNC Service Contained" default="SequenceFlow_12avhgx">
Yulian Han94ff3852018-03-19 16:25:21 +0800112 <bpmn:incoming>SequenceFlow_0talboa</bpmn:incoming>
113 <bpmn:outgoing>SequenceFlow_1icwpye</bpmn:outgoing>
Rob Daugherty8d933872018-04-02 23:43:53 -0400114 <bpmn:outgoing>SequenceFlow_12avhgx</bpmn:outgoing>
Yulian Han94ff3852018-03-19 16:25:21 +0800115 </bpmn:exclusiveGateway>
116 <bpmn:sequenceFlow id="SequenceFlow_1icwpye" name="yes" sourceRef="ExclusiveGateway_16046vb" targetRef="Task_0edkv0m">
117 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn:conditionExpression>
118 </bpmn:sequenceFlow>
119 <bpmn:sequenceFlow id="SequenceFlow_0talboa" name="yes" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ExclusiveGateway_16046vb">
120 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "true" )}]]></bpmn:conditionExpression>
121 </bpmn:sequenceFlow>
Rob Daugherty8d933872018-04-02 23:43:53 -0400122 <bpmn:sequenceFlow id="SequenceFlow_0s1lswk" name="no" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ScriptTask_12q6a51" />
Yulian Han94ff3852018-03-19 16:25:21 +0800123 <bpmn:sequenceFlow id="SequenceFlow_1yujjwx" sourceRef="Task_0edkv0m" targetRef="ScriptTask_14pmqni" />
124 <bpmn:scriptTask id="ScriptTask_14pmqni" name="Post Config Service Instance Creation" scriptFormat="groovy">
125 <bpmn:incoming>SequenceFlow_1yujjwx</bpmn:incoming>
Rob Daugherty8d933872018-04-02 23:43:53 -0400126 <bpmn:incoming>SequenceFlow_12avhgx</bpmn:incoming>
Yulian Han94ff3852018-03-19 16:25:21 +0800127 <bpmn:outgoing>SequenceFlow_1r5306k</bpmn:outgoing>
128 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
129def csi = new DoCreateResources()
130csi.postConfigRequest(execution)]]></bpmn:script>
131 </bpmn:scriptTask>
132 <bpmn:sequenceFlow id="SequenceFlow_1r5306k" sourceRef="ScriptTask_14pmqni" targetRef="EndEvent_1uqzt26" />
133 <bpmn:scriptTask id="ScriptTask_0ib77as" name="GET Current NS " scriptFormat="groovy">
134 <bpmn:incoming>SequenceFlow_042d7oc</bpmn:incoming>
135 <bpmn:incoming>SequenceFlow_1t2hfv0</bpmn:incoming>
136 <bpmn:outgoing>SequenceFlow_1t8hf8m</bpmn:outgoing>
137 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
138def ddsi = new DoDeleteResources()
139ddsi.getCurrentNS(execution)]]></bpmn:script>
140 </bpmn:scriptTask>
141 <bpmn:callActivity id="CallActivity_0kf50as" name="GET NS Info from AAI" calledElement="GenericGetService">
142 <bpmn:extensionElements>
143 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
144 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
145 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
146 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
147 <camunda:out source="WorkflowException" target="WorkflowException" />
148 <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
149 <camunda:out source="GENGS_service" target="GENGS_service" />
150 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
151 <camunda:in source="serviceType" target="GENGS_serviceType" />
152 </bpmn:extensionElements>
153 <bpmn:incoming>SequenceFlow_1t8hf8m</bpmn:incoming>
154 <bpmn:outgoing>SequenceFlow_0p5gr4z</bpmn:outgoing>
155 </bpmn:callActivity>
156 <bpmn:scriptTask id="ScriptTask_1lqjyj9" name="Post Process GET NS Info from AAI" scriptFormat="groovy">
157 <bpmn:incoming>SequenceFlow_0p5gr4z</bpmn:incoming>
158 <bpmn:outgoing>SequenceFlow_131imj8</bpmn:outgoing>
159 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
160def ddsi = new DoDeleteResources()
161ddsi.postProcessAAIGET(execution)]]></bpmn:script>
162 </bpmn:scriptTask>
163 <bpmn:sequenceFlow id="SequenceFlow_1t8hf8m" sourceRef="ScriptTask_0ib77as" targetRef="CallActivity_0kf50as" />
164 <bpmn:sequenceFlow id="SequenceFlow_0p5gr4z" sourceRef="CallActivity_0kf50as" targetRef="ScriptTask_1lqjyj9" />
165 <bpmn:sequenceFlow id="SequenceFlow_1n85wxv" sourceRef="ScriptTask_197fr01" targetRef="ExclusiveGateway_1lt9ijz" />
Rob Daugherty8d933872018-04-02 23:43:53 -0400166 <bpmn:exclusiveGateway id="ExclusiveGateway_1lt9ijz" name="Is All Resource Info OK" default="SequenceFlow_042d7oc">
Yulian Han94ff3852018-03-19 16:25:21 +0800167 <bpmn:extensionElements>
168 <camunda:properties>
169 <camunda:property />
170 </camunda:properties>
171 </bpmn:extensionElements>
172 <bpmn:incoming>SequenceFlow_1n85wxv</bpmn:incoming>
173 <bpmn:outgoing>SequenceFlow_0xqdf1z</bpmn:outgoing>
174 <bpmn:outgoing>SequenceFlow_042d7oc</bpmn:outgoing>
175 </bpmn:exclusiveGateway>
176 <bpmn:sequenceFlow id="SequenceFlow_0xqdf1z" sourceRef="ExclusiveGateway_1lt9ijz" targetRef="ScriptTask_0o5bglz">
177 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allNsFinished" ) == "true" )}]]></bpmn:conditionExpression>
178 </bpmn:sequenceFlow>
Rob Daugherty8d933872018-04-02 23:43:53 -0400179 <bpmn:sequenceFlow id="SequenceFlow_042d7oc" sourceRef="ExclusiveGateway_1lt9ijz" targetRef="ScriptTask_0ib77as" />
Yulian Han94ff3852018-03-19 16:25:21 +0800180 <bpmn:scriptTask id="ScriptTask_14bl5a0" name="PreProcess Incoming Request" scriptFormat="groovy">
181 <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming>
182 <bpmn:outgoing>SequenceFlow_1t2hfv0</bpmn:outgoing>
183 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
184def ddsi = new DoDeleteResources()
185ddsi.preProcessRequest(execution)
186]]></bpmn:script>
187 </bpmn:scriptTask>
188 <bpmn:sequenceFlow id="SequenceFlow_1t2hfv0" sourceRef="ScriptTask_14bl5a0" targetRef="ScriptTask_0ib77as" />
189 <bpmn:scriptTask id="ScriptTask_197fr01" name="Parse Next NS" scriptFormat="groovy">
190 <bpmn:incoming>SequenceFlow_131imj8</bpmn:incoming>
191 <bpmn:outgoing>SequenceFlow_1n85wxv</bpmn:outgoing>
192 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
193def ddsi = new DoDeleteResources()
194ddsi.parseNextNS(execution)]]></bpmn:script>
195 </bpmn:scriptTask>
196 <bpmn:sequenceFlow id="SequenceFlow_131imj8" sourceRef="ScriptTask_1lqjyj9" targetRef="ScriptTask_197fr01" />
Rob Daugherty8d933872018-04-02 23:43:53 -0400197 <bpmn:sequenceFlow id="SequenceFlow_12avhgx" name="no" sourceRef="ExclusiveGateway_16046vb" targetRef="ScriptTask_14pmqni" />
Yulian Han94ff3852018-03-19 16:25:21 +0800198 </bpmn:process>
199 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
200 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteResources">
201 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
202 <dc:Bounds x="-214" y="-319" width="36" height="36" />
203 <bpmndi:BPMNLabel>
204 <dc:Bounds x="-220" y="-278" width="50" height="12" />
205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNShape>
207 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
208 <dc:Bounds x="1388" y="725" width="36" height="36" />
209 <bpmndi:BPMNLabel>
210 <dc:Bounds x="1316" y="766" width="90" height="12" />
211 </bpmndi:BPMNLabel>
212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
214 <dc:Bounds x="292" y="675" width="467" height="193" />
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
217 <di:waypoint xsi:type="dc:Point" x="-196" y="-283" />
218 <di:waypoint xsi:type="dc:Point" x="-196" y="-220" />
219 <bpmndi:BPMNLabel>
220 <dc:Bounds x="-226" y="-257.5" width="90" height="12" />
221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNEdge>
223 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
224 <dc:Bounds x="360" y="742" width="36" height="36" />
225 <bpmndi:BPMNLabel>
226 <dc:Bounds x="288" y="783" width="90" height="12" />
227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNShape>
229 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
230 <dc:Bounds x="653" y="742" width="36" height="36" />
231 <bpmndi:BPMNLabel>
232 <dc:Bounds x="581" y="783" width="90" height="12" />
233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNShape>
235 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
236 <dc:Bounds x="464" y="720" width="100" height="80" />
237 </bpmndi:BPMNShape>
238 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
239 <di:waypoint xsi:type="dc:Point" x="396" y="760" />
240 <di:waypoint xsi:type="dc:Point" x="464" y="760" />
241 <bpmndi:BPMNLabel>
242 <dc:Bounds x="340" y="745" width="90" height="12" />
243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNEdge>
245 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
246 <di:waypoint xsi:type="dc:Point" x="564" y="760" />
247 <di:waypoint xsi:type="dc:Point" x="653" y="760" />
248 <bpmndi:BPMNLabel>
249 <dc:Bounds x="520" y="745" width="90" height="12" />
250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax">
253 <dc:Bounds x="470" y="111" width="100" height="80" />
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4">
256 <di:waypoint xsi:type="dc:Point" x="570" y="151" />
257 <di:waypoint xsi:type="dc:Point" x="688" y="152" />
258 <bpmndi:BPMNLabel>
259 <dc:Bounds x="584" y="130.5" width="90" height="12" />
260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNEdge>
262 <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx">
263 <di:waypoint xsi:type="dc:Point" x="576" y="378" />
264 <di:waypoint xsi:type="dc:Point" x="688" y="378" />
265 <bpmndi:BPMNLabel>
266 <dc:Bounds x="587" y="357" width="90" height="12" />
267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNEdge>
269 <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg">
270 <dc:Bounds x="476" y="338" width="100" height="80" />
271 </bpmndi:BPMNShape>
272 <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho">
273 <dc:Bounds x="688" y="338" width="100" height="80" />
274 </bpmndi:BPMNShape>
275 <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust">
276 <dc:Bounds x="688" y="112" width="100" height="80" />
277 </bpmndi:BPMNShape>
278 <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m">
279 <dc:Bounds x="1356" y="233" width="100" height="80" />
280 </bpmndi:BPMNShape>
281 <bpmndi:BPMNShape id="ScriptTask_0o5bglz_di" bpmnElement="ScriptTask_0o5bglz">
282 <dc:Bounds x="-26" y="233" width="100" height="80" />
283 </bpmndi:BPMNShape>
284 <bpmndi:BPMNShape id="ExclusiveGateway_07toixi_di" bpmnElement="ExclusiveGateway_07toixi" isMarkerVisible="true">
285 <dc:Bounds x="342.56962025316454" y="248" width="50" height="50" />
286 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400287 <dc:Bounds x="404" y="261" width="73" height="24" />
Yulian Han94ff3852018-03-19 16:25:21 +0800288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNShape>
290 <bpmndi:BPMNShape id="ScriptTask_12q6a51_di" bpmnElement="ScriptTask_12q6a51">
291 <dc:Bounds x="159" y="450" width="100" height="80" />
292 </bpmndi:BPMNShape>
293 <bpmndi:BPMNEdge id="SequenceFlow_03c0zlq_di" bpmnElement="SequenceFlow_03c0zlq">
294 <di:waypoint xsi:type="dc:Point" x="24" y="313" />
295 <di:waypoint xsi:type="dc:Point" x="24" y="494" />
296 <di:waypoint xsi:type="dc:Point" x="159" y="490" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="39" y="397.5" width="0" height="12" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNEdge id="SequenceFlow_1htjmkv_di" bpmnElement="SequenceFlow_1htjmkv">
302 <di:waypoint xsi:type="dc:Point" x="209" y="450" />
303 <di:waypoint xsi:type="dc:Point" x="209" y="273" />
304 <di:waypoint xsi:type="dc:Point" x="343" y="273" />
305 <bpmndi:BPMNLabel>
306 <dc:Bounds x="224" y="355.5" width="0" height="12" />
307 </bpmndi:BPMNLabel>
308 </bpmndi:BPMNEdge>
309 <bpmndi:BPMNEdge id="SequenceFlow_1ubor5z_di" bpmnElement="SequenceFlow_1ubor5z">
310 <di:waypoint xsi:type="dc:Point" x="368" y="248" />
311 <di:waypoint xsi:type="dc:Point" x="368" y="151" />
312 <di:waypoint xsi:type="dc:Point" x="470" y="151" />
313 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400314 <dc:Bounds x="381" y="161" width="37" height="12" />
Yulian Han94ff3852018-03-19 16:25:21 +0800315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNEdge>
317 <bpmndi:BPMNEdge id="SequenceFlow_1x3lehs_di" bpmnElement="SequenceFlow_1x3lehs">
318 <di:waypoint xsi:type="dc:Point" x="368" y="298" />
319 <di:waypoint xsi:type="dc:Point" x="368" y="378" />
320 <di:waypoint xsi:type="dc:Point" x="476" y="378" />
321 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400322 <dc:Bounds x="379" y="353" width="28" height="12" />
Yulian Han94ff3852018-03-19 16:25:21 +0800323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNShape id="ScriptTask_0w46sge_di" bpmnElement="ScriptTask_0w46sge">
326 <dc:Bounds x="865" y="233" width="100" height="80" />
327 </bpmndi:BPMNShape>
328 <bpmndi:BPMNEdge id="SequenceFlow_1lxqjmp_di" bpmnElement="SequenceFlow_1lxqjmp">
329 <di:waypoint xsi:type="dc:Point" x="788" y="152" />
330 <di:waypoint xsi:type="dc:Point" x="827" y="152" />
331 <di:waypoint xsi:type="dc:Point" x="827" y="273" />
332 <di:waypoint xsi:type="dc:Point" x="865" y="273" />
333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="842" y="206.5" width="0" height="12" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNEdge>
337 <bpmndi:BPMNEdge id="SequenceFlow_0phwem2_di" bpmnElement="SequenceFlow_0phwem2">
338 <di:waypoint xsi:type="dc:Point" x="788" y="378" />
339 <di:waypoint xsi:type="dc:Point" x="827" y="378" />
340 <di:waypoint xsi:type="dc:Point" x="827" y="273" />
341 <di:waypoint xsi:type="dc:Point" x="865" y="273" />
342 <bpmndi:BPMNLabel>
343 <dc:Bounds x="842" y="319.5" width="0" height="12" />
344 </bpmndi:BPMNLabel>
345 </bpmndi:BPMNEdge>
346 <bpmndi:BPMNShape id="ExclusiveGateway_1hgjg3u_di" bpmnElement="ExclusiveGateway_1hgjg3u" isMarkerVisible="true">
347 <dc:Bounds x="1040.9252217997464" y="248" width="50" height="50" />
348 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400349 <dc:Bounds x="1028" y="215" width="75" height="24" />
Yulian Han94ff3852018-03-19 16:25:21 +0800350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNShape>
352 <bpmndi:BPMNEdge id="SequenceFlow_0l5r96s_di" bpmnElement="SequenceFlow_0l5r96s">
353 <di:waypoint xsi:type="dc:Point" x="965" y="273" />
354 <di:waypoint xsi:type="dc:Point" x="1041" y="273" />
355 <bpmndi:BPMNLabel>
356 <dc:Bounds x="1003" y="252" width="0" height="12" />
357 </bpmndi:BPMNLabel>
358 </bpmndi:BPMNEdge>
359 <bpmndi:BPMNShape id="ExclusiveGateway_16046vb_di" bpmnElement="ExclusiveGateway_16046vb" isMarkerVisible="true">
360 <dc:Bounds x="1203.8174904942966" y="248.28010139416983" width="50" height="50" />
361 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400362 <dc:Bounds x="1187" y="214" width="84" height="24" />
Yulian Han94ff3852018-03-19 16:25:21 +0800363 </bpmndi:BPMNLabel>
364 </bpmndi:BPMNShape>
365 <bpmndi:BPMNEdge id="SequenceFlow_1icwpye_di" bpmnElement="SequenceFlow_1icwpye">
366 <di:waypoint xsi:type="dc:Point" x="1254" y="273" />
367 <di:waypoint xsi:type="dc:Point" x="1356" y="273" />
368 <bpmndi:BPMNLabel>
369 <dc:Bounds x="1297" y="252" width="19" height="12" />
370 </bpmndi:BPMNLabel>
371 </bpmndi:BPMNEdge>
372 <bpmndi:BPMNEdge id="SequenceFlow_0talboa_di" bpmnElement="SequenceFlow_0talboa">
373 <di:waypoint xsi:type="dc:Point" x="1091" y="273" />
374 <di:waypoint xsi:type="dc:Point" x="1204" y="273" />
375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="1138" y="252" width="19" height="12" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNEdge>
379 <bpmndi:BPMNEdge id="SequenceFlow_0s1lswk_di" bpmnElement="SequenceFlow_0s1lswk">
380 <di:waypoint xsi:type="dc:Point" x="1066" y="298" />
381 <di:waypoint xsi:type="dc:Point" x="1066" y="490" />
382 <di:waypoint xsi:type="dc:Point" x="259" y="490" />
383 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400384 <dc:Bounds x="1074" y="388" width="15" height="12" />
Yulian Han94ff3852018-03-19 16:25:21 +0800385 </bpmndi:BPMNLabel>
386 </bpmndi:BPMNEdge>
387 <bpmndi:BPMNEdge id="SequenceFlow_1yujjwx_di" bpmnElement="SequenceFlow_1yujjwx">
388 <di:waypoint xsi:type="dc:Point" x="1406" y="313" />
389 <di:waypoint xsi:type="dc:Point" x="1406" y="523" />
390 <bpmndi:BPMNLabel>
391 <dc:Bounds x="1421" y="412" width="0" height="12" />
392 </bpmndi:BPMNLabel>
393 </bpmndi:BPMNEdge>
394 <bpmndi:BPMNShape id="ScriptTask_14pmqni_di" bpmnElement="ScriptTask_14pmqni">
395 <dc:Bounds x="1356" y="523" width="100" height="80" />
396 </bpmndi:BPMNShape>
397 <bpmndi:BPMNEdge id="SequenceFlow_1r5306k_di" bpmnElement="SequenceFlow_1r5306k">
398 <di:waypoint xsi:type="dc:Point" x="1406" y="603" />
399 <di:waypoint xsi:type="dc:Point" x="1406" y="725" />
400 <bpmndi:BPMNLabel>
401 <dc:Bounds x="1421" y="658" width="0" height="12" />
402 </bpmndi:BPMNLabel>
403 </bpmndi:BPMNEdge>
404 <bpmndi:BPMNShape id="ScriptTask_0ib77as_di" bpmnElement="ScriptTask_0ib77as">
405 <dc:Bounds x="-246" y="-84" width="100" height="80" />
406 </bpmndi:BPMNShape>
407 <bpmndi:BPMNShape id="CallActivity_0kf50as_di" bpmnElement="CallActivity_0kf50as">
408 <dc:Bounds x="-84" y="-84" width="100" height="80" />
409 </bpmndi:BPMNShape>
410 <bpmndi:BPMNShape id="ScriptTask_1lqjyj9_di" bpmnElement="ScriptTask_1lqjyj9">
411 <dc:Bounds x="80" y="-84" width="100" height="80" />
412 </bpmndi:BPMNShape>
413 <bpmndi:BPMNEdge id="SequenceFlow_1t8hf8m_di" bpmnElement="SequenceFlow_1t8hf8m">
414 <di:waypoint xsi:type="dc:Point" x="-146" y="-44" />
415 <di:waypoint xsi:type="dc:Point" x="-84" y="-44" />
416 <bpmndi:BPMNLabel>
417 <dc:Bounds x="-160" y="-65" width="0" height="12" />
418 </bpmndi:BPMNLabel>
419 </bpmndi:BPMNEdge>
420 <bpmndi:BPMNEdge id="SequenceFlow_0p5gr4z_di" bpmnElement="SequenceFlow_0p5gr4z">
421 <di:waypoint xsi:type="dc:Point" x="16" y="-44" />
422 <di:waypoint xsi:type="dc:Point" x="80" y="-44" />
423 <bpmndi:BPMNLabel>
424 <dc:Bounds x="3" y="-65" width="0" height="12" />
425 </bpmndi:BPMNLabel>
426 </bpmndi:BPMNEdge>
427 <bpmndi:BPMNEdge id="SequenceFlow_1n85wxv_di" bpmnElement="SequenceFlow_1n85wxv">
428 <di:waypoint xsi:type="dc:Point" x="290" y="-4" />
429 <di:waypoint xsi:type="dc:Point" x="290" y="106" />
430 <di:waypoint xsi:type="dc:Point" x="49" y="106" />
431 <bpmndi:BPMNLabel>
432 <dc:Bounds x="305" y="45" width="0" height="12" />
433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNEdge>
435 <bpmndi:BPMNShape id="ExclusiveGateway_1lt9ijz_di" bpmnElement="ExclusiveGateway_1lt9ijz" isMarkerVisible="true">
436 <dc:Bounds x="-1" y="81" width="50" height="50" />
437 <bpmndi:BPMNLabel>
Rob Daugherty8d933872018-04-02 23:43:53 -0400438 <dc:Bounds x="-13" y="135" width="75" height="24" />
Yulian Han94ff3852018-03-19 16:25:21 +0800439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNShape>
441 <bpmndi:BPMNEdge id="SequenceFlow_0xqdf1z_di" bpmnElement="SequenceFlow_0xqdf1z">
442 <di:waypoint xsi:type="dc:Point" x="24" y="131" />
443 <di:waypoint xsi:type="dc:Point" x="24" y="233" />
444 <bpmndi:BPMNLabel>
445 <dc:Bounds x="39" y="176" width="0" height="12" />
446 </bpmndi:BPMNLabel>
447 </bpmndi:BPMNEdge>
448 <bpmndi:BPMNEdge id="SequenceFlow_042d7oc_di" bpmnElement="SequenceFlow_042d7oc">
449 <di:waypoint xsi:type="dc:Point" x="-1" y="106" />
450 <di:waypoint xsi:type="dc:Point" x="-196" y="106" />
451 <di:waypoint xsi:type="dc:Point" x="-196" y="-4" />
452 <bpmndi:BPMNLabel>
453 <dc:Bounds x="-98.5" y="85" width="0" height="12" />
454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNShape id="ScriptTask_14bl5a0_di" bpmnElement="ScriptTask_14bl5a0">
457 <dc:Bounds x="-246" y="-220" width="100" height="80" />
458 </bpmndi:BPMNShape>
459 <bpmndi:BPMNEdge id="SequenceFlow_1t2hfv0_di" bpmnElement="SequenceFlow_1t2hfv0">
460 <di:waypoint xsi:type="dc:Point" x="-196" y="-140" />
461 <di:waypoint xsi:type="dc:Point" x="-196" y="-84" />
462 <bpmndi:BPMNLabel>
463 <dc:Bounds x="-181" y="-118" width="0" height="12" />
464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNEdge>
466 <bpmndi:BPMNShape id="ScriptTask_197fr01_di" bpmnElement="ScriptTask_197fr01">
467 <dc:Bounds x="240" y="-84" width="100" height="80" />
468 </bpmndi:BPMNShape>
469 <bpmndi:BPMNEdge id="SequenceFlow_131imj8_di" bpmnElement="SequenceFlow_131imj8">
470 <di:waypoint xsi:type="dc:Point" x="180" y="-44" />
471 <di:waypoint xsi:type="dc:Point" x="240" y="-44" />
472 <bpmndi:BPMNLabel>
473 <dc:Bounds x="210" y="-65" width="0" height="12" />
474 </bpmndi:BPMNLabel>
475 </bpmndi:BPMNEdge>
Rob Daugherty8d933872018-04-02 23:43:53 -0400476 <bpmndi:BPMNEdge id="SequenceFlow_12avhgx_di" bpmnElement="SequenceFlow_12avhgx">
477 <di:waypoint xsi:type="dc:Point" x="1229" y="298" />
478 <di:waypoint xsi:type="dc:Point" x="1229" y="563" />
479 <di:waypoint xsi:type="dc:Point" x="1356" y="563" />
480 <bpmndi:BPMNLabel>
481 <dc:Bounds x="1237" y="425" width="15" height="12" />
482 </bpmndi:BPMNLabel>
483 </bpmndi:BPMNEdge>
Yulian Han94ff3852018-03-19 16:25:21 +0800484 </bpmndi:BPMNPlane>
485 </bpmndi:BPMNDiagram>
486</bpmn:definitions>