blob: c0637a3e1a4c129d1544ae616f22d4d3028b6218 [file] [log] [blame]
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05301<?xml version="1.0" encoding="UTF-8"?>
subhash kumar singhccd16662018-04-03 11:33:30 +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">
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +08003 <bpmn:process id="CreateCustomE2EServiceInstance" name="CreateCustomE2EServiceInstance" isExecutable="true">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05304 <bpmn:startEvent id="StartEvent_00qj6ro" name="Create SI Start Flow">
5 <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8 <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy">
9 <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming>
10 <bpmn:outgoing>SequenceFlow_1yay321</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_0v1ffn4">
16 <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing>
17 <bpmn:errorEventDefinition />
18 </bpmn:startEvent>
19 <bpmn:endEvent id="EndEvent_0eznq6x">
20 <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming>
21 </bpmn:endEvent>
22 <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" />
23 <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" />
24 </bpmn:subProcess>
subhash kumar singh550be222018-04-04 14:36:59 +000025 <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstanceV3">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053026 <bpmn:extensionElements>
27 <camunda:out source="WorkflowException" target="WorkflowException" />
28 <camunda:in source="msoRequestId" target="msoRequestId" />
29 <camunda:out source="rollbackData" target="rollbackData" />
30 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
31 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
Rob Daugherty38f72072018-03-14 02:07:32 -040032 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053033 <camunda:in source="productFamilyId" target="productFamilyId" />
34 <camunda:in source="disableRollback" target="disableRollback" />
Rob Daugherty38f72072018-03-14 02:07:32 -040035 <camunda:in source="serviceInputParams" target="serviceInputParams" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053036 <camunda:out source="rolledBack" target="rolledBack" />
37 <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
38 <camunda:in source="failIfExists" target="failIfExists" />
39 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
Rob Daugherty38f72072018-03-14 02:07:32 -040040 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
41 <camunda:in sourceExpression="1610" target="sdncVersion" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053042 <camunda:in source="initialStatus" target="initialStatus" />
subhash kumar singhccd16662018-04-03 11:33:30 +000043 <camunda:in source="serviceType" target="serviceType" />
subhash kumar singh41e01b52018-04-04 09:47:25 +000044 <camunda:in source="uuiRequest" target="uuiRequest" />
subhash kumar singhc1f5dc12018-04-06 11:45:26 +000045 <camunda:in source="requestAction" target="operationType" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053046 </bpmn:extensionElements>
47 <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming>
48 <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
49 </bpmn:callActivity>
50 <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
51 <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
52 </bpmn:endEvent>
53 <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
54 <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
55 <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing>
56 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
57def csi= new CreateCustomE2EServiceInstance()
58csi.preProcessRequest(execution)]]></bpmn:script>
59 </bpmn:scriptTask>
60 <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
61 <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
62 <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
63 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
64def csi = new CreateCustomE2EServiceInstance()
65csi.prepareCompletionRequest(execution)]]></bpmn:script>
66 </bpmn:scriptTask>
67 <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
68 <bpmn:extensionElements>
69 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
70 <camunda:in source="mso-request-id" target="mso-request-id" />
71 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
72 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
73 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
74 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
75 </bpmn:extensionElements>
76 <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
77 <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
78 </bpmn:callActivity>
79 <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
80 <bpmn:startEvent id="StartEvent_0dug28e">
81 <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
82 <bpmn:errorEventDefinition />
83 </bpmn:startEvent>
84 <bpmn:endEvent id="EndEvent_03wysuk">
85 <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
86 </bpmn:endEvent>
87 <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
88 <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
89 <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
90 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
91def csi = new CreateCustomE2EServiceInstance()
92csi.prepareFalloutRequest(execution)]]></bpmn:script>
93 </bpmn:scriptTask>
94 <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
95 <bpmn:extensionElements>
96 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
97 <camunda:in source="mso-request-id" target="mso-request-id" />
98 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
99 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
100 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
101 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
102 </bpmn:extensionElements>
103 <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
104 <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
105 </bpmn:callActivity>
106 <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
107 <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
108 <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
109 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
110def csi = new CreateCustomE2EServiceInstance()
111csi.sendSyncError(execution)]]></bpmn:script>
112 </bpmn:scriptTask>
113 <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" />
114 <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
115 <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
116 <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
117 </bpmn:subProcess>
118 <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
seshukm45a51412017-10-17 12:16:16 +0530119 <bpmn:incoming>SequenceFlow_081z8l2</bpmn:incoming>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530120 <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing>
121 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
122def csi = new CreateCustomE2EServiceInstance()
123csi.sendSyncResponse(execution)]]></bpmn:script>
124 </bpmn:scriptTask>
125 <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?">
126 <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
127 <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
128 <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
129 </bpmn:exclusiveGateway>
130 <bpmn:endEvent id="EndEvent_07uk5iy">
131 <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
Rob Daughertybb5668f2017-09-19 18:08:26 -0400132 <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530133 </bpmn:endEvent>
134 <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800135 <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="DoCreateE2EServiceInstance" />
136 <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoCreateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530137 <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
c0014910773bd66b2017-10-11 16:46:50 +0800138 <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="Task_1tqjch6" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530139 <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
140 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
141 </bpmn:sequenceFlow>
142 <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" />
143 <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy">
144 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn:conditionExpression>
145 </bpmn:sequenceFlow>
c0014910773bd66b2017-10-11 16:46:50 +0800146 <bpmn:sequenceFlow id="SequenceFlow_1euqjsp" sourceRef="Task_1tqjch6" targetRef="Task_19mxcw3" />
147 <bpmn:scriptTask id="Task_1tqjch6" name="Init Service Operation Status" scriptFormat="groovy">
148 <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming>
149 <bpmn:outgoing>SequenceFlow_1euqjsp</bpmn:outgoing>
150 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151def csi= new CreateCustomE2EServiceInstance()
seshukmc9f9e3c2017-10-17 11:04:23 +0530152csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
c0014910773bd66b2017-10-11 16:46:50 +0800153 </bpmn:scriptTask>
c0014910773bd66b2017-10-11 16:46:50 +0800154 <bpmn:serviceTask id="Task_19mxcw3" name="Update Service Operation Status">
155 <bpmn:extensionElements>
156 <camunda:connector>
157 <camunda:inputOutput>
c00149107949db5c2017-10-23 14:52:52 +0800158 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
c0014910773bd66b2017-10-11 16:46:50 +0800159 <camunda:inputParameter name="headers">
160 <camunda:map>
161 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
c0014910795812d12017-10-19 17:46:02 +0800162 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
c0014910773bd66b2017-10-11 16:46:50 +0800163 </camunda:map>
164 </camunda:inputParameter>
165 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
166 <camunda:inputParameter name="method">POST</camunda:inputParameter>
167 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
168 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
169 </camunda:inputOutput>
170 <camunda:connectorId>http-connector</camunda:connectorId>
171 </camunda:connector>
172 </bpmn:extensionElements>
173 <bpmn:incoming>SequenceFlow_1euqjsp</bpmn:incoming>
174 <bpmn:outgoing>SequenceFlow_081z8l2</bpmn:outgoing>
175 </bpmn:serviceTask>
seshukm45a51412017-10-17 12:16:16 +0530176 <bpmn:sequenceFlow id="SequenceFlow_081z8l2" sourceRef="Task_19mxcw3" targetRef="ScriptTask_0xupxj9" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530177 </bpmn:process>
Rob Daughertybb5668f2017-09-19 18:08:26 -0400178 <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530179 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800180 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateCustomE2EServiceInstance">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530181 <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
seshukm45a51412017-10-17 12:16:16 +0530182 <dc:Bounds x="-6" y="180" width="36" height="36" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530183 <bpmndi:BPMNLabel>
seshukm45a51412017-10-17 12:16:16 +0530184 <dc:Bounds x="-24" y="221" width="73" height="24" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530185 </bpmndi:BPMNLabel>
186 </bpmndi:BPMNShape>
187 <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
188 <dc:Bounds x="463" y="632" width="394" height="188" />
189 </bpmndi:BPMNShape>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800190 <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoCreateE2EServiceInstance">
seshukmc9f9e3c2017-10-17 11:04:23 +0530191 <dc:Bounds x="751" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530192 </bpmndi:BPMNShape>
193 <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
194 <dc:Bounds x="1258" y="286" width="36" height="36" />
195 <bpmndi:BPMNLabel>
196 <dc:Bounds x="1268" y="322" width="22" height="12" />
197 </bpmndi:BPMNLabel>
198 </bpmndi:BPMNShape>
199 <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
seshukm45a51412017-10-17 12:16:16 +0530200 <dc:Bounds x="115" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530201 </bpmndi:BPMNShape>
202 <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
203 <dc:Bounds x="1038" y="158" width="100" height="80" />
204 </bpmndi:BPMNShape>
205 <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
206 <dc:Bounds x="1226" y="158" width="100" height="80" />
207 </bpmndi:BPMNShape>
208 <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
209 <dc:Bounds x="348" y="370" width="679" height="194" />
210 </bpmndi:BPMNShape>
211 <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
seshukmc9f9e3c2017-10-17 11:04:23 +0530212 <dc:Bounds x="610" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530213 </bpmndi:BPMNShape>
214 <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
215 <dc:Bounds x="903" y="173" width="50" height="50" />
216 <bpmndi:BPMNLabel>
217 <dc:Bounds x="903" y="145" width="50" height="12" />
218 </bpmndi:BPMNLabel>
219 </bpmndi:BPMNShape>
220 <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
221 <dc:Bounds x="910" y="286" width="36" height="36" />
222 <bpmndi:BPMNLabel>
223 <dc:Bounds x="883" y="322" width="0" height="12" />
224 </bpmndi:BPMNLabel>
225 </bpmndi:BPMNShape>
226 <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
seshukm45a51412017-10-17 12:16:16 +0530227 <di:waypoint xsi:type="dc:Point" x="30" y="198" />
228 <di:waypoint xsi:type="dc:Point" x="115" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530229 <bpmndi:BPMNLabel>
seshukm45a51412017-10-17 12:16:16 +0530230 <dc:Bounds x="27.5" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNEdge>
233 <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro">
seshukmc9f9e3c2017-10-17 11:04:23 +0530234 <di:waypoint xsi:type="dc:Point" x="710" y="198" />
235 <di:waypoint xsi:type="dc:Point" x="751" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530236 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530237 <dc:Bounds x="685.5" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530238 </bpmndi:BPMNLabel>
239 </bpmndi:BPMNEdge>
240 <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
seshukmc9f9e3c2017-10-17 11:04:23 +0530241 <di:waypoint xsi:type="dc:Point" x="851" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530242 <di:waypoint xsi:type="dc:Point" x="903" y="198" />
243 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530244 <dc:Bounds x="832" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530245 </bpmndi:BPMNLabel>
246 </bpmndi:BPMNEdge>
247 <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
248 <di:waypoint xsi:type="dc:Point" x="1276" y="238" />
249 <di:waypoint xsi:type="dc:Point" x="1276" y="286" />
250 <bpmndi:BPMNLabel>
251 <dc:Bounds x="1246" y="262" width="0" height="12" />
252 </bpmndi:BPMNLabel>
253 </bpmndi:BPMNEdge>
254 <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9">
seshukm45a51412017-10-17 12:16:16 +0530255 <di:waypoint xsi:type="dc:Point" x="215" y="198" />
256 <di:waypoint xsi:type="dc:Point" x="273" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530257 <bpmndi:BPMNLabel>
seshukm45a51412017-10-17 12:16:16 +0530258 <dc:Bounds x="199" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNEdge>
261 <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
262 <di:waypoint xsi:type="dc:Point" x="953" y="198" />
263 <di:waypoint xsi:type="dc:Point" x="990" y="198" />
264 <di:waypoint xsi:type="dc:Point" x="990" y="198" />
265 <di:waypoint xsi:type="dc:Point" x="1038" y="198" />
266 <bpmndi:BPMNLabel>
267 <dc:Bounds x="987" y="195" width="20" height="12" />
268 </bpmndi:BPMNLabel>
269 </bpmndi:BPMNEdge>
270 <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
271 <di:waypoint xsi:type="dc:Point" x="1138" y="198" />
272 <di:waypoint xsi:type="dc:Point" x="1226" y="198" />
273 <bpmndi:BPMNLabel>
274 <dc:Bounds x="1137" y="183" width="0" height="12" />
275 </bpmndi:BPMNLabel>
276 </bpmndi:BPMNEdge>
277 <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
278 <di:waypoint xsi:type="dc:Point" x="928" y="223" />
279 <di:waypoint xsi:type="dc:Point" x="928" y="250" />
280 <di:waypoint xsi:type="dc:Point" x="928" y="250" />
281 <di:waypoint xsi:type="dc:Point" x="928" y="286" />
282 <bpmndi:BPMNLabel>
283 <dc:Bounds x="901" y="228" width="15" height="12" />
284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNEdge>
286 <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
287 <dc:Bounds x="611" y="687" width="100" height="80" />
288 </bpmndi:BPMNShape>
289 <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
290 <dc:Bounds x="496" y="709" width="36" height="36" />
291 <bpmndi:BPMNLabel>
292 <dc:Bounds x="469" y="750" width="0" height="12" />
293 </bpmndi:BPMNLabel>
294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
296 <dc:Bounds x="772" y="709" width="36" height="36" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="745" y="750" width="0" height="12" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNShape>
301 <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
302 <dc:Bounds x="363" y="456" width="36" height="36" />
303 <bpmndi:BPMNLabel>
304 <dc:Bounds x="336" y="497" width="0" height="12" />
305 </bpmndi:BPMNLabel>
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
308 <dc:Bounds x="942" y="456" width="36" height="36" />
309 <bpmndi:BPMNLabel>
310 <dc:Bounds x="915" y="497" width="0" height="12" />
311 </bpmndi:BPMNLabel>
312 </bpmndi:BPMNShape>
313 <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
314 <dc:Bounds x="621" y="434" width="100" height="80" />
315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
317 <dc:Bounds x="798" y="434" width="100" height="80" />
318 </bpmndi:BPMNShape>
319 <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
320 <dc:Bounds x="443" y="434" width="100" height="80" />
321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
323 <di:waypoint xsi:type="dc:Point" x="532" y="727" />
324 <di:waypoint xsi:type="dc:Point" x="611" y="727" />
325 <bpmndi:BPMNLabel>
326 <dc:Bounds x="529.5" y="727" width="0" height="12" />
327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
330 <di:waypoint xsi:type="dc:Point" x="711" y="727" />
331 <di:waypoint xsi:type="dc:Point" x="772" y="727" />
332 <bpmndi:BPMNLabel>
333 <dc:Bounds x="701.5" y="727" width="0" height="12" />
334 </bpmndi:BPMNLabel>
335 </bpmndi:BPMNEdge>
336 <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
337 <di:waypoint xsi:type="dc:Point" x="399" y="474" />
338 <di:waypoint xsi:type="dc:Point" x="421" y="474" />
339 <di:waypoint xsi:type="dc:Point" x="421" y="474" />
340 <di:waypoint xsi:type="dc:Point" x="442" y="474" />
341 <bpmndi:BPMNLabel>
342 <dc:Bounds x="391" y="474" width="0" height="12" />
343 </bpmndi:BPMNLabel>
344 </bpmndi:BPMNEdge>
345 <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
346 <di:waypoint xsi:type="dc:Point" x="898" y="474" />
347 <di:waypoint xsi:type="dc:Point" x="942" y="474" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="875" y="459" width="0" height="12" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
353 <di:waypoint xsi:type="dc:Point" x="543" y="474" />
354 <di:waypoint xsi:type="dc:Point" x="570" y="474" />
355 <di:waypoint xsi:type="dc:Point" x="570" y="474" />
356 <di:waypoint xsi:type="dc:Point" x="621" y="474" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="540" y="474" width="0" height="12" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
362 <di:waypoint xsi:type="dc:Point" x="721" y="474" />
363 <di:waypoint xsi:type="dc:Point" x="798" y="474" />
364 <bpmndi:BPMNLabel>
365 <dc:Bounds x="715.5" y="459" width="0" height="12" />
366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNEdge>
c0014910773bd66b2017-10-11 16:46:50 +0800368 <bpmndi:BPMNEdge id="SequenceFlow_1euqjsp_di" bpmnElement="SequenceFlow_1euqjsp">
seshukm45a51412017-10-17 12:16:16 +0530369 <di:waypoint xsi:type="dc:Point" x="373" y="198" />
370 <di:waypoint xsi:type="dc:Point" x="446" y="198" />
c0014910773bd66b2017-10-11 16:46:50 +0800371 <bpmndi:BPMNLabel>
seshukm45a51412017-10-17 12:16:16 +0530372 <dc:Bounds x="364.5" y="177" width="90" height="12" />
c0014910773bd66b2017-10-11 16:46:50 +0800373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNShape id="ScriptTask_1a3vwas_di" bpmnElement="Task_1tqjch6">
seshukm45a51412017-10-17 12:16:16 +0530376 <dc:Bounds x="273" y="158" width="100" height="80" />
c0014910773bd66b2017-10-11 16:46:50 +0800377 </bpmndi:BPMNShape>
seshukmc9f9e3c2017-10-17 11:04:23 +0530378 <bpmndi:BPMNShape id="ServiceTask_1afiuuq_di" bpmnElement="Task_19mxcw3">
seshukm45a51412017-10-17 12:16:16 +0530379 <dc:Bounds x="446" y="158" width="100" height="80" />
seshukmc9f9e3c2017-10-17 11:04:23 +0530380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNEdge id="SequenceFlow_081z8l2_di" bpmnElement="SequenceFlow_081z8l2">
seshukm45a51412017-10-17 12:16:16 +0530382 <di:waypoint xsi:type="dc:Point" x="546" y="198" />
383 <di:waypoint xsi:type="dc:Point" x="610" y="198" />
seshukmc9f9e3c2017-10-17 11:04:23 +0530384 <bpmndi:BPMNLabel>
seshukm45a51412017-10-17 12:16:16 +0530385 <dc:Bounds x="533" y="177" width="90" height="12" />
seshukmc9f9e3c2017-10-17 11:04:23 +0530386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530388 </bpmndi:BPMNPlane>
389 </bpmndi:BPMNDiagram>
390</bpmn:definitions>