blob: c6a6d02e4c39d1399cae9bcfa280d2ee4fc1df44 [file] [log] [blame]
seshukma1a6cb42017-10-10 12:15:10 +05301<?xml version="1.0" encoding="UTF-8"?>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -04002<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
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>
25 <bpmn:callActivity id="CallActivity_1vyx9hu" name="Call DoCustomDeleteE2EServiceInstance&#10;" calledElement="DoCustomDeleteE2EServiceInstance">
26 <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" />
37 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
38 <camunda:in sourceExpression="1610" target="sdncVersion" />
39 </bpmn:extensionElements>
40 <bpmn:incoming>SequenceFlow_0zf2qyk</bpmn:incoming>
41 <bpmn:outgoing>SequenceFlow_07hrbs0</bpmn:outgoing>
42 </bpmn:callActivity>
43 <bpmn:endEvent id="EndEvent_0db8bs6" name="End">
44 <bpmn:incoming>SequenceFlow_1ab5l2q</bpmn:incoming>
45 </bpmn:endEvent>
46 <bpmn:scriptTask id="ScriptTask_0a63hms" name="Pre Process Incoming Request" scriptFormat="groovy">
47 <bpmn:incoming>SequenceFlow_1wxumid</bpmn:incoming>
48 <bpmn:outgoing>SequenceFlow_0yowshs</bpmn:outgoing>
49 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
50def csi= new DeleteCustomE2EServiceInstance()
51csi.preProcessRequest(execution)]]></bpmn:script>
52 </bpmn:scriptTask>
53 <bpmn:scriptTask id="ScriptTask_1fzpbop" name="Prepare Completion Request" scriptFormat="groovy">
54 <bpmn:incoming>SequenceFlow_04urx2e</bpmn:incoming>
55 <bpmn:outgoing>SequenceFlow_1ii935p</bpmn:outgoing>
56 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
57def csi = new DeleteCustomE2EServiceInstance()
58csi.prepareCompletionRequest(execution)]]></bpmn:script>
59 </bpmn:scriptTask>
60 <bpmn:callActivity id="CallActivity_1wx4ihe" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
61 <bpmn:extensionElements>
62 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
63 <camunda:in source="mso-request-id" target="mso-request-id" />
64 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
65 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
66 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
67 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
68 </bpmn:extensionElements>
69 <bpmn:incoming>SequenceFlow_1ii935p</bpmn:incoming>
70 <bpmn:outgoing>SequenceFlow_1ab5l2q</bpmn:outgoing>
71 </bpmn:callActivity>
72 <bpmn:subProcess id="SubProcess_1vbcima" name="Sub-process for FalloutHandler " triggeredByEvent="true">
73 <bpmn:startEvent id="StartEvent_0jybicw">
74 <bpmn:outgoing>SequenceFlow_0for83z</bpmn:outgoing>
75 <bpmn:errorEventDefinition />
76 </bpmn:startEvent>
77 <bpmn:endEvent id="EndEvent_1jegbhy">
78 <bpmn:incoming>SequenceFlow_0hrazlh</bpmn:incoming>
79 </bpmn:endEvent>
80 <bpmn:scriptTask id="ScriptTask_0so3xj0" name="Prepare Fallout Request" scriptFormat="groovy">
81 <bpmn:incoming>SequenceFlow_1s1cbgf</bpmn:incoming>
82 <bpmn:outgoing>SequenceFlow_1py6yqz</bpmn:outgoing>
83 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
84def csi = new DeleteCustomE2EServiceInstance()
85csi.prepareFalloutRequest(execution)]]></bpmn:script>
86 </bpmn:scriptTask>
87 <bpmn:callActivity id="CallActivity_1qhekgt" name="Call FalloutHandler" calledElement="FalloutHandler">
88 <bpmn:extensionElements>
89 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
90 <camunda:in source="mso-request-id" target="mso-request-id" />
91 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
92 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
93 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
94 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
95 </bpmn:extensionElements>
96 <bpmn:incoming>SequenceFlow_1py6yqz</bpmn:incoming>
97 <bpmn:outgoing>SequenceFlow_0hrazlh</bpmn:outgoing>
98 </bpmn:callActivity>
99 <bpmn:scriptTask id="ScriptTask_006nty7" name="Send Error Response">
100 <bpmn:incoming>SequenceFlow_0for83z</bpmn:incoming>
101 <bpmn:outgoing>SequenceFlow_1s1cbgf</bpmn:outgoing>
102 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
103def csi = new DeleteCustomE2EServiceInstance()
104csi.sendSyncError(execution)]]></bpmn:script>
105 </bpmn:scriptTask>
106 <bpmn:sequenceFlow id="SequenceFlow_0for83z" sourceRef="StartEvent_0jybicw" targetRef="ScriptTask_006nty7" />
107 <bpmn:sequenceFlow id="SequenceFlow_0hrazlh" sourceRef="CallActivity_1qhekgt" targetRef="EndEvent_1jegbhy" />
108 <bpmn:sequenceFlow id="SequenceFlow_1s1cbgf" sourceRef="ScriptTask_006nty7" targetRef="ScriptTask_0so3xj0" />
109 <bpmn:sequenceFlow id="SequenceFlow_1py6yqz" sourceRef="ScriptTask_0so3xj0" targetRef="CallActivity_1qhekgt" />
110 </bpmn:subProcess>
111 <bpmn:scriptTask id="ScriptTask_1mao77y" name="Send Sync Ack Response" scriptFormat="groovy">
seshukm5e83d432017-10-26 13:13:20 +0530112 <bpmn:incoming>SequenceFlow_0yowshs</bpmn:incoming>
seshukma1a6cb42017-10-10 12:15:10 +0530113 <bpmn:outgoing>SequenceFlow_0zf2qyk</bpmn:outgoing>
114 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
115def csi = new DeleteCustomE2EServiceInstance()
116csi.sendSyncResponse(execution)]]></bpmn:script>
117 </bpmn:scriptTask>
118 <bpmn:exclusiveGateway id="ExclusiveGateway_0vu8gx6" name="Success?" default="SequenceFlow_1t6ekab">
119 <bpmn:incoming>SequenceFlow_07hrbs0</bpmn:incoming>
120 <bpmn:outgoing>SequenceFlow_04urx2e</bpmn:outgoing>
121 <bpmn:outgoing>SequenceFlow_1t6ekab</bpmn:outgoing>
122 </bpmn:exclusiveGateway>
123 <bpmn:endEvent id="EndEvent_1i1g9s6">
124 <bpmn:incoming>SequenceFlow_1t6ekab</bpmn:incoming>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -0400125 <bpmn:errorEventDefinition errorRef="Error_1erlsmy" />
seshukma1a6cb42017-10-10 12:15:10 +0530126 </bpmn:endEvent>
127 <bpmn:sequenceFlow id="SequenceFlow_1wxumid" sourceRef="StartEvent_00m8zen" targetRef="ScriptTask_0a63hms" />
128 <bpmn:sequenceFlow id="SequenceFlow_0zf2qyk" sourceRef="ScriptTask_1mao77y" targetRef="CallActivity_1vyx9hu" />
129 <bpmn:sequenceFlow id="SequenceFlow_07hrbs0" sourceRef="CallActivity_1vyx9hu" targetRef="ExclusiveGateway_0vu8gx6" />
130 <bpmn:sequenceFlow id="SequenceFlow_1ab5l2q" sourceRef="CallActivity_1wx4ihe" targetRef="EndEvent_0db8bs6" />
seshukm5e83d432017-10-26 13:13:20 +0530131 <bpmn:sequenceFlow id="SequenceFlow_0yowshs" sourceRef="ScriptTask_0a63hms" targetRef="ScriptTask_1mao77y" />
seshukma1a6cb42017-10-10 12:15:10 +0530132 <bpmn:sequenceFlow id="SequenceFlow_04urx2e" name="yes" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="ScriptTask_1fzpbop">
133 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
134 </bpmn:sequenceFlow>
135 <bpmn:sequenceFlow id="SequenceFlow_1ii935p" sourceRef="ScriptTask_1fzpbop" targetRef="CallActivity_1wx4ihe" />
136 <bpmn:sequenceFlow id="SequenceFlow_1t6ekab" name="no" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="EndEvent_1i1g9s6" />
137 </bpmn:process>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -0400138 <bpmn:error id="Error_1erlsmy" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
seshukma1a6cb42017-10-10 12:15:10 +0530139 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
seshukm7ff576f2017-10-25 09:47:33 +0530140 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteCustomE2EServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +0530141 <bpmndi:BPMNShape id="StartEvent_00m8zen_di" bpmnElement="StartEvent_00m8zen">
142 <dc:Bounds x="577" y="209" width="36" height="36" />
143 <bpmndi:BPMNLabel>
144 <dc:Bounds x="560" y="250" width="70" height="24" />
145 </bpmndi:BPMNLabel>
146 </bpmndi:BPMNShape>
147 <bpmndi:BPMNShape id="SubProcess_0amn8vu_di" bpmnElement="SubProcess_0amn8vu" isExpanded="true">
148 <dc:Bounds x="834" y="660" width="394" height="188" />
149 </bpmndi:BPMNShape>
150 <bpmndi:BPMNShape id="CallActivity_1vyx9hu_di" bpmnElement="CallActivity_1vyx9hu">
seshukm5e83d432017-10-26 13:13:20 +0530151 <dc:Bounds x="1159" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530152 </bpmndi:BPMNShape>
153 <bpmndi:BPMNShape id="EndEvent_0db8bs6_di" bpmnElement="EndEvent_0db8bs6">
seshukm5e83d432017-10-26 13:13:20 +0530154 <dc:Bounds x="1686" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530155 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530156 <dc:Bounds x="1696" y="340" width="22" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530157 </bpmndi:BPMNLabel>
158 </bpmndi:BPMNShape>
159 <bpmndi:BPMNShape id="ScriptTask_0a63hms_di" bpmnElement="ScriptTask_0a63hms">
seshukm7ff576f2017-10-25 09:47:33 +0530160 <dc:Bounds x="724" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530161 </bpmndi:BPMNShape>
162 <bpmndi:BPMNShape id="ScriptTask_1fzpbop_di" bpmnElement="ScriptTask_1fzpbop">
seshukm5e83d432017-10-26 13:13:20 +0530163 <dc:Bounds x="1493" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530164 </bpmndi:BPMNShape>
165 <bpmndi:BPMNShape id="CallActivity_1wx4ihe_di" bpmnElement="CallActivity_1wx4ihe">
seshukm5e83d432017-10-26 13:13:20 +0530166 <dc:Bounds x="1654" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530167 </bpmndi:BPMNShape>
168 <bpmndi:BPMNShape id="SubProcess_1vbcima_di" bpmnElement="SubProcess_1vbcima" isExpanded="true">
169 <dc:Bounds x="736" y="374" width="679" height="194" />
170 </bpmndi:BPMNShape>
171 <bpmndi:BPMNShape id="ScriptTask_1mao77y_di" bpmnElement="ScriptTask_1mao77y">
seshukm5e83d432017-10-26 13:13:20 +0530172 <dc:Bounds x="936" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530173 </bpmndi:BPMNShape>
174 <bpmndi:BPMNShape id="ExclusiveGateway_0vu8gx6_di" bpmnElement="ExclusiveGateway_0vu8gx6" isMarkerVisible="true">
seshukm5e83d432017-10-26 13:13:20 +0530175 <dc:Bounds x="1358" y="202" width="50" height="50" />
seshukma1a6cb42017-10-10 12:15:10 +0530176 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530177 <dc:Bounds x="1358" y="174" width="50" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530178 </bpmndi:BPMNLabel>
179 </bpmndi:BPMNShape>
180 <bpmndi:BPMNShape id="EndEvent_1i1g9s6_di" bpmnElement="EndEvent_1i1g9s6">
seshukm5e83d432017-10-26 13:13:20 +0530181 <dc:Bounds x="1365" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530182 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530183 <dc:Bounds x="1293" y="340" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530184 </bpmndi:BPMNLabel>
185 </bpmndi:BPMNShape>
186 <bpmndi:BPMNEdge id="SequenceFlow_1wxumid_di" bpmnElement="SequenceFlow_1wxumid">
187 <di:waypoint xsi:type="dc:Point" x="613" y="227" />
seshukm7ff576f2017-10-25 09:47:33 +0530188 <di:waypoint xsi:type="dc:Point" x="724" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530189 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530190 <dc:Bounds x="623.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530191 </bpmndi:BPMNLabel>
192 </bpmndi:BPMNEdge>
193 <bpmndi:BPMNEdge id="SequenceFlow_0zf2qyk_di" bpmnElement="SequenceFlow_0zf2qyk">
seshukm5e83d432017-10-26 13:13:20 +0530194 <di:waypoint xsi:type="dc:Point" x="1036" y="227" />
195 <di:waypoint xsi:type="dc:Point" x="1159" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530196 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530197 <dc:Bounds x="1052.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530198 </bpmndi:BPMNLabel>
199 </bpmndi:BPMNEdge>
200 <bpmndi:BPMNEdge id="SequenceFlow_07hrbs0_di" bpmnElement="SequenceFlow_07hrbs0">
seshukm5e83d432017-10-26 13:13:20 +0530201 <di:waypoint xsi:type="dc:Point" x="1259" y="227" />
202 <di:waypoint xsi:type="dc:Point" x="1358" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530203 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530204 <dc:Bounds x="1263.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNEdge>
207 <bpmndi:BPMNEdge id="SequenceFlow_1ab5l2q_di" bpmnElement="SequenceFlow_1ab5l2q">
seshukm5e83d432017-10-26 13:13:20 +0530208 <di:waypoint xsi:type="dc:Point" x="1704" y="267" />
209 <di:waypoint xsi:type="dc:Point" x="1704" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530210 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530211 <dc:Bounds x="1674" y="280" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530212 </bpmndi:BPMNLabel>
213 </bpmndi:BPMNEdge>
214 <bpmndi:BPMNEdge id="SequenceFlow_0yowshs_di" bpmnElement="SequenceFlow_0yowshs">
seshukm7ff576f2017-10-25 09:47:33 +0530215 <di:waypoint xsi:type="dc:Point" x="824" y="227" />
seshukm5e83d432017-10-26 13:13:20 +0530216 <di:waypoint xsi:type="dc:Point" x="936" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530217 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530218 <dc:Bounds x="835" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNEdge>
221 <bpmndi:BPMNEdge id="SequenceFlow_04urx2e_di" bpmnElement="SequenceFlow_04urx2e">
seshukm5e83d432017-10-26 13:13:20 +0530222 <di:waypoint xsi:type="dc:Point" x="1408" y="227" />
223 <di:waypoint xsi:type="dc:Point" x="1493" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530224 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530225 <dc:Bounds x="1410" y="203" width="20" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNEdge>
228 <bpmndi:BPMNEdge id="SequenceFlow_1ii935p_di" bpmnElement="SequenceFlow_1ii935p">
seshukm5e83d432017-10-26 13:13:20 +0530229 <di:waypoint xsi:type="dc:Point" x="1593" y="227" />
230 <di:waypoint xsi:type="dc:Point" x="1654" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530231 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530232 <dc:Bounds x="1535" y="212" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNEdge>
235 <bpmndi:BPMNEdge id="SequenceFlow_1t6ekab_di" bpmnElement="SequenceFlow_1t6ekab">
seshukm5e83d432017-10-26 13:13:20 +0530236 <di:waypoint xsi:type="dc:Point" x="1383" y="252" />
237 <di:waypoint xsi:type="dc:Point" x="1383" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530238 <bpmndi:BPMNLabel>
seshukm5e83d432017-10-26 13:13:20 +0530239 <dc:Bounds x="1391" y="277" width="15" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530240 </bpmndi:BPMNLabel>
241 </bpmndi:BPMNEdge>
242 <bpmndi:BPMNShape id="ScriptTask_1c6ogpt_di" bpmnElement="ScriptTask_1c6ogpt">
243 <dc:Bounds x="982" y="715" width="100" height="80" />
244 </bpmndi:BPMNShape>
245 <bpmndi:BPMNShape id="StartEvent_121296y_di" bpmnElement="StartEvent_121296y">
246 <dc:Bounds x="867" y="737" width="36" height="36" />
247 <bpmndi:BPMNLabel>
248 <dc:Bounds x="795" y="778" width="90" height="12" />
249 </bpmndi:BPMNLabel>
250 </bpmndi:BPMNShape>
251 <bpmndi:BPMNShape id="EndEvent_1dw3dwx_di" bpmnElement="EndEvent_1dw3dwx">
252 <dc:Bounds x="1143" y="737" width="36" height="36" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="1071" y="778" width="90" height="12" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNShape>
257 <bpmndi:BPMNShape id="StartEvent_0jybicw_di" bpmnElement="StartEvent_0jybicw">
258 <dc:Bounds x="752" y="460" width="36" height="36" />
259 <bpmndi:BPMNLabel>
260 <dc:Bounds x="680" y="501" width="90" height="12" />
261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNShape id="EndEvent_1jegbhy_di" bpmnElement="EndEvent_1jegbhy">
264 <dc:Bounds x="1331" y="460" width="36" height="36" />
265 <bpmndi:BPMNLabel>
266 <dc:Bounds x="1259" y="501" width="90" height="12" />
267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNShape>
269 <bpmndi:BPMNShape id="ScriptTask_0so3xj0_di" bpmnElement="ScriptTask_0so3xj0">
270 <dc:Bounds x="1010" y="438" width="100" height="80" />
271 </bpmndi:BPMNShape>
272 <bpmndi:BPMNShape id="CallActivity_1qhekgt_di" bpmnElement="CallActivity_1qhekgt">
273 <dc:Bounds x="1187" y="438" width="100" height="80" />
274 </bpmndi:BPMNShape>
275 <bpmndi:BPMNShape id="ScriptTask_006nty7_di" bpmnElement="ScriptTask_006nty7">
276 <dc:Bounds x="832" y="438" width="100" height="80" />
277 </bpmndi:BPMNShape>
278 <bpmndi:BPMNEdge id="SequenceFlow_0guajy5_di" bpmnElement="SequenceFlow_0guajy5">
279 <di:waypoint xsi:type="dc:Point" x="903" y="755" />
280 <di:waypoint xsi:type="dc:Point" x="982" y="755" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="856" y="755" width="90" height="12" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNEdge id="SequenceFlow_0dbt753_di" bpmnElement="SequenceFlow_0dbt753">
286 <di:waypoint xsi:type="dc:Point" x="1082" y="755" />
287 <di:waypoint xsi:type="dc:Point" x="1143" y="755" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="1028" y="755" width="90" height="12" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNEdge id="SequenceFlow_0for83z_di" bpmnElement="SequenceFlow_0for83z">
293 <di:waypoint xsi:type="dc:Point" x="788" y="478" />
294 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
295 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
296 <di:waypoint xsi:type="dc:Point" x="831" y="478" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="735" y="478" width="90" height="12" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNEdge id="SequenceFlow_0hrazlh_di" bpmnElement="SequenceFlow_0hrazlh">
302 <di:waypoint xsi:type="dc:Point" x="1287" y="478" />
303 <di:waypoint xsi:type="dc:Point" x="1331" y="478" />
304 <bpmndi:BPMNLabel>
305 <dc:Bounds x="1219" y="463" width="90" height="12" />
306 </bpmndi:BPMNLabel>
307 </bpmndi:BPMNEdge>
308 <bpmndi:BPMNEdge id="SequenceFlow_1s1cbgf_di" bpmnElement="SequenceFlow_1s1cbgf">
309 <di:waypoint xsi:type="dc:Point" x="932" y="478" />
310 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
311 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
312 <di:waypoint xsi:type="dc:Point" x="1010" y="478" />
313 <bpmndi:BPMNLabel>
314 <dc:Bounds x="884" y="478" width="90" height="12" />
315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNEdge>
317 <bpmndi:BPMNEdge id="SequenceFlow_1py6yqz_di" bpmnElement="SequenceFlow_1py6yqz">
318 <di:waypoint xsi:type="dc:Point" x="1110" y="478" />
319 <di:waypoint xsi:type="dc:Point" x="1187" y="478" />
320 <bpmndi:BPMNLabel>
321 <dc:Bounds x="1060" y="463" width="90" height="12" />
322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530324 </bpmndi:BPMNPlane>
325 </bpmndi:BPMNDiagram>
326</bpmn:definitions>