blob: 9656c86ae5c593656685ae2ef08242d0e245f34d [file] [log] [blame]
Harry Huang71153eb2020-02-28 10:37:02 +08001<?xml version="1.0" encoding="UTF-8"?>
hetengjiao177987a2020-09-18 10:08:26 +08002<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/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" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1wio50w" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
hetengjiao9eba7e82020-05-13 23:08:47 +08003 <bpmn:process id="CreateSliceService" name="CreateSliceService" isExecutable="true">
Harry Huang71153eb2020-02-28 10:37:02 +08004 <bpmn:startEvent id="StartEvent_1nbljfd" name="Create Slice Service Creation Flow">
5 <bpmn:outgoing>SequenceFlow_03s744c</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0vilb24" name="Waiting for confirmation">
hetengjiao177987a2020-09-18 10:08:26 +08008 <bpmn:outgoing>SequenceFlow_060j650</bpmn:outgoing>
Harry Huang71153eb2020-02-28 10:37:02 +08009 <bpmn:linkEventDefinition id="LinkEventDefinition_197u5pe" name="WaitingForConfirmation" />
10 </bpmn:intermediateCatchEvent>
11 <bpmn:scriptTask id="ScriptTask_1tc44ge" name="PreProcess Incoming Request" scriptFormat="groovy">
12 <bpmn:incoming>SequenceFlow_03s744c</bpmn:incoming>
13 <bpmn:outgoing>SequenceFlow_07e12rt</bpmn:outgoing>
14 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
15def css= new CreateSliceService()
16css.preProcessRequest(execution)</bpmn:script>
17 </bpmn:scriptTask>
18 <bpmn:scriptTask id="ScriptTask_1jgtb0y" name="Process User Options" scriptFormat="groovy">
hetengjiao177987a2020-09-18 10:08:26 +080019 <bpmn:incoming>SequenceFlow_1whq7vc</bpmn:incoming>
Harry Huang71153eb2020-02-28 10:37:02 +080020 <bpmn:outgoing>SequenceFlow_197cm2e</bpmn:outgoing>
21 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
22def css = new CreateSliceService()
23css.processUserOptions(execution)</bpmn:script>
24 </bpmn:scriptTask>
25 <bpmn:exclusiveGateway id="ExclusiveGateway_0elbczl" name="Continue Slice?" default="SequenceFlow_038lb9m">
26 <bpmn:incoming>SequenceFlow_197cm2e</bpmn:incoming>
27 <bpmn:outgoing>SequenceFlow_12t5exy</bpmn:outgoing>
28 <bpmn:outgoing>SequenceFlow_038lb9m</bpmn:outgoing>
29 </bpmn:exclusiveGateway>
Harry Huang71153eb2020-02-28 10:37:02 +080030 <bpmn:callActivity id="CallActivity_139l55g" name="Call DoCreateSliceServiceInstance&#10;" calledElement="DoCreateSliceServiceInstance">
31 <bpmn:extensionElements>
32 <camunda:in source="msoRequestId" target="msoRequestId" />
33 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
34 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
Harry Huang71153eb2020-02-28 10:37:02 +080035 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
36 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
37 <camunda:in source="serviceType" target="serviceType" />
38 <camunda:in source="uuiRequest" target="uuiRequest" />
Harry Huang71153eb2020-02-28 10:37:02 +080039 <camunda:in source="operationId" target="operationId" />
Harry Huang71153eb2020-02-28 10:37:02 +080040 <camunda:out source="WorkflowException" target="WorkflowException" />
41 <camunda:out source="rollbackData" target="rollbackData" />
42 <camunda:out source="rolledBack" target="rolledBack" />
Harry Huang71153eb2020-02-28 10:37:02 +080043 <camunda:out source="serviceInstanceData" target="serviceInstanceData" />
hetengjiao177987a2020-09-18 10:08:26 +080044 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
hetengjiao3e4d7032020-09-25 16:17:33 +080045 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
46 <camunda:out source="sliceTaskParams" target="sliceTaskParams" />
Harry Huang71153eb2020-02-28 10:37:02 +080047 </bpmn:extensionElements>
hetengjiao177987a2020-09-18 10:08:26 +080048 <bpmn:incoming>SequenceFlow_1dfon41</bpmn:incoming>
49 <bpmn:outgoing>SequenceFlow_0jhqtls</bpmn:outgoing>
Harry Huang71153eb2020-02-28 10:37:02 +080050 </bpmn:callActivity>
51 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1v96asi" name="Goto Waiting for Confirmation">
hetengjiao177987a2020-09-18 10:08:26 +080052 <bpmn:incoming>SequenceFlow_00kcej9</bpmn:incoming>
Harry Huang71153eb2020-02-28 10:37:02 +080053 <bpmn:linkEventDefinition id="LinkEventDefinition_0uj34dx" name="WaitingForConfirmation" />
54 </bpmn:intermediateThrowEvent>
55 <bpmn:scriptTask id="ScriptTask_0gb975b" name="Prepare Update Orchestration Task" scriptFormat="groovy">
56 <bpmn:incoming>SequenceFlow_1aaozcg</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_18kur12</bpmn:outgoing>
58 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
59execution.setVariable("taskStatus", "WaitingToConfirm")
60def css = new CreateSliceService()
61css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
62 </bpmn:scriptTask>
63 <bpmn:exclusiveGateway id="ExclusiveGateway_18eld2o" name="Is Slice Successful?" default="SequenceFlow_1c6ka9h">
64 <bpmn:incoming>SequenceFlow_0mlrlbv</bpmn:incoming>
65 <bpmn:outgoing>SequenceFlow_1c6ka9h</bpmn:outgoing>
66 <bpmn:outgoing>SequenceFlow_0n4xku8</bpmn:outgoing>
67 </bpmn:exclusiveGateway>
68 <bpmn:endEvent id="EndEvent_0x406rw">
69 <bpmn:incoming>SequenceFlow_1c6ka9h</bpmn:incoming>
70 <bpmn:errorEventDefinition id="ErrorEventDefinition_0mlneuw" errorRef="Error_03akl5v" />
71 </bpmn:endEvent>
72 <bpmn:subProcess id="SubProcess_1yv9i68" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
73 <bpmn:startEvent id="StartEvent_1omdx56">
74 <bpmn:outgoing>SequenceFlow_1w67v6s</bpmn:outgoing>
75 <bpmn:errorEventDefinition id="ErrorEventDefinition_06xcioh" />
76 </bpmn:startEvent>
77 <bpmn:endEvent id="EndEvent_1jx3026">
78 <bpmn:incoming>SequenceFlow_08mlzwz</bpmn:incoming>
79 </bpmn:endEvent>
80 <bpmn:scriptTask id="ScriptTask_1swzdpw" name="Handle Unexpected Error" scriptFormat="groovy">
81 <bpmn:incoming>SequenceFlow_1w67v6s</bpmn:incoming>
82 <bpmn:outgoing>SequenceFlow_08mlzwz</bpmn:outgoing>
83 <bpmn:script>import org.onap.so.bpmn.common.scripts.*
84ExceptionUtil ex = new ExceptionUtil()
85ex.processJavaException(execution)</bpmn:script>
86 </bpmn:scriptTask>
87 <bpmn:sequenceFlow id="SequenceFlow_1w67v6s" sourceRef="StartEvent_1omdx56" targetRef="ScriptTask_1swzdpw" />
88 <bpmn:sequenceFlow id="SequenceFlow_08mlzwz" sourceRef="ScriptTask_1swzdpw" targetRef="EndEvent_1jx3026" />
89 </bpmn:subProcess>
90 <bpmn:scriptTask id="ScriptTask_1ef3voz" name="Prepare Update Orchestration Task" scriptFormat="groovy">
91 <bpmn:incoming>SequenceFlow_0kixzdj</bpmn:incoming>
92 <bpmn:outgoing>SequenceFlow_0klb3ey</bpmn:outgoing>
93 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
94execution.setVariable("taskStatus", "Completed")
95def css = new CreateSliceService()
96css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
97 </bpmn:scriptTask>
98 <bpmn:endEvent id="EndEvent_05h01gx" name="End">
99 <bpmn:incoming>SequenceFlow_11rbv41</bpmn:incoming>
100 </bpmn:endEvent>
101 <bpmn:scriptTask id="ScriptTask_1xxag1o" name="Init Service Operation Status" scriptFormat="groovy">
102 <bpmn:incoming>SequenceFlow_07e12rt</bpmn:incoming>
103 <bpmn:outgoing>SequenceFlow_0t094g7</bpmn:outgoing>
104 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
105def css = new CreateSliceService()
106css.prepareInitServiceOperationStatus(execution)</bpmn:script>
107 </bpmn:scriptTask>
Harry Huang71153eb2020-02-28 10:37:02 +0800108 <bpmn:scriptTask id="ScriptTask_1ssh2l9" name="Prepare Update Service Oper Status((finish)" scriptFormat="groovy">
109 <bpmn:incoming>SequenceFlow_0lbdfmt</bpmn:incoming>
110 <bpmn:outgoing>SequenceFlow_1qv8qw1</bpmn:outgoing>
111 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
112execution.setVariable("operationProgress", "100")
113execution.setVariable("operationResult", "finished")
114execution.setVariable("operationReason", "Slice completed")
115def css = new CreateSliceService()
116css.prepareUpdateServiceOperationStatus(execution)</bpmn:script>
117 </bpmn:scriptTask>
118 <bpmn:serviceTask id="ServiceTask_0kd6p6p" name="Update Service Operation Status">
119 <bpmn:extensionElements>
120 <camunda:connector>
121 <camunda:inputOutput>
122 <camunda:inputParameter name="url">${CSSOS_dbAdapterEndpoint}</camunda:inputParameter>
123 <camunda:inputParameter name="headers">
124 <camunda:script scriptFormat="groovy">execution.getVariable("CSSOS_headerMap")</camunda:script>
125 </camunda:inputParameter>
126 <camunda:inputParameter name="payload">${CSSOS_updateServiceOperStatusRequest}</camunda:inputParameter>
127 <camunda:inputParameter name="method">POST</camunda:inputParameter>
128 <camunda:outputParameter name="CSSOS_dbResponseCode">${statusCode}</camunda:outputParameter>
129 <camunda:outputParameter name="CSSOS_dbResponse">${response}</camunda:outputParameter>
130 </camunda:inputOutput>
131 <camunda:connectorId>http-connector</camunda:connectorId>
132 </camunda:connector>
133 </bpmn:extensionElements>
134 <bpmn:incoming>SequenceFlow_0t094g7</bpmn:incoming>
hetengjiao177987a2020-09-18 10:08:26 +0800135 <bpmn:outgoing>SequenceFlow_0xmvg4v</bpmn:outgoing>
Harry Huang71153eb2020-02-28 10:37:02 +0800136 </bpmn:serviceTask>
Harry Huang71153eb2020-02-28 10:37:02 +0800137 <bpmn:callActivity id="CallActivity_0h88mep" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
138 <bpmn:extensionElements>
139 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
140 <camunda:out source="response" target="CSSOT_dbResponse" />
141 <camunda:in source="CSSOT_taskId" target="taskId" />
142 <camunda:in source="msoRequestId" target="requestId" />
143 <camunda:in source="CSSOT_name" target="taskName" />
144 <camunda:in source="CSSOT_status" target="taskStatus" />
145 <camunda:in source="CSSOT_isManual" target="isManual" />
146 <camunda:in source="CSSOT_paramJson" target="paramJson" />
147 <camunda:in source="CSSOT_requestMethod" target="method" />
148 </bpmn:extensionElements>
hetengjiao177987a2020-09-18 10:08:26 +0800149 <bpmn:incoming>SequenceFlow_1x4n7an</bpmn:incoming>
150 <bpmn:outgoing>SequenceFlow_1dfon41</bpmn:outgoing>
Harry Huang71153eb2020-02-28 10:37:02 +0800151 </bpmn:callActivity>
152 <bpmn:callActivity id="CallActivity_0n47zoh" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
153 <bpmn:extensionElements>
154 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
155 <camunda:out source="response" target="CSSOT_dbResponse" />
156 <camunda:in source="CSSOT_taskId" target="taskId" />
157 <camunda:in source="msoRequestId" target="requestId" />
158 <camunda:in source="CSSOT_name" target="taskName" />
159 <camunda:in source="CSSOT_status" target="taskStatus" />
160 <camunda:in source="CSSOT_isManual" target="isManual" />
161 <camunda:in source="CSSOT_paramJson" target="paramJson" />
162 <camunda:in source="CSSOT_requestMethod" target="method" />
163 </bpmn:extensionElements>
164 <bpmn:incoming>SequenceFlow_18kur12</bpmn:incoming>
hetengjiao177987a2020-09-18 10:08:26 +0800165 <bpmn:outgoing>SequenceFlow_00kcej9</bpmn:outgoing>
Harry Huang71153eb2020-02-28 10:37:02 +0800166 </bpmn:callActivity>
167 <bpmn:scriptTask id="ScriptTask_12h8542" name="Prepare Update Orchestration Task" scriptFormat="groovy">
168 <bpmn:incoming>SequenceFlow_12t5exy</bpmn:incoming>
169 <bpmn:outgoing>SequenceFlow_0thd6ny</bpmn:outgoing>
170 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
171execution.setVariable("taskStatus", "Creating")
172def css = new CreateSliceService()
173css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
174 </bpmn:scriptTask>
175 <bpmn:callActivity id="CallActivity_0o89wmf" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
176 <bpmn:extensionElements>
177 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
178 <camunda:out source="response" target="CSSOT_dbResponse" />
179 <camunda:in source="CSSOT_taskId" target="taskId" />
180 <camunda:in source="msoRequestId" target="requestId" />
181 <camunda:in source="CSSOT_name" target="taskName" />
182 <camunda:in source="CSSOT_status" target="taskStatus" />
183 <camunda:in source="CSSOT_isManual" target="isManual" />
184 <camunda:in source="CSSOT_paramJson" target="paramJson" />
185 <camunda:in source="CSSOT_requestMethod" target="method" />
186 </bpmn:extensionElements>
187 <bpmn:incoming>SequenceFlow_0thd6ny</bpmn:incoming>
188 <bpmn:outgoing>SequenceFlow_0477975</bpmn:outgoing>
189 </bpmn:callActivity>
Harry Huang71153eb2020-02-28 10:37:02 +0800190 <bpmn:callActivity id="CallActivity_0jdzpem" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
191 <bpmn:extensionElements>
192 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
193 <camunda:out source="response" target="CSSOT_dbResponse" />
194 <camunda:in source="CSSOT_taskId" target="taskId" />
195 <camunda:in source="msoRequestId" target="requestId" />
196 <camunda:in source="CSSOT_name" target="taskName" />
197 <camunda:in source="CSSOT_status" target="taskStatus" />
198 <camunda:in source="CSSOT_isManual" target="isManual" />
199 <camunda:in source="CSSOT_paramJson" target="paramJson" />
200 <camunda:in source="CSSOT_requestMethod" target="method" />
201 </bpmn:extensionElements>
202 <bpmn:incoming>SequenceFlow_19lsayh</bpmn:incoming>
203 <bpmn:outgoing>SequenceFlow_10ng1vx</bpmn:outgoing>
204 </bpmn:callActivity>
205 <bpmn:scriptTask id="ScriptTask_1mscu5w" name="Prepare Update Orchestration Task" scriptFormat="groovy">
206 <bpmn:incoming>SequenceFlow_038lb9m</bpmn:incoming>
207 <bpmn:outgoing>SequenceFlow_19lsayh</bpmn:outgoing>
208 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
209execution.setVariable("taskStatus", "Aborted")
210def css = new CreateSliceService()
211css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
212 </bpmn:scriptTask>
213 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0pkvfun" name="Allocate Slice">
214 <bpmn:outgoing>SequenceFlow_1bevt3a</bpmn:outgoing>
215 <bpmn:linkEventDefinition id="LinkEventDefinition_1vlfclx" name="AllocateSlice" />
216 </bpmn:intermediateCatchEvent>
217 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0ktwpki" name="Goto Allocate Slice">
218 <bpmn:incoming>SequenceFlow_0477975</bpmn:incoming>
219 <bpmn:linkEventDefinition id="LinkEventDefinition_16f2ri9" name="AllocateSlice" />
220 </bpmn:intermediateThrowEvent>
221 <bpmn:callActivity id="CallActivity_15pl4ld" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
222 <bpmn:extensionElements>
223 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
224 <camunda:out source="response" target="CSSOT_dbResponse" />
225 <camunda:in source="CSSOT_taskId" target="taskId" />
226 <camunda:in source="msoRequestId" target="requestId" />
227 <camunda:in source="CSSOT_name" target="taskName" />
228 <camunda:in source="CSSOT_status" target="taskStatus" />
229 <camunda:in source="CSSOT_isManual" target="isManual" />
230 <camunda:in source="CSSOT_paramJson" target="paramJson" />
231 <camunda:in source="CSSOT_requestMethod" target="method" />
232 </bpmn:extensionElements>
233 <bpmn:incoming>SequenceFlow_0klb3ey</bpmn:incoming>
234 <bpmn:outgoing>SequenceFlow_0lbdfmt</bpmn:outgoing>
235 </bpmn:callActivity>
236 <bpmn:endEvent id="EndEvent_1oouvuh" name="End">
237 <bpmn:incoming>SequenceFlow_10ng1vx</bpmn:incoming>
238 </bpmn:endEvent>
239 <bpmn:serviceTask id="ServiceTask_0esr949" name="Update Service Operation Status">
240 <bpmn:extensionElements>
241 <camunda:connector>
242 <camunda:inputOutput>
243 <camunda:inputParameter name="url">${CSSOS_dbAdapterEndpoint}</camunda:inputParameter>
244 <camunda:inputParameter name="headers">
245 <camunda:script scriptFormat="groovy">execution.getVariable("CSSOS_headerMap")</camunda:script>
246 </camunda:inputParameter>
247 <camunda:inputParameter name="payload">${CSSOS_updateServiceOperStatusRequest}</camunda:inputParameter>
248 <camunda:inputParameter name="method">POST</camunda:inputParameter>
249 <camunda:outputParameter name="CSSOS_dbResponseCode">${statusCode}</camunda:outputParameter>
250 <camunda:outputParameter name="CSSOS_dbResponse">${response}</camunda:outputParameter>
251 </camunda:inputOutput>
252 <camunda:connectorId>http-connector</camunda:connectorId>
253 </camunda:connector>
254 </bpmn:extensionElements>
255 <bpmn:incoming>SequenceFlow_1qv8qw1</bpmn:incoming>
256 <bpmn:outgoing>SequenceFlow_11rbv41</bpmn:outgoing>
257 </bpmn:serviceTask>
Harry Huang71153eb2020-02-28 10:37:02 +0800258 <bpmn:callActivity id="CallActivity_0cxst1i" name="Call DoAllocateNSIandNSSI&#10;" calledElement="DoAllocateNSIandNSSI">
259 <bpmn:extensionElements>
260 <camunda:in source="msoRequestId" target="msoRequestId" />
261 <camunda:in source="serviceInstanceId" target="sliceServiceInstanceId" />
262 <camunda:in source="serviceInstanceName" target="sliceServiceInstanceName" />
263 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
264 <camunda:in source="productFamilyId" target="productFamilyId" />
265 <camunda:in source="disableRollback" target="disableRollback" />
266 <camunda:in source="serviceInputParams" target="serviceInputParams" />
267 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
268 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
269 <camunda:in source="serviceType" target="serviceType" />
270 <camunda:in source="uuiRequest" target="uuiRequest" />
271 <camunda:in source="requestAction" target="operationType" />
272 <camunda:in source="operationId" target="operationId" />
Harry Huang71153eb2020-02-28 10:37:02 +0800273 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
274 <camunda:in source="CSSOT_taskId" target="taskId" />
275 <camunda:in source="CSSOT_name" target="taskName" />
276 <camunda:in source="CSSOT_status" target="taskStatus" />
277 <camunda:in source="CSSOT_isManual" target="isManual" />
278 <camunda:in source="resourceSharingLevel" target="resourceSharingLevel" />
Harry Huang71153eb2020-02-28 10:37:02 +0800279 <camunda:out source="WorkflowException" target="WorkflowException" />
280 <camunda:out source="rollbackData" target="rollbackData" />
281 <camunda:out source="rolledBack" target="rolledBack" />
282 <camunda:in source="allottedResourceId" target="allottedResourceId" />
hetengjiao3e4d7032020-09-25 16:17:33 +0800283 <camunda:out source="sliceTaskParams" target="sliceTaskParams" />
Harry Huang71153eb2020-02-28 10:37:02 +0800284 </bpmn:extensionElements>
285 <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming>
286 <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing>
287 </bpmn:callActivity>
Harry Huang71153eb2020-02-28 10:37:02 +0800288 <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
289 <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
Harry Huang71153eb2020-02-28 10:37:02 +0800290 <bpmn:sequenceFlow id="SequenceFlow_197cm2e" sourceRef="ScriptTask_1jgtb0y" targetRef="ExclusiveGateway_0elbczl" />
291 <bpmn:sequenceFlow id="SequenceFlow_12t5exy" name="continue" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_12h8542">
292 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("taskAction") == "commit"}</bpmn:conditionExpression>
293 </bpmn:sequenceFlow>
294 <bpmn:sequenceFlow id="SequenceFlow_038lb9m" name="abort" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_1mscu5w" />
Harry Huang71153eb2020-02-28 10:37:02 +0800295 <bpmn:sequenceFlow id="SequenceFlow_18kur12" sourceRef="ScriptTask_0gb975b" targetRef="CallActivity_0n47zoh" />
296 <bpmn:sequenceFlow id="SequenceFlow_0mlrlbv" sourceRef="CallActivity_0cxst1i" targetRef="ExclusiveGateway_18eld2o" />
297 <bpmn:sequenceFlow id="SequenceFlow_1c6ka9h" name="No" sourceRef="ExclusiveGateway_18eld2o" targetRef="EndEvent_0x406rw" />
298 <bpmn:sequenceFlow id="SequenceFlow_0n4xku8" name="Yes" sourceRef="ExclusiveGateway_18eld2o" targetRef="ScriptTask_19uxoi8">
299 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
300 </bpmn:sequenceFlow>
301 <bpmn:sequenceFlow id="SequenceFlow_0klb3ey" sourceRef="ScriptTask_1ef3voz" targetRef="CallActivity_15pl4ld" />
302 <bpmn:sequenceFlow id="SequenceFlow_11rbv41" sourceRef="ServiceTask_0esr949" targetRef="EndEvent_05h01gx" />
303 <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="ServiceTask_0kd6p6p" />
Harry Huang71153eb2020-02-28 10:37:02 +0800304 <bpmn:sequenceFlow id="SequenceFlow_0lbdfmt" sourceRef="CallActivity_15pl4ld" targetRef="ScriptTask_1ssh2l9" />
305 <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="ServiceTask_0esr949" />
Harry Huang71153eb2020-02-28 10:37:02 +0800306 <bpmn:sequenceFlow id="SequenceFlow_0thd6ny" sourceRef="ScriptTask_12h8542" targetRef="CallActivity_0o89wmf" />
307 <bpmn:sequenceFlow id="SequenceFlow_0477975" sourceRef="CallActivity_0o89wmf" targetRef="IntermediateThrowEvent_0ktwpki" />
Harry Huang71153eb2020-02-28 10:37:02 +0800308 <bpmn:sequenceFlow id="SequenceFlow_19lsayh" sourceRef="ScriptTask_1mscu5w" targetRef="CallActivity_0jdzpem" />
309 <bpmn:sequenceFlow id="SequenceFlow_10ng1vx" sourceRef="CallActivity_0jdzpem" targetRef="EndEvent_1oouvuh" />
310 <bpmn:sequenceFlow id="SequenceFlow_1bevt3a" sourceRef="IntermediateCatchEvent_0pkvfun" targetRef="CallActivity_0cxst1i" />
Harry Huang71153eb2020-02-28 10:37:02 +0800311 <bpmn:callActivity id="CallActivity_0v4mw2x" name="Call DoCreateSliceServiceOption&#10;" calledElement="DoCreateSliceServiceOption">
312 <bpmn:extensionElements>
Harry Huang71153eb2020-02-28 10:37:02 +0800313 <camunda:in source="msoRequestId" target="msoRequestId" />
Harry Huang71153eb2020-02-28 10:37:02 +0800314 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
315 <camunda:in source="resourceSharingLevel" target="resourceSharingLevel" />
316 <camunda:out source="sliceTaskParams" target="sliceTaskParams" />
317 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
318 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
319 <camunda:in source="serviceType" target="serviceType" />
320 </bpmn:extensionElements>
hetengjiao177987a2020-09-18 10:08:26 +0800321 <bpmn:incoming>SequenceFlow_1f6dyxo</bpmn:incoming>
Harry Huang71153eb2020-02-28 10:37:02 +0800322 <bpmn:outgoing>SequenceFlow_1aaozcg</bpmn:outgoing>
323 </bpmn:callActivity>
324 <bpmn:sequenceFlow id="SequenceFlow_1aaozcg" sourceRef="CallActivity_0v4mw2x" targetRef="ScriptTask_0gb975b" />
Harry Huang71153eb2020-02-28 10:37:02 +0800325 <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
326 <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming>
327 <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
328 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
329execution.setVariable("orchestrationStatus", "deactivated")
330def css = new CreateSliceService()
331css.updateAAIOrchStatus(execution)</bpmn:script>
332 </bpmn:scriptTask>
333 <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ef3voz" />
hetengjiao177987a2020-09-18 10:08:26 +0800334 <bpmn:scriptTask id="ScriptTask_09mxr0w" name="Send Sync Ack Response" scriptFormat="groovy">
335 <bpmn:incoming>SequenceFlow_0jhqtls</bpmn:incoming>
336 <bpmn:outgoing>SequenceFlow_12wo878</bpmn:outgoing>
337 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
338def css = new CreateSliceService()
339css.sendSyncResponse(execution)</bpmn:script>
340 </bpmn:scriptTask>
341 <bpmn:scriptTask id="ScriptTask_1ac05ww" name="Prepare Create OrchestrationTask" scriptFormat="groovy">
342 <bpmn:incoming>SequenceFlow_0xmvg4v</bpmn:incoming>
343 <bpmn:outgoing>SequenceFlow_1x4n7an</bpmn:outgoing>
344 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
345def css= new CreateSliceService()
346css.prepareCreateOrchestrationTask(execution)</bpmn:script>
347 </bpmn:scriptTask>
348 <bpmn:sequenceFlow id="SequenceFlow_0xmvg4v" sourceRef="ServiceTask_0kd6p6p" targetRef="ScriptTask_1ac05ww" />
349 <bpmn:sequenceFlow id="SequenceFlow_1x4n7an" sourceRef="ScriptTask_1ac05ww" targetRef="CallActivity_0h88mep" />
350 <bpmn:sequenceFlow id="SequenceFlow_1dfon41" sourceRef="CallActivity_0h88mep" targetRef="CallActivity_139l55g" />
351 <bpmn:sequenceFlow id="SequenceFlow_0jhqtls" sourceRef="CallActivity_139l55g" targetRef="ScriptTask_09mxr0w" />
352 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0gceuxu" name="Create Slice Service">
353 <bpmn:outgoing>SequenceFlow_14c2tav</bpmn:outgoing>
354 <bpmn:linkEventDefinition id="LinkEventDefinition_0wnloof" name="CreateSliceService" />
355 </bpmn:intermediateCatchEvent>
356 <bpmn:sequenceFlow id="SequenceFlow_14c2tav" sourceRef="IntermediateCatchEvent_0gceuxu" targetRef="ScriptTask_1ayg9y8" />
357 <bpmn:sequenceFlow id="SequenceFlow_00kcej9" sourceRef="CallActivity_0n47zoh" targetRef="IntermediateThrowEvent_1v96asi" />
358 <bpmn:sequenceFlow id="SequenceFlow_060j650" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="ScriptTask_04qudo2" />
359 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0lpvnze" name="Goto Create Slice Service">
360 <bpmn:incoming>SequenceFlow_12wo878</bpmn:incoming>
361 <bpmn:linkEventDefinition id="LinkEventDefinition_1oxsvp3" name="CreateSliceService" />
362 </bpmn:intermediateThrowEvent>
363 <bpmn:sequenceFlow id="SequenceFlow_12wo878" sourceRef="ScriptTask_09mxr0w" targetRef="IntermediateThrowEvent_0lpvnze" />
364 <bpmn:scriptTask id="ScriptTask_13roglo" name="Process NST Solutions" scriptFormat="groovy">
365 <bpmn:incoming>SequenceFlow_1r2jtal</bpmn:incoming>
366 <bpmn:outgoing>SequenceFlow_1f6dyxo</bpmn:outgoing>
367 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
368def css = new CreateSliceService()
369css.processNSTSolutions(execution)</bpmn:script>
370 </bpmn:scriptTask>
371 <bpmn:sequenceFlow id="SequenceFlow_1f6dyxo" sourceRef="ScriptTask_13roglo" targetRef="CallActivity_0v4mw2x" />
372 <bpmn:receiveTask id="ReceiveTask_02qzb6i" name="Waiting for confirmation" />
373 <bpmn:endEvent id="EndEvent_0bz8a65">
374 <bpmn:incoming>SequenceFlow_1vesvto</bpmn:incoming>
375 <bpmn:errorEventDefinition id="ErrorEventDefinition_1hni1r1" errorRef="Error_0p2naox" />
376 </bpmn:endEvent>
377 <bpmn:boundaryEvent id="BoundaryEvent_0p4swyp" attachedToRef="ReceiveTask_02qzb6i">
378 <bpmn:outgoing>SequenceFlow_1vesvto</bpmn:outgoing>
379 <bpmn:timerEventDefinition id="TimerEventDefinition_112p48l">
380 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT2H</bpmn:timeDuration>
381 </bpmn:timerEventDefinition>
382 </bpmn:boundaryEvent>
383 <bpmn:sequenceFlow id="SequenceFlow_1vesvto" sourceRef="BoundaryEvent_0p4swyp" targetRef="EndEvent_0bz8a65" />
384 <bpmn:scriptTask id="ScriptTask_04qudo2" name="Prepare Get User Options" scriptFormat="groovy">
385 <bpmn:incoming>SequenceFlow_060j650</bpmn:incoming>
386 <bpmn:outgoing>SequenceFlow_0ti386y</bpmn:outgoing>
387 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
388def css = new CreateSliceService()
389css.prepareGetUserOptions(execution)</bpmn:script>
390 </bpmn:scriptTask>
391 <bpmn:sequenceFlow id="SequenceFlow_0ti386y" sourceRef="ScriptTask_04qudo2" targetRef="CallActivity_1vu3zcv" />
392 <bpmn:callActivity id="CallActivity_1vu3zcv" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
393 <bpmn:extensionElements>
394 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
395 <camunda:out source="response" target="CSSOT_dbResponse" />
396 <camunda:in source="CSSOT_taskId" target="taskId" />
397 <camunda:in source="msoRequestId" target="requestId" />
398 <camunda:in source="CSSOT_name" target="taskName" />
399 <camunda:in source="CSSOT_status" target="taskStatus" />
400 <camunda:in source="CSSOT_isManual" target="isManual" />
401 <camunda:in source="CSSOT_paramJson" target="paramJson" />
402 <camunda:in source="CSSOT_requestMethod" target="method" />
403 </bpmn:extensionElements>
404 <bpmn:incoming>SequenceFlow_0ti386y</bpmn:incoming>
405 <bpmn:outgoing>SequenceFlow_1whq7vc</bpmn:outgoing>
406 </bpmn:callActivity>
407 <bpmn:sequenceFlow id="SequenceFlow_1whq7vc" sourceRef="CallActivity_1vu3zcv" targetRef="ScriptTask_1jgtb0y" />
408 <bpmn:callActivity id="CallActivity_0xf2g6c" name="Handle NST Selection OOF request" calledElement="DoHandleOofRequest">
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700409 <bpmn:extensionElements>
410 <camunda:in source="nstSelectionUrl" target="apiPath" />
411 <camunda:in source="nstSelection_correlator" target="correlator" />
412 <camunda:in source="nstSelection_messageType" target="messageType" />
413 <camunda:in source="nstSelection_timeout" target="timeout" />
414 <camunda:out source="WorkflowException" target="WorkflowException" />
415 <camunda:out source="asyncCallbackResponse" target="nstSelection_oofResponse" />
416 <camunda:in source="nstSelection_oofRequest" target="oofRequest" />
417 </bpmn:extensionElements>
hetengjiao177987a2020-09-18 10:08:26 +0800418 <bpmn:incoming>SequenceFlow_02sve8o</bpmn:incoming>
419 <bpmn:outgoing>SequenceFlow_1r2jtal</bpmn:outgoing>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700420 </bpmn:callActivity>
hetengjiao177987a2020-09-18 10:08:26 +0800421 <bpmn:sequenceFlow id="SequenceFlow_1r2jtal" sourceRef="CallActivity_0xf2g6c" targetRef="ScriptTask_13roglo" />
422 <bpmn:scriptTask id="ScriptTask_1ayg9y8" name="Prepare NST Selection" scriptFormat="groovy">
423 <bpmn:incoming>SequenceFlow_14c2tav</bpmn:incoming>
424 <bpmn:outgoing>SequenceFlow_02sve8o</bpmn:outgoing>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700425 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
426def css = new CreateSliceService()
hetengjiao177987a2020-09-18 10:08:26 +0800427css.prepareSelectNSTRequest(execution)</bpmn:script>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700428 </bpmn:scriptTask>
hetengjiao177987a2020-09-18 10:08:26 +0800429 <bpmn:sequenceFlow id="SequenceFlow_02sve8o" sourceRef="ScriptTask_1ayg9y8" targetRef="CallActivity_0xf2g6c" />
Harry Huang71153eb2020-02-28 10:37:02 +0800430 </bpmn:process>
431 <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
432 <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
433 <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
434 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
hetengjiao9eba7e82020-05-13 23:08:47 +0800435 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateSliceService">
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700436 <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
hetengjiao177987a2020-09-18 10:08:26 +0800437 <di:waypoint x="684" y="965" />
438 <di:waypoint x="764" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700439 </bpmndi:BPMNEdge>
440 <bpmndi:BPMNEdge id="SequenceFlow_1aaozcg_di" bpmnElement="SequenceFlow_1aaozcg">
hetengjiao177987a2020-09-18 10:08:26 +0800441 <di:waypoint x="980" y="350" />
442 <di:waypoint x="1060" y="350" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700443 </bpmndi:BPMNEdge>
444 <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
hetengjiao177987a2020-09-18 10:08:26 +0800445 <di:waypoint x="213" y="965" />
446 <di:waypoint x="274" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700447 </bpmndi:BPMNEdge>
448 <bpmndi:BPMNEdge id="SequenceFlow_10ng1vx_di" bpmnElement="SequenceFlow_10ng1vx">
hetengjiao177987a2020-09-18 10:08:26 +0800449 <di:waypoint x="1294" y="805" />
450 <di:waypoint x="1396" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700451 </bpmndi:BPMNEdge>
452 <bpmndi:BPMNEdge id="SequenceFlow_19lsayh_di" bpmnElement="SequenceFlow_19lsayh">
hetengjiao177987a2020-09-18 10:08:26 +0800453 <di:waypoint x="1124" y="805" />
454 <di:waypoint x="1194" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNEdge id="SequenceFlow_0477975_di" bpmnElement="SequenceFlow_0477975">
hetengjiao177987a2020-09-18 10:08:26 +0800457 <di:waypoint x="1294" y="620" />
458 <di:waypoint x="1396" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700459 </bpmndi:BPMNEdge>
460 <bpmndi:BPMNEdge id="SequenceFlow_0thd6ny_di" bpmnElement="SequenceFlow_0thd6ny">
hetengjiao177987a2020-09-18 10:08:26 +0800461 <di:waypoint x="1124" y="620" />
462 <di:waypoint x="1194" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700463 </bpmndi:BPMNEdge>
464 <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
hetengjiao177987a2020-09-18 10:08:26 +0800465 <di:waypoint x="1174" y="965" />
466 <di:waypoint x="1244" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700467 </bpmndi:BPMNEdge>
468 <bpmndi:BPMNEdge id="SequenceFlow_0lbdfmt_di" bpmnElement="SequenceFlow_0lbdfmt">
hetengjiao177987a2020-09-18 10:08:26 +0800469 <di:waypoint x="1034" y="965" />
470 <di:waypoint x="1074" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700471 </bpmndi:BPMNEdge>
472 <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
hetengjiao177987a2020-09-18 10:08:26 +0800473 <di:waypoint x="510" y="122" />
474 <di:waypoint x="564" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700475 </bpmndi:BPMNEdge>
476 <bpmndi:BPMNEdge id="SequenceFlow_11rbv41_di" bpmnElement="SequenceFlow_11rbv41">
hetengjiao177987a2020-09-18 10:08:26 +0800477 <di:waypoint x="1344" y="965" />
478 <di:waypoint x="1396" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="SequenceFlow_0klb3ey_di" bpmnElement="SequenceFlow_0klb3ey">
hetengjiao177987a2020-09-18 10:08:26 +0800481 <di:waypoint x="864" y="965" />
482 <di:waypoint x="934" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700483 </bpmndi:BPMNEdge>
484 <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
hetengjiao177987a2020-09-18 10:08:26 +0800485 <di:waypoint x="489" y="965" />
486 <di:waypoint x="584" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700487 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800488 <dc:Bounds x="529" y="947" width="18" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700489 </bpmndi:BPMNLabel>
490 </bpmndi:BPMNEdge>
491 <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
hetengjiao177987a2020-09-18 10:08:26 +0800492 <di:waypoint x="464" y="990" />
493 <di:waypoint x="464" y="1090" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700494 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800495 <dc:Bounds x="472" y="998" width="15" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700496 </bpmndi:BPMNLabel>
497 </bpmndi:BPMNEdge>
498 <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
hetengjiao177987a2020-09-18 10:08:26 +0800499 <di:waypoint x="374" y="965" />
500 <di:waypoint x="439" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700501 </bpmndi:BPMNEdge>
502 <bpmndi:BPMNEdge id="SequenceFlow_18kur12_di" bpmnElement="SequenceFlow_18kur12">
hetengjiao177987a2020-09-18 10:08:26 +0800503 <di:waypoint x="1160" y="350" />
504 <di:waypoint x="1220" y="350" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
hetengjiao177987a2020-09-18 10:08:26 +0800507 <di:waypoint x="884" y="645" />
508 <di:waypoint x="884" y="805" />
509 <di:waypoint x="1024" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700510 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800511 <dc:Bounds x="886" y="722" width="27" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700512 </bpmndi:BPMNLabel>
513 </bpmndi:BPMNEdge>
514 <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
hetengjiao177987a2020-09-18 10:08:26 +0800515 <di:waypoint x="909" y="620" />
516 <di:waypoint x="1024" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700517 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800518 <dc:Bounds x="911" y="602" width="42" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700519 </bpmndi:BPMNLabel>
520 </bpmndi:BPMNEdge>
521 <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
hetengjiao177987a2020-09-18 10:08:26 +0800522 <di:waypoint x="804" y="620" />
523 <di:waypoint x="859" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700524 </bpmndi:BPMNEdge>
525 <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
hetengjiao177987a2020-09-18 10:08:26 +0800526 <di:waypoint x="350" y="122" />
527 <di:waypoint x="410" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700528 </bpmndi:BPMNEdge>
529 <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
hetengjiao177987a2020-09-18 10:08:26 +0800530 <di:waypoint x="214" y="122" />
531 <di:waypoint x="250" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700532 </bpmndi:BPMNEdge>
Harry Huang71153eb2020-02-28 10:37:02 +0800533 <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
hetengjiao177987a2020-09-18 10:08:26 +0800534 <dc:Bounds x="178" y="104" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800535 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800536 <dc:Bounds x="156" y="147" width="82" height="40" />
Harry Huang71153eb2020-02-28 10:37:02 +0800537 </bpmndi:BPMNLabel>
538 </bpmndi:BPMNShape>
539 <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
hetengjiao177987a2020-09-18 10:08:26 +0800540 <dc:Bounds x="177" y="602" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800541 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800542 <dc:Bounds x="167" y="645" width="60" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800543 </bpmndi:BPMNLabel>
544 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800545 <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
hetengjiao177987a2020-09-18 10:08:26 +0800546 <dc:Bounds x="704" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800547 </bpmndi:BPMNShape>
548 <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
hetengjiao177987a2020-09-18 10:08:26 +0800549 <dc:Bounds x="859" y="595" width="50" height="50" />
Harry Huang71153eb2020-02-28 10:37:02 +0800550 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800551 <dc:Bounds x="846" y="577" width="78" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800552 </bpmndi:BPMNLabel>
553 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800554 <bpmndi:BPMNShape id="CallActivity_139l55g_di" bpmnElement="CallActivity_139l55g">
hetengjiao177987a2020-09-18 10:08:26 +0800555 <dc:Bounds x="1060" y="84" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800556 </bpmndi:BPMNShape>
557 <bpmndi:BPMNShape id="IntermediateThrowEvent_1v96asi_di" bpmnElement="IntermediateThrowEvent_1v96asi">
hetengjiao177987a2020-09-18 10:08:26 +0800558 <dc:Bounds x="1402" y="332" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800559 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800560 <dc:Bounds x="1385" y="373" width="81" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800561 </bpmndi:BPMNLabel>
562 </bpmndi:BPMNShape>
563 <bpmndi:BPMNShape id="ScriptTask_0gb975b_di" bpmnElement="ScriptTask_0gb975b">
hetengjiao177987a2020-09-18 10:08:26 +0800564 <dc:Bounds x="1060" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800565 </bpmndi:BPMNShape>
566 <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
hetengjiao177987a2020-09-18 10:08:26 +0800567 <dc:Bounds x="439" y="940" width="50" height="50" />
Harry Huang71153eb2020-02-28 10:37:02 +0800568 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800569 <dc:Bounds x="434" y="910" width="60" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800570 </bpmndi:BPMNLabel>
571 </bpmndi:BPMNShape>
572 <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
hetengjiao177987a2020-09-18 10:08:26 +0800573 <dc:Bounds x="446" y="1090" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700574 </bpmndi:BPMNShape>
575 <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
hetengjiao177987a2020-09-18 10:08:26 +0800576 <dc:Bounds x="250" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700577 </bpmndi:BPMNShape>
578 <bpmndi:BPMNShape id="ServiceTask_0kd6p6p_di" bpmnElement="ServiceTask_0kd6p6p">
hetengjiao177987a2020-09-18 10:08:26 +0800579 <dc:Bounds x="564" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700580 </bpmndi:BPMNShape>
581 <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
hetengjiao177987a2020-09-18 10:08:26 +0800582 <dc:Bounds x="410" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700583 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800584 <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
hetengjiao177987a2020-09-18 10:08:26 +0800585 <dc:Bounds x="688" y="1072" width="781" height="196" />
Harry Huang71153eb2020-02-28 10:37:02 +0800586 </bpmndi:BPMNShape>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700587 <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
hetengjiao177987a2020-09-18 10:08:26 +0800588 <di:waypoint x="1082" y="1176" />
589 <di:waypoint x="1356" y="1176" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700590 </bpmndi:BPMNEdge>
591 <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
hetengjiao177987a2020-09-18 10:08:26 +0800592 <di:waypoint x="754" y="1176" />
593 <di:waypoint x="982" y="1176" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700594 </bpmndi:BPMNEdge>
595 <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
hetengjiao177987a2020-09-18 10:08:26 +0800596 <dc:Bounds x="718" y="1158" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700597 </bpmndi:BPMNShape>
598 <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
hetengjiao177987a2020-09-18 10:08:26 +0800599 <dc:Bounds x="1356" y="1158" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700600 </bpmndi:BPMNShape>
601 <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
hetengjiao177987a2020-09-18 10:08:26 +0800602 <dc:Bounds x="982" y="1136" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700603 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800604 <bpmndi:BPMNShape id="ScriptTask_1ef3voz_di" bpmnElement="ScriptTask_1ef3voz">
hetengjiao177987a2020-09-18 10:08:26 +0800605 <dc:Bounds x="764" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800606 </bpmndi:BPMNShape>
607 <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
hetengjiao177987a2020-09-18 10:08:26 +0800608 <dc:Bounds x="1396" y="947" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800609 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800610 <dc:Bounds x="1404" y="990" width="20" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800611 </bpmndi:BPMNLabel>
612 </bpmndi:BPMNShape>
613 <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
hetengjiao177987a2020-09-18 10:08:26 +0800614 <dc:Bounds x="1074" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800615 </bpmndi:BPMNShape>
616 <bpmndi:BPMNShape id="CallActivity_0h88mep_di" bpmnElement="CallActivity_0h88mep">
hetengjiao177987a2020-09-18 10:08:26 +0800617 <dc:Bounds x="890" y="82" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800618 </bpmndi:BPMNShape>
619 <bpmndi:BPMNShape id="CallActivity_0n47zoh_di" bpmnElement="CallActivity_0n47zoh">
hetengjiao177987a2020-09-18 10:08:26 +0800620 <dc:Bounds x="1220" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800621 </bpmndi:BPMNShape>
622 <bpmndi:BPMNShape id="ScriptTask_12h8542_di" bpmnElement="ScriptTask_12h8542">
hetengjiao177987a2020-09-18 10:08:26 +0800623 <dc:Bounds x="1024" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800624 </bpmndi:BPMNShape>
625 <bpmndi:BPMNShape id="CallActivity_0o89wmf_di" bpmnElement="CallActivity_0o89wmf">
hetengjiao177987a2020-09-18 10:08:26 +0800626 <dc:Bounds x="1194" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800627 </bpmndi:BPMNShape>
628 <bpmndi:BPMNShape id="CallActivity_0jdzpem_di" bpmnElement="CallActivity_0jdzpem">
hetengjiao177987a2020-09-18 10:08:26 +0800629 <dc:Bounds x="1194" y="765" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800630 </bpmndi:BPMNShape>
631 <bpmndi:BPMNShape id="ScriptTask_1mscu5w_di" bpmnElement="ScriptTask_1mscu5w">
hetengjiao177987a2020-09-18 10:08:26 +0800632 <dc:Bounds x="1024" y="765" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800633 </bpmndi:BPMNShape>
634 <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
hetengjiao177987a2020-09-18 10:08:26 +0800635 <dc:Bounds x="177" y="947" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800636 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800637 <dc:Bounds x="167" y="990" width="66" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800638 </bpmndi:BPMNLabel>
639 </bpmndi:BPMNShape>
640 <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
hetengjiao177987a2020-09-18 10:08:26 +0800641 <dc:Bounds x="1396" y="602" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800642 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800643 <dc:Bounds x="1389" y="643" width="67" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800644 </bpmndi:BPMNLabel>
645 </bpmndi:BPMNShape>
646 <bpmndi:BPMNShape id="CallActivity_15pl4ld_di" bpmnElement="CallActivity_15pl4ld">
hetengjiao177987a2020-09-18 10:08:26 +0800647 <dc:Bounds x="934" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800648 </bpmndi:BPMNShape>
649 <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
hetengjiao177987a2020-09-18 10:08:26 +0800650 <dc:Bounds x="1396" y="787" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800651 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800652 <dc:Bounds x="1404" y="830" width="20" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800653 </bpmndi:BPMNLabel>
654 </bpmndi:BPMNShape>
655 <bpmndi:BPMNShape id="ServiceTask_0esr949_di" bpmnElement="ServiceTask_0esr949">
hetengjiao177987a2020-09-18 10:08:26 +0800656 <dc:Bounds x="1244" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800657 </bpmndi:BPMNShape>
658 <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
hetengjiao177987a2020-09-18 10:08:26 +0800659 <dc:Bounds x="274" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800660 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800661 <bpmndi:BPMNShape id="CallActivity_0v4mw2x_di" bpmnElement="CallActivity_0v4mw2x">
hetengjiao177987a2020-09-18 10:08:26 +0800662 <dc:Bounds x="880" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800663 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800664 <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
hetengjiao177987a2020-09-18 10:08:26 +0800665 <dc:Bounds x="584" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800666 </bpmndi:BPMNShape>
hetengjiao177987a2020-09-18 10:08:26 +0800667 <bpmndi:BPMNShape id="ScriptTask_09mxr0w_di" bpmnElement="ScriptTask_09mxr0w">
668 <dc:Bounds x="1230" y="84" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700669 </bpmndi:BPMNShape>
hetengjiao177987a2020-09-18 10:08:26 +0800670 <bpmndi:BPMNShape id="ScriptTask_1ac05ww_di" bpmnElement="ScriptTask_1ac05ww">
671 <dc:Bounds x="720" y="82" width="100" height="80" />
672 </bpmndi:BPMNShape>
673 <bpmndi:BPMNEdge id="SequenceFlow_0xmvg4v_di" bpmnElement="SequenceFlow_0xmvg4v">
674 <di:waypoint x="664" y="122" />
675 <di:waypoint x="720" y="122" />
676 </bpmndi:BPMNEdge>
677 <bpmndi:BPMNEdge id="SequenceFlow_1x4n7an_di" bpmnElement="SequenceFlow_1x4n7an">
678 <di:waypoint x="820" y="122" />
679 <di:waypoint x="890" y="122" />
680 </bpmndi:BPMNEdge>
681 <bpmndi:BPMNEdge id="SequenceFlow_1dfon41_di" bpmnElement="SequenceFlow_1dfon41">
682 <di:waypoint x="990" y="122" />
683 <di:waypoint x="1060" y="122" />
684 </bpmndi:BPMNEdge>
685 <bpmndi:BPMNEdge id="SequenceFlow_0jhqtls_di" bpmnElement="SequenceFlow_0jhqtls">
686 <di:waypoint x="1160" y="124" />
687 <di:waypoint x="1230" y="124" />
688 </bpmndi:BPMNEdge>
689 <bpmndi:BPMNShape id="IntermediateCatchEvent_0gceuxu_di" bpmnElement="IntermediateCatchEvent_0gceuxu">
690 <dc:Bounds x="168" y="332" width="36" height="36" />
691 <bpmndi:BPMNLabel>
692 <dc:Bounds x="161" y="375" width="60" height="27" />
693 </bpmndi:BPMNLabel>
694 </bpmndi:BPMNShape>
695 <bpmndi:BPMNEdge id="SequenceFlow_14c2tav_di" bpmnElement="SequenceFlow_14c2tav">
696 <di:waypoint x="204" y="350" />
697 <di:waypoint x="310" y="350" />
698 </bpmndi:BPMNEdge>
699 <bpmndi:BPMNEdge id="SequenceFlow_00kcej9_di" bpmnElement="SequenceFlow_00kcej9">
700 <di:waypoint x="1320" y="350" />
701 <di:waypoint x="1402" y="350" />
702 </bpmndi:BPMNEdge>
703 <bpmndi:BPMNEdge id="SequenceFlow_060j650_di" bpmnElement="SequenceFlow_060j650">
704 <di:waypoint x="213" y="620" />
705 <di:waypoint x="394" y="620" />
706 </bpmndi:BPMNEdge>
707 <bpmndi:BPMNShape id="IntermediateThrowEvent_0lpvnze_di" bpmnElement="IntermediateThrowEvent_0lpvnze">
708 <dc:Bounds x="1402" y="106" width="36" height="36" />
709 <bpmndi:BPMNLabel>
710 <dc:Bounds x="1382" y="147" width="87" height="27" />
711 </bpmndi:BPMNLabel>
712 </bpmndi:BPMNShape>
713 <bpmndi:BPMNEdge id="SequenceFlow_12wo878_di" bpmnElement="SequenceFlow_12wo878">
714 <di:waypoint x="1330" y="124" />
715 <di:waypoint x="1402" y="124" />
716 </bpmndi:BPMNEdge>
717 <bpmndi:BPMNShape id="ScriptTask_13roglo_di" bpmnElement="ScriptTask_13roglo">
718 <dc:Bounds x="710" y="310" width="100" height="80" />
719 </bpmndi:BPMNShape>
720 <bpmndi:BPMNEdge id="SequenceFlow_1f6dyxo_di" bpmnElement="SequenceFlow_1f6dyxo">
721 <di:waypoint x="810" y="350" />
722 <di:waypoint x="880" y="350" />
723 </bpmndi:BPMNEdge>
724 <bpmndi:BPMNShape id="ReceiveTask_02qzb6i_di" bpmnElement="ReceiveTask_02qzb6i">
725 <dc:Bounds x="254" y="580" width="100" height="80" />
726 </bpmndi:BPMNShape>
727 <bpmndi:BPMNShape id="EndEvent_0bz8a65_di" bpmnElement="EndEvent_0bz8a65">
728 <dc:Bounds x="286" y="757" width="36" height="36" />
729 </bpmndi:BPMNShape>
730 <bpmndi:BPMNShape id="BoundaryEvent_0p4swyp_di" bpmnElement="BoundaryEvent_0p4swyp">
731 <dc:Bounds x="286" y="642" width="36" height="36" />
732 </bpmndi:BPMNShape>
733 <bpmndi:BPMNEdge id="SequenceFlow_1vesvto_di" bpmnElement="SequenceFlow_1vesvto">
734 <di:waypoint x="304" y="678" />
735 <di:waypoint x="304" y="757" />
736 </bpmndi:BPMNEdge>
737 <bpmndi:BPMNShape id="ScriptTask_04qudo2_di" bpmnElement="ScriptTask_04qudo2">
738 <dc:Bounds x="394" y="580" width="100" height="80" />
739 </bpmndi:BPMNShape>
740 <bpmndi:BPMNEdge id="SequenceFlow_0ti386y_di" bpmnElement="SequenceFlow_0ti386y">
741 <di:waypoint x="494" y="620" />
742 <di:waypoint x="534" y="620" />
743 </bpmndi:BPMNEdge>
744 <bpmndi:BPMNShape id="CallActivity_1vu3zcv_di" bpmnElement="CallActivity_1vu3zcv">
745 <dc:Bounds x="534" y="580" width="100" height="80" />
746 </bpmndi:BPMNShape>
747 <bpmndi:BPMNEdge id="SequenceFlow_1whq7vc_di" bpmnElement="SequenceFlow_1whq7vc">
748 <di:waypoint x="634" y="620" />
749 <di:waypoint x="704" y="620" />
750 </bpmndi:BPMNEdge>
751 <bpmndi:BPMNShape id="CallActivity_0xf2g6c_di" bpmnElement="CallActivity_0xf2g6c">
752 <dc:Bounds x="520" y="310" width="100" height="80" />
753 </bpmndi:BPMNShape>
754 <bpmndi:BPMNEdge id="SequenceFlow_1r2jtal_di" bpmnElement="SequenceFlow_1r2jtal">
755 <di:waypoint x="620" y="350" />
756 <di:waypoint x="710" y="350" />
757 </bpmndi:BPMNEdge>
758 <bpmndi:BPMNShape id="ScriptTask_1ayg9y8_di" bpmnElement="ScriptTask_1ayg9y8">
759 <dc:Bounds x="310" y="310" width="100" height="80" />
760 </bpmndi:BPMNShape>
761 <bpmndi:BPMNEdge id="SequenceFlow_02sve8o_di" bpmnElement="SequenceFlow_02sve8o">
762 <di:waypoint x="410" y="350" />
763 <di:waypoint x="520" y="350" />
764 </bpmndi:BPMNEdge>
Harry Huang71153eb2020-02-28 10:37:02 +0800765 </bpmndi:BPMNPlane>
766 </bpmndi:BPMNDiagram>
767</bpmn:definitions>