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