Merge "mso to store the heat template timeout minutes and"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateSliceService.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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.1.2">
3   <bpmn:process id="Process_0r5eb97" isExecutable="true">
4     <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.*
15 def css= new CreateSliceService()
16 css.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.*
22 def css = new CreateSliceService()
23 css.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.*
34 def css = new CreateSliceService()
35 css.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.*
41 def css = new CreateSliceService()
42 css.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.*
80 execution.setVariable("taskStatus", "WaitingToConfirm")
81 def css = new CreateSliceService()
82 css.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.*
105 ExceptionUtil ex = new ExceptionUtil()
106 ex.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.*
115 execution.setVariable("taskStatus", "Completed")
116 def css = new CreateSliceService()
117 css.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.*
126 def css = new CreateSliceService()
127 css.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.*
141 execution.setVariable("operationProgress", "100")
142 execution.setVariable("operationResult", "finished")
143 execution.setVariable("operationReason", "Slice completed")
144 def css = new CreateSliceService()
145 css.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.*
182 def dcsi= new CreateSliceService()
183 dcsi.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.*
189 def css= new CreateSliceService()
190 css.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.*
226 execution.setVariable("taskStatus", "Creating")
227 def css = new CreateSliceService()
228 css.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.*
264 def css = new CreateSliceService()
265 css.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.*
286 execution.setVariable("taskStatus", "Aborted")
287 def css = new CreateSliceService()
288 css.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.*
339 def css = new CreateSliceService()
340 css.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" />
372       </bpmn:extensionElements>
373       <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming>
374       <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing>
375     </bpmn:callActivity>
376     <bpmn:endEvent id="EndEvent_0bh0kwx">
377       <bpmn:incoming>SequenceFlow_12qt5ci</bpmn:incoming>
378       <bpmn:errorEventDefinition id="ErrorEventDefinition_1xa66sx" errorRef="Error_0p2naox" />
379     </bpmn:endEvent>
380     <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
381     <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
382     <bpmn:sequenceFlow id="SequenceFlow_1cv0wop" sourceRef="CallActivity_0g98b71" targetRef="ScriptTask_1jgtb0y" />
383     <bpmn:sequenceFlow id="SequenceFlow_197cm2e" sourceRef="ScriptTask_1jgtb0y" targetRef="ExclusiveGateway_0elbczl" />
384     <bpmn:sequenceFlow id="SequenceFlow_12t5exy" name="continue" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_12h8542">
385       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("taskAction") == "commit"}</bpmn:conditionExpression>
386     </bpmn:sequenceFlow>
387     <bpmn:sequenceFlow id="SequenceFlow_038lb9m" name="abort" sourceRef="ExclusiveGateway_0elbczl" targetRef="ScriptTask_1mscu5w" />
388     <bpmn:sequenceFlow id="SequenceFlow_1t19ips" sourceRef="CallActivity_1bnkmaz" targetRef="ScriptTask_0l3d1ai" />
389     <bpmn:sequenceFlow id="SequenceFlow_1p8vxo5" sourceRef="CallActivity_0h88mep" targetRef="CallActivity_139l55g" />
390     <bpmn:sequenceFlow id="SequenceFlow_1g8m7tq" sourceRef="CallActivity_139l55g" targetRef="ScriptTask_1jj846g" />
391     <bpmn:sequenceFlow id="SequenceFlow_0it2g9j" sourceRef="CallActivity_0n47zoh" targetRef="IntermediateThrowEvent_1v96asi" />
392     <bpmn:sequenceFlow id="SequenceFlow_18kur12" sourceRef="ScriptTask_0gb975b" targetRef="CallActivity_0n47zoh" />
393     <bpmn:sequenceFlow id="SequenceFlow_0mlrlbv" sourceRef="CallActivity_0cxst1i" targetRef="ExclusiveGateway_18eld2o" />
394     <bpmn:sequenceFlow id="SequenceFlow_1c6ka9h" name="No" sourceRef="ExclusiveGateway_18eld2o" targetRef="EndEvent_0x406rw" />
395     <bpmn:sequenceFlow id="SequenceFlow_0n4xku8" name="Yes" sourceRef="ExclusiveGateway_18eld2o" targetRef="ScriptTask_19uxoi8">
396       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
397     </bpmn:sequenceFlow>
398     <bpmn:sequenceFlow id="SequenceFlow_0klb3ey" sourceRef="ScriptTask_1ef3voz" targetRef="CallActivity_15pl4ld" />
399     <bpmn:sequenceFlow id="SequenceFlow_11rbv41" sourceRef="ServiceTask_0esr949" targetRef="EndEvent_05h01gx" />
400     <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="ServiceTask_0kd6p6p" />
401     <bpmn:sequenceFlow id="SequenceFlow_1o1tu0f" sourceRef="IntermediateCatchEvent_1wii8im" targetRef="ScriptTask_0b7senu" />
402     <bpmn:sequenceFlow id="SequenceFlow_0lbdfmt" sourceRef="CallActivity_15pl4ld" targetRef="ScriptTask_1ssh2l9" />
403     <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="ServiceTask_0esr949" />
404     <bpmn:sequenceFlow id="SequenceFlow_0q7yc2c" sourceRef="ScriptTask_0o2r07o" targetRef="CallActivity_1bnkmaz" />
405     <bpmn:sequenceFlow id="SequenceFlow_1sq6kp6" sourceRef="ScriptTask_0b7senu" targetRef="CallActivity_0h88mep" />
406     <bpmn:sequenceFlow id="SequenceFlow_0thd6ny" sourceRef="ScriptTask_12h8542" targetRef="CallActivity_0o89wmf" />
407     <bpmn:sequenceFlow id="SequenceFlow_0477975" sourceRef="CallActivity_0o89wmf" targetRef="IntermediateThrowEvent_0ktwpki" />
408     <bpmn:sequenceFlow id="SequenceFlow_0h2oree" sourceRef="ScriptTask_08wim95" targetRef="CallActivity_0g98b71" />
409     <bpmn:sequenceFlow id="SequenceFlow_19lsayh" sourceRef="ScriptTask_1mscu5w" targetRef="CallActivity_0jdzpem" />
410     <bpmn:sequenceFlow id="SequenceFlow_10ng1vx" sourceRef="CallActivity_0jdzpem" targetRef="EndEvent_1oouvuh" />
411     <bpmn:sequenceFlow id="SequenceFlow_1bevt3a" sourceRef="IntermediateCatchEvent_0pkvfun" targetRef="CallActivity_0cxst1i" />
412     <bpmn:sequenceFlow id="SequenceFlow_1ey6m1e" sourceRef="ScriptTask_1jj846g" targetRef="CallActivity_0v4mw2x" />
413     <bpmn:receiveTask id="Task_1b5t88h" name="Waiting for confirmation" messageRef="Message_0c4b2r5">
414       <bpmn:incoming>SequenceFlow_1fk37v7</bpmn:incoming>
415       <bpmn:outgoing>SequenceFlow_16uz2t9</bpmn:outgoing>
416     </bpmn:receiveTask>
417     <bpmn:sequenceFlow id="SequenceFlow_1fk37v7" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="Task_1b5t88h" />
418     <bpmn:sequenceFlow id="SequenceFlow_16uz2t9" sourceRef="Task_1b5t88h" targetRef="ScriptTask_08wim95" />
419     <bpmn:boundaryEvent id="BoundaryEvent_0clo9pv" attachedToRef="Task_1b5t88h">
420       <bpmn:outgoing>SequenceFlow_12qt5ci</bpmn:outgoing>
421       <bpmn:timerEventDefinition>
422         <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT2H</bpmn:timeDuration>
423       </bpmn:timerEventDefinition>
424     </bpmn:boundaryEvent>
425     <bpmn:sequenceFlow id="SequenceFlow_12qt5ci" sourceRef="BoundaryEvent_0clo9pv" targetRef="EndEvent_0bh0kwx" />
426     <bpmn:callActivity id="CallActivity_0v4mw2x" name="Call DoCreateSliceServiceOption&#10;" calledElement="DoCreateSliceServiceOption">
427       <bpmn:extensionElements>
428         <camunda:in source="nstModelUuid" target="nstModelUuid" />
429         <camunda:in source="nstModelInvariantUuid" target="nstModelInvariantUuid" />
430         <camunda:in source="serviceProfile" target="serviceProfile" />
431         <camunda:in source="msoRequestId" target="msoRequestId" />
432         <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
433         <camunda:in source="resourceSharingLevel" target="resourceSharingLevel" />
434         <camunda:out source="sliceTaskParams" target="sliceTaskParams" />
435         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
436         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
437         <camunda:in source="serviceType" target="serviceType" />
438       </bpmn:extensionElements>
439       <bpmn:incoming>SequenceFlow_1ey6m1e</bpmn:incoming>
440       <bpmn:outgoing>SequenceFlow_1aaozcg</bpmn:outgoing>
441     </bpmn:callActivity>
442     <bpmn:sequenceFlow id="SequenceFlow_1aaozcg" sourceRef="CallActivity_0v4mw2x" targetRef="ScriptTask_0gb975b" />
443     <bpmn:sequenceFlow id="SequenceFlow_046irye" sourceRef="ServiceTask_0kd6p6p" targetRef="ScriptTask_1eo3m4q" />
444     <bpmn:sequenceFlow id="SequenceFlow_1o23s0i" sourceRef="ScriptTask_1eo3m4q" targetRef="ScriptTask_0o2r07o" />
445     <bpmn:sequenceFlow id="SequenceFlow_0jrclmc" sourceRef="ScriptTask_0l3d1ai" targetRef="IntermediateThrowEvent_1ex8ke9" />
446     <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
447       <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming>
448       <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
449       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
450 execution.setVariable("orchestrationStatus", "deactivated")
451 def css = new CreateSliceService()
452 css.updateAAIOrchStatus(execution)</bpmn:script>
453     </bpmn:scriptTask>
454     <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ef3voz" />
455   </bpmn:process>
456   <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
457   <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
458   <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
459   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
460     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0r5eb97">
461       <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
462         <dc:Bounds x="178" y="103" width="36" height="36" />
463         <bpmndi:BPMNLabel>
464           <dc:Bounds x="156" y="146" width="82" height="40" />
465         </bpmndi:BPMNLabel>
466       </bpmndi:BPMNShape>
467       <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
468         <dc:Bounds x="178" y="438" width="36" height="36" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="168" y="481" width="60" height="27" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNShape>
473       <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
474         <dc:Bounds x="285" y="81" width="100" height="80" />
475       </bpmndi:BPMNShape>
476       <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
477         <dc:Bounds x="830" y="416" width="100" height="80" />
478       </bpmndi:BPMNShape>
479       <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
480         <dc:Bounds x="1040" y="431" width="50" height="50" />
481         <bpmndi:BPMNLabel>
482           <dc:Bounds x="1027" y="413" width="78" height="14" />
483         </bpmndi:BPMNLabel>
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNShape id="ScriptTask_0l3d1ai_di" bpmnElement="ScriptTask_0l3d1ai">
486         <dc:Bounds x="1370" y="81" width="100" height="80" />
487       </bpmndi:BPMNShape>
488       <bpmndi:BPMNShape id="ScriptTask_1eo3m4q_di" bpmnElement="ScriptTask_1eo3m4q">
489         <dc:Bounds x="830" y="81" width="100" height="80" />
490       </bpmndi:BPMNShape>
491       <bpmndi:BPMNShape id="CallActivity_139l55g_di" bpmnElement="CallActivity_139l55g">
492         <dc:Bounds x="645" y="249" width="100" height="80" />
493       </bpmndi:BPMNShape>
494       <bpmndi:BPMNShape id="IntermediateThrowEvent_1v96asi_di" bpmnElement="IntermediateThrowEvent_1v96asi">
495         <dc:Bounds x="1584" y="271" width="36" height="36" />
496         <bpmndi:BPMNLabel>
497           <dc:Bounds x="1567" y="312" width="81" height="27" />
498         </bpmndi:BPMNLabel>
499       </bpmndi:BPMNShape>
500       <bpmndi:BPMNShape id="ScriptTask_0gb975b_di" bpmnElement="ScriptTask_0gb975b">
501         <dc:Bounds x="1193" y="249" width="100" height="80" />
502       </bpmndi:BPMNShape>
503       <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
504         <dc:Bounds x="488" y="776" width="50" height="50" />
505         <bpmndi:BPMNLabel>
506           <dc:Bounds x="483" y="746" width="60" height="27" />
507         </bpmndi:BPMNLabel>
508       </bpmndi:BPMNShape>
509       <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
510         <dc:Bounds x="495" y="926" width="36" height="36" />
511       </bpmndi:BPMNShape>
512       <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
513         <dc:Bounds x="685" y="1080" width="781" height="196" />
514       </bpmndi:BPMNShape>
515       <bpmndi:BPMNShape id="ScriptTask_1ef3voz_di" bpmnElement="ScriptTask_1ef3voz">
516         <dc:Bounds x="823" y="761" width="100" height="80" />
517       </bpmndi:BPMNShape>
518       <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
519         <dc:Bounds x="1585" y="783" width="36" height="36" />
520         <bpmndi:BPMNLabel>
521           <dc:Bounds x="1593" y="826" width="20" height="14" />
522         </bpmndi:BPMNLabel>
523       </bpmndi:BPMNShape>
524       <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
525         <dc:Bounds x="468" y="81" width="100" height="80" />
526       </bpmndi:BPMNShape>
527       <bpmndi:BPMNShape id="IntermediateThrowEvent_1ex8ke9_di" bpmnElement="IntermediateThrowEvent_1ex8ke9">
528         <dc:Bounds x="1584" y="103" width="36" height="36" />
529         <bpmndi:BPMNLabel>
530           <dc:Bounds x="1564" y="144" width="87" height="27" />
531         </bpmndi:BPMNLabel>
532       </bpmndi:BPMNShape>
533       <bpmndi:BPMNShape id="IntermediateCatchEvent_1wii8im_di" bpmnElement="IntermediateCatchEvent_1wii8im">
534         <dc:Bounds x="178" y="271" width="36" height="36" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="171" y="314" width="60" height="27" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNShape>
539       <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
540         <dc:Bounds x="1197" y="761" width="100" height="80" />
541       </bpmndi:BPMNShape>
542       <bpmndi:BPMNShape id="ServiceTask_0kd6p6p_di" bpmnElement="ServiceTask_0kd6p6p">
543         <dc:Bounds x="645" y="81" width="100" height="80" />
544       </bpmndi:BPMNShape>
545       <bpmndi:BPMNShape id="CallActivity_1bnkmaz_di" bpmnElement="CallActivity_1bnkmaz">
546         <dc:Bounds x="1193" y="81" width="100" height="80" />
547       </bpmndi:BPMNShape>
548       <bpmndi:BPMNShape id="ScriptTask_0o2r07o_di" bpmnElement="ScriptTask_0o2r07o">
549         <dc:Bounds x="1015" y="81" width="100" height="80" />
550       </bpmndi:BPMNShape>
551       <bpmndi:BPMNShape id="ScriptTask_0b7senu_di" bpmnElement="ScriptTask_0b7senu">
552         <dc:Bounds x="285" y="249" width="100" height="80" />
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNShape id="CallActivity_0h88mep_di" bpmnElement="CallActivity_0h88mep">
555         <dc:Bounds x="467" y="249" width="100" height="80" />
556       </bpmndi:BPMNShape>
557       <bpmndi:BPMNShape id="CallActivity_0n47zoh_di" bpmnElement="CallActivity_0n47zoh">
558         <dc:Bounds x="1371" y="249" width="100" height="80" />
559       </bpmndi:BPMNShape>
560       <bpmndi:BPMNShape id="ScriptTask_12h8542_di" bpmnElement="ScriptTask_12h8542">
561         <dc:Bounds x="1193" y="416" width="100" height="80" />
562       </bpmndi:BPMNShape>
563       <bpmndi:BPMNShape id="CallActivity_0o89wmf_di" bpmnElement="CallActivity_0o89wmf">
564         <dc:Bounds x="1371" y="416" width="100" height="80" />
565       </bpmndi:BPMNShape>
566       <bpmndi:BPMNShape id="CallActivity_0g98b71_di" bpmnElement="CallActivity_0g98b71">
567         <dc:Bounds x="645" y="416" width="100" height="80" />
568       </bpmndi:BPMNShape>
569       <bpmndi:BPMNShape id="ScriptTask_08wim95_di" bpmnElement="ScriptTask_08wim95">
570         <dc:Bounds x="467" y="416" width="100" height="80" />
571       </bpmndi:BPMNShape>
572       <bpmndi:BPMNShape id="CallActivity_0jdzpem_di" bpmnElement="CallActivity_0jdzpem">
573         <dc:Bounds x="1371" y="605" width="100" height="80" />
574       </bpmndi:BPMNShape>
575       <bpmndi:BPMNShape id="ScriptTask_1mscu5w_di" bpmnElement="ScriptTask_1mscu5w">
576         <dc:Bounds x="1193" y="605" width="100" height="80" />
577       </bpmndi:BPMNShape>
578       <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
579         <dc:Bounds x="178" y="783" width="36" height="36" />
580         <bpmndi:BPMNLabel>
581           <dc:Bounds x="168" y="826" width="66" height="14" />
582         </bpmndi:BPMNLabel>
583       </bpmndi:BPMNShape>
584       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
585         <dc:Bounds x="1584" y="438" width="36" height="36" />
586         <bpmndi:BPMNLabel>
587           <dc:Bounds x="1577" y="479" width="67" height="27" />
588         </bpmndi:BPMNLabel>
589       </bpmndi:BPMNShape>
590       <bpmndi:BPMNShape id="CallActivity_15pl4ld_di" bpmnElement="CallActivity_15pl4ld">
591         <dc:Bounds x="1005" y="761" width="100" height="80" />
592       </bpmndi:BPMNShape>
593       <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
594         <dc:Bounds x="1584" y="627" width="36" height="36" />
595         <bpmndi:BPMNLabel>
596           <dc:Bounds x="1592" y="670" width="20" height="14" />
597         </bpmndi:BPMNLabel>
598       </bpmndi:BPMNShape>
599       <bpmndi:BPMNShape id="ServiceTask_0esr949_di" bpmnElement="ServiceTask_0esr949">
600         <dc:Bounds x="1375" y="761" width="100" height="80" />
601       </bpmndi:BPMNShape>
602       <bpmndi:BPMNShape id="ScriptTask_1jj846g_di" bpmnElement="ScriptTask_1jj846g">
603         <dc:Bounds x="830" y="249" width="100" height="80" />
604       </bpmndi:BPMNShape>
605       <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
606         <dc:Bounds x="285" y="761" width="100" height="80" />
607       </bpmndi:BPMNShape>
608       <bpmndi:BPMNShape id="EndEvent_0bh0kwx_di" bpmnElement="EndEvent_0bh0kwx">
609         <dc:Bounds x="317" y="593" width="36" height="36" />
610       </bpmndi:BPMNShape>
611       <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
612         <di:waypoint x="214" y="121" />
613         <di:waypoint x="285" y="121" />
614       </bpmndi:BPMNEdge>
615       <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
616         <di:waypoint x="385" y="121" />
617         <di:waypoint x="468" y="121" />
618       </bpmndi:BPMNEdge>
619       <bpmndi:BPMNEdge id="SequenceFlow_1cv0wop_di" bpmnElement="SequenceFlow_1cv0wop">
620         <di:waypoint x="745" y="456" />
621         <di:waypoint x="830" y="456" />
622       </bpmndi:BPMNEdge>
623       <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
624         <di:waypoint x="930" y="456" />
625         <di:waypoint x="1040" y="456" />
626       </bpmndi:BPMNEdge>
627       <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
628         <di:waypoint x="1090" y="456" />
629         <di:waypoint x="1193" y="456" />
630         <bpmndi:BPMNLabel>
631           <dc:Bounds x="1121.5" y="438" width="42" height="14" />
632         </bpmndi:BPMNLabel>
633       </bpmndi:BPMNEdge>
634       <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
635         <di:waypoint x="1065" y="481" />
636         <di:waypoint x="1065" y="645" />
637         <di:waypoint x="1193" y="645" />
638         <bpmndi:BPMNLabel>
639           <dc:Bounds x="1067" y="560" width="27" height="14" />
640         </bpmndi:BPMNLabel>
641       </bpmndi:BPMNEdge>
642       <bpmndi:BPMNEdge id="SequenceFlow_1t19ips_di" bpmnElement="SequenceFlow_1t19ips">
643         <di:waypoint x="1293" y="121" />
644         <di:waypoint x="1370" y="121" />
645       </bpmndi:BPMNEdge>
646       <bpmndi:BPMNEdge id="SequenceFlow_1p8vxo5_di" bpmnElement="SequenceFlow_1p8vxo5">
647         <di:waypoint x="567" y="289" />
648         <di:waypoint x="645" y="289" />
649       </bpmndi:BPMNEdge>
650       <bpmndi:BPMNEdge id="SequenceFlow_1g8m7tq_di" bpmnElement="SequenceFlow_1g8m7tq">
651         <di:waypoint x="745" y="289" />
652         <di:waypoint x="830" y="289" />
653       </bpmndi:BPMNEdge>
654       <bpmndi:BPMNEdge id="SequenceFlow_0it2g9j_di" bpmnElement="SequenceFlow_0it2g9j">
655         <di:waypoint x="1471" y="289" />
656         <di:waypoint x="1584" y="289" />
657       </bpmndi:BPMNEdge>
658       <bpmndi:BPMNEdge id="SequenceFlow_18kur12_di" bpmnElement="SequenceFlow_18kur12">
659         <di:waypoint x="1293" y="289" />
660         <di:waypoint x="1371" y="289" />
661       </bpmndi:BPMNEdge>
662       <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
663         <di:waypoint x="385" y="801" />
664         <di:waypoint x="488" y="801" />
665       </bpmndi:BPMNEdge>
666       <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
667         <di:waypoint x="513" y="826" />
668         <di:waypoint x="513" y="926" />
669         <bpmndi:BPMNLabel>
670           <dc:Bounds x="521" y="832" width="15" height="14" />
671         </bpmndi:BPMNLabel>
672       </bpmndi:BPMNEdge>
673       <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
674         <di:waypoint x="538" y="801" />
675         <di:waypoint x="645" y="801" />
676         <bpmndi:BPMNLabel>
677           <dc:Bounds x="584" y="783" width="18" height="14" />
678         </bpmndi:BPMNLabel>
679       </bpmndi:BPMNEdge>
680       <bpmndi:BPMNEdge id="SequenceFlow_0klb3ey_di" bpmnElement="SequenceFlow_0klb3ey">
681         <di:waypoint x="923" y="801" />
682         <di:waypoint x="1005" y="801" />
683       </bpmndi:BPMNEdge>
684       <bpmndi:BPMNEdge id="SequenceFlow_11rbv41_di" bpmnElement="SequenceFlow_11rbv41">
685         <di:waypoint x="1475" y="801" />
686         <di:waypoint x="1585" y="801" />
687       </bpmndi:BPMNEdge>
688       <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
689         <di:waypoint x="568" y="121" />
690         <di:waypoint x="645" y="121" />
691       </bpmndi:BPMNEdge>
692       <bpmndi:BPMNEdge id="SequenceFlow_1o1tu0f_di" bpmnElement="SequenceFlow_1o1tu0f">
693         <di:waypoint x="214" y="289" />
694         <di:waypoint x="285" y="289" />
695       </bpmndi:BPMNEdge>
696       <bpmndi:BPMNEdge id="SequenceFlow_0lbdfmt_di" bpmnElement="SequenceFlow_0lbdfmt">
697         <di:waypoint x="1105" y="801" />
698         <di:waypoint x="1197" y="801" />
699       </bpmndi:BPMNEdge>
700       <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
701         <di:waypoint x="1297" y="801" />
702         <di:waypoint x="1375" y="801" />
703       </bpmndi:BPMNEdge>
704       <bpmndi:BPMNEdge id="SequenceFlow_0q7yc2c_di" bpmnElement="SequenceFlow_0q7yc2c">
705         <di:waypoint x="1115" y="121" />
706         <di:waypoint x="1193" y="121" />
707       </bpmndi:BPMNEdge>
708       <bpmndi:BPMNEdge id="SequenceFlow_1sq6kp6_di" bpmnElement="SequenceFlow_1sq6kp6">
709         <di:waypoint x="385" y="289" />
710         <di:waypoint x="467" y="289" />
711       </bpmndi:BPMNEdge>
712       <bpmndi:BPMNEdge id="SequenceFlow_0thd6ny_di" bpmnElement="SequenceFlow_0thd6ny">
713         <di:waypoint x="1293" y="456" />
714         <di:waypoint x="1371" y="456" />
715       </bpmndi:BPMNEdge>
716       <bpmndi:BPMNEdge id="SequenceFlow_0477975_di" bpmnElement="SequenceFlow_0477975">
717         <di:waypoint x="1471" y="456" />
718         <di:waypoint x="1584" y="456" />
719       </bpmndi:BPMNEdge>
720       <bpmndi:BPMNEdge id="SequenceFlow_0h2oree_di" bpmnElement="SequenceFlow_0h2oree">
721         <di:waypoint x="567" y="456" />
722         <di:waypoint x="645" y="456" />
723       </bpmndi:BPMNEdge>
724       <bpmndi:BPMNEdge id="SequenceFlow_19lsayh_di" bpmnElement="SequenceFlow_19lsayh">
725         <di:waypoint x="1293" y="645" />
726         <di:waypoint x="1371" y="645" />
727       </bpmndi:BPMNEdge>
728       <bpmndi:BPMNEdge id="SequenceFlow_10ng1vx_di" bpmnElement="SequenceFlow_10ng1vx">
729         <di:waypoint x="1471" y="645" />
730         <di:waypoint x="1584" y="645" />
731       </bpmndi:BPMNEdge>
732       <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
733         <di:waypoint x="214" y="801" />
734         <di:waypoint x="285" y="801" />
735       </bpmndi:BPMNEdge>
736       <bpmndi:BPMNEdge id="SequenceFlow_1ey6m1e_di" bpmnElement="SequenceFlow_1ey6m1e">
737         <di:waypoint x="930" y="289" />
738         <di:waypoint x="1015" y="289" />
739       </bpmndi:BPMNEdge>
740       <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
741         <dc:Bounds x="715" y="1166" width="36" height="36" />
742       </bpmndi:BPMNShape>
743       <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
744         <dc:Bounds x="1353" y="1166" width="36" height="36" />
745       </bpmndi:BPMNShape>
746       <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
747         <dc:Bounds x="979" y="1144" width="100" height="80" />
748       </bpmndi:BPMNShape>
749       <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
750         <di:waypoint x="751" y="1184" />
751         <di:waypoint x="979" y="1184" />
752       </bpmndi:BPMNEdge>
753       <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
754         <di:waypoint x="1079" y="1184" />
755         <di:waypoint x="1353" y="1184" />
756       </bpmndi:BPMNEdge>
757       <bpmndi:BPMNShape id="ReceiveTask_0zkpdpa_di" bpmnElement="Task_1b5t88h">
758         <dc:Bounds x="285" y="416" width="100" height="80" />
759       </bpmndi:BPMNShape>
760       <bpmndi:BPMNEdge id="SequenceFlow_1fk37v7_di" bpmnElement="SequenceFlow_1fk37v7">
761         <di:waypoint x="214" y="456" />
762         <di:waypoint x="285" y="456" />
763       </bpmndi:BPMNEdge>
764       <bpmndi:BPMNEdge id="SequenceFlow_16uz2t9_di" bpmnElement="SequenceFlow_16uz2t9">
765         <di:waypoint x="385" y="456" />
766         <di:waypoint x="467" y="456" />
767       </bpmndi:BPMNEdge>
768       <bpmndi:BPMNShape id="BoundaryEvent_15igwk2_di" bpmnElement="BoundaryEvent_0clo9pv">
769         <dc:Bounds x="317" y="478" width="36" height="36" />
770       </bpmndi:BPMNShape>
771       <bpmndi:BPMNEdge id="SequenceFlow_12qt5ci_di" bpmnElement="SequenceFlow_12qt5ci">
772         <di:waypoint x="335" y="514" />
773         <di:waypoint x="335" y="611" />
774         <di:waypoint x="335" y="593" />
775       </bpmndi:BPMNEdge>
776       <bpmndi:BPMNShape id="CallActivity_0v4mw2x_di" bpmnElement="CallActivity_0v4mw2x">
777         <dc:Bounds x="1015" y="249" width="100" height="80" />
778       </bpmndi:BPMNShape>
779       <bpmndi:BPMNEdge id="SequenceFlow_1aaozcg_di" bpmnElement="SequenceFlow_1aaozcg">
780         <di:waypoint x="1115" y="289" />
781         <di:waypoint x="1193" y="289" />
782       </bpmndi:BPMNEdge>
783       <bpmndi:BPMNEdge id="SequenceFlow_046irye_di" bpmnElement="SequenceFlow_046irye">
784         <di:waypoint x="745" y="121" />
785         <di:waypoint x="830" y="121" />
786       </bpmndi:BPMNEdge>
787       <bpmndi:BPMNEdge id="SequenceFlow_1o23s0i_di" bpmnElement="SequenceFlow_1o23s0i">
788         <di:waypoint x="930" y="121" />
789         <di:waypoint x="1015" y="121" />
790       </bpmndi:BPMNEdge>
791       <bpmndi:BPMNEdge id="SequenceFlow_0jrclmc_di" bpmnElement="SequenceFlow_0jrclmc">
792         <di:waypoint x="1470" y="121" />
793         <di:waypoint x="1584" y="121" />
794       </bpmndi:BPMNEdge>
795       <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
796         <dc:Bounds x="645" y="761" width="100" height="80" />
797       </bpmndi:BPMNShape>
798       <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
799         <di:waypoint x="745" y="801" />
800         <di:waypoint x="823" y="801" />
801       </bpmndi:BPMNEdge>
802     </bpmndi:BPMNPlane>
803   </bpmndi:BPMNDiagram>
804 </bpmn:definitions>
805