blob: f27794a3892705948080f93a727083a586cf8772 [file] [log] [blame]
Harry Huang71153eb2020-02-28 10:37:02 +08001<?xml version="1.0" encoding="UTF-8"?>
hetengjiao9eba7e82020-05-13 23:08:47 +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">
3 <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">
8 <bpmn:outgoing>SequenceFlow_1fk37v7</bpmn:outgoing>
9 <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">
19 <bpmn:incoming>SequenceFlow_1cv0wop</bpmn:incoming>
20 <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>
30 <bpmn:scriptTask id="ScriptTask_0l3d1ai" name="Process Decomposition" scriptFormat="groovy">
31 <bpmn:incoming>SequenceFlow_1t19ips</bpmn:incoming>
32 <bpmn:outgoing>SequenceFlow_0jrclmc</bpmn:outgoing>
33 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
34def css = new CreateSliceService()
35css.processDecomposition(execution)</bpmn:script>
36 </bpmn:scriptTask>
37 <bpmn:scriptTask id="ScriptTask_1eo3m4q" name="Get NST Selection" scriptFormat="groovy">
38 <bpmn:incoming>SequenceFlow_046irye</bpmn:incoming>
39 <bpmn:outgoing>SequenceFlow_1o23s0i</bpmn:outgoing>
40 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
41def css = new CreateSliceService()
42css.getNSTSelection(execution)</bpmn:script>
43 </bpmn:scriptTask>
44 <bpmn:callActivity id="CallActivity_139l55g" name="Call DoCreateSliceServiceInstance&#10;" calledElement="DoCreateSliceServiceInstance">
45 <bpmn:extensionElements>
46 <camunda:in source="msoRequestId" target="msoRequestId" />
47 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
48 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
49 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
50 <camunda:in source="productFamilyId" target="productFamilyId" />
51 <camunda:in source="serviceInputParams" target="serviceInputParams" />
52 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
53 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
54 <camunda:in source="serviceType" target="serviceType" />
55 <camunda:in source="uuiRequest" target="uuiRequest" />
56 <camunda:in source="requestAction" target="operationType" />
57 <camunda:in source="operationId" target="operationId" />
58 <camunda:in source="serviceProfile" target="serviceProfile" />
59 <camunda:in source="sliceProfileTn" target="sliceProfileTn" />
60 <camunda:in source="sliceProfileCn" target="sliceProfileCn" />
61 <camunda:in source="sliceProfileAn" target="sliceProfileAn" />
62 <camunda:in source="sliceServiceDecomposition" target="sliceServiceDecomposition" />
63 <camunda:out source="WorkflowException" target="WorkflowException" />
64 <camunda:out source="rollbackData" target="rollbackData" />
65 <camunda:out source="rolledBack" target="rolledBack" />
66 <camunda:out source="allottedResourceId" target="allottedResourceId" />
67 <camunda:out source="serviceInstanceData" target="serviceInstanceData" />
68 </bpmn:extensionElements>
69 <bpmn:incoming>SequenceFlow_1p8vxo5</bpmn:incoming>
70 <bpmn:outgoing>SequenceFlow_1g8m7tq</bpmn:outgoing>
71 </bpmn:callActivity>
72 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1v96asi" name="Goto Waiting for Confirmation">
73 <bpmn:incoming>SequenceFlow_0it2g9j</bpmn:incoming>
74 <bpmn:linkEventDefinition id="LinkEventDefinition_0uj34dx" name="WaitingForConfirmation" />
75 </bpmn:intermediateThrowEvent>
76 <bpmn:scriptTask id="ScriptTask_0gb975b" name="Prepare Update Orchestration Task" scriptFormat="groovy">
77 <bpmn:incoming>SequenceFlow_1aaozcg</bpmn:incoming>
78 <bpmn:outgoing>SequenceFlow_18kur12</bpmn:outgoing>
79 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
80execution.setVariable("taskStatus", "WaitingToConfirm")
81def css = new CreateSliceService()
82css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
83 </bpmn:scriptTask>
84 <bpmn:exclusiveGateway id="ExclusiveGateway_18eld2o" name="Is Slice Successful?" default="SequenceFlow_1c6ka9h">
85 <bpmn:incoming>SequenceFlow_0mlrlbv</bpmn:incoming>
86 <bpmn:outgoing>SequenceFlow_1c6ka9h</bpmn:outgoing>
87 <bpmn:outgoing>SequenceFlow_0n4xku8</bpmn:outgoing>
88 </bpmn:exclusiveGateway>
89 <bpmn:endEvent id="EndEvent_0x406rw">
90 <bpmn:incoming>SequenceFlow_1c6ka9h</bpmn:incoming>
91 <bpmn:errorEventDefinition id="ErrorEventDefinition_0mlneuw" errorRef="Error_03akl5v" />
92 </bpmn:endEvent>
93 <bpmn:subProcess id="SubProcess_1yv9i68" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
94 <bpmn:startEvent id="StartEvent_1omdx56">
95 <bpmn:outgoing>SequenceFlow_1w67v6s</bpmn:outgoing>
96 <bpmn:errorEventDefinition id="ErrorEventDefinition_06xcioh" />
97 </bpmn:startEvent>
98 <bpmn:endEvent id="EndEvent_1jx3026">
99 <bpmn:incoming>SequenceFlow_08mlzwz</bpmn:incoming>
100 </bpmn:endEvent>
101 <bpmn:scriptTask id="ScriptTask_1swzdpw" name="Handle Unexpected Error" scriptFormat="groovy">
102 <bpmn:incoming>SequenceFlow_1w67v6s</bpmn:incoming>
103 <bpmn:outgoing>SequenceFlow_08mlzwz</bpmn:outgoing>
104 <bpmn:script>import org.onap.so.bpmn.common.scripts.*
105ExceptionUtil ex = new ExceptionUtil()
106ex.processJavaException(execution)</bpmn:script>
107 </bpmn:scriptTask>
108 <bpmn:sequenceFlow id="SequenceFlow_1w67v6s" sourceRef="StartEvent_1omdx56" targetRef="ScriptTask_1swzdpw" />
109 <bpmn:sequenceFlow id="SequenceFlow_08mlzwz" sourceRef="ScriptTask_1swzdpw" targetRef="EndEvent_1jx3026" />
110 </bpmn:subProcess>
111 <bpmn:scriptTask id="ScriptTask_1ef3voz" name="Prepare Update Orchestration Task" scriptFormat="groovy">
112 <bpmn:incoming>SequenceFlow_0kixzdj</bpmn:incoming>
113 <bpmn:outgoing>SequenceFlow_0klb3ey</bpmn:outgoing>
114 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
115execution.setVariable("taskStatus", "Completed")
116def css = new CreateSliceService()
117css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
118 </bpmn:scriptTask>
119 <bpmn:endEvent id="EndEvent_05h01gx" name="End">
120 <bpmn:incoming>SequenceFlow_11rbv41</bpmn:incoming>
121 </bpmn:endEvent>
122 <bpmn:scriptTask id="ScriptTask_1xxag1o" name="Init Service Operation Status" scriptFormat="groovy">
123 <bpmn:incoming>SequenceFlow_07e12rt</bpmn:incoming>
124 <bpmn:outgoing>SequenceFlow_0t094g7</bpmn:outgoing>
125 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
126def css = new CreateSliceService()
127css.prepareInitServiceOperationStatus(execution)</bpmn:script>
128 </bpmn:scriptTask>
129 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1ex8ke9" name="Goto Create Slice Service">
130 <bpmn:incoming>SequenceFlow_0jrclmc</bpmn:incoming>
131 <bpmn:linkEventDefinition id="LinkEventDefinition_0de65en" name="CreateSliceService" />
132 </bpmn:intermediateThrowEvent>
133 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_1wii8im" name="Create Slice Service">
134 <bpmn:outgoing>SequenceFlow_1o1tu0f</bpmn:outgoing>
135 <bpmn:linkEventDefinition id="LinkEventDefinition_1krpcdk" name="CreateSliceService" />
136 </bpmn:intermediateCatchEvent>
137 <bpmn:scriptTask id="ScriptTask_1ssh2l9" name="Prepare Update Service Oper Status((finish)" scriptFormat="groovy">
138 <bpmn:incoming>SequenceFlow_0lbdfmt</bpmn:incoming>
139 <bpmn:outgoing>SequenceFlow_1qv8qw1</bpmn:outgoing>
140 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
141execution.setVariable("operationProgress", "100")
142execution.setVariable("operationResult", "finished")
143execution.setVariable("operationReason", "Slice completed")
144def css = new CreateSliceService()
145css.prepareUpdateServiceOperationStatus(execution)</bpmn:script>
146 </bpmn:scriptTask>
147 <bpmn:serviceTask id="ServiceTask_0kd6p6p" name="Update Service Operation Status">
148 <bpmn:extensionElements>
149 <camunda:connector>
150 <camunda:inputOutput>
151 <camunda:inputParameter name="url">${CSSOS_dbAdapterEndpoint}</camunda:inputParameter>
152 <camunda:inputParameter name="headers">
153 <camunda:script scriptFormat="groovy">execution.getVariable("CSSOS_headerMap")</camunda:script>
154 </camunda:inputParameter>
155 <camunda:inputParameter name="payload">${CSSOS_updateServiceOperStatusRequest}</camunda:inputParameter>
156 <camunda:inputParameter name="method">POST</camunda:inputParameter>
157 <camunda:outputParameter name="CSSOS_dbResponseCode">${statusCode}</camunda:outputParameter>
158 <camunda:outputParameter name="CSSOS_dbResponse">${response}</camunda:outputParameter>
159 </camunda:inputOutput>
160 <camunda:connectorId>http-connector</camunda:connectorId>
161 </camunda:connector>
162 </bpmn:extensionElements>
163 <bpmn:incoming>SequenceFlow_0t094g7</bpmn:incoming>
164 <bpmn:outgoing>SequenceFlow_046irye</bpmn:outgoing>
165 </bpmn:serviceTask>
166 <bpmn:callActivity id="CallActivity_1bnkmaz" name="Call Decompose Service" calledElement="DecomposeService">
167 <bpmn:extensionElements>
168 <camunda:in source="msoRequestId" target="msoRequestId" />
169 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
170 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
171 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
172 <camunda:out source="serviceDecomposition" target="sliceServiceDecomposition" />
173 <camunda:out source="WorkflowException" target="WorkflowException" />
174 </bpmn:extensionElements>
175 <bpmn:incoming>SequenceFlow_0q7yc2c</bpmn:incoming>
176 <bpmn:outgoing>SequenceFlow_1t19ips</bpmn:outgoing>
177 </bpmn:callActivity>
178 <bpmn:scriptTask id="ScriptTask_0o2r07o" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
179 <bpmn:incoming>SequenceFlow_1o23s0i</bpmn:incoming>
180 <bpmn:outgoing>SequenceFlow_0q7yc2c</bpmn:outgoing>
181 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
182def dcsi= new CreateSliceService()
183dcsi.prepareDecomposeService(execution)</bpmn:script>
184 </bpmn:scriptTask>
185 <bpmn:scriptTask id="ScriptTask_0b7senu" name="Prepare Create OrchestrationTask" scriptFormat="groovy">
186 <bpmn:incoming>SequenceFlow_1o1tu0f</bpmn:incoming>
187 <bpmn:outgoing>SequenceFlow_1sq6kp6</bpmn:outgoing>
188 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
189def css= new CreateSliceService()
190css.prepareCreateOrchestrationTask(execution)</bpmn:script>
191 </bpmn:scriptTask>
192 <bpmn:callActivity id="CallActivity_0h88mep" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
193 <bpmn:extensionElements>
194 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
195 <camunda:out source="response" target="CSSOT_dbResponse" />
196 <camunda:in source="CSSOT_taskId" target="taskId" />
197 <camunda:in source="msoRequestId" target="requestId" />
198 <camunda:in source="CSSOT_name" target="taskName" />
199 <camunda:in source="CSSOT_status" target="taskStatus" />
200 <camunda:in source="CSSOT_isManual" target="isManual" />
201 <camunda:in source="CSSOT_paramJson" target="paramJson" />
202 <camunda:in source="CSSOT_requestMethod" target="method" />
203 </bpmn:extensionElements>
204 <bpmn:incoming>SequenceFlow_1sq6kp6</bpmn:incoming>
205 <bpmn:outgoing>SequenceFlow_1p8vxo5</bpmn:outgoing>
206 </bpmn:callActivity>
207 <bpmn:callActivity id="CallActivity_0n47zoh" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
208 <bpmn:extensionElements>
209 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
210 <camunda:out source="response" target="CSSOT_dbResponse" />
211 <camunda:in source="CSSOT_taskId" target="taskId" />
212 <camunda:in source="msoRequestId" target="requestId" />
213 <camunda:in source="CSSOT_name" target="taskName" />
214 <camunda:in source="CSSOT_status" target="taskStatus" />
215 <camunda:in source="CSSOT_isManual" target="isManual" />
216 <camunda:in source="CSSOT_paramJson" target="paramJson" />
217 <camunda:in source="CSSOT_requestMethod" target="method" />
218 </bpmn:extensionElements>
219 <bpmn:incoming>SequenceFlow_18kur12</bpmn:incoming>
220 <bpmn:outgoing>SequenceFlow_0it2g9j</bpmn:outgoing>
221 </bpmn:callActivity>
222 <bpmn:scriptTask id="ScriptTask_12h8542" name="Prepare Update Orchestration Task" scriptFormat="groovy">
223 <bpmn:incoming>SequenceFlow_12t5exy</bpmn:incoming>
224 <bpmn:outgoing>SequenceFlow_0thd6ny</bpmn:outgoing>
225 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
226execution.setVariable("taskStatus", "Creating")
227def css = new CreateSliceService()
228css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
229 </bpmn:scriptTask>
230 <bpmn:callActivity id="CallActivity_0o89wmf" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
231 <bpmn:extensionElements>
232 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
233 <camunda:out source="response" target="CSSOT_dbResponse" />
234 <camunda:in source="CSSOT_taskId" target="taskId" />
235 <camunda:in source="msoRequestId" target="requestId" />
236 <camunda:in source="CSSOT_name" target="taskName" />
237 <camunda:in source="CSSOT_status" target="taskStatus" />
238 <camunda:in source="CSSOT_isManual" target="isManual" />
239 <camunda:in source="CSSOT_paramJson" target="paramJson" />
240 <camunda:in source="CSSOT_requestMethod" target="method" />
241 </bpmn:extensionElements>
242 <bpmn:incoming>SequenceFlow_0thd6ny</bpmn:incoming>
243 <bpmn:outgoing>SequenceFlow_0477975</bpmn:outgoing>
244 </bpmn:callActivity>
245 <bpmn:callActivity id="CallActivity_0g98b71" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
246 <bpmn:extensionElements>
247 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
248 <camunda:out source="response" target="CSSOT_dbResponse" />
249 <camunda:in source="CSSOT_taskId" target="taskId" />
250 <camunda:in source="msoRequestId" target="requestId" />
251 <camunda:in source="CSSOT_name" target="taskName" />
252 <camunda:in source="CSSOT_status" target="taskStatus" />
253 <camunda:in source="CSSOT_isManual" target="isManual" />
254 <camunda:in source="CSSOT_paramJson" target="paramJson" />
255 <camunda:in source="CSSOT_requestMethod" target="method" />
256 </bpmn:extensionElements>
257 <bpmn:incoming>SequenceFlow_0h2oree</bpmn:incoming>
258 <bpmn:outgoing>SequenceFlow_1cv0wop</bpmn:outgoing>
259 </bpmn:callActivity>
260 <bpmn:scriptTask id="ScriptTask_08wim95" name="Prepare Get User Options" scriptFormat="groovy">
261 <bpmn:incoming>SequenceFlow_16uz2t9</bpmn:incoming>
262 <bpmn:outgoing>SequenceFlow_0h2oree</bpmn:outgoing>
263 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
264def css = new CreateSliceService()
265css.prepareGetUserOptions(execution)</bpmn:script>
266 </bpmn:scriptTask>
267 <bpmn:callActivity id="CallActivity_0jdzpem" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
268 <bpmn:extensionElements>
269 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
270 <camunda:out source="response" target="CSSOT_dbResponse" />
271 <camunda:in source="CSSOT_taskId" target="taskId" />
272 <camunda:in source="msoRequestId" target="requestId" />
273 <camunda:in source="CSSOT_name" target="taskName" />
274 <camunda:in source="CSSOT_status" target="taskStatus" />
275 <camunda:in source="CSSOT_isManual" target="isManual" />
276 <camunda:in source="CSSOT_paramJson" target="paramJson" />
277 <camunda:in source="CSSOT_requestMethod" target="method" />
278 </bpmn:extensionElements>
279 <bpmn:incoming>SequenceFlow_19lsayh</bpmn:incoming>
280 <bpmn:outgoing>SequenceFlow_10ng1vx</bpmn:outgoing>
281 </bpmn:callActivity>
282 <bpmn:scriptTask id="ScriptTask_1mscu5w" name="Prepare Update Orchestration Task" scriptFormat="groovy">
283 <bpmn:incoming>SequenceFlow_038lb9m</bpmn:incoming>
284 <bpmn:outgoing>SequenceFlow_19lsayh</bpmn:outgoing>
285 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
286execution.setVariable("taskStatus", "Aborted")
287def css = new CreateSliceService()
288css.prepareUpdateOrchestrationTask(execution)</bpmn:script>
289 </bpmn:scriptTask>
290 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0pkvfun" name="Allocate Slice">
291 <bpmn:outgoing>SequenceFlow_1bevt3a</bpmn:outgoing>
292 <bpmn:linkEventDefinition id="LinkEventDefinition_1vlfclx" name="AllocateSlice" />
293 </bpmn:intermediateCatchEvent>
294 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0ktwpki" name="Goto Allocate Slice">
295 <bpmn:incoming>SequenceFlow_0477975</bpmn:incoming>
296 <bpmn:linkEventDefinition id="LinkEventDefinition_16f2ri9" name="AllocateSlice" />
297 </bpmn:intermediateThrowEvent>
298 <bpmn:callActivity id="CallActivity_15pl4ld" name="Call HandleOrchestrationTask" calledElement="HandleOrchestrationTask">
299 <bpmn:extensionElements>
300 <camunda:out source="statusCode" target="CSSOT_dbResponseCode" />
301 <camunda:out source="response" target="CSSOT_dbResponse" />
302 <camunda:in source="CSSOT_taskId" target="taskId" />
303 <camunda:in source="msoRequestId" target="requestId" />
304 <camunda:in source="CSSOT_name" target="taskName" />
305 <camunda:in source="CSSOT_status" target="taskStatus" />
306 <camunda:in source="CSSOT_isManual" target="isManual" />
307 <camunda:in source="CSSOT_paramJson" target="paramJson" />
308 <camunda:in source="CSSOT_requestMethod" target="method" />
309 </bpmn:extensionElements>
310 <bpmn:incoming>SequenceFlow_0klb3ey</bpmn:incoming>
311 <bpmn:outgoing>SequenceFlow_0lbdfmt</bpmn:outgoing>
312 </bpmn:callActivity>
313 <bpmn:endEvent id="EndEvent_1oouvuh" name="End">
314 <bpmn:incoming>SequenceFlow_10ng1vx</bpmn:incoming>
315 </bpmn:endEvent>
316 <bpmn:serviceTask id="ServiceTask_0esr949" name="Update Service Operation Status">
317 <bpmn:extensionElements>
318 <camunda:connector>
319 <camunda:inputOutput>
320 <camunda:inputParameter name="url">${CSSOS_dbAdapterEndpoint}</camunda:inputParameter>
321 <camunda:inputParameter name="headers">
322 <camunda:script scriptFormat="groovy">execution.getVariable("CSSOS_headerMap")</camunda:script>
323 </camunda:inputParameter>
324 <camunda:inputParameter name="payload">${CSSOS_updateServiceOperStatusRequest}</camunda:inputParameter>
325 <camunda:inputParameter name="method">POST</camunda:inputParameter>
326 <camunda:outputParameter name="CSSOS_dbResponseCode">${statusCode}</camunda:outputParameter>
327 <camunda:outputParameter name="CSSOS_dbResponse">${response}</camunda:outputParameter>
328 </camunda:inputOutput>
329 <camunda:connectorId>http-connector</camunda:connectorId>
330 </camunda:connector>
331 </bpmn:extensionElements>
332 <bpmn:incoming>SequenceFlow_1qv8qw1</bpmn:incoming>
333 <bpmn:outgoing>SequenceFlow_11rbv41</bpmn:outgoing>
334 </bpmn:serviceTask>
335 <bpmn:scriptTask id="ScriptTask_1jj846g" name="Send Sync Ack Response" scriptFormat="groovy">
336 <bpmn:incoming>SequenceFlow_1g8m7tq</bpmn:incoming>
337 <bpmn:outgoing>SequenceFlow_1ey6m1e</bpmn:outgoing>
338 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
339def css = new CreateSliceService()
340css.sendSyncResponse(execution)</bpmn:script>
341 </bpmn:scriptTask>
342 <bpmn:callActivity id="CallActivity_0cxst1i" name="Call DoAllocateNSIandNSSI&#10;" calledElement="DoAllocateNSIandNSSI">
343 <bpmn:extensionElements>
344 <camunda:in source="msoRequestId" target="msoRequestId" />
345 <camunda:in source="serviceInstanceId" target="sliceServiceInstanceId" />
346 <camunda:in source="serviceInstanceName" target="sliceServiceInstanceName" />
347 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
348 <camunda:in source="productFamilyId" target="productFamilyId" />
349 <camunda:in source="disableRollback" target="disableRollback" />
350 <camunda:in source="serviceInputParams" target="serviceInputParams" />
351 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
352 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
353 <camunda:in source="serviceType" target="serviceType" />
354 <camunda:in source="uuiRequest" target="uuiRequest" />
355 <camunda:in source="requestAction" target="operationType" />
356 <camunda:in source="operationId" target="operationId" />
357 <camunda:in source="serviceProfile" target="serviceProfile" />
358 <camunda:in source="sliceProfileTn" target="sliceProfileTn" />
359 <camunda:in source="sliceProfileCn" target="sliceProfileCn" />
360 <camunda:in source="sliceProfileAn" target="sliceProfileAn" />
361 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
362 <camunda:in source="CSSOT_taskId" target="taskId" />
363 <camunda:in source="CSSOT_name" target="taskName" />
364 <camunda:in source="CSSOT_status" target="taskStatus" />
365 <camunda:in source="CSSOT_isManual" target="isManual" />
366 <camunda:in source="resourceSharingLevel" target="resourceSharingLevel" />
367 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
368 <camunda:out source="WorkflowException" target="WorkflowException" />
369 <camunda:out source="rollbackData" target="rollbackData" />
370 <camunda:out source="rolledBack" target="rolledBack" />
371 <camunda:in source="allottedResourceId" target="allottedResourceId" />
hetengjiao9eba7e82020-05-13 23:08:47 +0800372 <camunda:in source="nstSolution" target="nstSolution" />
Harry Huang71153eb2020-02-28 10:37:02 +0800373 </bpmn:extensionElements>
374 <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming>
375 <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing>
376 </bpmn:callActivity>
377 <bpmn:endEvent id="EndEvent_0bh0kwx">
378 <bpmn:incoming>SequenceFlow_12qt5ci</bpmn:incoming>
379 <bpmn:errorEventDefinition id="ErrorEventDefinition_1xa66sx" errorRef="Error_0p2naox" />
380 </bpmn:endEvent>
381 <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
382 <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
383 <bpmn:sequenceFlow id="SequenceFlow_1cv0wop" sourceRef="CallActivity_0g98b71" targetRef="ScriptTask_1jgtb0y" />
384 <bpmn:sequenceFlow id="SequenceFlow_197cm2e" sourceRef="ScriptTask_1jgtb0y" targetRef="ExclusiveGateway_0elbczl" />
385 <bpmn:sequenceFlow id="SequenceFlow_12t5exy" name="continue" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_12h8542">
386 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("taskAction") == "commit"}</bpmn:conditionExpression>
387 </bpmn:sequenceFlow>
388 <bpmn:sequenceFlow id="SequenceFlow_038lb9m" name="abort" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_1mscu5w" />
389 <bpmn:sequenceFlow id="SequenceFlow_1t19ips" sourceRef="CallActivity_1bnkmaz" targetRef="ScriptTask_0l3d1ai" />
390 <bpmn:sequenceFlow id="SequenceFlow_1p8vxo5" sourceRef="CallActivity_0h88mep" targetRef="CallActivity_139l55g" />
391 <bpmn:sequenceFlow id="SequenceFlow_1g8m7tq" sourceRef="CallActivity_139l55g" targetRef="ScriptTask_1jj846g" />
392 <bpmn:sequenceFlow id="SequenceFlow_0it2g9j" sourceRef="CallActivity_0n47zoh" targetRef="IntermediateThrowEvent_1v96asi" />
393 <bpmn:sequenceFlow id="SequenceFlow_18kur12" sourceRef="ScriptTask_0gb975b" targetRef="CallActivity_0n47zoh" />
394 <bpmn:sequenceFlow id="SequenceFlow_0mlrlbv" sourceRef="CallActivity_0cxst1i" targetRef="ExclusiveGateway_18eld2o" />
395 <bpmn:sequenceFlow id="SequenceFlow_1c6ka9h" name="No" sourceRef="ExclusiveGateway_18eld2o" targetRef="EndEvent_0x406rw" />
396 <bpmn:sequenceFlow id="SequenceFlow_0n4xku8" name="Yes" sourceRef="ExclusiveGateway_18eld2o" targetRef="ScriptTask_19uxoi8">
397 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
398 </bpmn:sequenceFlow>
399 <bpmn:sequenceFlow id="SequenceFlow_0klb3ey" sourceRef="ScriptTask_1ef3voz" targetRef="CallActivity_15pl4ld" />
400 <bpmn:sequenceFlow id="SequenceFlow_11rbv41" sourceRef="ServiceTask_0esr949" targetRef="EndEvent_05h01gx" />
401 <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="ServiceTask_0kd6p6p" />
402 <bpmn:sequenceFlow id="SequenceFlow_1o1tu0f" sourceRef="IntermediateCatchEvent_1wii8im" targetRef="ScriptTask_0b7senu" />
403 <bpmn:sequenceFlow id="SequenceFlow_0lbdfmt" sourceRef="CallActivity_15pl4ld" targetRef="ScriptTask_1ssh2l9" />
404 <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="ServiceTask_0esr949" />
405 <bpmn:sequenceFlow id="SequenceFlow_0q7yc2c" sourceRef="ScriptTask_0o2r07o" targetRef="CallActivity_1bnkmaz" />
406 <bpmn:sequenceFlow id="SequenceFlow_1sq6kp6" sourceRef="ScriptTask_0b7senu" targetRef="CallActivity_0h88mep" />
407 <bpmn:sequenceFlow id="SequenceFlow_0thd6ny" sourceRef="ScriptTask_12h8542" targetRef="CallActivity_0o89wmf" />
408 <bpmn:sequenceFlow id="SequenceFlow_0477975" sourceRef="CallActivity_0o89wmf" targetRef="IntermediateThrowEvent_0ktwpki" />
409 <bpmn:sequenceFlow id="SequenceFlow_0h2oree" sourceRef="ScriptTask_08wim95" targetRef="CallActivity_0g98b71" />
410 <bpmn:sequenceFlow id="SequenceFlow_19lsayh" sourceRef="ScriptTask_1mscu5w" targetRef="CallActivity_0jdzpem" />
411 <bpmn:sequenceFlow id="SequenceFlow_10ng1vx" sourceRef="CallActivity_0jdzpem" targetRef="EndEvent_1oouvuh" />
412 <bpmn:sequenceFlow id="SequenceFlow_1bevt3a" sourceRef="IntermediateCatchEvent_0pkvfun" targetRef="CallActivity_0cxst1i" />
413 <bpmn:sequenceFlow id="SequenceFlow_1ey6m1e" sourceRef="ScriptTask_1jj846g" targetRef="CallActivity_0v4mw2x" />
414 <bpmn:receiveTask id="Task_1b5t88h" name="Waiting for confirmation" messageRef="Message_0c4b2r5">
415 <bpmn:incoming>SequenceFlow_1fk37v7</bpmn:incoming>
416 <bpmn:outgoing>SequenceFlow_16uz2t9</bpmn:outgoing>
417 </bpmn:receiveTask>
418 <bpmn:sequenceFlow id="SequenceFlow_1fk37v7" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="Task_1b5t88h" />
419 <bpmn:sequenceFlow id="SequenceFlow_16uz2t9" sourceRef="Task_1b5t88h" targetRef="ScriptTask_08wim95" />
420 <bpmn:boundaryEvent id="BoundaryEvent_0clo9pv" attachedToRef="Task_1b5t88h">
421 <bpmn:outgoing>SequenceFlow_12qt5ci</bpmn:outgoing>
422 <bpmn:timerEventDefinition>
423 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT2H</bpmn:timeDuration>
424 </bpmn:timerEventDefinition>
425 </bpmn:boundaryEvent>
426 <bpmn:sequenceFlow id="SequenceFlow_12qt5ci" sourceRef="BoundaryEvent_0clo9pv" targetRef="EndEvent_0bh0kwx" />
427 <bpmn:callActivity id="CallActivity_0v4mw2x" name="Call DoCreateSliceServiceOption&#10;" calledElement="DoCreateSliceServiceOption">
428 <bpmn:extensionElements>
429 <camunda:in source="nstModelUuid" target="nstModelUuid" />
430 <camunda:in source="nstModelInvariantUuid" target="nstModelInvariantUuid" />
431 <camunda:in source="serviceProfile" target="serviceProfile" />
Harry Huang71153eb2020-02-28 10:37:02 +0800432 <camunda:in source="msoRequestId" target="msoRequestId" />
Harry Huang71153eb2020-02-28 10:37:02 +0800433 <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
434 <camunda:in source="resourceSharingLevel" target="resourceSharingLevel" />
435 <camunda:out source="sliceTaskParams" target="sliceTaskParams" />
436 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
437 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
438 <camunda:in source="serviceType" target="serviceType" />
hetengjiao9eba7e82020-05-13 23:08:47 +0800439 <camunda:in source="nstSolution" target="nstSolution" />
440 <camunda:out source="sliceProfileTn" target="sliceProfileTn" />
441 <camunda:out source="sliceProfileCn" target="sliceProfileCn" />
442 <camunda:out source="sliceProfileAn" target="sliceProfileAn" />
Harry Huang71153eb2020-02-28 10:37:02 +0800443 </bpmn:extensionElements>
444 <bpmn:incoming>SequenceFlow_1ey6m1e</bpmn:incoming>
445 <bpmn:outgoing>SequenceFlow_1aaozcg</bpmn:outgoing>
446 </bpmn:callActivity>
447 <bpmn:sequenceFlow id="SequenceFlow_1aaozcg" sourceRef="CallActivity_0v4mw2x" targetRef="ScriptTask_0gb975b" />
448 <bpmn:sequenceFlow id="SequenceFlow_046irye" sourceRef="ServiceTask_0kd6p6p" targetRef="ScriptTask_1eo3m4q" />
449 <bpmn:sequenceFlow id="SequenceFlow_1o23s0i" sourceRef="ScriptTask_1eo3m4q" targetRef="ScriptTask_0o2r07o" />
450 <bpmn:sequenceFlow id="SequenceFlow_0jrclmc" sourceRef="ScriptTask_0l3d1ai" targetRef="IntermediateThrowEvent_1ex8ke9" />
451 <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
452 <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming>
453 <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
454 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
455execution.setVariable("orchestrationStatus", "deactivated")
456def css = new CreateSliceService()
457css.updateAAIOrchStatus(execution)</bpmn:script>
458 </bpmn:scriptTask>
459 <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ef3voz" />
460 </bpmn:process>
461 <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
462 <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
463 <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
464 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
hetengjiao9eba7e82020-05-13 23:08:47 +0800465 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateSliceService">
Harry Huang71153eb2020-02-28 10:37:02 +0800466 <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
467 <dc:Bounds x="178" y="103" width="36" height="36" />
468 <bpmndi:BPMNLabel>
469 <dc:Bounds x="156" y="146" width="82" height="40" />
470 </bpmndi:BPMNLabel>
471 </bpmndi:BPMNShape>
472 <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
473 <dc:Bounds x="178" y="438" width="36" height="36" />
474 <bpmndi:BPMNLabel>
475 <dc:Bounds x="168" y="481" width="60" height="27" />
476 </bpmndi:BPMNLabel>
477 </bpmndi:BPMNShape>
478 <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
479 <dc:Bounds x="285" y="81" width="100" height="80" />
480 </bpmndi:BPMNShape>
481 <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
482 <dc:Bounds x="830" y="416" width="100" height="80" />
483 </bpmndi:BPMNShape>
484 <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
485 <dc:Bounds x="1040" y="431" width="50" height="50" />
486 <bpmndi:BPMNLabel>
487 <dc:Bounds x="1027" y="413" width="78" height="14" />
488 </bpmndi:BPMNLabel>
489 </bpmndi:BPMNShape>
490 <bpmndi:BPMNShape id="ScriptTask_0l3d1ai_di" bpmnElement="ScriptTask_0l3d1ai">
491 <dc:Bounds x="1370" y="81" width="100" height="80" />
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNShape id="ScriptTask_1eo3m4q_di" bpmnElement="ScriptTask_1eo3m4q">
494 <dc:Bounds x="830" y="81" width="100" height="80" />
495 </bpmndi:BPMNShape>
496 <bpmndi:BPMNShape id="CallActivity_139l55g_di" bpmnElement="CallActivity_139l55g">
497 <dc:Bounds x="645" y="249" width="100" height="80" />
498 </bpmndi:BPMNShape>
499 <bpmndi:BPMNShape id="IntermediateThrowEvent_1v96asi_di" bpmnElement="IntermediateThrowEvent_1v96asi">
500 <dc:Bounds x="1584" y="271" width="36" height="36" />
501 <bpmndi:BPMNLabel>
502 <dc:Bounds x="1567" y="312" width="81" height="27" />
503 </bpmndi:BPMNLabel>
504 </bpmndi:BPMNShape>
505 <bpmndi:BPMNShape id="ScriptTask_0gb975b_di" bpmnElement="ScriptTask_0gb975b">
506 <dc:Bounds x="1193" y="249" width="100" height="80" />
507 </bpmndi:BPMNShape>
508 <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
509 <dc:Bounds x="488" y="776" width="50" height="50" />
510 <bpmndi:BPMNLabel>
511 <dc:Bounds x="483" y="746" width="60" height="27" />
512 </bpmndi:BPMNLabel>
513 </bpmndi:BPMNShape>
514 <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
515 <dc:Bounds x="495" y="926" width="36" height="36" />
516 </bpmndi:BPMNShape>
517 <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
518 <dc:Bounds x="685" y="1080" width="781" height="196" />
519 </bpmndi:BPMNShape>
520 <bpmndi:BPMNShape id="ScriptTask_1ef3voz_di" bpmnElement="ScriptTask_1ef3voz">
521 <dc:Bounds x="823" y="761" width="100" height="80" />
522 </bpmndi:BPMNShape>
523 <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
524 <dc:Bounds x="1585" y="783" width="36" height="36" />
525 <bpmndi:BPMNLabel>
526 <dc:Bounds x="1593" y="826" width="20" height="14" />
527 </bpmndi:BPMNLabel>
528 </bpmndi:BPMNShape>
529 <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
530 <dc:Bounds x="468" y="81" width="100" height="80" />
531 </bpmndi:BPMNShape>
532 <bpmndi:BPMNShape id="IntermediateThrowEvent_1ex8ke9_di" bpmnElement="IntermediateThrowEvent_1ex8ke9">
533 <dc:Bounds x="1584" y="103" width="36" height="36" />
534 <bpmndi:BPMNLabel>
535 <dc:Bounds x="1564" y="144" width="87" height="27" />
536 </bpmndi:BPMNLabel>
537 </bpmndi:BPMNShape>
538 <bpmndi:BPMNShape id="IntermediateCatchEvent_1wii8im_di" bpmnElement="IntermediateCatchEvent_1wii8im">
539 <dc:Bounds x="178" y="271" width="36" height="36" />
540 <bpmndi:BPMNLabel>
541 <dc:Bounds x="171" y="314" width="60" height="27" />
542 </bpmndi:BPMNLabel>
543 </bpmndi:BPMNShape>
544 <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
545 <dc:Bounds x="1197" y="761" width="100" height="80" />
546 </bpmndi:BPMNShape>
547 <bpmndi:BPMNShape id="ServiceTask_0kd6p6p_di" bpmnElement="ServiceTask_0kd6p6p">
548 <dc:Bounds x="645" y="81" width="100" height="80" />
549 </bpmndi:BPMNShape>
550 <bpmndi:BPMNShape id="CallActivity_1bnkmaz_di" bpmnElement="CallActivity_1bnkmaz">
551 <dc:Bounds x="1193" y="81" width="100" height="80" />
552 </bpmndi:BPMNShape>
553 <bpmndi:BPMNShape id="ScriptTask_0o2r07o_di" bpmnElement="ScriptTask_0o2r07o">
554 <dc:Bounds x="1015" y="81" width="100" height="80" />
555 </bpmndi:BPMNShape>
556 <bpmndi:BPMNShape id="ScriptTask_0b7senu_di" bpmnElement="ScriptTask_0b7senu">
557 <dc:Bounds x="285" y="249" width="100" height="80" />
558 </bpmndi:BPMNShape>
559 <bpmndi:BPMNShape id="CallActivity_0h88mep_di" bpmnElement="CallActivity_0h88mep">
560 <dc:Bounds x="467" y="249" width="100" height="80" />
561 </bpmndi:BPMNShape>
562 <bpmndi:BPMNShape id="CallActivity_0n47zoh_di" bpmnElement="CallActivity_0n47zoh">
563 <dc:Bounds x="1371" y="249" width="100" height="80" />
564 </bpmndi:BPMNShape>
565 <bpmndi:BPMNShape id="ScriptTask_12h8542_di" bpmnElement="ScriptTask_12h8542">
566 <dc:Bounds x="1193" y="416" width="100" height="80" />
567 </bpmndi:BPMNShape>
568 <bpmndi:BPMNShape id="CallActivity_0o89wmf_di" bpmnElement="CallActivity_0o89wmf">
569 <dc:Bounds x="1371" y="416" width="100" height="80" />
570 </bpmndi:BPMNShape>
571 <bpmndi:BPMNShape id="CallActivity_0g98b71_di" bpmnElement="CallActivity_0g98b71">
572 <dc:Bounds x="645" y="416" width="100" height="80" />
573 </bpmndi:BPMNShape>
574 <bpmndi:BPMNShape id="ScriptTask_08wim95_di" bpmnElement="ScriptTask_08wim95">
575 <dc:Bounds x="467" y="416" width="100" height="80" />
576 </bpmndi:BPMNShape>
577 <bpmndi:BPMNShape id="CallActivity_0jdzpem_di" bpmnElement="CallActivity_0jdzpem">
578 <dc:Bounds x="1371" y="605" width="100" height="80" />
579 </bpmndi:BPMNShape>
580 <bpmndi:BPMNShape id="ScriptTask_1mscu5w_di" bpmnElement="ScriptTask_1mscu5w">
581 <dc:Bounds x="1193" y="605" width="100" height="80" />
582 </bpmndi:BPMNShape>
583 <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
584 <dc:Bounds x="178" y="783" width="36" height="36" />
585 <bpmndi:BPMNLabel>
586 <dc:Bounds x="168" y="826" width="66" height="14" />
587 </bpmndi:BPMNLabel>
588 </bpmndi:BPMNShape>
589 <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
590 <dc:Bounds x="1584" y="438" width="36" height="36" />
591 <bpmndi:BPMNLabel>
592 <dc:Bounds x="1577" y="479" width="67" height="27" />
593 </bpmndi:BPMNLabel>
594 </bpmndi:BPMNShape>
595 <bpmndi:BPMNShape id="CallActivity_15pl4ld_di" bpmnElement="CallActivity_15pl4ld">
596 <dc:Bounds x="1005" y="761" width="100" height="80" />
597 </bpmndi:BPMNShape>
598 <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
599 <dc:Bounds x="1584" y="627" width="36" height="36" />
600 <bpmndi:BPMNLabel>
601 <dc:Bounds x="1592" y="670" width="20" height="14" />
602 </bpmndi:BPMNLabel>
603 </bpmndi:BPMNShape>
604 <bpmndi:BPMNShape id="ServiceTask_0esr949_di" bpmnElement="ServiceTask_0esr949">
605 <dc:Bounds x="1375" y="761" width="100" height="80" />
606 </bpmndi:BPMNShape>
607 <bpmndi:BPMNShape id="ScriptTask_1jj846g_di" bpmnElement="ScriptTask_1jj846g">
608 <dc:Bounds x="830" y="249" width="100" height="80" />
609 </bpmndi:BPMNShape>
610 <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
611 <dc:Bounds x="285" y="761" width="100" height="80" />
612 </bpmndi:BPMNShape>
613 <bpmndi:BPMNShape id="EndEvent_0bh0kwx_di" bpmnElement="EndEvent_0bh0kwx">
614 <dc:Bounds x="317" y="593" width="36" height="36" />
615 </bpmndi:BPMNShape>
616 <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
617 <di:waypoint x="214" y="121" />
618 <di:waypoint x="285" y="121" />
619 </bpmndi:BPMNEdge>
620 <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
621 <di:waypoint x="385" y="121" />
622 <di:waypoint x="468" y="121" />
623 </bpmndi:BPMNEdge>
624 <bpmndi:BPMNEdge id="SequenceFlow_1cv0wop_di" bpmnElement="SequenceFlow_1cv0wop">
625 <di:waypoint x="745" y="456" />
626 <di:waypoint x="830" y="456" />
627 </bpmndi:BPMNEdge>
628 <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
629 <di:waypoint x="930" y="456" />
630 <di:waypoint x="1040" y="456" />
631 </bpmndi:BPMNEdge>
632 <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
633 <di:waypoint x="1090" y="456" />
634 <di:waypoint x="1193" y="456" />
635 <bpmndi:BPMNLabel>
636 <dc:Bounds x="1121.5" y="438" width="42" height="14" />
637 </bpmndi:BPMNLabel>
638 </bpmndi:BPMNEdge>
639 <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
640 <di:waypoint x="1065" y="481" />
641 <di:waypoint x="1065" y="645" />
642 <di:waypoint x="1193" y="645" />
643 <bpmndi:BPMNLabel>
644 <dc:Bounds x="1067" y="560" width="27" height="14" />
645 </bpmndi:BPMNLabel>
646 </bpmndi:BPMNEdge>
647 <bpmndi:BPMNEdge id="SequenceFlow_1t19ips_di" bpmnElement="SequenceFlow_1t19ips">
648 <di:waypoint x="1293" y="121" />
649 <di:waypoint x="1370" y="121" />
650 </bpmndi:BPMNEdge>
651 <bpmndi:BPMNEdge id="SequenceFlow_1p8vxo5_di" bpmnElement="SequenceFlow_1p8vxo5">
652 <di:waypoint x="567" y="289" />
653 <di:waypoint x="645" y="289" />
654 </bpmndi:BPMNEdge>
655 <bpmndi:BPMNEdge id="SequenceFlow_1g8m7tq_di" bpmnElement="SequenceFlow_1g8m7tq">
656 <di:waypoint x="745" y="289" />
657 <di:waypoint x="830" y="289" />
658 </bpmndi:BPMNEdge>
659 <bpmndi:BPMNEdge id="SequenceFlow_0it2g9j_di" bpmnElement="SequenceFlow_0it2g9j">
660 <di:waypoint x="1471" y="289" />
661 <di:waypoint x="1584" y="289" />
662 </bpmndi:BPMNEdge>
663 <bpmndi:BPMNEdge id="SequenceFlow_18kur12_di" bpmnElement="SequenceFlow_18kur12">
664 <di:waypoint x="1293" y="289" />
665 <di:waypoint x="1371" y="289" />
666 </bpmndi:BPMNEdge>
667 <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
668 <di:waypoint x="385" y="801" />
669 <di:waypoint x="488" y="801" />
670 </bpmndi:BPMNEdge>
671 <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
672 <di:waypoint x="513" y="826" />
673 <di:waypoint x="513" y="926" />
674 <bpmndi:BPMNLabel>
675 <dc:Bounds x="521" y="832" width="15" height="14" />
676 </bpmndi:BPMNLabel>
677 </bpmndi:BPMNEdge>
678 <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
679 <di:waypoint x="538" y="801" />
680 <di:waypoint x="645" y="801" />
681 <bpmndi:BPMNLabel>
682 <dc:Bounds x="584" y="783" width="18" height="14" />
683 </bpmndi:BPMNLabel>
684 </bpmndi:BPMNEdge>
685 <bpmndi:BPMNEdge id="SequenceFlow_0klb3ey_di" bpmnElement="SequenceFlow_0klb3ey">
686 <di:waypoint x="923" y="801" />
687 <di:waypoint x="1005" y="801" />
688 </bpmndi:BPMNEdge>
689 <bpmndi:BPMNEdge id="SequenceFlow_11rbv41_di" bpmnElement="SequenceFlow_11rbv41">
690 <di:waypoint x="1475" y="801" />
691 <di:waypoint x="1585" y="801" />
692 </bpmndi:BPMNEdge>
693 <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
694 <di:waypoint x="568" y="121" />
695 <di:waypoint x="645" y="121" />
696 </bpmndi:BPMNEdge>
697 <bpmndi:BPMNEdge id="SequenceFlow_1o1tu0f_di" bpmnElement="SequenceFlow_1o1tu0f">
698 <di:waypoint x="214" y="289" />
699 <di:waypoint x="285" y="289" />
700 </bpmndi:BPMNEdge>
701 <bpmndi:BPMNEdge id="SequenceFlow_0lbdfmt_di" bpmnElement="SequenceFlow_0lbdfmt">
702 <di:waypoint x="1105" y="801" />
703 <di:waypoint x="1197" y="801" />
704 </bpmndi:BPMNEdge>
705 <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
706 <di:waypoint x="1297" y="801" />
707 <di:waypoint x="1375" y="801" />
708 </bpmndi:BPMNEdge>
709 <bpmndi:BPMNEdge id="SequenceFlow_0q7yc2c_di" bpmnElement="SequenceFlow_0q7yc2c">
710 <di:waypoint x="1115" y="121" />
711 <di:waypoint x="1193" y="121" />
712 </bpmndi:BPMNEdge>
713 <bpmndi:BPMNEdge id="SequenceFlow_1sq6kp6_di" bpmnElement="SequenceFlow_1sq6kp6">
714 <di:waypoint x="385" y="289" />
715 <di:waypoint x="467" y="289" />
716 </bpmndi:BPMNEdge>
717 <bpmndi:BPMNEdge id="SequenceFlow_0thd6ny_di" bpmnElement="SequenceFlow_0thd6ny">
718 <di:waypoint x="1293" y="456" />
719 <di:waypoint x="1371" y="456" />
720 </bpmndi:BPMNEdge>
721 <bpmndi:BPMNEdge id="SequenceFlow_0477975_di" bpmnElement="SequenceFlow_0477975">
722 <di:waypoint x="1471" y="456" />
723 <di:waypoint x="1584" y="456" />
724 </bpmndi:BPMNEdge>
725 <bpmndi:BPMNEdge id="SequenceFlow_0h2oree_di" bpmnElement="SequenceFlow_0h2oree">
726 <di:waypoint x="567" y="456" />
727 <di:waypoint x="645" y="456" />
728 </bpmndi:BPMNEdge>
729 <bpmndi:BPMNEdge id="SequenceFlow_19lsayh_di" bpmnElement="SequenceFlow_19lsayh">
730 <di:waypoint x="1293" y="645" />
731 <di:waypoint x="1371" y="645" />
732 </bpmndi:BPMNEdge>
733 <bpmndi:BPMNEdge id="SequenceFlow_10ng1vx_di" bpmnElement="SequenceFlow_10ng1vx">
734 <di:waypoint x="1471" y="645" />
735 <di:waypoint x="1584" y="645" />
736 </bpmndi:BPMNEdge>
737 <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
738 <di:waypoint x="214" y="801" />
739 <di:waypoint x="285" y="801" />
740 </bpmndi:BPMNEdge>
741 <bpmndi:BPMNEdge id="SequenceFlow_1ey6m1e_di" bpmnElement="SequenceFlow_1ey6m1e">
742 <di:waypoint x="930" y="289" />
743 <di:waypoint x="1015" y="289" />
744 </bpmndi:BPMNEdge>
745 <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
746 <dc:Bounds x="715" y="1166" width="36" height="36" />
747 </bpmndi:BPMNShape>
748 <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
749 <dc:Bounds x="1353" y="1166" width="36" height="36" />
750 </bpmndi:BPMNShape>
751 <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
752 <dc:Bounds x="979" y="1144" width="100" height="80" />
753 </bpmndi:BPMNShape>
754 <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
755 <di:waypoint x="751" y="1184" />
756 <di:waypoint x="979" y="1184" />
757 </bpmndi:BPMNEdge>
758 <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
759 <di:waypoint x="1079" y="1184" />
760 <di:waypoint x="1353" y="1184" />
761 </bpmndi:BPMNEdge>
762 <bpmndi:BPMNShape id="ReceiveTask_0zkpdpa_di" bpmnElement="Task_1b5t88h">
763 <dc:Bounds x="285" y="416" width="100" height="80" />
764 </bpmndi:BPMNShape>
765 <bpmndi:BPMNEdge id="SequenceFlow_1fk37v7_di" bpmnElement="SequenceFlow_1fk37v7">
766 <di:waypoint x="214" y="456" />
767 <di:waypoint x="285" y="456" />
768 </bpmndi:BPMNEdge>
769 <bpmndi:BPMNEdge id="SequenceFlow_16uz2t9_di" bpmnElement="SequenceFlow_16uz2t9">
770 <di:waypoint x="385" y="456" />
771 <di:waypoint x="467" y="456" />
772 </bpmndi:BPMNEdge>
773 <bpmndi:BPMNShape id="BoundaryEvent_15igwk2_di" bpmnElement="BoundaryEvent_0clo9pv">
774 <dc:Bounds x="317" y="478" width="36" height="36" />
775 </bpmndi:BPMNShape>
776 <bpmndi:BPMNEdge id="SequenceFlow_12qt5ci_di" bpmnElement="SequenceFlow_12qt5ci">
777 <di:waypoint x="335" y="514" />
778 <di:waypoint x="335" y="611" />
779 <di:waypoint x="335" y="593" />
780 </bpmndi:BPMNEdge>
781 <bpmndi:BPMNShape id="CallActivity_0v4mw2x_di" bpmnElement="CallActivity_0v4mw2x">
782 <dc:Bounds x="1015" y="249" width="100" height="80" />
783 </bpmndi:BPMNShape>
784 <bpmndi:BPMNEdge id="SequenceFlow_1aaozcg_di" bpmnElement="SequenceFlow_1aaozcg">
785 <di:waypoint x="1115" y="289" />
786 <di:waypoint x="1193" y="289" />
787 </bpmndi:BPMNEdge>
788 <bpmndi:BPMNEdge id="SequenceFlow_046irye_di" bpmnElement="SequenceFlow_046irye">
789 <di:waypoint x="745" y="121" />
790 <di:waypoint x="830" y="121" />
791 </bpmndi:BPMNEdge>
792 <bpmndi:BPMNEdge id="SequenceFlow_1o23s0i_di" bpmnElement="SequenceFlow_1o23s0i">
793 <di:waypoint x="930" y="121" />
794 <di:waypoint x="1015" y="121" />
795 </bpmndi:BPMNEdge>
796 <bpmndi:BPMNEdge id="SequenceFlow_0jrclmc_di" bpmnElement="SequenceFlow_0jrclmc">
797 <di:waypoint x="1470" y="121" />
798 <di:waypoint x="1584" y="121" />
799 </bpmndi:BPMNEdge>
800 <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
801 <dc:Bounds x="645" y="761" width="100" height="80" />
802 </bpmndi:BPMNShape>
803 <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
804 <di:waypoint x="745" y="801" />
805 <di:waypoint x="823" y="801" />
806 </bpmndi:BPMNEdge>
807 </bpmndi:BPMNPlane>
808 </bpmndi:BPMNDiagram>
809</bpmn:definitions>