AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCustomDeleteE2EServiceInstance.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <bpmn:process id="DoCustomDeleteE2EServiceInstanceV3" name="All Resources Deleted" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow">
5       <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy">
8       <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing>
10       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
11 def ddsi = new DoCustomDeleteE2EServiceInstance()
12 ddsi.preProcessRequest(execution)
13 ]]></bpmn:script>
14     </bpmn:scriptTask>
15     <bpmn:endEvent id="EndEvent_1uqzt26">
16       <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming>
17     </bpmn:endEvent>
18     <bpmn:callActivity id="CallActivity_06izbke" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService">
19       <bpmn:extensionElements>
20         <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" />
21         <camunda:in source="serviceType" target="GENDS_serviceType" />
22         <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" />
23         <camunda:in sourceExpression="service-instance" target="GENDS_type" />
24         <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" />
25         <camunda:in sourceExpression="&#34;&#34;" target="GENGS_serviceType" />
26         <camunda:out source="GENDS_SuccessIndicator" target="GENDS_SuccessIndicator" />
27         <camunda:out source="WorkflowException" target="WorkflowExcpeton" />
28       </bpmn:extensionElements>
29       <bpmn:incoming>SequenceFlow_1ev7z6q</bpmn:incoming>
30       <bpmn:incoming>SequenceFlow_0oj2anh</bpmn:incoming>
31       <bpmn:outgoing>SequenceFlow_0g6bxqw</bpmn:outgoing>
32     </bpmn:callActivity>
33     <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
34       <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming>
35       <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing>
36       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
37 def ddsi = new DoCustomDeleteE2EServiceInstance()
38 ddsi.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.*
44 def ddsi = new DoCustomDeleteE2EServiceInstance()
45 ddsi.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.*
59 ExceptionUtil ex = new ExceptionUtil()
60 ex.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" />
66     <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" />
67     <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
68     <bpmn:sequenceFlow id="SequenceFlow_0g6bxqw" sourceRef="CallActivity_06izbke" targetRef="ScriptTask_01erufg" />
69     <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="ScriptTask_146jt8v" />
70     <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For WAN" scriptFormat="groovy">
71       <bpmn:incoming>SequenceFlow_1ubor5z</bpmn:incoming>
72       <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing>
73       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
74 String resourceName = execution.getVariable("resourceType")
75 def ddsi = new DoCustomDeleteE2EServiceInstance()
76 ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
77     </bpmn:scriptTask>
78     <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" />
79     <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" />
80     <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For NS" scriptFormat="groovy">
81       <bpmn:incoming>SequenceFlow_1x3lehs</bpmn:incoming>
82       <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing>
83       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
84 String resourceName = execution.getVariable("resourceType")
85 def ddsi = new DoCustomDeleteE2EServiceInstance()
86 ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script>
87     </bpmn:scriptTask>
88     <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for NS" calledElement="DoDeleteVFCNetworkServiceInstance">
89       <bpmn:extensionElements>
90         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
91         <camunda:in source="serviceType" target="serviceType" />
92         <camunda:in source="serviceInstanceId" target="serviceId" />
93         <camunda:in source="operationId" target="operationId" />
94         <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
95         <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
96         <camunda:in source="resourceType" target="resourceType" />
97         <camunda:in source="operationType" target="operationType" />
98       </bpmn:extensionElements>
99       <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming>
100       <bpmn:outgoing>SequenceFlow_0phwem2</bpmn:outgoing>
101     </bpmn:callActivity>
102     <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>
104       <bpmn:outgoing>SequenceFlow_1lxqjmp</bpmn:outgoing>
105     </bpmn:serviceTask>
106     <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
107       <bpmn:incoming>SequenceFlow_1icwpye</bpmn:incoming>
108       <bpmn:outgoing>SequenceFlow_1ev7z6q</bpmn:outgoing>
109     </bpmn:serviceTask>
110     <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
111       <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
112       <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
113       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
114 def ddsi = new DoCustomDeleteE2EServiceInstance()
115 ddsi.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>
121             <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
122             <camunda:inputParameter name="headers">
123               <camunda:map>
124                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
125                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
126               </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>
137       <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing>
138     </bpmn:serviceTask>
139     <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
140     <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" />
149         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
150         <camunda:in source="serviceType" target="GENGS_serviceType" />
151       </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" />
156     <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.*
160 def ddsi = new DoCustomDeleteE2EServiceInstance()
161 ddsi.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.*
174 def ddsi = new DoCustomDeleteE2EServiceInstance()
175 ddsi.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.*
190 def ddsi = new DoCustomDeleteE2EServiceInstance()
191 ddsi.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>
219   </bpmn:process>
220   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
221     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstanceV3">
222       <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
223         <dc:Bounds x="-612" y="-35" width="36" height="36" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="-618" y="6" width="50" height="12" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
229         <dc:Bounds x="-519" y="-57" width="100" height="80" />
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
232         <dc:Bounds x="1388" y="855" width="36" height="36" />
233         <bpmndi:BPMNLabel>
234           <dc:Bounds x="1316" y="896" width="90" height="12" />
235         </bpmndi:BPMNLabel>
236       </bpmndi:BPMNShape>
237       <bpmndi:BPMNShape id="CallActivity_06izbke_di" bpmnElement="CallActivity_06izbke">
238         <dc:Bounds x="1356" y="578" width="100" height="80" />
239       </bpmndi:BPMNShape>
240       <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
241         <dc:Bounds x="-193" y="-57" width="100" height="80" />
242       </bpmndi:BPMNShape>
243       <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
244         <dc:Bounds x="1356" y="711" width="100" height="80" />
245       </bpmndi:BPMNShape>
246       <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
247         <dc:Bounds x="292" y="675" width="467" height="193" />
248       </bpmndi:BPMNShape>
249       <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
250         <di:waypoint xsi:type="dc:Point" x="-576" y="-17" />
251         <di:waypoint xsi:type="dc:Point" x="-519" y="-17" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="-592.5" y="-38" width="90" height="12" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNEdge>
256       <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
257         <di:waypoint xsi:type="dc:Point" x="-419" y="-17" />
258         <di:waypoint xsi:type="dc:Point" x="-357" y="-17" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="-433" y="-38" width="90" height="12" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
264         <di:waypoint xsi:type="dc:Point" x="1406" y="791" />
265         <di:waypoint xsi:type="dc:Point" x="1406" y="855" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="1376" y="817" width="90" height="12" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNEdge id="SequenceFlow_0g6bxqw_di" bpmnElement="SequenceFlow_0g6bxqw">
271         <di:waypoint xsi:type="dc:Point" x="1406" y="658" />
272         <di:waypoint xsi:type="dc:Point" x="1406" y="711" />
273         <bpmndi:BPMNLabel>
274           <dc:Bounds x="1376" y="678.5" width="90" height="12" />
275         </bpmndi:BPMNLabel>
276       </bpmndi:BPMNEdge>
277       <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
278         <di:waypoint xsi:type="dc:Point" x="-93" y="-17" />
279         <di:waypoint xsi:type="dc:Point" x="-26" y="-17" />
280         <bpmndi:BPMNLabel>
281           <dc:Bounds x="-104.5" y="-38" width="90" height="12" />
282         </bpmndi:BPMNLabel>
283       </bpmndi:BPMNEdge>
284       <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
285         <dc:Bounds x="360" y="742" width="36" height="36" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="288" y="783" width="90" height="12" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
291         <dc:Bounds x="653" y="742" width="36" height="36" />
292         <bpmndi:BPMNLabel>
293           <dc:Bounds x="581" y="783" width="90" height="12" />
294         </bpmndi:BPMNLabel>
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
297         <dc:Bounds x="464" y="720" width="100" height="80" />
298       </bpmndi:BPMNShape>
299       <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
300         <di:waypoint xsi:type="dc:Point" x="396" y="760" />
301         <di:waypoint xsi:type="dc:Point" x="464" y="760" />
302         <bpmndi:BPMNLabel>
303           <dc:Bounds x="340" y="745" width="90" height="12" />
304         </bpmndi:BPMNLabel>
305       </bpmndi:BPMNEdge>
306       <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
307         <di:waypoint xsi:type="dc:Point" x="564" y="760" />
308         <di:waypoint xsi:type="dc:Point" x="653" y="760" />
309         <bpmndi:BPMNLabel>
310           <dc:Bounds x="520" y="745" width="90" height="12" />
311         </bpmndi:BPMNLabel>
312       </bpmndi:BPMNEdge>
313       <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax">
314         <dc:Bounds x="470" y="111" width="100" height="80" />
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4">
317         <di:waypoint xsi:type="dc:Point" x="570" y="151" />
318         <di:waypoint xsi:type="dc:Point" x="688" y="152" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="584" y="130.5" width="90" height="12" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx">
324         <di:waypoint xsi:type="dc:Point" x="576" y="378" />
325         <di:waypoint xsi:type="dc:Point" x="688" y="378" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="587" y="357" width="90" height="12" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg">
331         <dc:Bounds x="476" y="338" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho">
334         <dc:Bounds x="688" y="338" width="100" height="80" />
335       </bpmndi:BPMNShape>
336       <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust">
337         <dc:Bounds x="688" y="112" width="100" height="80" />
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m">
340         <dc:Bounds x="1356" y="233" width="100" height="80" />
341       </bpmndi:BPMNShape>
342       <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
343         <dc:Bounds x="-26" y="-57" width="100" height="80" />
344       </bpmndi:BPMNShape>
345       <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
346         <dc:Bounds x="-26" y="67" width="100" height="80" />
347       </bpmndi:BPMNShape>
348       <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
349         <di:waypoint xsi:type="dc:Point" x="24" y="23" />
350         <di:waypoint xsi:type="dc:Point" x="24" y="67" />
351         <bpmndi:BPMNLabel>
352           <dc:Bounds x="-6" y="39" width="90" height="12" />
353         </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" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <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>
495     </bpmndi:BPMNPlane>
496   </bpmndi:BPMNDiagram>
497 </bpmn:definitions>