blob: e0747eb32edadc0bae08ef7d6637095b8add7268 [file] [log] [blame]
seshukma1a6cb42017-10-10 12:15:10 +05301<?xml version="1.0" encoding="UTF-8"?>
subhash kumar singh41cc7042018-04-11 05:18:54 +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: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.11.3">
Rob Daugherty13298c52017-10-10 20:30:28 -04003 <bpmn:process id="DeleteCustomE2EServiceInstance" isExecutable="true">
seshukma1a6cb42017-10-10 12:15:10 +05304 <bpmn:startEvent id="StartEvent_00m8zen" name="Delete SI Start Flow">
5 <bpmn:outgoing>SequenceFlow_1wxumid</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:subProcess id="SubProcess_0amn8vu" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8 <bpmn:scriptTask id="ScriptTask_1c6ogpt" name="Handle Unexpected Error" scriptFormat="groovy">
9 <bpmn:incoming>SequenceFlow_0guajy5</bpmn:incoming>
10 <bpmn:outgoing>SequenceFlow_0dbt753</bpmn:outgoing>
11 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
12ExceptionUtil ex = new ExceptionUtil()
13ex.processJavaException(execution)]]></bpmn:script>
14 </bpmn:scriptTask>
15 <bpmn:startEvent id="StartEvent_121296y">
16 <bpmn:outgoing>SequenceFlow_0guajy5</bpmn:outgoing>
17 <bpmn:errorEventDefinition />
18 </bpmn:startEvent>
19 <bpmn:endEvent id="EndEvent_1dw3dwx">
20 <bpmn:incoming>SequenceFlow_0dbt753</bpmn:incoming>
21 </bpmn:endEvent>
22 <bpmn:sequenceFlow id="SequenceFlow_0guajy5" name="" sourceRef="StartEvent_121296y" targetRef="ScriptTask_1c6ogpt" />
23 <bpmn:sequenceFlow id="SequenceFlow_0dbt753" name="" sourceRef="ScriptTask_1c6ogpt" targetRef="EndEvent_1dw3dwx" />
24 </bpmn:subProcess>
subhash kumar singh41cc7042018-04-11 05:18:54 +000025 <bpmn:callActivity id="CallActivity_1vyx9hu" name="Call DoCustomDeleteE2EServiceInstance&#10;" calledElement="DoDeleteE2EServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +053026 <bpmn:extensionElements>
27 <camunda:out source="WorkflowException" target="WorkflowException" />
28 <camunda:in source="msoRequestId" target="msoRequestId" />
29 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
30 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
31 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
32 <camunda:in source="productFamilyId" target="productFamilyId" />
33 <camunda:in source="disableRollback" target="disableRollback" />
34 <camunda:in source="serviceInputParams" target="serviceInputParams" />
35 <camunda:in source="failIfExists" target="failIfExists" />
36 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
c001491071be66412017-11-07 16:04:40 +080037 <camunda:in source="serviceType" target="serviceType" />
seshukma1a6cb42017-10-10 12:15:10 +053038 <camunda:in sourceExpression="1610" target="sdncVersion" />
c001491071be66412017-11-07 16:04:40 +080039 <camunda:in source="operationId" target="operationId" />
c00149107d6b6b332017-11-07 16:45:30 +080040 <camunda:in source="operationType" target="operationType" />
seshukma1a6cb42017-10-10 12:15:10 +053041 </bpmn:extensionElements>
42 <bpmn:incoming>SequenceFlow_0zf2qyk</bpmn:incoming>
43 <bpmn:outgoing>SequenceFlow_07hrbs0</bpmn:outgoing>
44 </bpmn:callActivity>
45 <bpmn:endEvent id="EndEvent_0db8bs6" name="End">
46 <bpmn:incoming>SequenceFlow_1ab5l2q</bpmn:incoming>
47 </bpmn:endEvent>
48 <bpmn:scriptTask id="ScriptTask_0a63hms" name="Pre Process Incoming Request" scriptFormat="groovy">
49 <bpmn:incoming>SequenceFlow_1wxumid</bpmn:incoming>
50 <bpmn:outgoing>SequenceFlow_0yowshs</bpmn:outgoing>
51 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
52def csi= new DeleteCustomE2EServiceInstance()
53csi.preProcessRequest(execution)]]></bpmn:script>
54 </bpmn:scriptTask>
55 <bpmn:scriptTask id="ScriptTask_1fzpbop" name="Prepare Completion Request" scriptFormat="groovy">
56 <bpmn:incoming>SequenceFlow_04urx2e</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_1ii935p</bpmn:outgoing>
58 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
59def csi = new DeleteCustomE2EServiceInstance()
60csi.prepareCompletionRequest(execution)]]></bpmn:script>
61 </bpmn:scriptTask>
62 <bpmn:callActivity id="CallActivity_1wx4ihe" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
63 <bpmn:extensionElements>
64 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
65 <camunda:in source="mso-request-id" target="mso-request-id" />
66 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
67 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
68 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
69 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
70 </bpmn:extensionElements>
71 <bpmn:incoming>SequenceFlow_1ii935p</bpmn:incoming>
72 <bpmn:outgoing>SequenceFlow_1ab5l2q</bpmn:outgoing>
73 </bpmn:callActivity>
74 <bpmn:subProcess id="SubProcess_1vbcima" name="Sub-process for FalloutHandler " triggeredByEvent="true">
75 <bpmn:startEvent id="StartEvent_0jybicw">
76 <bpmn:outgoing>SequenceFlow_0for83z</bpmn:outgoing>
77 <bpmn:errorEventDefinition />
78 </bpmn:startEvent>
79 <bpmn:endEvent id="EndEvent_1jegbhy">
80 <bpmn:incoming>SequenceFlow_0hrazlh</bpmn:incoming>
81 </bpmn:endEvent>
82 <bpmn:scriptTask id="ScriptTask_0so3xj0" name="Prepare Fallout Request" scriptFormat="groovy">
83 <bpmn:incoming>SequenceFlow_1s1cbgf</bpmn:incoming>
84 <bpmn:outgoing>SequenceFlow_1py6yqz</bpmn:outgoing>
85 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
86def csi = new DeleteCustomE2EServiceInstance()
87csi.prepareFalloutRequest(execution)]]></bpmn:script>
88 </bpmn:scriptTask>
89 <bpmn:callActivity id="CallActivity_1qhekgt" name="Call FalloutHandler" calledElement="FalloutHandler">
90 <bpmn:extensionElements>
91 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
92 <camunda:in source="mso-request-id" target="mso-request-id" />
93 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
94 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
95 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
96 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
97 </bpmn:extensionElements>
98 <bpmn:incoming>SequenceFlow_1py6yqz</bpmn:incoming>
99 <bpmn:outgoing>SequenceFlow_0hrazlh</bpmn:outgoing>
100 </bpmn:callActivity>
101 <bpmn:scriptTask id="ScriptTask_006nty7" name="Send Error Response">
102 <bpmn:incoming>SequenceFlow_0for83z</bpmn:incoming>
103 <bpmn:outgoing>SequenceFlow_1s1cbgf</bpmn:outgoing>
104 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
105def csi = new DeleteCustomE2EServiceInstance()
106csi.sendSyncError(execution)]]></bpmn:script>
107 </bpmn:scriptTask>
108 <bpmn:sequenceFlow id="SequenceFlow_0for83z" sourceRef="StartEvent_0jybicw" targetRef="ScriptTask_006nty7" />
109 <bpmn:sequenceFlow id="SequenceFlow_0hrazlh" sourceRef="CallActivity_1qhekgt" targetRef="EndEvent_1jegbhy" />
110 <bpmn:sequenceFlow id="SequenceFlow_1s1cbgf" sourceRef="ScriptTask_006nty7" targetRef="ScriptTask_0so3xj0" />
111 <bpmn:sequenceFlow id="SequenceFlow_1py6yqz" sourceRef="ScriptTask_0so3xj0" targetRef="CallActivity_1qhekgt" />
112 </bpmn:subProcess>
113 <bpmn:scriptTask id="ScriptTask_1mao77y" name="Send Sync Ack Response" scriptFormat="groovy">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000114 <bpmn:incoming>SequenceFlow_1dkcu9o</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +0530115 <bpmn:outgoing>SequenceFlow_0zf2qyk</bpmn:outgoing>
116 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
117def csi = new DeleteCustomE2EServiceInstance()
118csi.sendSyncResponse(execution)]]></bpmn:script>
119 </bpmn:scriptTask>
120 <bpmn:exclusiveGateway id="ExclusiveGateway_0vu8gx6" name="Success?" default="SequenceFlow_1t6ekab">
121 <bpmn:incoming>SequenceFlow_07hrbs0</bpmn:incoming>
122 <bpmn:outgoing>SequenceFlow_04urx2e</bpmn:outgoing>
123 <bpmn:outgoing>SequenceFlow_1t6ekab</bpmn:outgoing>
124 </bpmn:exclusiveGateway>
125 <bpmn:endEvent id="EndEvent_1i1g9s6">
126 <bpmn:incoming>SequenceFlow_1t6ekab</bpmn:incoming>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -0400127 <bpmn:errorEventDefinition errorRef="Error_1erlsmy" />
seshukma1a6cb42017-10-10 12:15:10 +0530128 </bpmn:endEvent>
129 <bpmn:sequenceFlow id="SequenceFlow_1wxumid" sourceRef="StartEvent_00m8zen" targetRef="ScriptTask_0a63hms" />
130 <bpmn:sequenceFlow id="SequenceFlow_0zf2qyk" sourceRef="ScriptTask_1mao77y" targetRef="CallActivity_1vyx9hu" />
131 <bpmn:sequenceFlow id="SequenceFlow_07hrbs0" sourceRef="CallActivity_1vyx9hu" targetRef="ExclusiveGateway_0vu8gx6" />
132 <bpmn:sequenceFlow id="SequenceFlow_1ab5l2q" sourceRef="CallActivity_1wx4ihe" targetRef="EndEvent_0db8bs6" />
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000133 <bpmn:sequenceFlow id="SequenceFlow_0yowshs" sourceRef="ScriptTask_0a63hms" targetRef="Task_1jksf62" />
seshukma1a6cb42017-10-10 12:15:10 +0530134 <bpmn:sequenceFlow id="SequenceFlow_04urx2e" name="yes" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="ScriptTask_1fzpbop">
135 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
136 </bpmn:sequenceFlow>
137 <bpmn:sequenceFlow id="SequenceFlow_1ii935p" sourceRef="ScriptTask_1fzpbop" targetRef="CallActivity_1wx4ihe" />
138 <bpmn:sequenceFlow id="SequenceFlow_1t6ekab" name="no" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="EndEvent_1i1g9s6" />
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000139 <bpmn:sequenceFlow id="SequenceFlow_0c4t26p" sourceRef="Task_1jksf62" targetRef="ServiceTask_0j9q5xe" />
140 <bpmn:scriptTask id="Task_1jksf62" name="prepare init operation status" scriptFormat="groovy">
141 <bpmn:incoming>SequenceFlow_0yowshs</bpmn:incoming>
142 <bpmn:outgoing>SequenceFlow_0c4t26p</bpmn:outgoing>
143 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
144def csi= new DeleteCustomE2EServiceInstance()
145csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
146 </bpmn:scriptTask>
147 <bpmn:serviceTask id="ServiceTask_0j9q5xe" name="Update Service Operation Status">
148 <bpmn:extensionElements>
149 <camunda:connector>
150 <camunda:inputOutput>
151 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
152 <camunda:inputParameter name="headers">
153 <camunda:map>
154 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
155 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
156 </camunda:map>
157 </camunda:inputParameter>
158 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
159 <camunda:inputParameter name="method">POST</camunda:inputParameter>
160 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
161 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
162 </camunda:inputOutput>
163 <camunda:connectorId>http-connector</camunda:connectorId>
164 </camunda:connector>
165 </bpmn:extensionElements>
166 <bpmn:incoming>SequenceFlow_0c4t26p</bpmn:incoming>
167 <bpmn:outgoing>SequenceFlow_1dkcu9o</bpmn:outgoing>
168 </bpmn:serviceTask>
169 <bpmn:sequenceFlow id="SequenceFlow_1dkcu9o" sourceRef="ServiceTask_0j9q5xe" targetRef="ScriptTask_1mao77y" />
seshukma1a6cb42017-10-10 12:15:10 +0530170 </bpmn:process>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -0400171 <bpmn:error id="Error_1erlsmy" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
seshukma1a6cb42017-10-10 12:15:10 +0530172 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
subhash kumar singh41cc7042018-04-11 05:18:54 +0000173 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteCustomE2EServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +0530174 <bpmndi:BPMNShape id="StartEvent_00m8zen_di" bpmnElement="StartEvent_00m8zen">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000175 <dc:Bounds x="490" y="209" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530176 <bpmndi:BPMNLabel>
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000177 <dc:Bounds x="471" y="250" width="74" height="24" />
seshukma1a6cb42017-10-10 12:15:10 +0530178 </bpmndi:BPMNLabel>
179 </bpmndi:BPMNShape>
180 <bpmndi:BPMNShape id="SubProcess_0amn8vu_di" bpmnElement="SubProcess_0amn8vu" isExpanded="true">
181 <dc:Bounds x="834" y="660" width="394" height="188" />
182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNShape id="CallActivity_1vyx9hu_di" bpmnElement="CallActivity_1vyx9hu">
Rob Daugherty38f72072018-03-14 02:07:32 -0400184 <dc:Bounds x="1121" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530185 </bpmndi:BPMNShape>
186 <bpmndi:BPMNShape id="EndEvent_0db8bs6_di" bpmnElement="EndEvent_0db8bs6">
Rob Daugherty38f72072018-03-14 02:07:32 -0400187 <dc:Bounds x="1646" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530188 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400189 <dc:Bounds x="1657" y="340" width="19" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530190 </bpmndi:BPMNLabel>
191 </bpmndi:BPMNShape>
192 <bpmndi:BPMNShape id="ScriptTask_0a63hms_di" bpmnElement="ScriptTask_0a63hms">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000193 <dc:Bounds x="562" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530194 </bpmndi:BPMNShape>
195 <bpmndi:BPMNShape id="ScriptTask_1fzpbop_di" bpmnElement="ScriptTask_1fzpbop">
Rob Daugherty38f72072018-03-14 02:07:32 -0400196 <dc:Bounds x="1453" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="CallActivity_1wx4ihe_di" bpmnElement="CallActivity_1wx4ihe">
Rob Daugherty38f72072018-03-14 02:07:32 -0400199 <dc:Bounds x="1614" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530200 </bpmndi:BPMNShape>
201 <bpmndi:BPMNShape id="SubProcess_1vbcima_di" bpmnElement="SubProcess_1vbcima" isExpanded="true">
202 <dc:Bounds x="736" y="374" width="679" height="194" />
203 </bpmndi:BPMNShape>
204 <bpmndi:BPMNShape id="ScriptTask_1mao77y_di" bpmnElement="ScriptTask_1mao77y">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000205 <dc:Bounds x="970" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530206 </bpmndi:BPMNShape>
207 <bpmndi:BPMNShape id="ExclusiveGateway_0vu8gx6_di" bpmnElement="ExclusiveGateway_0vu8gx6" isMarkerVisible="true">
Rob Daugherty38f72072018-03-14 02:07:32 -0400208 <dc:Bounds x="1318" y="202" width="50" height="50" />
seshukma1a6cb42017-10-10 12:15:10 +0530209 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400210 <dc:Bounds x="1318" y="174" width="49" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530211 </bpmndi:BPMNLabel>
212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNShape id="EndEvent_1i1g9s6_di" bpmnElement="EndEvent_1i1g9s6">
Rob Daugherty38f72072018-03-14 02:07:32 -0400214 <dc:Bounds x="1325" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530215 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400216 <dc:Bounds x="1298" y="340" width="0" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530217 </bpmndi:BPMNLabel>
218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNEdge id="SequenceFlow_1wxumid_di" bpmnElement="SequenceFlow_1wxumid">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000220 <di:waypoint xsi:type="dc:Point" x="526" y="227" />
221 <di:waypoint xsi:type="dc:Point" x="562" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530222 <bpmndi:BPMNLabel>
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000223 <dc:Bounds x="499" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530224 </bpmndi:BPMNLabel>
225 </bpmndi:BPMNEdge>
226 <bpmndi:BPMNEdge id="SequenceFlow_0zf2qyk_di" bpmnElement="SequenceFlow_0zf2qyk">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000227 <di:waypoint xsi:type="dc:Point" x="1070" y="227" />
Rob Daugherty38f72072018-03-14 02:07:32 -0400228 <di:waypoint xsi:type="dc:Point" x="1121" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530229 <bpmndi:BPMNLabel>
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000230 <dc:Bounds x="1050.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNEdge>
233 <bpmndi:BPMNEdge id="SequenceFlow_07hrbs0_di" bpmnElement="SequenceFlow_07hrbs0">
Rob Daugherty38f72072018-03-14 02:07:32 -0400234 <di:waypoint xsi:type="dc:Point" x="1221" y="227" />
235 <di:waypoint xsi:type="dc:Point" x="1318" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530236 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400237 <dc:Bounds x="1225.5" y="212" width="0" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530238 </bpmndi:BPMNLabel>
239 </bpmndi:BPMNEdge>
240 <bpmndi:BPMNEdge id="SequenceFlow_1ab5l2q_di" bpmnElement="SequenceFlow_1ab5l2q">
Rob Daugherty38f72072018-03-14 02:07:32 -0400241 <di:waypoint xsi:type="dc:Point" x="1664" y="267" />
242 <di:waypoint xsi:type="dc:Point" x="1664" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530243 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400244 <dc:Bounds x="1634" y="279.5" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530245 </bpmndi:BPMNLabel>
246 </bpmndi:BPMNEdge>
247 <bpmndi:BPMNEdge id="SequenceFlow_0yowshs_di" bpmnElement="SequenceFlow_0yowshs">
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000248 <di:waypoint xsi:type="dc:Point" x="662" y="227" />
249 <di:waypoint xsi:type="dc:Point" x="707" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530250 <bpmndi:BPMNLabel>
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000251 <dc:Bounds x="639.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530252 </bpmndi:BPMNLabel>
253 </bpmndi:BPMNEdge>
254 <bpmndi:BPMNEdge id="SequenceFlow_04urx2e_di" bpmnElement="SequenceFlow_04urx2e">
Rob Daugherty38f72072018-03-14 02:07:32 -0400255 <di:waypoint xsi:type="dc:Point" x="1368" y="227" />
256 <di:waypoint xsi:type="dc:Point" x="1453" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530257 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400258 <dc:Bounds x="1370.25" y="203" width="18" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNEdge>
261 <bpmndi:BPMNEdge id="SequenceFlow_1ii935p_di" bpmnElement="SequenceFlow_1ii935p">
Rob Daugherty38f72072018-03-14 02:07:32 -0400262 <di:waypoint xsi:type="dc:Point" x="1553" y="227" />
263 <di:waypoint xsi:type="dc:Point" x="1614" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530264 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400265 <dc:Bounds x="1495" y="212" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNEdge>
268 <bpmndi:BPMNEdge id="SequenceFlow_1t6ekab_di" bpmnElement="SequenceFlow_1t6ekab">
Rob Daugherty38f72072018-03-14 02:07:32 -0400269 <di:waypoint xsi:type="dc:Point" x="1343" y="252" />
270 <di:waypoint xsi:type="dc:Point" x="1343" y="277" />
271 <di:waypoint xsi:type="dc:Point" x="1343" y="277" />
272 <di:waypoint xsi:type="dc:Point" x="1343" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530273 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400274 <dc:Bounds x="1352" y="277" width="12" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530275 </bpmndi:BPMNLabel>
276 </bpmndi:BPMNEdge>
277 <bpmndi:BPMNShape id="ScriptTask_1c6ogpt_di" bpmnElement="ScriptTask_1c6ogpt">
278 <dc:Bounds x="982" y="715" width="100" height="80" />
279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNShape id="StartEvent_121296y_di" bpmnElement="StartEvent_121296y">
281 <dc:Bounds x="867" y="737" width="36" height="36" />
282 <bpmndi:BPMNLabel>
283 <dc:Bounds x="795" y="778" width="90" height="12" />
284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNShape id="EndEvent_1dw3dwx_di" bpmnElement="EndEvent_1dw3dwx">
287 <dc:Bounds x="1143" y="737" width="36" height="36" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="1071" y="778" width="90" height="12" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNShape id="StartEvent_0jybicw_di" bpmnElement="StartEvent_0jybicw">
293 <dc:Bounds x="752" y="460" width="36" height="36" />
294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="680" y="501" width="90" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNShape>
298 <bpmndi:BPMNShape id="EndEvent_1jegbhy_di" bpmnElement="EndEvent_1jegbhy">
299 <dc:Bounds x="1331" y="460" width="36" height="36" />
300 <bpmndi:BPMNLabel>
301 <dc:Bounds x="1259" y="501" width="90" height="12" />
302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNShape id="ScriptTask_0so3xj0_di" bpmnElement="ScriptTask_0so3xj0">
305 <dc:Bounds x="1010" y="438" width="100" height="80" />
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNShape id="CallActivity_1qhekgt_di" bpmnElement="CallActivity_1qhekgt">
308 <dc:Bounds x="1187" y="438" width="100" height="80" />
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="ScriptTask_006nty7_di" bpmnElement="ScriptTask_006nty7">
311 <dc:Bounds x="832" y="438" width="100" height="80" />
312 </bpmndi:BPMNShape>
313 <bpmndi:BPMNEdge id="SequenceFlow_0guajy5_di" bpmnElement="SequenceFlow_0guajy5">
314 <di:waypoint xsi:type="dc:Point" x="903" y="755" />
315 <di:waypoint xsi:type="dc:Point" x="982" y="755" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="856" y="755" width="90" height="12" />
318 </bpmndi:BPMNLabel>
319 </bpmndi:BPMNEdge>
320 <bpmndi:BPMNEdge id="SequenceFlow_0dbt753_di" bpmnElement="SequenceFlow_0dbt753">
321 <di:waypoint xsi:type="dc:Point" x="1082" y="755" />
322 <di:waypoint xsi:type="dc:Point" x="1143" y="755" />
323 <bpmndi:BPMNLabel>
324 <dc:Bounds x="1028" y="755" width="90" height="12" />
325 </bpmndi:BPMNLabel>
326 </bpmndi:BPMNEdge>
327 <bpmndi:BPMNEdge id="SequenceFlow_0for83z_di" bpmnElement="SequenceFlow_0for83z">
328 <di:waypoint xsi:type="dc:Point" x="788" y="478" />
329 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
330 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
331 <di:waypoint xsi:type="dc:Point" x="831" y="478" />
332 <bpmndi:BPMNLabel>
333 <dc:Bounds x="735" y="478" width="90" height="12" />
334 </bpmndi:BPMNLabel>
335 </bpmndi:BPMNEdge>
336 <bpmndi:BPMNEdge id="SequenceFlow_0hrazlh_di" bpmnElement="SequenceFlow_0hrazlh">
337 <di:waypoint xsi:type="dc:Point" x="1287" y="478" />
338 <di:waypoint xsi:type="dc:Point" x="1331" y="478" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="1219" y="463" width="90" height="12" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNEdge>
343 <bpmndi:BPMNEdge id="SequenceFlow_1s1cbgf_di" bpmnElement="SequenceFlow_1s1cbgf">
344 <di:waypoint xsi:type="dc:Point" x="932" y="478" />
345 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
346 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
347 <di:waypoint xsi:type="dc:Point" x="1010" y="478" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="884" y="478" width="90" height="12" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNEdge id="SequenceFlow_1py6yqz_di" bpmnElement="SequenceFlow_1py6yqz">
353 <di:waypoint xsi:type="dc:Point" x="1110" y="478" />
354 <di:waypoint xsi:type="dc:Point" x="1187" y="478" />
355 <bpmndi:BPMNLabel>
356 <dc:Bounds x="1060" y="463" width="90" height="12" />
357 </bpmndi:BPMNLabel>
358 </bpmndi:BPMNEdge>
subhash kumar singhb75aa7d2018-04-25 15:40:00 +0000359 <bpmndi:BPMNEdge id="SequenceFlow_0c4t26p_di" bpmnElement="SequenceFlow_0c4t26p">
360 <di:waypoint xsi:type="dc:Point" x="807" y="227" />
361 <di:waypoint xsi:type="dc:Point" x="833" y="227" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="820" y="206" width="0" height="12" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNEdge>
366 <bpmndi:BPMNShape id="ScriptTask_1joo7s7_di" bpmnElement="Task_1jksf62">
367 <dc:Bounds x="707" y="187" width="100" height="80" />
368 </bpmndi:BPMNShape>
369 <bpmndi:BPMNShape id="ServiceTask_0j9q5xe_di" bpmnElement="ServiceTask_0j9q5xe">
370 <dc:Bounds x="833" y="187" width="100" height="80" />
371 </bpmndi:BPMNShape>
372 <bpmndi:BPMNEdge id="SequenceFlow_1dkcu9o_di" bpmnElement="SequenceFlow_1dkcu9o">
373 <di:waypoint xsi:type="dc:Point" x="933" y="227" />
374 <di:waypoint xsi:type="dc:Point" x="970" y="227" />
375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="951.5" y="206" width="0" height="12" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530379 </bpmndi:BPMNPlane>
380 </bpmndi:BPMNDiagram>
381</bpmn:definitions>