blob: ddc87c7d550447b838dd7920e4bd3f5d5d9e43b5 [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<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
c001491072c9049b2018-02-23 16:10:56 +08003 <bpmn2:process id="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" isExecutable="true">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05304 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
c00149107e6a0b6e2018-03-05 11:17:12 +08005 <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05306 </bpmn2:startEvent>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05307 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
c00149107e6a0b6e2018-03-05 11:17:12 +08008 <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming>
9 <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053010 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
11def dcsi = new DoCreateE2EServiceInstance()
12dcsi.preProcessRequest(execution)
13]]></bpmn2:script>
14 </bpmn2:scriptTask>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080015 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" />
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080016 <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053017 <bpmn2:extensionElements>
18 <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
19 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
20 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
21 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
22 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
23 <camunda:out source="WorkflowException" target="WorkflowException" />
c001491071fd78f92017-10-26 18:00:07 +080024 <camunda:in source="serviceType" target="GENGS_serviceType" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053025 </bpmn2:extensionElements>
c00149107e6a0b6e2018-03-05 11:17:12 +080026 <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053027 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
28 </bpmn2:callActivity>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080029 <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053030 <bpmn2:extensionElements>
31 <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
32 <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
c001491071fd78f92017-10-26 18:00:07 +080033 <camunda:in source="serviceType" target="GENPS_serviceType" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053034 <camunda:in sourceExpression="service-instance" target="GENPS_type" />
35 <camunda:in source="serviceInstanceData" target="GENPS_payload" />
36 <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
37 <camunda:in source="msoRequestId" target="GENPS_requesId" />
38 <camunda:out source="WorkflowException" target="WorkflowException" />
39 </bpmn2:extensionElements>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053040 <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
41 <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
42 </bpmn2:callActivity>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080043 <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053044 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
45 <bpmn2:startEvent id="StartEvent_0yljq9y">
46 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
47 <bpmn2:errorEventDefinition />
48 </bpmn2:startEvent>
49 <bpmn2:endEvent id="EndEvent_117lkk3">
50 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
51 </bpmn2:endEvent>
52 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
53 <bpmn2:extensionElements>
54 <camunda:in source="msoRequestId" target="mso-request-id" />
55 <camunda:in source="rollbackData" target="rollbackData" />
56 <camunda:out source="rolledBack" target="rolledBack" />
57 <camunda:in source="disableRollback" target="disableRollback" />
58 <camunda:out source="rollbackError" target="rollbackErrror" />
59 </bpmn2:extensionElements>
60 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
61 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
62 </bpmn2:callActivity>
63 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
64 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
65 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
66 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
67 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
68 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
69def dcsi = new DoCreateE2EServiceInstance()
70dcsi.preProcessRollback(execution)
71]]></bpmn2:script>
72 </bpmn2:scriptTask>
73 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
74 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
75 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
76 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
77 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
78def dcsi = new DoCreateE2EServiceInstance()
79dcsi.postProcessRollback(execution)
80]]></bpmn2:script>
81 </bpmn2:scriptTask>
82 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
83 </bpmn2:subProcess>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053084 <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
85 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
86 <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
87 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
88def dcsi = new DoCreateE2EServiceInstance()
89dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
90 </bpmn2:scriptTask>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080091 <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053092 <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
93 <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
c00149107e6a0b6e2018-03-05 11:17:12 +080094 <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +053095 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
96def ddsi = new DoCreateE2EServiceInstance()
97ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
98 </bpmn2:scriptTask>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +080099 <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
c00149107e6a0b6e2018-03-05 11:17:12 +0800100 <bpmn2:incoming>SequenceFlow_16nxl6h</bpmn2:incoming>
101 <bpmn2:outgoing>SequenceFlow_0vbznai</bpmn2:outgoing>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800102 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
103def csi = new DoCreateE2EServiceInstance()
104csi.postConfigRequest(execution)]]></bpmn2:script>
105 </bpmn2:scriptTask>
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800106 <bpmn2:endEvent id="EndEvent_0kbbt94">
c00149107e6a0b6e2018-03-05 11:17:12 +0800107 <bpmn2:incoming>SequenceFlow_0vbznai</bpmn2:incoming>
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800108 </bpmn2:endEvent>
c0014910773bd66b2017-10-11 16:46:50 +0800109 <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" />
c001491071fd78f92017-10-26 18:00:07 +0800110 <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status" scriptFormat="groovy">
c00149107e6a0b6e2018-03-05 11:17:12 +0800111 <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming>
c0014910773bd66b2017-10-11 16:46:50 +0800112 <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing>
113 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
114def ddsi = new DoCreateE2EServiceInstance()
115ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
116 </bpmn2:scriptTask>
c0014910773bd66b2017-10-11 16:46:50 +0800117 <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status">
118 <bpmn2:extensionElements>
119 <camunda:connector>
120 <camunda:inputOutput>
c00149107949db5c2017-10-23 14:52:52 +0800121 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
c0014910773bd66b2017-10-11 16:46:50 +0800122 <camunda:inputParameter name="headers">
123 <camunda:map>
124 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
c0014910795812d12017-10-19 17:46:02 +0800125 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
c0014910773bd66b2017-10-11 16:46:50 +0800126 </camunda:map>
127 </camunda:inputParameter>
128 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
129 <camunda:inputParameter name="method">POST</camunda:inputParameter>
130 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
131 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
132 </camunda:inputOutput>
133 <camunda:connectorId>http-connector</camunda:connectorId>
134 </camunda:connector>
135 </bpmn2:extensionElements>
136 <bpmn2:incoming>SequenceFlow_1qctzm0</bpmn2:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800137 <bpmn2:outgoing>SequenceFlow_10reo7r</bpmn2:outgoing>
c0014910773bd66b2017-10-11 16:46:50 +0800138 </bpmn2:serviceTask>
c00149107e137c112017-10-13 17:15:30 +0800139 <bpmn2:serviceTask id="Task_0io5qby" name="Call Sync SDNC service Create " camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
c00149107e6a0b6e2018-03-05 11:17:12 +0800140 <bpmn2:incoming>SequenceFlow_1vprtt9</bpmn2:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800141 <bpmn2:outgoing>SequenceFlow_11f2zuu</bpmn2:outgoing>
c00149107e137c112017-10-13 17:15:30 +0800142 </bpmn2:serviceTask>
c001491072c9049b2018-02-23 16:10:56 +0800143 <bpmn2:sequenceFlow id="SequenceFlow_10reo7r" sourceRef="Task_0raqlqc" targetRef="ScriptTask_1y0los4" />
c00149107e6a0b6e2018-03-05 11:17:12 +0800144 <bpmn2:sequenceFlow id="SequenceFlow_11f2zuu" sourceRef="Task_0io5qby" targetRef="IntermediateThrowEvent_0f2w7aj" />
c001491072c9049b2018-02-23 16:10:56 +0800145 <bpmn2:scriptTask id="ScriptTask_1y0los4" name="Sequence Resource" scriptFormat="groovy">
146 <bpmn2:incoming>SequenceFlow_10reo7r</bpmn2:incoming>
147 <bpmn2:outgoing>SequenceFlow_13d9g1n</bpmn2:outgoing>
148 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
149def ddsi = new DoCreateE2EServiceInstance()
150ddsi.sequenceResoure(execution)]]></bpmn2:script>
151 </bpmn2:scriptTask>
152 <bpmn2:sequenceFlow id="SequenceFlow_13d9g1n" sourceRef="ScriptTask_1y0los4" targetRef="ExclusiveGateway_07rr3wp" />
153 <bpmn2:exclusiveGateway id="ExclusiveGateway_0n9y4du" name="All ResourceFinished?">
154 <bpmn2:incoming>SequenceFlow_1jenxlp</bpmn2:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800155 <bpmn2:outgoing>SequenceFlow_0q6uy30</bpmn2:outgoing>
c00149107e6a0b6e2018-03-05 11:17:12 +0800156 <bpmn2:outgoing>SequenceFlow_16nxl6h</bpmn2:outgoing>
c001491072c9049b2018-02-23 16:10:56 +0800157 </bpmn2:exclusiveGateway>
c001491072c9049b2018-02-23 16:10:56 +0800158 <bpmn2:sequenceFlow id="SequenceFlow_0q6uy30" name="no" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_0l4nkqr">
159 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn2:conditionExpression>
160 </bpmn2:sequenceFlow>
161 <bpmn2:scriptTask id="ScriptTask_0y4u2ty" name="Parse Next Resource" scriptFormat="groovy">
c00149107e6a0b6e2018-03-05 11:17:12 +0800162 <bpmn2:incoming>SequenceFlow_13c7bhn</bpmn2:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800163 <bpmn2:outgoing>SequenceFlow_1jenxlp</bpmn2:outgoing>
164 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
165def ddsi = new DoCreateE2EServiceInstance()
166ddsi.parseNextResource(execution)]]></bpmn2:script>
167 </bpmn2:scriptTask>
c001491072c9049b2018-02-23 16:10:56 +0800168 <bpmn2:sequenceFlow id="SequenceFlow_1jenxlp" sourceRef="ScriptTask_0y4u2ty" targetRef="ExclusiveGateway_0n9y4du" />
169 <bpmn2:scriptTask id="ScriptTask_0l4nkqr" name="Get Current Resource" scriptFormat="groovy">
c001491072c9049b2018-02-23 16:10:56 +0800170 <bpmn2:incoming>SequenceFlow_0q6uy30</bpmn2:incoming>
c00149107e6a0b6e2018-03-05 11:17:12 +0800171 <bpmn2:incoming>SequenceFlow_1qozd66</bpmn2:incoming>
172 <bpmn2:outgoing>SequenceFlow_0uiygod</bpmn2:outgoing>
c001491072c9049b2018-02-23 16:10:56 +0800173 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
174def ddsi = new DoCreateE2EServiceInstance()
175ddsi.getCurrentResoure(execution)]]></bpmn2:script>
176 </bpmn2:scriptTask>
c001491072c9049b2018-02-23 16:10:56 +0800177 <bpmn2:exclusiveGateway id="ExclusiveGateway_07rr3wp" name="Is SDN-C Service Needed">
178 <bpmn2:incoming>SequenceFlow_13d9g1n</bpmn2:incoming>
c001491072c9049b2018-02-23 16:10:56 +0800179 <bpmn2:outgoing>SequenceFlow_18wj44x</bpmn2:outgoing>
c00149107e6a0b6e2018-03-05 11:17:12 +0800180 <bpmn2:outgoing>SequenceFlow_1vprtt9</bpmn2:outgoing>
c001491072c9049b2018-02-23 16:10:56 +0800181 </bpmn2:exclusiveGateway>
c00149107e6a0b6e2018-03-05 11:17:12 +0800182 <bpmn2:sequenceFlow id="SequenceFlow_18wj44x" name="no" sourceRef="ExclusiveGateway_07rr3wp" targetRef="IntermediateThrowEvent_0f2w7aj">
c001491072c9049b2018-02-23 16:10:56 +0800183 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn2:conditionExpression>
184 </bpmn2:sequenceFlow>
c00149107e6a0b6e2018-03-05 11:17:12 +0800185 <bpmn2:scriptTask id="Task_0qlkmvt" name="Prepare resource recipe Request" scriptFormat="groovy">
186 <bpmn2:incoming>SequenceFlow_0uiygod</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_1u9k0dm</bpmn2:outgoing>
188 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
189def ddsi = new DoCreateE2EServiceInstance()
190ddsi.prepareResourceRecipeRequest(execution)]]></bpmn2:script>
191 </bpmn2:scriptTask>
192 <bpmn2:scriptTask id="Task_12ghoph" name="Execute Resource Recipe">
193 <bpmn2:incoming>SequenceFlow_1u9k0dm</bpmn2:incoming>
194 <bpmn2:outgoing>SequenceFlow_13c7bhn</bpmn2:outgoing>
195 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
196def ddsi = new DoCreateE2EServiceInstance()
197ddsi.executeResourceRecipe(execution)]]></bpmn2:script>
198 </bpmn2:scriptTask>
199 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service">
200 <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
201 <bpmn2:linkEventDefinition name="Decompose_Service" />
202 </bpmn2:intermediateThrowEvent>
203 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mlbhmt" name="GoTo StartService">
204 <bpmn2:incoming>SequenceFlow_1gusrvp</bpmn2:incoming>
205 <bpmn2:linkEventDefinition name="StartService" />
206 </bpmn2:intermediateThrowEvent>
207 <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
208 <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming>
209 <bpmn2:outgoing>SequenceFlow_027owbf</bpmn2:outgoing>
210 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
211def dcsi= new DoCreateE2EServiceInstance()
212dcsi.processDecomposition(execution)]]></bpmn2:script>
213 </bpmn2:scriptTask>
214 <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService">
215 <bpmn2:extensionElements>
216 <camunda:in source="msoRequestId" target="msoRequestId" />
217 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
218 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
219 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
220 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
221 <camunda:out source="WorkflowException" target="WorkflowException" />
222 </bpmn2:extensionElements>
223 <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming>
224 <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing>
225 </bpmn2:callActivity>
226 <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
227 <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming>
228 <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing>
229 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
230def dcsi= new DoCreateE2EServiceInstance()
231dcsi.prepareDecomposeService(execution)]]></bpmn2:script>
232 </bpmn2:scriptTask>
233 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service">
234 <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing>
235 <bpmn2:linkEventDefinition name="Decompose_Service" />
236 </bpmn2:intermediateCatchEvent>
237 <bpmn2:sequenceFlow id="SequenceFlow_027owbf" sourceRef="ScriptTask_1o01d7d" targetRef="Task_0ush1g4" />
238 <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" />
239 <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" />
240 <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
241 <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" />
242 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource">
243 <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming>
244 <bpmn2:linkEventDefinition name="StartPrepareResource" />
245 </bpmn2:intermediateThrowEvent>
246 <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" />
247 <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
248 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0jrb3xu" name="StartService">
249 <bpmn2:outgoing>SequenceFlow_1i7t9hq</bpmn2:outgoing>
250 <bpmn2:linkEventDefinition name="StartService" />
251 </bpmn2:intermediateCatchEvent>
252 <bpmn2:sequenceFlow id="SequenceFlow_1i7t9hq" sourceRef="IntermediateCatchEvent_0jrb3xu" targetRef="CustomE2EGetService" />
253 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0f2w7aj" name="GoTo ResourceLoop">
254 <bpmn2:incoming>SequenceFlow_18wj44x</bpmn2:incoming>
255 <bpmn2:incoming>SequenceFlow_11f2zuu</bpmn2:incoming>
256 <bpmn2:linkEventDefinition name="ResourceLoop" />
257 </bpmn2:intermediateThrowEvent>
258 <bpmn2:sequenceFlow id="SequenceFlow_1vprtt9" name="yes" sourceRef="ExclusiveGateway_07rr3wp" targetRef="Task_0io5qby">
259 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn2:conditionExpression>
260 </bpmn2:sequenceFlow>
261 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
262 <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing>
263 <bpmn2:linkEventDefinition name="StartPrepareResource" />
264 </bpmn2:intermediateCatchEvent>
265 <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="Task_0uiekmn" />
266 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_02bah5m" name="ResourceLoop">
267 <bpmn2:outgoing>SequenceFlow_1qozd66</bpmn2:outgoing>
268 <bpmn2:linkEventDefinition name="ResourceLoop" />
269 </bpmn2:intermediateCatchEvent>
270 <bpmn2:sequenceFlow id="SequenceFlow_16nxl6h" name="yes" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_1xdjlzm">
271 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "true" )}]]></bpmn2:conditionExpression>
272 </bpmn2:sequenceFlow>
273 <bpmn2:sequenceFlow id="SequenceFlow_0uiygod" sourceRef="ScriptTask_0l4nkqr" targetRef="Task_0qlkmvt" />
274 <bpmn2:sequenceFlow id="SequenceFlow_1u9k0dm" sourceRef="Task_0qlkmvt" targetRef="Task_12ghoph" />
275 <bpmn2:sequenceFlow id="SequenceFlow_13c7bhn" sourceRef="Task_12ghoph" targetRef="ScriptTask_0y4u2ty" />
276 <bpmn2:sequenceFlow id="SequenceFlow_0vbznai" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" />
277 <bpmn2:sequenceFlow id="SequenceFlow_1qozd66" sourceRef="IntermediateCatchEvent_02bah5m" targetRef="ScriptTask_0l4nkqr" />
278 <bpmn2:sequenceFlow id="SequenceFlow_1gusrvp" sourceRef="Task_0ush1g4" targetRef="IntermediateThrowEvent_1mlbhmt" />
279 <bpmn2:scriptTask id="Task_0ush1g4" name="Call Homing(To be Done)" scriptFormat="groovy">
280 <bpmn2:incoming>SequenceFlow_027owbf</bpmn2:incoming>
281 <bpmn2:outgoing>SequenceFlow_1gusrvp</bpmn2:outgoing>
282 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
283def dcsi= new DoCreateE2EServiceInstance()
284dcsi.doServiceHoming(execution)]]></bpmn2:script>
285 </bpmn2:scriptTask>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530286 </bpmn2:process>
287 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
288 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
289 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
c001491072c9049b2018-02-23 16:10:56 +0800290 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530291 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
c00149107e6a0b6e2018-03-05 11:17:12 +0800292 <dc:Bounds x="18" y="-207" width="36" height="36" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530293 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800294 <dc:Bounds x="12" y="-166" width="50" height="12" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNShape>
297 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
c00149107e6a0b6e2018-03-05 11:17:12 +0800298 <dc:Bounds x="126" y="-229" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530299 </bpmndi:BPMNShape>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530300 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
c00149107e6a0b6e2018-03-05 11:17:12 +0800301 <di:waypoint xsi:type="dc:Point" x="296" y="94" />
302 <di:waypoint xsi:type="dc:Point" x="387" y="94" />
303 <di:waypoint xsi:type="dc:Point" x="387" y="94" />
304 <di:waypoint xsi:type="dc:Point" x="478" y="94" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530305 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800306 <dc:Bounds x="357" y="94" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530307 </bpmndi:BPMNLabel>
308 </bpmndi:BPMNEdge>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800309 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
c00149107e6a0b6e2018-03-05 11:17:12 +0800310 <dc:Bounds x="196" y="57" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530311 </bpmndi:BPMNShape>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800312 <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
c00149107e6a0b6e2018-03-05 11:17:12 +0800313 <dc:Bounds x="713" y="54" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530314 </bpmndi:BPMNShape>
315 <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
c00149107e6a0b6e2018-03-05 11:17:12 +0800316 <di:waypoint xsi:type="dc:Point" x="813" y="94" />
317 <di:waypoint xsi:type="dc:Point" x="941" y="94" />
318 <di:waypoint xsi:type="dc:Point" x="941" y="94" />
319 <di:waypoint xsi:type="dc:Point" x="1068" y="94" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530320 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800321 <dc:Bounds x="911" y="94" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNEdge>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530324 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
c00149107e6a0b6e2018-03-05 11:17:12 +0800325 <dc:Bounds x="15" y="865" width="783" height="195" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530326 </bpmndi:BPMNShape>
327 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
c00149107e6a0b6e2018-03-05 11:17:12 +0800328 <dc:Bounds x="111" y="942" width="36" height="36" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530329 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800330 <dc:Bounds x="84" y="983" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530331 </bpmndi:BPMNLabel>
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
c00149107e6a0b6e2018-03-05 11:17:12 +0800334 <dc:Bounds x="744" y="942" width="36" height="36" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530335 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800336 <dc:Bounds x="717" y="983" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNShape>
339 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
c00149107e6a0b6e2018-03-05 11:17:12 +0800340 <dc:Bounds x="409" y="920" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
c00149107e6a0b6e2018-03-05 11:17:12 +0800343 <di:waypoint xsi:type="dc:Point" x="509" y="960" />
344 <di:waypoint xsi:type="dc:Point" x="577" y="960" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530345 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800346 <dc:Bounds x="498" y="945" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNEdge>
349 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
c00149107e6a0b6e2018-03-05 11:17:12 +0800350 <di:waypoint xsi:type="dc:Point" x="147" y="960" />
351 <di:waypoint xsi:type="dc:Point" x="246" y="960" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530352 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800353 <dc:Bounds x="152" y="945" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNEdge>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530356 <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
c00149107e6a0b6e2018-03-05 11:17:12 +0800357 <dc:Bounds x="478" y="54" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530358 </bpmndi:BPMNShape>
359 <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
c00149107e6a0b6e2018-03-05 11:17:12 +0800360 <di:waypoint xsi:type="dc:Point" x="578" y="94" />
361 <di:waypoint xsi:type="dc:Point" x="646" y="94" />
362 <di:waypoint xsi:type="dc:Point" x="646" y="94" />
363 <di:waypoint xsi:type="dc:Point" x="713" y="94" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530364 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800365 <dc:Bounds x="616" y="94" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNEdge>
368 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
c00149107e6a0b6e2018-03-05 11:17:12 +0800369 <dc:Bounds x="1068" y="54" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530370 </bpmndi:BPMNShape>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530371 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
c00149107e6a0b6e2018-03-05 11:17:12 +0800372 <dc:Bounds x="246" y="920" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530373 </bpmndi:BPMNShape>
374 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
c00149107e6a0b6e2018-03-05 11:17:12 +0800375 <di:waypoint xsi:type="dc:Point" x="346" y="960" />
376 <di:waypoint xsi:type="dc:Point" x="409" y="960" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530377 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800378 <dc:Bounds x="333" y="945" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNEdge>
381 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
c00149107e6a0b6e2018-03-05 11:17:12 +0800382 <dc:Bounds x="577" y="920" width="100" height="80" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530383 </bpmndi:BPMNShape>
384 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
c00149107e6a0b6e2018-03-05 11:17:12 +0800385 <di:waypoint xsi:type="dc:Point" x="677" y="960" />
386 <di:waypoint xsi:type="dc:Point" x="709" y="960" />
387 <di:waypoint xsi:type="dc:Point" x="709" y="960" />
388 <di:waypoint xsi:type="dc:Point" x="744" y="960" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530389 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800390 <dc:Bounds x="679" y="960" width="90" height="0" />
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530391 </bpmndi:BPMNLabel>
392 </bpmndi:BPMNEdge>
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800393 <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
c00149107e6a0b6e2018-03-05 11:17:12 +0800394 <dc:Bounds x="1119" y="485" width="100" height="80" />
Seshu-Kumar-M35a826b2017-09-20 14:02:28 +0800395 </bpmndi:BPMNShape>
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800396 <bpmndi:BPMNShape id="EndEvent_01p249c_di" bpmnElement="EndEvent_0kbbt94">
c00149107e6a0b6e2018-03-05 11:17:12 +0800397 <dc:Bounds x="1315" y="507" width="36" height="36" />
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800398 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800399 <dc:Bounds x="1197" y="547" width="90" height="12" />
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNShape>
c0014910773bd66b2017-10-11 16:46:50 +0800402 <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0">
c00149107e6a0b6e2018-03-05 11:17:12 +0800403 <di:waypoint xsi:type="dc:Point" x="296" y="300" />
404 <di:waypoint xsi:type="dc:Point" x="402" y="300" />
c0014910773bd66b2017-10-11 16:46:50 +0800405 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800406 <dc:Bounds x="304" y="279" width="90" height="12" />
c0014910773bd66b2017-10-11 16:46:50 +0800407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn">
c00149107e6a0b6e2018-03-05 11:17:12 +0800410 <dc:Bounds x="196" y="260" width="100" height="80" />
c0014910773bd66b2017-10-11 16:46:50 +0800411 </bpmndi:BPMNShape>
c0014910773bd66b2017-10-11 16:46:50 +0800412 <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc">
c00149107e6a0b6e2018-03-05 11:17:12 +0800413 <dc:Bounds x="402" y="260" width="100" height="80" />
c0014910773bd66b2017-10-11 16:46:50 +0800414 </bpmndi:BPMNShape>
c00149107e137c112017-10-13 17:15:30 +0800415 <bpmndi:BPMNShape id="ServiceTask_0qi8cgg_di" bpmnElement="Task_0io5qby">
c00149107e6a0b6e2018-03-05 11:17:12 +0800416 <dc:Bounds x="944" y="353" width="100" height="80" />
c00149107e137c112017-10-13 17:15:30 +0800417 </bpmndi:BPMNShape>
c001491072c9049b2018-02-23 16:10:56 +0800418 <bpmndi:BPMNEdge id="SequenceFlow_10reo7r_di" bpmnElement="SequenceFlow_10reo7r">
c00149107e6a0b6e2018-03-05 11:17:12 +0800419 <di:waypoint xsi:type="dc:Point" x="502" y="300" />
420 <di:waypoint xsi:type="dc:Point" x="583" y="300" />
c001491072c9049b2018-02-23 16:10:56 +0800421 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800422 <dc:Bounds x="497.5" y="279" width="90" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800423 </bpmndi:BPMNLabel>
424 </bpmndi:BPMNEdge>
c001491072c9049b2018-02-23 16:10:56 +0800425 <bpmndi:BPMNEdge id="SequenceFlow_11f2zuu_di" bpmnElement="SequenceFlow_11f2zuu">
c00149107e6a0b6e2018-03-05 11:17:12 +0800426 <di:waypoint xsi:type="dc:Point" x="1044" y="393" />
427 <di:waypoint xsi:type="dc:Point" x="1090" y="393" />
428 <di:waypoint xsi:type="dc:Point" x="1090" y="300" />
429 <di:waypoint xsi:type="dc:Point" x="1315" y="300" />
c001491072c9049b2018-02-23 16:10:56 +0800430 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800431 <dc:Bounds x="1060" y="340.5" width="90" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800432 </bpmndi:BPMNLabel>
433 </bpmndi:BPMNEdge>
434 <bpmndi:BPMNShape id="ScriptTask_1y0los4_di" bpmnElement="ScriptTask_1y0los4">
c00149107e6a0b6e2018-03-05 11:17:12 +0800435 <dc:Bounds x="583" y="260" width="100" height="80" />
c001491072c9049b2018-02-23 16:10:56 +0800436 </bpmndi:BPMNShape>
437 <bpmndi:BPMNEdge id="SequenceFlow_13d9g1n_di" bpmnElement="SequenceFlow_13d9g1n">
c00149107e6a0b6e2018-03-05 11:17:12 +0800438 <di:waypoint xsi:type="dc:Point" x="683" y="300" />
439 <di:waypoint xsi:type="dc:Point" x="753" y="300" />
c001491072c9049b2018-02-23 16:10:56 +0800440 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800441 <dc:Bounds x="673" y="279" width="90" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800442 </bpmndi:BPMNLabel>
443 </bpmndi:BPMNEdge>
444 <bpmndi:BPMNShape id="ExclusiveGateway_0n9y4du_di" bpmnElement="ExclusiveGateway_0n9y4du" isMarkerVisible="true">
c00149107e6a0b6e2018-03-05 11:17:12 +0800445 <dc:Bounds x="929" y="500" width="50" height="50" />
c001491072c9049b2018-02-23 16:10:56 +0800446 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800447 <dc:Bounds x="912" y="554" width="83" height="36" />
c001491072c9049b2018-02-23 16:10:56 +0800448 </bpmndi:BPMNLabel>
449 </bpmndi:BPMNShape>
c001491072c9049b2018-02-23 16:10:56 +0800450 <bpmndi:BPMNEdge id="SequenceFlow_0q6uy30_di" bpmnElement="SequenceFlow_0q6uy30">
c00149107e6a0b6e2018-03-05 11:17:12 +0800451 <di:waypoint xsi:type="dc:Point" x="954" y="550" />
452 <di:waypoint xsi:type="dc:Point" x="954" y="691" />
453 <di:waypoint xsi:type="dc:Point" x="246" y="691" />
454 <di:waypoint xsi:type="dc:Point" x="246" y="565" />
c001491072c9049b2018-02-23 16:10:56 +0800455 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800456 <dc:Bounds x="594" y="670" width="12" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800457 </bpmndi:BPMNLabel>
458 </bpmndi:BPMNEdge>
459 <bpmndi:BPMNShape id="ScriptTask_0y4u2ty_di" bpmnElement="ScriptTask_0y4u2ty">
c00149107e6a0b6e2018-03-05 11:17:12 +0800460 <dc:Bounds x="728" y="485" width="100" height="80" />
c001491072c9049b2018-02-23 16:10:56 +0800461 </bpmndi:BPMNShape>
c001491072c9049b2018-02-23 16:10:56 +0800462 <bpmndi:BPMNEdge id="SequenceFlow_1jenxlp_di" bpmnElement="SequenceFlow_1jenxlp">
c00149107e6a0b6e2018-03-05 11:17:12 +0800463 <di:waypoint xsi:type="dc:Point" x="828" y="525" />
464 <di:waypoint xsi:type="dc:Point" x="929" y="525" />
c001491072c9049b2018-02-23 16:10:56 +0800465 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800466 <dc:Bounds x="833.5" y="504" width="90" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800467 </bpmndi:BPMNLabel>
468 </bpmndi:BPMNEdge>
469 <bpmndi:BPMNShape id="ScriptTask_0l4nkqr_di" bpmnElement="ScriptTask_0l4nkqr">
c00149107e6a0b6e2018-03-05 11:17:12 +0800470 <dc:Bounds x="196" y="485" width="100" height="80" />
c001491072c9049b2018-02-23 16:10:56 +0800471 </bpmndi:BPMNShape>
c001491072c9049b2018-02-23 16:10:56 +0800472 <bpmndi:BPMNShape id="ExclusiveGateway_07rr3wp_di" bpmnElement="ExclusiveGateway_07rr3wp" isMarkerVisible="true">
c00149107e6a0b6e2018-03-05 11:17:12 +0800473 <dc:Bounds x="753" y="275" width="50" height="50" />
c001491072c9049b2018-02-23 16:10:56 +0800474 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800475 <dc:Bounds x="736" y="329" width="87" height="24" />
c001491072c9049b2018-02-23 16:10:56 +0800476 </bpmndi:BPMNLabel>
477 </bpmndi:BPMNShape>
c001491072c9049b2018-02-23 16:10:56 +0800478 <bpmndi:BPMNEdge id="SequenceFlow_18wj44x_di" bpmnElement="SequenceFlow_18wj44x">
c00149107e6a0b6e2018-03-05 11:17:12 +0800479 <di:waypoint xsi:type="dc:Point" x="803" y="300" />
480 <di:waypoint xsi:type="dc:Point" x="1315" y="300" />
c001491072c9049b2018-02-23 16:10:56 +0800481 <bpmndi:BPMNLabel>
c00149107e6a0b6e2018-03-05 11:17:12 +0800482 <dc:Bounds x="832.3633633633633" y="294" width="12" height="12" />
c001491072c9049b2018-02-23 16:10:56 +0800483 </bpmndi:BPMNLabel>
484 </bpmndi:BPMNEdge>
c00149107e6a0b6e2018-03-05 11:17:12 +0800485 <bpmndi:BPMNShape id="ScriptTask_0u88n0f_di" bpmnElement="Task_0qlkmvt">
486 <dc:Bounds x="357" y="485" width="100" height="80" />
487 </bpmndi:BPMNShape>
488 <bpmndi:BPMNShape id="ScriptTask_1y17r20_di" bpmnElement="Task_12ghoph">
489 <dc:Bounds x="551" y="485" width="100" height="80" />
490 </bpmndi:BPMNShape>
491 <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
492 <dc:Bounds x="1315" y="-207" width="36" height="36" />
493 <bpmndi:BPMNLabel>
494 <dc:Bounds x="1290" y="-167" width="88" height="36" />
495 </bpmndi:BPMNLabel>
496 </bpmndi:BPMNShape>
497 <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt">
498 <dc:Bounds x="1315" y="-57" width="36" height="36" />
499 <bpmndi:BPMNLabel>
500 <dc:Bounds x="1288" y="-16" width="90" height="12" />
501 </bpmndi:BPMNLabel>
502 </bpmndi:BPMNShape>
503 <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
504 <dc:Bounds x="713" y="-79" width="100" height="80" />
505 </bpmndi:BPMNShape>
506 <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
507 <dc:Bounds x="478" y="-79" width="100" height="80" />
508 </bpmndi:BPMNShape>
509 <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
510 <dc:Bounds x="196" y="-79" width="100" height="80" />
511 </bpmndi:BPMNShape>
512 <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
513 <dc:Bounds x="26" y="-57" width="36" height="36" />
514 <bpmndi:BPMNLabel>
515 <dc:Bounds x="2" y="-21" width="88" height="24" />
516 </bpmndi:BPMNLabel>
517 </bpmndi:BPMNShape>
518 <bpmndi:BPMNEdge id="SequenceFlow_027owbf_di" bpmnElement="SequenceFlow_027owbf">
519 <di:waypoint xsi:type="dc:Point" x="813" y="-39" />
520 <di:waypoint xsi:type="dc:Point" x="1057" y="-39" />
521 <bpmndi:BPMNLabel>
522 <dc:Bounds x="890" y="-60" width="90" height="12" />
523 </bpmndi:BPMNLabel>
524 </bpmndi:BPMNEdge>
525 <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
526 <di:waypoint xsi:type="dc:Point" x="578" y="-39" />
527 <di:waypoint xsi:type="dc:Point" x="713" y="-39" />
528 <bpmndi:BPMNLabel>
529 <dc:Bounds x="645.5" y="-60" width="0" height="12" />
530 </bpmndi:BPMNLabel>
531 </bpmndi:BPMNEdge>
532 <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
533 <di:waypoint xsi:type="dc:Point" x="296" y="-39" />
534 <di:waypoint xsi:type="dc:Point" x="478" y="-39" />
535 <bpmndi:BPMNLabel>
536 <dc:Bounds x="387" y="-60" width="0" height="12" />
537 </bpmndi:BPMNLabel>
538 </bpmndi:BPMNEdge>
539 <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
540 <di:waypoint xsi:type="dc:Point" x="54" y="-189" />
541 <di:waypoint xsi:type="dc:Point" x="126" y="-189" />
542 <bpmndi:BPMNLabel>
543 <dc:Bounds x="90" y="-210" width="0" height="12" />
544 </bpmndi:BPMNLabel>
545 </bpmndi:BPMNEdge>
546 <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
547 <di:waypoint xsi:type="dc:Point" x="62" y="-39" />
548 <di:waypoint xsi:type="dc:Point" x="196" y="-39" />
549 <bpmndi:BPMNLabel>
550 <dc:Bounds x="129" y="-60" width="0" height="12" />
551 </bpmndi:BPMNLabel>
552 </bpmndi:BPMNEdge>
553 <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
554 <dc:Bounds x="1315" y="76" width="36" height="36" />
555 <bpmndi:BPMNLabel>
556 <dc:Bounds x="1299" y="117" width="71" height="24" />
557 </bpmndi:BPMNLabel>
558 </bpmndi:BPMNShape>
559 <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
560 <di:waypoint xsi:type="dc:Point" x="1168" y="94" />
561 <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
562 <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
563 <di:waypoint xsi:type="dc:Point" x="1315" y="94" />
564 <bpmndi:BPMNLabel>
565 <dc:Bounds x="1257" y="88" width="0" height="12" />
566 </bpmndi:BPMNLabel>
567 </bpmndi:BPMNEdge>
568 <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
569 <di:waypoint xsi:type="dc:Point" x="226" y="-189" />
570 <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
571 <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
572 <di:waypoint xsi:type="dc:Point" x="1315" y="-189" />
573 <bpmndi:BPMNLabel>
574 <dc:Bounds x="786" y="-195" width="0" height="12" />
575 </bpmndi:BPMNLabel>
576 </bpmndi:BPMNEdge>
577 <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu">
578 <dc:Bounds x="18" y="79" width="36" height="36" />
579 <bpmndi:BPMNLabel>
580 <dc:Bounds x="8" y="115" width="60" height="12" />
581 </bpmndi:BPMNLabel>
582 </bpmndi:BPMNShape>
583 <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq">
584 <di:waypoint xsi:type="dc:Point" x="54" y="97" />
585 <di:waypoint xsi:type="dc:Point" x="196" y="97" />
586 <bpmndi:BPMNLabel>
587 <dc:Bounds x="125" y="76" width="0" height="12" />
588 </bpmndi:BPMNLabel>
589 </bpmndi:BPMNEdge>
590 <bpmndi:BPMNShape id="IntermediateThrowEvent_0f2w7aj_di" bpmnElement="IntermediateThrowEvent_0f2w7aj">
591 <dc:Bounds x="1315" y="282" width="36" height="36" />
592 <bpmndi:BPMNLabel>
593 <dc:Bounds x="1299" y="323" width="73" height="24" />
594 </bpmndi:BPMNLabel>
595 </bpmndi:BPMNShape>
596 <bpmndi:BPMNEdge id="SequenceFlow_1vprtt9_di" bpmnElement="SequenceFlow_1vprtt9">
597 <di:waypoint xsi:type="dc:Point" x="778" y="325" />
598 <di:waypoint xsi:type="dc:Point" x="778" y="393" />
599 <di:waypoint xsi:type="dc:Point" x="944" y="393" />
600 <bpmndi:BPMNLabel>
601 <dc:Bounds x="784" y="353" width="19" height="12" />
602 </bpmndi:BPMNLabel>
603 </bpmndi:BPMNEdge>
604 <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
605 <dc:Bounds x="18" y="282" width="36" height="36" />
606 <bpmndi:BPMNLabel>
607 <dc:Bounds x="-3" y="318" width="82" height="24" />
608 </bpmndi:BPMNLabel>
609 </bpmndi:BPMNShape>
610 <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9">
611 <di:waypoint xsi:type="dc:Point" x="54" y="300" />
612 <di:waypoint xsi:type="dc:Point" x="196" y="300" />
613 <bpmndi:BPMNLabel>
614 <dc:Bounds x="125" y="279" width="0" height="12" />
615 </bpmndi:BPMNLabel>
616 </bpmndi:BPMNEdge>
617 <bpmndi:BPMNShape id="IntermediateCatchEvent_02bah5m_di" bpmnElement="IntermediateCatchEvent_02bah5m">
618 <dc:Bounds x="18" y="507" width="36" height="36" />
619 <bpmndi:BPMNLabel>
620 <dc:Bounds x="2" y="543" width="73" height="12" />
621 </bpmndi:BPMNLabel>
622 </bpmndi:BPMNShape>
623 <bpmndi:BPMNEdge id="SequenceFlow_16nxl6h_di" bpmnElement="SequenceFlow_16nxl6h">
624 <di:waypoint xsi:type="dc:Point" x="979" y="525" />
625 <di:waypoint xsi:type="dc:Point" x="1119" y="525" />
626 <bpmndi:BPMNLabel>
627 <dc:Bounds x="1040" y="504" width="19" height="12" />
628 </bpmndi:BPMNLabel>
629 </bpmndi:BPMNEdge>
630 <bpmndi:BPMNEdge id="SequenceFlow_0uiygod_di" bpmnElement="SequenceFlow_0uiygod">
631 <di:waypoint xsi:type="dc:Point" x="296" y="525" />
632 <di:waypoint xsi:type="dc:Point" x="357" y="525" />
633 <bpmndi:BPMNLabel>
634 <dc:Bounds x="326.5" y="504" width="0" height="12" />
635 </bpmndi:BPMNLabel>
636 </bpmndi:BPMNEdge>
637 <bpmndi:BPMNEdge id="SequenceFlow_1u9k0dm_di" bpmnElement="SequenceFlow_1u9k0dm">
638 <di:waypoint xsi:type="dc:Point" x="457" y="525" />
639 <di:waypoint xsi:type="dc:Point" x="551" y="525" />
640 <bpmndi:BPMNLabel>
641 <dc:Bounds x="504" y="504" width="0" height="12" />
642 </bpmndi:BPMNLabel>
643 </bpmndi:BPMNEdge>
644 <bpmndi:BPMNEdge id="SequenceFlow_13c7bhn_di" bpmnElement="SequenceFlow_13c7bhn">
645 <di:waypoint xsi:type="dc:Point" x="651" y="525" />
646 <di:waypoint xsi:type="dc:Point" x="728" y="525" />
647 <bpmndi:BPMNLabel>
648 <dc:Bounds x="689.5" y="504" width="0" height="12" />
649 </bpmndi:BPMNLabel>
650 </bpmndi:BPMNEdge>
651 <bpmndi:BPMNEdge id="SequenceFlow_0vbznai_di" bpmnElement="SequenceFlow_0vbznai">
652 <di:waypoint xsi:type="dc:Point" x="1219" y="525" />
653 <di:waypoint xsi:type="dc:Point" x="1315" y="525" />
654 <bpmndi:BPMNLabel>
655 <dc:Bounds x="1267" y="504" width="0" height="12" />
656 </bpmndi:BPMNLabel>
657 </bpmndi:BPMNEdge>
658 <bpmndi:BPMNEdge id="SequenceFlow_1qozd66_di" bpmnElement="SequenceFlow_1qozd66">
659 <di:waypoint xsi:type="dc:Point" x="54" y="525" />
660 <di:waypoint xsi:type="dc:Point" x="196" y="525" />
661 <bpmndi:BPMNLabel>
662 <dc:Bounds x="125" y="504" width="0" height="12" />
663 </bpmndi:BPMNLabel>
664 </bpmndi:BPMNEdge>
665 <bpmndi:BPMNEdge id="SequenceFlow_1gusrvp_di" bpmnElement="SequenceFlow_1gusrvp">
666 <di:waypoint xsi:type="dc:Point" x="1157" y="-39" />
667 <di:waypoint xsi:type="dc:Point" x="1315" y="-39" />
668 <bpmndi:BPMNLabel>
669 <dc:Bounds x="1236" y="-60" width="0" height="12" />
670 </bpmndi:BPMNLabel>
671 </bpmndi:BPMNEdge>
672 <bpmndi:BPMNShape id="ScriptTask_0wr11dt_di" bpmnElement="Task_0ush1g4">
673 <dc:Bounds x="1057" y="-79" width="100" height="80" />
674 </bpmndi:BPMNShape>
Seshu-Kumar-M5709d432017-09-18 15:08:16 +0530675 </bpmndi:BPMNPlane>
676 </bpmndi:BPMNDiagram>
Seshu-Kumar-Mb23cf7b2017-09-20 20:14:28 +0800677</bpmn2:definitions>