blob: a1f9a83190a01845139216cb84fd9adabe53fa6e [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">
hetengjiao75a86282020-11-13 15:18:59 +08008 <bpmn:outgoing>SequenceFlow_0sub2c2</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" />
hetengjiao177987a2020-09-18 10:08:26 +0800358 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0lpvnze" name="Goto Create Slice Service">
359 <bpmn:incoming>SequenceFlow_12wo878</bpmn:incoming>
360 <bpmn:linkEventDefinition id="LinkEventDefinition_1oxsvp3" name="CreateSliceService" />
361 </bpmn:intermediateThrowEvent>
362 <bpmn:sequenceFlow id="SequenceFlow_12wo878" sourceRef="ScriptTask_09mxr0w" targetRef="IntermediateThrowEvent_0lpvnze" />
363 <bpmn:scriptTask id="ScriptTask_13roglo" name="Process NST Solutions" scriptFormat="groovy">
364 <bpmn:incoming>SequenceFlow_1r2jtal</bpmn:incoming>
365 <bpmn:outgoing>SequenceFlow_1f6dyxo</bpmn:outgoing>
366 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
367def css = new CreateSliceService()
368css.processNSTSolutions(execution)</bpmn:script>
369 </bpmn:scriptTask>
370 <bpmn:sequenceFlow id="SequenceFlow_1f6dyxo" sourceRef="ScriptTask_13roglo" targetRef="CallActivity_0v4mw2x" />
hetengjiao177987a2020-09-18 10:08:26 +0800371 <bpmn:endEvent id="EndEvent_0bz8a65">
hetengjiao75a86282020-11-13 15:18:59 +0800372 <bpmn:incoming>SequenceFlow_1fk2cn3</bpmn:incoming>
hetengjiao177987a2020-09-18 10:08:26 +0800373 <bpmn:errorEventDefinition id="ErrorEventDefinition_1hni1r1" errorRef="Error_0p2naox" />
374 </bpmn:endEvent>
hetengjiao177987a2020-09-18 10:08:26 +0800375 <bpmn:scriptTask id="ScriptTask_04qudo2" name="Prepare Get User Options" scriptFormat="groovy">
hetengjiao75a86282020-11-13 15:18:59 +0800376 <bpmn:incoming>SequenceFlow_031cwkd</bpmn:incoming>
hetengjiao177987a2020-09-18 10:08:26 +0800377 <bpmn:outgoing>SequenceFlow_0ti386y</bpmn:outgoing>
378 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
379def css = new CreateSliceService()
380css.prepareGetUserOptions(execution)</bpmn:script>
381 </bpmn:scriptTask>
382 <bpmn:sequenceFlow id="SequenceFlow_0ti386y" sourceRef="ScriptTask_04qudo2" targetRef="CallActivity_1vu3zcv" />
383 <bpmn:callActivity id="CallActivity_1vu3zcv" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
384 <bpmn:extensionElements>
385 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
386 <camunda:out source="response" target="CSSOT_dbResponse" />
387 <camunda:in source="CSSOT_taskId" target="taskId" />
388 <camunda:in source="msoRequestId" target="requestId" />
389 <camunda:in source="CSSOT_name" target="taskName" />
390 <camunda:in source="CSSOT_status" target="taskStatus" />
391 <camunda:in source="CSSOT_isManual" target="isManual" />
392 <camunda:in source="CSSOT_paramJson" target="paramJson" />
393 <camunda:in source="CSSOT_requestMethod" target="method" />
394 </bpmn:extensionElements>
395 <bpmn:incoming>SequenceFlow_0ti386y</bpmn:incoming>
396 <bpmn:outgoing>SequenceFlow_1whq7vc</bpmn:outgoing>
397 </bpmn:callActivity>
398 <bpmn:sequenceFlow id="SequenceFlow_1whq7vc" sourceRef="CallActivity_1vu3zcv" targetRef="ScriptTask_1jgtb0y" />
399 <bpmn:callActivity id="CallActivity_0xf2g6c" name="Handle NST Selection OOF request" calledElement="DoHandleOofRequest">
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700400 <bpmn:extensionElements>
401 <camunda:in source="nstSelectionUrl" target="apiPath" />
402 <camunda:in source="nstSelection_correlator" target="correlator" />
403 <camunda:in source="nstSelection_messageType" target="messageType" />
404 <camunda:in source="nstSelection_timeout" target="timeout" />
405 <camunda:out source="WorkflowException" target="WorkflowException" />
406 <camunda:out source="asyncCallbackResponse" target="nstSelection_oofResponse" />
407 <camunda:in source="nstSelection_oofRequest" target="oofRequest" />
408 </bpmn:extensionElements>
hetengjiao177987a2020-09-18 10:08:26 +0800409 <bpmn:incoming>SequenceFlow_02sve8o</bpmn:incoming>
410 <bpmn:outgoing>SequenceFlow_1r2jtal</bpmn:outgoing>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700411 </bpmn:callActivity>
hetengjiao177987a2020-09-18 10:08:26 +0800412 <bpmn:sequenceFlow id="SequenceFlow_1r2jtal" sourceRef="CallActivity_0xf2g6c" targetRef="ScriptTask_13roglo" />
413 <bpmn:scriptTask id="ScriptTask_1ayg9y8" name="Prepare NST Selection" scriptFormat="groovy">
414 <bpmn:incoming>SequenceFlow_14c2tav</bpmn:incoming>
415 <bpmn:outgoing>SequenceFlow_02sve8o</bpmn:outgoing>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700416 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
417def css = new CreateSliceService()
hetengjiao177987a2020-09-18 10:08:26 +0800418css.prepareSelectNSTRequest(execution)</bpmn:script>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700419 </bpmn:scriptTask>
hetengjiao177987a2020-09-18 10:08:26 +0800420 <bpmn:sequenceFlow id="SequenceFlow_02sve8o" sourceRef="ScriptTask_1ayg9y8" targetRef="CallActivity_0xf2g6c" />
hetengjiao75a86282020-11-13 15:18:59 +0800421 <bpmn:subProcess id="SubProcess_1sxkpqq" name="Wait for Confim Message">
422 <bpmn:incoming>SequenceFlow_0sub2c2</bpmn:incoming>
423 <bpmn:outgoing>SequenceFlow_031cwkd</bpmn:outgoing>
424 <bpmn:startEvent id="StartEvent_1hd68zf">
425 <bpmn:outgoing>SequenceFlow_0recnor</bpmn:outgoing>
426 </bpmn:startEvent>
427 <bpmn:endEvent id="EndEvent_05npq16">
428 <bpmn:incoming>SequenceFlow_1htsa6t</bpmn:incoming>
429 </bpmn:endEvent>
430 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_1iti8re" name="Catch Confim Message">
431 <bpmn:incoming>SequenceFlow_0recnor</bpmn:incoming>
432 <bpmn:outgoing>SequenceFlow_1htsa6t</bpmn:outgoing>
433 <bpmn:messageEventDefinition id="MessageEventDefinition_1rxlviw" messageRef="Message_0c4b2r5" />
434 </bpmn:intermediateCatchEvent>
435 <bpmn:sequenceFlow id="SequenceFlow_1htsa6t" name="" sourceRef="IntermediateCatchEvent_1iti8re" targetRef="EndEvent_05npq16" />
436 <bpmn:sequenceFlow id="SequenceFlow_0recnor" name="" sourceRef="StartEvent_1hd68zf" targetRef="IntermediateCatchEvent_1iti8re" />
437 </bpmn:subProcess>
438 <bpmn:boundaryEvent id="BoundaryEvent_0xqq1ch" name="Timeout" attachedToRef="SubProcess_1sxkpqq">
439 <bpmn:outgoing>SequenceFlow_1fk2cn3</bpmn:outgoing>
440 <bpmn:timerEventDefinition id="TimerEventDefinition_0jxhpup">
441 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT2H</bpmn:timeDuration>
442 </bpmn:timerEventDefinition>
443 </bpmn:boundaryEvent>
444 <bpmn:sequenceFlow id="SequenceFlow_1fk2cn3" sourceRef="BoundaryEvent_0xqq1ch" targetRef="EndEvent_0bz8a65" />
445 <bpmn:sequenceFlow id="SequenceFlow_0sub2c2" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="SubProcess_1sxkpqq" />
446 <bpmn:sequenceFlow id="SequenceFlow_031cwkd" sourceRef="SubProcess_1sxkpqq" targetRef="ScriptTask_04qudo2" />
Harry Huang71153eb2020-02-28 10:37:02 +0800447 </bpmn:process>
Harry Huang71153eb2020-02-28 10:37:02 +0800448 <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
449 <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
hetengjiao75a86282020-11-13 15:18:59 +0800450 <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
Harry Huang71153eb2020-02-28 10:37:02 +0800451 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
hetengjiao9eba7e82020-05-13 23:08:47 +0800452 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateSliceService">
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700453 <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
hetengjiao177987a2020-09-18 10:08:26 +0800454 <di:waypoint x="684" y="965" />
455 <di:waypoint x="764" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700456 </bpmndi:BPMNEdge>
457 <bpmndi:BPMNEdge id="SequenceFlow_1aaozcg_di" bpmnElement="SequenceFlow_1aaozcg">
hetengjiao177987a2020-09-18 10:08:26 +0800458 <di:waypoint x="980" y="350" />
459 <di:waypoint x="1060" y="350" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700460 </bpmndi:BPMNEdge>
461 <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
hetengjiao177987a2020-09-18 10:08:26 +0800462 <di:waypoint x="213" y="965" />
463 <di:waypoint x="274" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700464 </bpmndi:BPMNEdge>
465 <bpmndi:BPMNEdge id="SequenceFlow_10ng1vx_di" bpmnElement="SequenceFlow_10ng1vx">
hetengjiao75a86282020-11-13 15:18:59 +0800466 <di:waypoint x="1320" y="805" />
hetengjiao177987a2020-09-18 10:08:26 +0800467 <di:waypoint x="1396" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700468 </bpmndi:BPMNEdge>
469 <bpmndi:BPMNEdge id="SequenceFlow_19lsayh_di" bpmnElement="SequenceFlow_19lsayh">
hetengjiao75a86282020-11-13 15:18:59 +0800470 <di:waypoint x="1174" y="805" />
471 <di:waypoint x="1220" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="SequenceFlow_0477975_di" bpmnElement="SequenceFlow_0477975">
hetengjiao75a86282020-11-13 15:18:59 +0800474 <di:waypoint x="1320" y="620" />
hetengjiao177987a2020-09-18 10:08:26 +0800475 <di:waypoint x="1396" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700476 </bpmndi:BPMNEdge>
477 <bpmndi:BPMNEdge id="SequenceFlow_0thd6ny_di" bpmnElement="SequenceFlow_0thd6ny">
hetengjiao75a86282020-11-13 15:18:59 +0800478 <di:waypoint x="1160" y="620" />
479 <di:waypoint x="1220" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700480 </bpmndi:BPMNEdge>
481 <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
hetengjiao177987a2020-09-18 10:08:26 +0800482 <di:waypoint x="1174" y="965" />
483 <di:waypoint x="1244" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700484 </bpmndi:BPMNEdge>
485 <bpmndi:BPMNEdge id="SequenceFlow_0lbdfmt_di" bpmnElement="SequenceFlow_0lbdfmt">
hetengjiao177987a2020-09-18 10:08:26 +0800486 <di:waypoint x="1034" y="965" />
487 <di:waypoint x="1074" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700488 </bpmndi:BPMNEdge>
489 <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
hetengjiao177987a2020-09-18 10:08:26 +0800490 <di:waypoint x="510" y="122" />
491 <di:waypoint x="564" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700492 </bpmndi:BPMNEdge>
493 <bpmndi:BPMNEdge id="SequenceFlow_11rbv41_di" bpmnElement="SequenceFlow_11rbv41">
hetengjiao177987a2020-09-18 10:08:26 +0800494 <di:waypoint x="1344" y="965" />
495 <di:waypoint x="1396" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700496 </bpmndi:BPMNEdge>
497 <bpmndi:BPMNEdge id="SequenceFlow_0klb3ey_di" bpmnElement="SequenceFlow_0klb3ey">
hetengjiao177987a2020-09-18 10:08:26 +0800498 <di:waypoint x="864" y="965" />
499 <di:waypoint x="934" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700500 </bpmndi:BPMNEdge>
501 <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
hetengjiao177987a2020-09-18 10:08:26 +0800502 <di:waypoint x="489" y="965" />
503 <di:waypoint x="584" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700504 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800505 <dc:Bounds x="529" y="947" width="18" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700506 </bpmndi:BPMNLabel>
507 </bpmndi:BPMNEdge>
508 <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
hetengjiao177987a2020-09-18 10:08:26 +0800509 <di:waypoint x="464" y="990" />
510 <di:waypoint x="464" y="1090" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700511 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800512 <dc:Bounds x="472" y="998" width="15" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700513 </bpmndi:BPMNLabel>
514 </bpmndi:BPMNEdge>
515 <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
hetengjiao177987a2020-09-18 10:08:26 +0800516 <di:waypoint x="374" y="965" />
517 <di:waypoint x="439" y="965" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700518 </bpmndi:BPMNEdge>
519 <bpmndi:BPMNEdge id="SequenceFlow_18kur12_di" bpmnElement="SequenceFlow_18kur12">
hetengjiao177987a2020-09-18 10:08:26 +0800520 <di:waypoint x="1160" y="350" />
521 <di:waypoint x="1220" y="350" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700522 </bpmndi:BPMNEdge>
523 <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
hetengjiao75a86282020-11-13 15:18:59 +0800524 <di:waypoint x="984" y="645" />
525 <di:waypoint x="984" y="805" />
526 <di:waypoint x="1074" y="805" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700527 <bpmndi:BPMNLabel>
hetengjiao75a86282020-11-13 15:18:59 +0800528 <dc:Bounds x="986" y="722" width="27" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700529 </bpmndi:BPMNLabel>
530 </bpmndi:BPMNEdge>
531 <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
hetengjiao75a86282020-11-13 15:18:59 +0800532 <di:waypoint x="1009" y="620" />
533 <di:waypoint x="1060" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700534 <bpmndi:BPMNLabel>
hetengjiao75a86282020-11-13 15:18:59 +0800535 <dc:Bounds x="998" y="602" width="42" height="14" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700536 </bpmndi:BPMNLabel>
537 </bpmndi:BPMNEdge>
538 <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
hetengjiao75a86282020-11-13 15:18:59 +0800539 <di:waypoint x="930" y="620" />
540 <di:waypoint x="959" y="620" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700541 </bpmndi:BPMNEdge>
542 <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
hetengjiao177987a2020-09-18 10:08:26 +0800543 <di:waypoint x="350" y="122" />
544 <di:waypoint x="410" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700545 </bpmndi:BPMNEdge>
546 <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
hetengjiao177987a2020-09-18 10:08:26 +0800547 <di:waypoint x="214" y="122" />
548 <di:waypoint x="250" y="122" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700549 </bpmndi:BPMNEdge>
Harry Huang71153eb2020-02-28 10:37:02 +0800550 <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
hetengjiao177987a2020-09-18 10:08:26 +0800551 <dc:Bounds x="178" y="104" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800552 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800553 <dc:Bounds x="156" y="147" width="82" height="40" />
Harry Huang71153eb2020-02-28 10:37:02 +0800554 </bpmndi:BPMNLabel>
555 </bpmndi:BPMNShape>
556 <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
hetengjiao177987a2020-09-18 10:08:26 +0800557 <dc:Bounds x="177" y="602" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800558 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800559 <dc:Bounds x="167" y="645" width="60" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800560 </bpmndi:BPMNLabel>
561 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800562 <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
hetengjiao75a86282020-11-13 15:18:59 +0800563 <dc:Bounds x="830" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800564 </bpmndi:BPMNShape>
565 <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
hetengjiao75a86282020-11-13 15:18:59 +0800566 <dc:Bounds x="959" y="595" width="50" height="50" />
Harry Huang71153eb2020-02-28 10:37:02 +0800567 <bpmndi:BPMNLabel>
hetengjiao75a86282020-11-13 15:18:59 +0800568 <dc:Bounds x="946" y="577" width="78" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800569 </bpmndi:BPMNLabel>
570 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800571 <bpmndi:BPMNShape id="CallActivity_139l55g_di" bpmnElement="CallActivity_139l55g">
hetengjiao177987a2020-09-18 10:08:26 +0800572 <dc:Bounds x="1060" y="84" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800573 </bpmndi:BPMNShape>
574 <bpmndi:BPMNShape id="IntermediateThrowEvent_1v96asi_di" bpmnElement="IntermediateThrowEvent_1v96asi">
hetengjiao177987a2020-09-18 10:08:26 +0800575 <dc:Bounds x="1402" y="332" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800576 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800577 <dc:Bounds x="1385" y="373" width="81" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800578 </bpmndi:BPMNLabel>
579 </bpmndi:BPMNShape>
580 <bpmndi:BPMNShape id="ScriptTask_0gb975b_di" bpmnElement="ScriptTask_0gb975b">
hetengjiao177987a2020-09-18 10:08:26 +0800581 <dc:Bounds x="1060" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800582 </bpmndi:BPMNShape>
583 <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
hetengjiao177987a2020-09-18 10:08:26 +0800584 <dc:Bounds x="439" y="940" width="50" height="50" />
Harry Huang71153eb2020-02-28 10:37:02 +0800585 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800586 <dc:Bounds x="434" y="910" width="60" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800587 </bpmndi:BPMNLabel>
588 </bpmndi:BPMNShape>
589 <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
hetengjiao177987a2020-09-18 10:08:26 +0800590 <dc:Bounds x="446" y="1090" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700591 </bpmndi:BPMNShape>
592 <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
hetengjiao177987a2020-09-18 10:08:26 +0800593 <dc:Bounds x="250" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700594 </bpmndi:BPMNShape>
595 <bpmndi:BPMNShape id="ServiceTask_0kd6p6p_di" bpmnElement="ServiceTask_0kd6p6p">
hetengjiao177987a2020-09-18 10:08:26 +0800596 <dc:Bounds x="564" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700597 </bpmndi:BPMNShape>
598 <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
hetengjiao177987a2020-09-18 10:08:26 +0800599 <dc:Bounds x="410" y="82" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700600 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800601 <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
hetengjiao177987a2020-09-18 10:08:26 +0800602 <dc:Bounds x="688" y="1072" width="781" height="196" />
Harry Huang71153eb2020-02-28 10:37:02 +0800603 </bpmndi:BPMNShape>
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700604 <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
hetengjiao177987a2020-09-18 10:08:26 +0800605 <di:waypoint x="1082" y="1176" />
606 <di:waypoint x="1356" y="1176" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700607 </bpmndi:BPMNEdge>
608 <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
hetengjiao177987a2020-09-18 10:08:26 +0800609 <di:waypoint x="754" y="1176" />
610 <di:waypoint x="982" y="1176" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700611 </bpmndi:BPMNEdge>
612 <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
hetengjiao177987a2020-09-18 10:08:26 +0800613 <dc:Bounds x="718" y="1158" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700614 </bpmndi:BPMNShape>
615 <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
hetengjiao177987a2020-09-18 10:08:26 +0800616 <dc:Bounds x="1356" y="1158" width="36" height="36" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700617 </bpmndi:BPMNShape>
618 <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
hetengjiao177987a2020-09-18 10:08:26 +0800619 <dc:Bounds x="982" y="1136" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700620 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800621 <bpmndi:BPMNShape id="ScriptTask_1ef3voz_di" bpmnElement="ScriptTask_1ef3voz">
hetengjiao177987a2020-09-18 10:08:26 +0800622 <dc:Bounds x="764" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800623 </bpmndi:BPMNShape>
624 <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
hetengjiao177987a2020-09-18 10:08:26 +0800625 <dc:Bounds x="1396" y="947" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800626 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800627 <dc:Bounds x="1404" y="990" width="20" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800628 </bpmndi:BPMNLabel>
629 </bpmndi:BPMNShape>
630 <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
hetengjiao177987a2020-09-18 10:08:26 +0800631 <dc:Bounds x="1074" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800632 </bpmndi:BPMNShape>
633 <bpmndi:BPMNShape id="CallActivity_0h88mep_di" bpmnElement="CallActivity_0h88mep">
hetengjiao177987a2020-09-18 10:08:26 +0800634 <dc:Bounds x="890" y="82" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800635 </bpmndi:BPMNShape>
636 <bpmndi:BPMNShape id="CallActivity_0n47zoh_di" bpmnElement="CallActivity_0n47zoh">
hetengjiao177987a2020-09-18 10:08:26 +0800637 <dc:Bounds x="1220" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800638 </bpmndi:BPMNShape>
639 <bpmndi:BPMNShape id="ScriptTask_12h8542_di" bpmnElement="ScriptTask_12h8542">
hetengjiao75a86282020-11-13 15:18:59 +0800640 <dc:Bounds x="1060" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800641 </bpmndi:BPMNShape>
642 <bpmndi:BPMNShape id="CallActivity_0o89wmf_di" bpmnElement="CallActivity_0o89wmf">
hetengjiao75a86282020-11-13 15:18:59 +0800643 <dc:Bounds x="1220" y="580" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800644 </bpmndi:BPMNShape>
645 <bpmndi:BPMNShape id="CallActivity_0jdzpem_di" bpmnElement="CallActivity_0jdzpem">
hetengjiao75a86282020-11-13 15:18:59 +0800646 <dc:Bounds x="1220" y="765" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800647 </bpmndi:BPMNShape>
648 <bpmndi:BPMNShape id="ScriptTask_1mscu5w_di" bpmnElement="ScriptTask_1mscu5w">
hetengjiao75a86282020-11-13 15:18:59 +0800649 <dc:Bounds x="1074" y="765" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800650 </bpmndi:BPMNShape>
651 <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
hetengjiao177987a2020-09-18 10:08:26 +0800652 <dc:Bounds x="177" y="947" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800653 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800654 <dc:Bounds x="167" y="990" width="66" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800655 </bpmndi:BPMNLabel>
656 </bpmndi:BPMNShape>
657 <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
hetengjiao177987a2020-09-18 10:08:26 +0800658 <dc:Bounds x="1396" y="602" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800659 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800660 <dc:Bounds x="1389" y="643" width="67" height="27" />
Harry Huang71153eb2020-02-28 10:37:02 +0800661 </bpmndi:BPMNLabel>
662 </bpmndi:BPMNShape>
663 <bpmndi:BPMNShape id="CallActivity_15pl4ld_di" bpmnElement="CallActivity_15pl4ld">
hetengjiao177987a2020-09-18 10:08:26 +0800664 <dc:Bounds x="934" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800665 </bpmndi:BPMNShape>
666 <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
hetengjiao177987a2020-09-18 10:08:26 +0800667 <dc:Bounds x="1396" y="787" width="36" height="36" />
Harry Huang71153eb2020-02-28 10:37:02 +0800668 <bpmndi:BPMNLabel>
hetengjiao177987a2020-09-18 10:08:26 +0800669 <dc:Bounds x="1404" y="830" width="20" height="14" />
Harry Huang71153eb2020-02-28 10:37:02 +0800670 </bpmndi:BPMNLabel>
671 </bpmndi:BPMNShape>
672 <bpmndi:BPMNShape id="ServiceTask_0esr949_di" bpmnElement="ServiceTask_0esr949">
hetengjiao177987a2020-09-18 10:08:26 +0800673 <dc:Bounds x="1244" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800674 </bpmndi:BPMNShape>
675 <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
hetengjiao177987a2020-09-18 10:08:26 +0800676 <dc:Bounds x="274" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800677 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800678 <bpmndi:BPMNShape id="CallActivity_0v4mw2x_di" bpmnElement="CallActivity_0v4mw2x">
hetengjiao177987a2020-09-18 10:08:26 +0800679 <dc:Bounds x="880" y="310" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800680 </bpmndi:BPMNShape>
Harry Huang71153eb2020-02-28 10:37:02 +0800681 <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
hetengjiao177987a2020-09-18 10:08:26 +0800682 <dc:Bounds x="584" y="925" width="100" height="80" />
Harry Huang71153eb2020-02-28 10:37:02 +0800683 </bpmndi:BPMNShape>
hetengjiao177987a2020-09-18 10:08:26 +0800684 <bpmndi:BPMNShape id="ScriptTask_09mxr0w_di" bpmnElement="ScriptTask_09mxr0w">
685 <dc:Bounds x="1230" y="84" width="100" height="80" />
Priyadharshinieb6d3d32020-08-27 04:05:09 -0700686 </bpmndi:BPMNShape>
hetengjiao177987a2020-09-18 10:08:26 +0800687 <bpmndi:BPMNShape id="ScriptTask_1ac05ww_di" bpmnElement="ScriptTask_1ac05ww">
688 <dc:Bounds x="720" y="82" width="100" height="80" />
689 </bpmndi:BPMNShape>
690 <bpmndi:BPMNEdge id="SequenceFlow_0xmvg4v_di" bpmnElement="SequenceFlow_0xmvg4v">
691 <di:waypoint x="664" y="122" />
692 <di:waypoint x="720" y="122" />
693 </bpmndi:BPMNEdge>
694 <bpmndi:BPMNEdge id="SequenceFlow_1x4n7an_di" bpmnElement="SequenceFlow_1x4n7an">
695 <di:waypoint x="820" y="122" />
696 <di:waypoint x="890" y="122" />
697 </bpmndi:BPMNEdge>
698 <bpmndi:BPMNEdge id="SequenceFlow_1dfon41_di" bpmnElement="SequenceFlow_1dfon41">
699 <di:waypoint x="990" y="122" />
700 <di:waypoint x="1060" y="122" />
701 </bpmndi:BPMNEdge>
702 <bpmndi:BPMNEdge id="SequenceFlow_0jhqtls_di" bpmnElement="SequenceFlow_0jhqtls">
703 <di:waypoint x="1160" y="124" />
704 <di:waypoint x="1230" y="124" />
705 </bpmndi:BPMNEdge>
706 <bpmndi:BPMNShape id="IntermediateCatchEvent_0gceuxu_di" bpmnElement="IntermediateCatchEvent_0gceuxu">
707 <dc:Bounds x="168" y="332" width="36" height="36" />
708 <bpmndi:BPMNLabel>
709 <dc:Bounds x="161" y="375" width="60" height="27" />
710 </bpmndi:BPMNLabel>
711 </bpmndi:BPMNShape>
712 <bpmndi:BPMNEdge id="SequenceFlow_14c2tav_di" bpmnElement="SequenceFlow_14c2tav">
713 <di:waypoint x="204" y="350" />
714 <di:waypoint x="310" y="350" />
715 </bpmndi:BPMNEdge>
716 <bpmndi:BPMNEdge id="SequenceFlow_00kcej9_di" bpmnElement="SequenceFlow_00kcej9">
717 <di:waypoint x="1320" y="350" />
718 <di:waypoint x="1402" y="350" />
719 </bpmndi:BPMNEdge>
hetengjiao177987a2020-09-18 10:08:26 +0800720 <bpmndi:BPMNShape id="IntermediateThrowEvent_0lpvnze_di" bpmnElement="IntermediateThrowEvent_0lpvnze">
721 <dc:Bounds x="1402" y="106" width="36" height="36" />
722 <bpmndi:BPMNLabel>
723 <dc:Bounds x="1382" y="147" width="87" height="27" />
724 </bpmndi:BPMNLabel>
725 </bpmndi:BPMNShape>
726 <bpmndi:BPMNEdge id="SequenceFlow_12wo878_di" bpmnElement="SequenceFlow_12wo878">
727 <di:waypoint x="1330" y="124" />
728 <di:waypoint x="1402" y="124" />
729 </bpmndi:BPMNEdge>
730 <bpmndi:BPMNShape id="ScriptTask_13roglo_di" bpmnElement="ScriptTask_13roglo">
731 <dc:Bounds x="710" y="310" width="100" height="80" />
732 </bpmndi:BPMNShape>
733 <bpmndi:BPMNEdge id="SequenceFlow_1f6dyxo_di" bpmnElement="SequenceFlow_1f6dyxo">
734 <di:waypoint x="810" y="350" />
735 <di:waypoint x="880" y="350" />
736 </bpmndi:BPMNEdge>
hetengjiao177987a2020-09-18 10:08:26 +0800737 <bpmndi:BPMNShape id="EndEvent_0bz8a65_di" bpmnElement="EndEvent_0bz8a65">
hetengjiao75a86282020-11-13 15:18:59 +0800738 <dc:Bounds x="354" y="772" width="36" height="36" />
hetengjiao177987a2020-09-18 10:08:26 +0800739 </bpmndi:BPMNShape>
hetengjiao177987a2020-09-18 10:08:26 +0800740 <bpmndi:BPMNShape id="ScriptTask_04qudo2_di" bpmnElement="ScriptTask_04qudo2">
hetengjiao75a86282020-11-13 15:18:59 +0800741 <dc:Bounds x="550" y="580" width="100" height="80" />
hetengjiao177987a2020-09-18 10:08:26 +0800742 </bpmndi:BPMNShape>
743 <bpmndi:BPMNEdge id="SequenceFlow_0ti386y_di" bpmnElement="SequenceFlow_0ti386y">
hetengjiao75a86282020-11-13 15:18:59 +0800744 <di:waypoint x="650" y="620" />
745 <di:waypoint x="688" y="620" />
hetengjiao177987a2020-09-18 10:08:26 +0800746 </bpmndi:BPMNEdge>
747 <bpmndi:BPMNShape id="CallActivity_1vu3zcv_di" bpmnElement="CallActivity_1vu3zcv">
hetengjiao75a86282020-11-13 15:18:59 +0800748 <dc:Bounds x="688" y="580" width="100" height="80" />
hetengjiao177987a2020-09-18 10:08:26 +0800749 </bpmndi:BPMNShape>
750 <bpmndi:BPMNEdge id="SequenceFlow_1whq7vc_di" bpmnElement="SequenceFlow_1whq7vc">
hetengjiao75a86282020-11-13 15:18:59 +0800751 <di:waypoint x="788" y="620" />
752 <di:waypoint x="830" y="620" />
hetengjiao177987a2020-09-18 10:08:26 +0800753 </bpmndi:BPMNEdge>
754 <bpmndi:BPMNShape id="CallActivity_0xf2g6c_di" bpmnElement="CallActivity_0xf2g6c">
755 <dc:Bounds x="520" y="310" width="100" height="80" />
756 </bpmndi:BPMNShape>
757 <bpmndi:BPMNEdge id="SequenceFlow_1r2jtal_di" bpmnElement="SequenceFlow_1r2jtal">
758 <di:waypoint x="620" y="350" />
759 <di:waypoint x="710" y="350" />
760 </bpmndi:BPMNEdge>
761 <bpmndi:BPMNShape id="ScriptTask_1ayg9y8_di" bpmnElement="ScriptTask_1ayg9y8">
762 <dc:Bounds x="310" y="310" width="100" height="80" />
763 </bpmndi:BPMNShape>
764 <bpmndi:BPMNEdge id="SequenceFlow_02sve8o_di" bpmnElement="SequenceFlow_02sve8o">
765 <di:waypoint x="410" y="350" />
766 <di:waypoint x="520" y="350" />
767 </bpmndi:BPMNEdge>
hetengjiao75a86282020-11-13 15:18:59 +0800768 <bpmndi:BPMNShape id="SubProcess_1sxkpqq_di" bpmnElement="SubProcess_1sxkpqq" isExpanded="true">
769 <dc:Bounds x="240" y="540" width="280" height="160" />
770 </bpmndi:BPMNShape>
771 <bpmndi:BPMNShape id="BoundaryEvent_0xqq1ch_di" bpmnElement="BoundaryEvent_0xqq1ch">
772 <dc:Bounds x="354" y="682" width="36" height="36" />
773 <bpmndi:BPMNLabel>
774 <dc:Bounds x="395" y="712" width="40" height="14" />
775 </bpmndi:BPMNLabel>
776 </bpmndi:BPMNShape>
777 <bpmndi:BPMNShape id="StartEvent_1hd68zf_di" bpmnElement="StartEvent_1hd68zf">
778 <dc:Bounds x="272" y="602" width="36" height="36" />
779 </bpmndi:BPMNShape>
780 <bpmndi:BPMNShape id="EndEvent_05npq16_di" bpmnElement="EndEvent_05npq16">
781 <dc:Bounds x="460" y="602" width="36" height="36" />
782 </bpmndi:BPMNShape>
783 <bpmndi:BPMNShape id="IntermediateCatchEvent_1iti8re_di" bpmnElement="IntermediateCatchEvent_1iti8re">
784 <dc:Bounds x="367" y="602" width="36" height="36" />
785 <bpmndi:BPMNLabel>
786 <dc:Bounds x="353" y="644" width="67" height="27" />
787 </bpmndi:BPMNLabel>
788 </bpmndi:BPMNShape>
789 <bpmndi:BPMNEdge id="SequenceFlow_1htsa6t_di" bpmnElement="SequenceFlow_1htsa6t">
790 <di:waypoint x="403" y="620" />
791 <di:waypoint x="460" y="620" />
792 </bpmndi:BPMNEdge>
793 <bpmndi:BPMNEdge id="SequenceFlow_0recnor_di" bpmnElement="SequenceFlow_0recnor">
794 <di:waypoint x="308" y="620" />
795 <di:waypoint x="367" y="620" />
796 </bpmndi:BPMNEdge>
797 <bpmndi:BPMNEdge id="SequenceFlow_1fk2cn3_di" bpmnElement="SequenceFlow_1fk2cn3">
798 <di:waypoint x="372" y="718" />
799 <di:waypoint x="372" y="772" />
800 </bpmndi:BPMNEdge>
801 <bpmndi:BPMNEdge id="SequenceFlow_0sub2c2_di" bpmnElement="SequenceFlow_0sub2c2">
802 <di:waypoint x="213" y="620" />
803 <di:waypoint x="240" y="620" />
804 </bpmndi:BPMNEdge>
805 <bpmndi:BPMNEdge id="SequenceFlow_031cwkd_di" bpmnElement="SequenceFlow_031cwkd">
806 <di:waypoint x="520" y="620" />
807 <di:waypoint x="550" y="620" />
808 </bpmndi:BPMNEdge>
Harry Huang71153eb2020-02-28 10:37:02 +0800809 </bpmndi:BPMNPlane>
810 </bpmndi:BPMNDiagram>
811</bpmn:definitions>