blob: 62ed844fe742cea094872776887b1ef31852bbcb [file] [log] [blame]
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05301<?xml version="1.0" encoding="UTF-8"?>
c0014910773bd66b2017-10-11 16:46:50 +08002<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.10.0">
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>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080025 <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstance">
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" />
32 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
33 <camunda:in source="productFamilyId" target="productFamilyId" />
34 <camunda:in source="disableRollback" target="disableRollback" />
35 <camunda:in source="serviceInputParams" target="serviceInputParams" />
36 <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" />
40 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
41 <camunda:in sourceExpression="1610" target="sdncVersion" />
42 <camunda:in source="initialStatus" target="initialStatus" />
43 </bpmn:extensionElements>
44 <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming>
45 <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
46 </bpmn:callActivity>
47 <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
48 <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
49 </bpmn:endEvent>
50 <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
51 <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
52 <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing>
53 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
54def csi= new CreateCustomE2EServiceInstance()
55csi.preProcessRequest(execution)]]></bpmn:script>
56 </bpmn:scriptTask>
57 <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
58 <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
59 <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
60 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
61def csi = new CreateCustomE2EServiceInstance()
62csi.prepareCompletionRequest(execution)]]></bpmn:script>
63 </bpmn:scriptTask>
64 <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
65 <bpmn:extensionElements>
66 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
67 <camunda:in source="mso-request-id" target="mso-request-id" />
68 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
69 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
70 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
71 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
72 </bpmn:extensionElements>
73 <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
74 <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
75 </bpmn:callActivity>
76 <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
77 <bpmn:startEvent id="StartEvent_0dug28e">
78 <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
79 <bpmn:errorEventDefinition />
80 </bpmn:startEvent>
81 <bpmn:endEvent id="EndEvent_03wysuk">
82 <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
83 </bpmn:endEvent>
84 <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
85 <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
86 <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
87 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
88def csi = new CreateCustomE2EServiceInstance()
89csi.prepareFalloutRequest(execution)]]></bpmn:script>
90 </bpmn:scriptTask>
91 <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
92 <bpmn:extensionElements>
93 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
94 <camunda:in source="mso-request-id" target="mso-request-id" />
95 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
96 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
97 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
98 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
99 </bpmn:extensionElements>
100 <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
101 <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
102 </bpmn:callActivity>
103 <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
104 <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
105 <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
106 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
107def csi = new CreateCustomE2EServiceInstance()
108csi.sendSyncError(execution)]]></bpmn:script>
109 </bpmn:scriptTask>
110 <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" />
111 <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
112 <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
113 <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
114 </bpmn:subProcess>
115 <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
c0014910764d0ab52017-10-13 10:48:59 +0800116 <bpmn:incoming>SequenceFlow_194rnud</bpmn:incoming>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530117 <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing>
118 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
119def csi = new CreateCustomE2EServiceInstance()
120csi.sendSyncResponse(execution)]]></bpmn:script>
121 </bpmn:scriptTask>
122 <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?">
123 <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
124 <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
125 <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
126 </bpmn:exclusiveGateway>
127 <bpmn:endEvent id="EndEvent_07uk5iy">
128 <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
Rob Daughertybb5668f2017-09-19 18:08:26 -0400129 <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530130 </bpmn:endEvent>
131 <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800132 <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="DoCreateE2EServiceInstance" />
133 <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoCreateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530134 <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
c0014910773bd66b2017-10-11 16:46:50 +0800135 <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="Task_1tqjch6" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530136 <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
137 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
138 </bpmn:sequenceFlow>
139 <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" />
140 <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy">
141 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn:conditionExpression>
142 </bpmn:sequenceFlow>
c0014910773bd66b2017-10-11 16:46:50 +0800143 <bpmn:sequenceFlow id="SequenceFlow_1euqjsp" sourceRef="Task_1tqjch6" targetRef="Task_19mxcw3" />
144 <bpmn:scriptTask id="Task_1tqjch6" name="Init Service Operation Status" scriptFormat="groovy">
145 <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming>
146 <bpmn:outgoing>SequenceFlow_1euqjsp</bpmn:outgoing>
147 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
148def csi= new CreateCustomE2EServiceInstance()
seshukmc9f9e3c2017-10-17 11:04:23 +0530149csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
c0014910773bd66b2017-10-11 16:46:50 +0800150 </bpmn:scriptTask>
seshukmc9f9e3c2017-10-17 11:04:23 +0530151 <bpmn:sequenceFlow id="SequenceFlow_194rnud" sourceRef="Task_0in343a" targetRef="ScriptTask_0xupxj9" />
152 <bpmn:scriptTask id="Task_0in343a" name="Send SDNC Service" scriptFormat="java">
153 <bpmn:incoming>SequenceFlow_081z8l2</bpmn:incoming>
154 <bpmn:outgoing>SequenceFlow_194rnud</bpmn:outgoing>
155 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
156def csi= new CreateCustomE2EServiceInstance()
157csi.sendSdncSvc(execution)]]></bpmn:script>
158 </bpmn:scriptTask>
c0014910773bd66b2017-10-11 16:46:50 +0800159 <bpmn:serviceTask id="Task_19mxcw3" name="Update Service Operation Status">
160 <bpmn:extensionElements>
161 <camunda:connector>
162 <camunda:inputOutput>
163 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
164 <camunda:inputParameter name="headers">
165 <camunda:map>
166 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
167 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
168 </camunda:map>
169 </camunda:inputParameter>
170 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
171 <camunda:inputParameter name="method">POST</camunda:inputParameter>
172 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
173 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
174 </camunda:inputOutput>
175 <camunda:connectorId>http-connector</camunda:connectorId>
176 </camunda:connector>
177 </bpmn:extensionElements>
178 <bpmn:incoming>SequenceFlow_1euqjsp</bpmn:incoming>
179 <bpmn:outgoing>SequenceFlow_081z8l2</bpmn:outgoing>
180 </bpmn:serviceTask>
seshukmc9f9e3c2017-10-17 11:04:23 +0530181 <bpmn:sequenceFlow id="SequenceFlow_081z8l2" sourceRef="Task_19mxcw3" targetRef="Task_0in343a" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530182 </bpmn:process>
Rob Daughertybb5668f2017-09-19 18:08:26 -0400183 <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530184 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800185 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateCustomE2EServiceInstance">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530186 <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
seshukmc9f9e3c2017-10-17 11:04:23 +0530187 <dc:Bounds x="-39" y="180" width="36" height="36" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530188 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530189 <dc:Bounds x="-57" y="221" width="73" height="24" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530190 </bpmndi:BPMNLabel>
191 </bpmndi:BPMNShape>
192 <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
193 <dc:Bounds x="463" y="632" width="394" height="188" />
194 </bpmndi:BPMNShape>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800195 <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoCreateE2EServiceInstance">
seshukmc9f9e3c2017-10-17 11:04:23 +0530196 <dc:Bounds x="751" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
199 <dc:Bounds x="1258" y="286" width="36" height="36" />
200 <bpmndi:BPMNLabel>
201 <dc:Bounds x="1268" y="322" width="22" height="12" />
202 </bpmndi:BPMNLabel>
203 </bpmndi:BPMNShape>
204 <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
seshukmc9f9e3c2017-10-17 11:04:23 +0530205 <dc:Bounds x="65" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530206 </bpmndi:BPMNShape>
207 <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
208 <dc:Bounds x="1038" y="158" width="100" height="80" />
209 </bpmndi:BPMNShape>
210 <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
211 <dc:Bounds x="1226" y="158" width="100" height="80" />
212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
214 <dc:Bounds x="348" y="370" width="679" height="194" />
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
seshukmc9f9e3c2017-10-17 11:04:23 +0530217 <dc:Bounds x="610" y="158" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
220 <dc:Bounds x="903" y="173" width="50" height="50" />
221 <bpmndi:BPMNLabel>
222 <dc:Bounds x="903" y="145" width="50" height="12" />
223 </bpmndi:BPMNLabel>
224 </bpmndi:BPMNShape>
225 <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
226 <dc:Bounds x="910" y="286" width="36" height="36" />
227 <bpmndi:BPMNLabel>
228 <dc:Bounds x="883" y="322" width="0" height="12" />
229 </bpmndi:BPMNLabel>
230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
seshukmc9f9e3c2017-10-17 11:04:23 +0530232 <di:waypoint xsi:type="dc:Point" x="-3" y="198" />
233 <di:waypoint xsi:type="dc:Point" x="65" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530234 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530235 <dc:Bounds x="-14" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530236 </bpmndi:BPMNLabel>
237 </bpmndi:BPMNEdge>
238 <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro">
seshukmc9f9e3c2017-10-17 11:04:23 +0530239 <di:waypoint xsi:type="dc:Point" x="710" y="198" />
240 <di:waypoint xsi:type="dc:Point" x="751" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530241 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530242 <dc:Bounds x="685.5" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNEdge>
245 <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
seshukmc9f9e3c2017-10-17 11:04:23 +0530246 <di:waypoint xsi:type="dc:Point" x="851" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530247 <di:waypoint xsi:type="dc:Point" x="903" y="198" />
248 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530249 <dc:Bounds x="832" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
253 <di:waypoint xsi:type="dc:Point" x="1276" y="238" />
254 <di:waypoint xsi:type="dc:Point" x="1276" y="286" />
255 <bpmndi:BPMNLabel>
256 <dc:Bounds x="1246" y="262" width="0" height="12" />
257 </bpmndi:BPMNLabel>
258 </bpmndi:BPMNEdge>
259 <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9">
seshukmc9f9e3c2017-10-17 11:04:23 +0530260 <di:waypoint xsi:type="dc:Point" x="165" y="198" />
261 <di:waypoint xsi:type="dc:Point" x="198" y="198" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530262 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530263 <dc:Bounds x="136.5" y="177" width="90" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530264 </bpmndi:BPMNLabel>
265 </bpmndi:BPMNEdge>
266 <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
267 <di:waypoint xsi:type="dc:Point" x="953" y="198" />
268 <di:waypoint xsi:type="dc:Point" x="990" y="198" />
269 <di:waypoint xsi:type="dc:Point" x="990" y="198" />
270 <di:waypoint xsi:type="dc:Point" x="1038" y="198" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="987" y="195" width="20" height="12" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
276 <di:waypoint xsi:type="dc:Point" x="1138" y="198" />
277 <di:waypoint xsi:type="dc:Point" x="1226" y="198" />
278 <bpmndi:BPMNLabel>
279 <dc:Bounds x="1137" y="183" width="0" height="12" />
280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
283 <di:waypoint xsi:type="dc:Point" x="928" y="223" />
284 <di:waypoint xsi:type="dc:Point" x="928" y="250" />
285 <di:waypoint xsi:type="dc:Point" x="928" y="250" />
286 <di:waypoint xsi:type="dc:Point" x="928" y="286" />
287 <bpmndi:BPMNLabel>
288 <dc:Bounds x="901" y="228" width="15" height="12" />
289 </bpmndi:BPMNLabel>
290 </bpmndi:BPMNEdge>
291 <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
292 <dc:Bounds x="611" y="687" width="100" height="80" />
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
295 <dc:Bounds x="496" y="709" width="36" height="36" />
296 <bpmndi:BPMNLabel>
297 <dc:Bounds x="469" y="750" width="0" height="12" />
298 </bpmndi:BPMNLabel>
299 </bpmndi:BPMNShape>
300 <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
301 <dc:Bounds x="772" y="709" width="36" height="36" />
302 <bpmndi:BPMNLabel>
303 <dc:Bounds x="745" y="750" width="0" height="12" />
304 </bpmndi:BPMNLabel>
305 </bpmndi:BPMNShape>
306 <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
307 <dc:Bounds x="363" y="456" width="36" height="36" />
308 <bpmndi:BPMNLabel>
309 <dc:Bounds x="336" y="497" width="0" height="12" />
310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNShape>
312 <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
313 <dc:Bounds x="942" y="456" width="36" height="36" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="915" y="497" width="0" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNShape>
318 <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
319 <dc:Bounds x="621" y="434" width="100" height="80" />
320 </bpmndi:BPMNShape>
321 <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
322 <dc:Bounds x="798" y="434" width="100" height="80" />
323 </bpmndi:BPMNShape>
324 <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
325 <dc:Bounds x="443" y="434" width="100" height="80" />
326 </bpmndi:BPMNShape>
327 <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
328 <di:waypoint xsi:type="dc:Point" x="532" y="727" />
329 <di:waypoint xsi:type="dc:Point" x="611" y="727" />
330 <bpmndi:BPMNLabel>
331 <dc:Bounds x="529.5" y="727" width="0" height="12" />
332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNEdge>
334 <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
335 <di:waypoint xsi:type="dc:Point" x="711" y="727" />
336 <di:waypoint xsi:type="dc:Point" x="772" y="727" />
337 <bpmndi:BPMNLabel>
338 <dc:Bounds x="701.5" y="727" width="0" height="12" />
339 </bpmndi:BPMNLabel>
340 </bpmndi:BPMNEdge>
341 <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
342 <di:waypoint xsi:type="dc:Point" x="399" y="474" />
343 <di:waypoint xsi:type="dc:Point" x="421" y="474" />
344 <di:waypoint xsi:type="dc:Point" x="421" y="474" />
345 <di:waypoint xsi:type="dc:Point" x="442" y="474" />
346 <bpmndi:BPMNLabel>
347 <dc:Bounds x="391" y="474" width="0" height="12" />
348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNEdge>
350 <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
351 <di:waypoint xsi:type="dc:Point" x="898" y="474" />
352 <di:waypoint xsi:type="dc:Point" x="942" y="474" />
353 <bpmndi:BPMNLabel>
354 <dc:Bounds x="875" y="459" width="0" height="12" />
355 </bpmndi:BPMNLabel>
356 </bpmndi:BPMNEdge>
357 <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
358 <di:waypoint xsi:type="dc:Point" x="543" y="474" />
359 <di:waypoint xsi:type="dc:Point" x="570" y="474" />
360 <di:waypoint xsi:type="dc:Point" x="570" y="474" />
361 <di:waypoint xsi:type="dc:Point" x="621" y="474" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="540" y="474" width="0" height="12" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNEdge>
366 <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
367 <di:waypoint xsi:type="dc:Point" x="721" y="474" />
368 <di:waypoint xsi:type="dc:Point" x="798" y="474" />
369 <bpmndi:BPMNLabel>
370 <dc:Bounds x="715.5" y="459" width="0" height="12" />
371 </bpmndi:BPMNLabel>
372 </bpmndi:BPMNEdge>
c0014910773bd66b2017-10-11 16:46:50 +0800373 <bpmndi:BPMNEdge id="SequenceFlow_1euqjsp_di" bpmnElement="SequenceFlow_1euqjsp">
seshukmc9f9e3c2017-10-17 11:04:23 +0530374 <di:waypoint xsi:type="dc:Point" x="298" y="198" />
375 <di:waypoint xsi:type="dc:Point" x="335" y="198" />
c0014910773bd66b2017-10-11 16:46:50 +0800376 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530377 <dc:Bounds x="271.5" y="177" width="90" height="12" />
c0014910773bd66b2017-10-11 16:46:50 +0800378 </bpmndi:BPMNLabel>
379 </bpmndi:BPMNEdge>
380 <bpmndi:BPMNShape id="ScriptTask_1a3vwas_di" bpmnElement="Task_1tqjch6">
seshukmc9f9e3c2017-10-17 11:04:23 +0530381 <dc:Bounds x="198" y="158" width="100" height="80" />
c0014910764d0ab52017-10-13 10:48:59 +0800382 </bpmndi:BPMNShape>
383 <bpmndi:BPMNEdge id="SequenceFlow_194rnud_di" bpmnElement="SequenceFlow_194rnud">
seshukmc9f9e3c2017-10-17 11:04:23 +0530384 <di:waypoint xsi:type="dc:Point" x="569" y="198" />
385 <di:waypoint xsi:type="dc:Point" x="610" y="198" />
c0014910764d0ab52017-10-13 10:48:59 +0800386 <bpmndi:BPMNLabel>
seshukmc9f9e3c2017-10-17 11:04:23 +0530387 <dc:Bounds x="544.5" y="177" width="90" height="12" />
c0014910764d0ab52017-10-13 10:48:59 +0800388 </bpmndi:BPMNLabel>
389 </bpmndi:BPMNEdge>
390 <bpmndi:BPMNShape id="ScriptTask_1u5yu0n_di" bpmnElement="Task_0in343a">
seshukmc9f9e3c2017-10-17 11:04:23 +0530391 <dc:Bounds x="469" y="158" width="100" height="80" />
c0014910773bd66b2017-10-11 16:46:50 +0800392 </bpmndi:BPMNShape>
seshukmc9f9e3c2017-10-17 11:04:23 +0530393 <bpmndi:BPMNShape id="ServiceTask_1afiuuq_di" bpmnElement="Task_19mxcw3">
394 <dc:Bounds x="335" y="158" width="100" height="80" />
395 </bpmndi:BPMNShape>
396 <bpmndi:BPMNEdge id="SequenceFlow_081z8l2_di" bpmnElement="SequenceFlow_081z8l2">
397 <di:waypoint xsi:type="dc:Point" x="435" y="198" />
398 <di:waypoint xsi:type="dc:Point" x="469" y="198" />
399 <bpmndi:BPMNLabel>
400 <dc:Bounds x="407" y="177" width="90" height="12" />
401 </bpmndi:BPMNLabel>
402 </bpmndi:BPMNEdge>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530403 </bpmndi:BPMNPlane>
404 </bpmndi:BPMNDiagram>
405</bpmn:definitions>