blob: 02739831045de41185eb6c0f1a822e9a406edfee [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">
seshukm7ff576f2017-10-25 09:47:33 +0530112 <bpmn:incoming>SequenceFlow_1x62wqv</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" />
seshukm7ff576f2017-10-25 09:47:33 +0530131 <bpmn:sequenceFlow id="SequenceFlow_0yowshs" sourceRef="ScriptTask_0a63hms" targetRef="ScriptTask_1fhsuor" />
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" />
seshukm7ff576f2017-10-25 09:47:33 +0530137 <bpmn:scriptTask id="ScriptTask_1fhsuor" name="Prepare Resource Oper Status">
138 <bpmn:incoming>SequenceFlow_0yowshs</bpmn:incoming>
139 <bpmn:outgoing>SequenceFlow_1x62wqv</bpmn:outgoing>
140 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
141def ddsi = new DeleteCustomE2EServiceInstance()
142ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script>
143 </bpmn:scriptTask>
144 <bpmn:sequenceFlow id="SequenceFlow_1x62wqv" sourceRef="ScriptTask_1fhsuor" targetRef="ScriptTask_1mao77y" />
seshukma1a6cb42017-10-10 12:15:10 +0530145 </bpmn:process>
Rob Daugherty1bbdbd62017-10-10 17:35:27 -0400146 <bpmn:error id="Error_1erlsmy" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
seshukma1a6cb42017-10-10 12:15:10 +0530147 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
seshukm7ff576f2017-10-25 09:47:33 +0530148 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteCustomE2EServiceInstance">
seshukma1a6cb42017-10-10 12:15:10 +0530149 <bpmndi:BPMNShape id="StartEvent_00m8zen_di" bpmnElement="StartEvent_00m8zen">
150 <dc:Bounds x="577" y="209" width="36" height="36" />
151 <bpmndi:BPMNLabel>
152 <dc:Bounds x="560" y="250" width="70" height="24" />
153 </bpmndi:BPMNLabel>
154 </bpmndi:BPMNShape>
155 <bpmndi:BPMNShape id="SubProcess_0amn8vu_di" bpmnElement="SubProcess_0amn8vu" isExpanded="true">
156 <dc:Bounds x="834" y="660" width="394" height="188" />
157 </bpmndi:BPMNShape>
158 <bpmndi:BPMNShape id="CallActivity_1vyx9hu_di" bpmnElement="CallActivity_1vyx9hu">
seshukm7ff576f2017-10-25 09:47:33 +0530159 <dc:Bounds x="1385" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530160 </bpmndi:BPMNShape>
161 <bpmndi:BPMNShape id="EndEvent_0db8bs6_di" bpmnElement="EndEvent_0db8bs6">
seshukm7ff576f2017-10-25 09:47:33 +0530162 <dc:Bounds x="1910" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530163 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530164 <dc:Bounds x="1921" y="340" width="19" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530165 </bpmndi:BPMNLabel>
166 </bpmndi:BPMNShape>
167 <bpmndi:BPMNShape id="ScriptTask_0a63hms_di" bpmnElement="ScriptTask_0a63hms">
seshukm7ff576f2017-10-25 09:47:33 +0530168 <dc:Bounds x="724" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530169 </bpmndi:BPMNShape>
170 <bpmndi:BPMNShape id="ScriptTask_1fzpbop_di" bpmnElement="ScriptTask_1fzpbop">
seshukm7ff576f2017-10-25 09:47:33 +0530171 <dc:Bounds x="1717" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530172 </bpmndi:BPMNShape>
173 <bpmndi:BPMNShape id="CallActivity_1wx4ihe_di" bpmnElement="CallActivity_1wx4ihe">
seshukm7ff576f2017-10-25 09:47:33 +0530174 <dc:Bounds x="1878" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530175 </bpmndi:BPMNShape>
176 <bpmndi:BPMNShape id="SubProcess_1vbcima_di" bpmnElement="SubProcess_1vbcima" isExpanded="true">
177 <dc:Bounds x="736" y="374" width="679" height="194" />
178 </bpmndi:BPMNShape>
179 <bpmndi:BPMNShape id="ScriptTask_1mao77y_di" bpmnElement="ScriptTask_1mao77y">
seshukm7ff576f2017-10-25 09:47:33 +0530180 <dc:Bounds x="1221" y="187" width="100" height="80" />
seshukma1a6cb42017-10-10 12:15:10 +0530181 </bpmndi:BPMNShape>
182 <bpmndi:BPMNShape id="ExclusiveGateway_0vu8gx6_di" bpmnElement="ExclusiveGateway_0vu8gx6" isMarkerVisible="true">
seshukm7ff576f2017-10-25 09:47:33 +0530183 <dc:Bounds x="1582" y="202" width="50" height="50" />
seshukma1a6cb42017-10-10 12:15:10 +0530184 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530185 <dc:Bounds x="1582" y="174" width="49" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNShape>
188 <bpmndi:BPMNShape id="EndEvent_1i1g9s6_di" bpmnElement="EndEvent_1i1g9s6">
seshukm7ff576f2017-10-25 09:47:33 +0530189 <dc:Bounds x="1589" y="304" width="36" height="36" />
seshukma1a6cb42017-10-10 12:15:10 +0530190 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530191 <dc:Bounds x="1517" y="340" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530192 </bpmndi:BPMNLabel>
193 </bpmndi:BPMNShape>
194 <bpmndi:BPMNEdge id="SequenceFlow_1wxumid_di" bpmnElement="SequenceFlow_1wxumid">
195 <di:waypoint xsi:type="dc:Point" x="613" y="227" />
seshukm7ff576f2017-10-25 09:47:33 +0530196 <di:waypoint xsi:type="dc:Point" x="724" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530197 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530198 <dc:Bounds x="623.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530199 </bpmndi:BPMNLabel>
200 </bpmndi:BPMNEdge>
201 <bpmndi:BPMNEdge id="SequenceFlow_0zf2qyk_di" bpmnElement="SequenceFlow_0zf2qyk">
seshukm7ff576f2017-10-25 09:47:33 +0530202 <di:waypoint xsi:type="dc:Point" x="1321" y="227" />
203 <di:waypoint xsi:type="dc:Point" x="1385" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530204 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530205 <dc:Bounds x="1308" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530206 </bpmndi:BPMNLabel>
207 </bpmndi:BPMNEdge>
208 <bpmndi:BPMNEdge id="SequenceFlow_07hrbs0_di" bpmnElement="SequenceFlow_07hrbs0">
seshukm7ff576f2017-10-25 09:47:33 +0530209 <di:waypoint xsi:type="dc:Point" x="1485" y="227" />
210 <di:waypoint xsi:type="dc:Point" x="1582" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530211 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530212 <dc:Bounds x="1488.5" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNEdge>
215 <bpmndi:BPMNEdge id="SequenceFlow_1ab5l2q_di" bpmnElement="SequenceFlow_1ab5l2q">
seshukm7ff576f2017-10-25 09:47:33 +0530216 <di:waypoint xsi:type="dc:Point" x="1928" y="267" />
217 <di:waypoint xsi:type="dc:Point" x="1928" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530218 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530219 <dc:Bounds x="1898" y="280" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530220 </bpmndi:BPMNLabel>
221 </bpmndi:BPMNEdge>
222 <bpmndi:BPMNEdge id="SequenceFlow_0yowshs_di" bpmnElement="SequenceFlow_0yowshs">
seshukm7ff576f2017-10-25 09:47:33 +0530223 <di:waypoint xsi:type="dc:Point" x="824" y="227" />
224 <di:waypoint xsi:type="dc:Point" x="892" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530225 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530226 <dc:Bounds x="813" y="206" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNEdge>
229 <bpmndi:BPMNEdge id="SequenceFlow_04urx2e_di" bpmnElement="SequenceFlow_04urx2e">
seshukm7ff576f2017-10-25 09:47:33 +0530230 <di:waypoint xsi:type="dc:Point" x="1632" y="227" />
231 <di:waypoint xsi:type="dc:Point" x="1717" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530232 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530233 <dc:Bounds x="1634" y="203" width="19" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530234 </bpmndi:BPMNLabel>
235 </bpmndi:BPMNEdge>
236 <bpmndi:BPMNEdge id="SequenceFlow_1ii935p_di" bpmnElement="SequenceFlow_1ii935p">
seshukm7ff576f2017-10-25 09:47:33 +0530237 <di:waypoint xsi:type="dc:Point" x="1817" y="227" />
238 <di:waypoint xsi:type="dc:Point" x="1878" y="227" />
seshukma1a6cb42017-10-10 12:15:10 +0530239 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530240 <dc:Bounds x="1759" y="212" width="90" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530241 </bpmndi:BPMNLabel>
242 </bpmndi:BPMNEdge>
243 <bpmndi:BPMNEdge id="SequenceFlow_1t6ekab_di" bpmnElement="SequenceFlow_1t6ekab">
seshukm7ff576f2017-10-25 09:47:33 +0530244 <di:waypoint xsi:type="dc:Point" x="1607" y="252" />
245 <di:waypoint xsi:type="dc:Point" x="1607" y="277" />
246 <di:waypoint xsi:type="dc:Point" x="1607" y="277" />
247 <di:waypoint xsi:type="dc:Point" x="1607" y="304" />
seshukma1a6cb42017-10-10 12:15:10 +0530248 <bpmndi:BPMNLabel>
seshukm7ff576f2017-10-25 09:47:33 +0530249 <dc:Bounds x="1616" y="277" width="12" height="12" />
seshukma1a6cb42017-10-10 12:15:10 +0530250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNShape id="ScriptTask_1c6ogpt_di" bpmnElement="ScriptTask_1c6ogpt">
253 <dc:Bounds x="982" y="715" width="100" height="80" />
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="StartEvent_121296y_di" bpmnElement="StartEvent_121296y">
256 <dc:Bounds x="867" y="737" width="36" height="36" />
257 <bpmndi:BPMNLabel>
258 <dc:Bounds x="795" y="778" width="90" height="12" />
259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNShape id="EndEvent_1dw3dwx_di" bpmnElement="EndEvent_1dw3dwx">
262 <dc:Bounds x="1143" y="737" width="36" height="36" />
263 <bpmndi:BPMNLabel>
264 <dc:Bounds x="1071" y="778" width="90" height="12" />
265 </bpmndi:BPMNLabel>
266 </bpmndi:BPMNShape>
267 <bpmndi:BPMNShape id="StartEvent_0jybicw_di" bpmnElement="StartEvent_0jybicw">
268 <dc:Bounds x="752" y="460" width="36" height="36" />
269 <bpmndi:BPMNLabel>
270 <dc:Bounds x="680" y="501" width="90" height="12" />
271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNShape id="EndEvent_1jegbhy_di" bpmnElement="EndEvent_1jegbhy">
274 <dc:Bounds x="1331" y="460" width="36" height="36" />
275 <bpmndi:BPMNLabel>
276 <dc:Bounds x="1259" y="501" width="90" height="12" />
277 </bpmndi:BPMNLabel>
278 </bpmndi:BPMNShape>
279 <bpmndi:BPMNShape id="ScriptTask_0so3xj0_di" bpmnElement="ScriptTask_0so3xj0">
280 <dc:Bounds x="1010" y="438" width="100" height="80" />
281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNShape id="CallActivity_1qhekgt_di" bpmnElement="CallActivity_1qhekgt">
283 <dc:Bounds x="1187" y="438" width="100" height="80" />
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="ScriptTask_006nty7_di" bpmnElement="ScriptTask_006nty7">
286 <dc:Bounds x="832" y="438" width="100" height="80" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNEdge id="SequenceFlow_0guajy5_di" bpmnElement="SequenceFlow_0guajy5">
289 <di:waypoint xsi:type="dc:Point" x="903" y="755" />
290 <di:waypoint xsi:type="dc:Point" x="982" y="755" />
291 <bpmndi:BPMNLabel>
292 <dc:Bounds x="856" y="755" width="90" height="12" />
293 </bpmndi:BPMNLabel>
294 </bpmndi:BPMNEdge>
295 <bpmndi:BPMNEdge id="SequenceFlow_0dbt753_di" bpmnElement="SequenceFlow_0dbt753">
296 <di:waypoint xsi:type="dc:Point" x="1082" y="755" />
297 <di:waypoint xsi:type="dc:Point" x="1143" y="755" />
298 <bpmndi:BPMNLabel>
299 <dc:Bounds x="1028" y="755" width="90" height="12" />
300 </bpmndi:BPMNLabel>
301 </bpmndi:BPMNEdge>
302 <bpmndi:BPMNEdge id="SequenceFlow_0for83z_di" bpmnElement="SequenceFlow_0for83z">
303 <di:waypoint xsi:type="dc:Point" x="788" y="478" />
304 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
305 <di:waypoint xsi:type="dc:Point" x="810" y="478" />
306 <di:waypoint xsi:type="dc:Point" x="831" y="478" />
307 <bpmndi:BPMNLabel>
308 <dc:Bounds x="735" y="478" width="90" height="12" />
309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNEdge id="SequenceFlow_0hrazlh_di" bpmnElement="SequenceFlow_0hrazlh">
312 <di:waypoint xsi:type="dc:Point" x="1287" y="478" />
313 <di:waypoint xsi:type="dc:Point" x="1331" y="478" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="1219" y="463" width="90" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
318 <bpmndi:BPMNEdge id="SequenceFlow_1s1cbgf_di" bpmnElement="SequenceFlow_1s1cbgf">
319 <di:waypoint xsi:type="dc:Point" x="932" y="478" />
320 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
321 <di:waypoint xsi:type="dc:Point" x="959" y="478" />
322 <di:waypoint xsi:type="dc:Point" x="1010" y="478" />
323 <bpmndi:BPMNLabel>
324 <dc:Bounds x="884" y="478" width="90" height="12" />
325 </bpmndi:BPMNLabel>
326 </bpmndi:BPMNEdge>
327 <bpmndi:BPMNEdge id="SequenceFlow_1py6yqz_di" bpmnElement="SequenceFlow_1py6yqz">
328 <di:waypoint xsi:type="dc:Point" x="1110" y="478" />
329 <di:waypoint xsi:type="dc:Point" x="1187" y="478" />
330 <bpmndi:BPMNLabel>
331 <dc:Bounds x="1060" y="463" width="90" height="12" />
332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNEdge>
seshukm7ff576f2017-10-25 09:47:33 +0530334 <bpmndi:BPMNShape id="ScriptTask_1fhsuor_di" bpmnElement="ScriptTask_1fhsuor">
335 <dc:Bounds x="892" y="187" width="100" height="80" />
336 </bpmndi:BPMNShape>
337 <bpmndi:BPMNEdge id="SequenceFlow_1x62wqv_di" bpmnElement="SequenceFlow_1x62wqv">
338 <di:waypoint xsi:type="dc:Point" x="992" y="227" />
339 <di:waypoint xsi:type="dc:Point" x="1221" y="227" />
340 <bpmndi:BPMNLabel>
341 <dc:Bounds x="1061.5" y="206" width="90" height="12" />
342 </bpmndi:BPMNLabel>
343 </bpmndi:BPMNEdge>
seshukma1a6cb42017-10-10 12:15:10 +0530344 </bpmndi:BPMNPlane>
345 </bpmndi:BPMNDiagram>
346</bpmn:definitions>