Merge "Update Heat enviroment HPA parameters"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoUpdateE2EServiceInstance.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoUpdateE2EServiceInstance" name="DoUpdateE2EServiceInstance" isExecutable="true">
4     <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
8     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12 def dcsi = new DoUpdateE2EServiceInstance()
13 dcsi.preProcessRequest(execution)
14 ]]></bpmn2:script>
15     </bpmn2:scriptTask>
16     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="CallActivity_18nvmnn" />
17     <bpmn2:scriptTask id="ScriptTask_0i8cqdy_PostProcessAAIGET" name="Post Process AAI GET" scriptFormat="groovy">
18       <bpmn2:incoming>SequenceFlow_0qg0uyn</bpmn2:incoming>
19       <bpmn2:outgoing>SequenceFlow_167wc99</bpmn2:outgoing>
20       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
21 def dcsi = new DoUpdateE2EServiceInstance()
22 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:scriptTask id="Task_09laxun" name="PreProcess for Add Resources" scriptFormat="groovy">
25       <bpmn2:incoming>SequenceFlow_115mdln</bpmn2:incoming>
26       <bpmn2:outgoing>SequenceFlow_0yztz2p</bpmn2:outgoing>
27       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
28 def csi = new  DoUpdateE2EServiceInstance()
29 csi.preProcessForAddResource(execution)]]></bpmn2:script>
30     </bpmn2:scriptTask>
31     <bpmn2:callActivity id="Task_1wyyy33" name="Call DoCreateResources" calledElement="DoCreateResources">
32       <bpmn2:extensionElements>
33         <camunda:in source="nsServiceName" target="nsServiceName" />
34         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
35         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
36         <camunda:in source="serviceType" target="serviceType" />
37         <camunda:in source="serviceId" target="serviceId" />
38         <camunda:in source="operationId" target="operationId" />
39         <camunda:in source="resourceType" target="resourceType" />
40         <camunda:in source="resourceUUID" target="resourceUUID" />
41         <camunda:in source="resourceParameters" target="resourceParameters" />
42         <camunda:in source="operationType" target="operationType" />
43       </bpmn2:extensionElements>
44       <bpmn2:incoming>SequenceFlow_0yztz2p</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_0lblyhi</bpmn2:outgoing>
46     </bpmn2:callActivity>
47     <bpmn2:scriptTask id="Task_0ag30bf" name="PostProcess for Add Resource" scriptFormat="groovy">
48       <bpmn2:incoming>SequenceFlow_0lblyhi</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_1nqfgvs</bpmn2:outgoing>
50       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
51 def csi = new  DoUpdateE2EServiceInstance()
52 csi.postProcessForAddResource(execution)]]></bpmn2:script>
53     </bpmn2:scriptTask>
54     <bpmn2:intermediateCatchEvent id="StartEvent_StartResource" name="StartAddResources">
55       <bpmn2:outgoing>SequenceFlow_115mdln</bpmn2:outgoing>
56       <bpmn2:linkEventDefinition name="StartAddResource" />
57     </bpmn2:intermediateCatchEvent>
58     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1dwg5lz" name="GoToStartCompareModelVersions">
59       <bpmn2:incoming>SequenceFlow_167wc99</bpmn2:incoming>
60       <bpmn2:linkEventDefinition name="StartCompareModelVersions" />
61     </bpmn2:intermediateThrowEvent>
62     <bpmn2:sequenceFlow id="SequenceFlow_115mdln" sourceRef="StartEvent_StartResource" targetRef="Task_09laxun" />
63     <bpmn2:sequenceFlow id="SequenceFlow_0yztz2p" sourceRef="Task_09laxun" targetRef="Task_1wyyy33" />
64     <bpmn2:sequenceFlow id="SequenceFlow_0lblyhi" sourceRef="Task_1wyyy33" targetRef="Task_0ag30bf" />
65     <bpmn2:scriptTask id="ScriptTask_1xxvnst" name="PreProcess for Delete Resources" scriptFormat="groovy">
66       <bpmn2:incoming>SequenceFlow_1qn0865</bpmn2:incoming>
67       <bpmn2:outgoing>SequenceFlow_14rubz2</bpmn2:outgoing>
68       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
69 def csi = new  DoUpdateE2EServiceInstance()
70 csi.preProcessForDeleteResource(execution)]]></bpmn2:script>
71     </bpmn2:scriptTask>
72     <bpmn2:callActivity id="CallActivity_0yphqzk" name="Call DoDeleteResources" calledElement="DoDeleteResources">
73       <bpmn2:extensionElements>
74         <camunda:in source="nsServiceName" target="nsServiceName" />
75         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
76         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
77         <camunda:in source="serviceType" target="serviceType" />
78         <camunda:in source="serviceId" target="serviceId" />
79         <camunda:in source="operationId" target="operationId" />
80         <camunda:in source="resourceType" target="resourceType" />
81         <camunda:in source="resourceUUID" target="resourceUUID" />
82         <camunda:in source="resourceParameters" target="resourceParameters" />
83         <camunda:in source="operationType" target="operationType" />
84       </bpmn2:extensionElements>
85       <bpmn2:incoming>SequenceFlow_14rubz2</bpmn2:incoming>
86       <bpmn2:outgoing>SequenceFlow_0tm9bw9</bpmn2:outgoing>
87     </bpmn2:callActivity>
88     <bpmn2:scriptTask id="ScriptTask_00wgfrc" name="PostProcess for Delete Resource" scriptFormat="groovy">
89       <bpmn2:incoming>SequenceFlow_0tm9bw9</bpmn2:incoming>
90       <bpmn2:outgoing>SequenceFlow_1uu6uiu</bpmn2:outgoing>
91       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
92 def csi = new  DoUpdateE2EServiceInstance()
93 csi.postProcessForDeleteResource(execution)]]></bpmn2:script>
94     </bpmn2:scriptTask>
95     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0h6d9jb" name="StartDeleteResources">
96       <bpmn2:outgoing>SequenceFlow_1qn0865</bpmn2:outgoing>
97       <bpmn2:linkEventDefinition name="StartDeleteResources" />
98     </bpmn2:intermediateCatchEvent>
99     <bpmn2:sequenceFlow id="SequenceFlow_1qn0865" sourceRef="IntermediateCatchEvent_0h6d9jb" targetRef="ScriptTask_1xxvnst" />
100     <bpmn2:sequenceFlow id="SequenceFlow_14rubz2" sourceRef="ScriptTask_1xxvnst" targetRef="CallActivity_0yphqzk" />
101     <bpmn2:sequenceFlow id="SequenceFlow_0tm9bw9" sourceRef="CallActivity_0yphqzk" targetRef="ScriptTask_00wgfrc" />
102     <bpmn2:scriptTask id="ScriptTask_0wl77h6" name="Post for Compare Model Versions" scriptFormat="groovy">
103       <bpmn2:incoming>SequenceFlow_02d5ibj</bpmn2:incoming>
104       <bpmn2:outgoing>SequenceFlow_0l4gosl</bpmn2:outgoing>
105       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
106 def csi = new  DoUpdateE2EServiceInstance()
107 csi.postCompareModelVersions(execution)]]></bpmn2:script>
108     </bpmn2:scriptTask>
109     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0gk8ige" name="StartCompareModelVersions">
110       <bpmn2:outgoing>SequenceFlow_1vtlt1v</bpmn2:outgoing>
111       <bpmn2:linkEventDefinition name="StartCompareModelVersions" />
112     </bpmn2:intermediateCatchEvent>
113     <bpmn2:scriptTask id="ScriptTask_1afvv50" name="Prepare for Compare Model Versions" scriptFormat="groovy">
114       <bpmn2:incoming>SequenceFlow_1vtlt1v</bpmn2:incoming>
115       <bpmn2:outgoing>SequenceFlow_0h40pn8</bpmn2:outgoing>
116       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
117 def ddsi = new DoUpdateE2EServiceInstance()
118 ddsi.preCompareModelVersions(execution)]]></bpmn2:script>
119     </bpmn2:scriptTask>
120     <bpmn2:sequenceFlow id="SequenceFlow_02d5ibj" sourceRef="ServiceTask_02u5iza" targetRef="ScriptTask_0wl77h6" />
121     <bpmn2:sequenceFlow id="SequenceFlow_1vtlt1v" sourceRef="IntermediateCatchEvent_0gk8ige" targetRef="ScriptTask_1afvv50" />
122     <bpmn2:sequenceFlow id="SequenceFlow_0h40pn8" sourceRef="ScriptTask_1afvv50" targetRef="ServiceTask_02u5iza" />
123     <bpmn2:callActivity id="ServiceTask_02u5iza" name="Call DoCompareModelVersions" calledElement="DoCompareModelVersions">
124       <bpmn2:incoming>SequenceFlow_0h40pn8</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_02d5ibj</bpmn2:outgoing>
126     </bpmn2:callActivity>
127     <bpmn2:callActivity id="CallActivity_18nvmnn" name="Call AAI Generic GetService" calledElement="GenericGetService">
128       <bpmn2:extensionElements>
129         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
130         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
131         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
132         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
133         <camunda:out source="WorkflowException" target="WorkflowException" />
134         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
135         <camunda:out source="GENGS_service" target="GENGS_service" />
136         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
137         <camunda:in source="serviceType" target="GENGS_serviceType" />
138       </bpmn2:extensionElements>
139       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
140       <bpmn2:outgoing>SequenceFlow_0qg0uyn</bpmn2:outgoing>
141     </bpmn2:callActivity>
142     <bpmn2:sequenceFlow id="SequenceFlow_0qg0uyn" sourceRef="CallActivity_18nvmnn" targetRef="ScriptTask_0i8cqdy_PostProcessAAIGET" />
143     <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy">
144       <bpmn2:incoming>SequenceFlow_0l4gosl</bpmn2:incoming>
145       <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing>
146       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
147 def ddsi = new DoUpdateE2EServiceInstance()
148 ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
149     </bpmn2:scriptTask>
150     <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status">
151       <bpmn2:extensionElements>
152         <camunda:connector>
153           <camunda:inputOutput>
154             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
155             <camunda:inputParameter name="headers">
156               <camunda:map>
157                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
158                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
159               </camunda:map>
160             </camunda:inputParameter>
161             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
162             <camunda:inputParameter name="method">POST</camunda:inputParameter>
163             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
164             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
165           </camunda:inputOutput>
166           <camunda:connectorId>http-connector</camunda:connectorId>
167         </camunda:connector>
168       </bpmn2:extensionElements>
169       <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming>
170       <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing>
171     </bpmn2:serviceTask>
172     <bpmn2:scriptTask id="ScriptTask_0r74c3c" name="Post Resource Oper Status" scriptFormat="groovy">
173       <bpmn2:incoming>SequenceFlow_1muxopq</bpmn2:incoming>
174       <bpmn2:outgoing>SequenceFlow_1sgsysh</bpmn2:outgoing>
175       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
176 def dcsi = new DoUpdateE2EServiceInstance()
177 dcsi.postResourcesOperStatus(execution)]]></bpmn2:script>
178     </bpmn2:scriptTask>
179     <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" />
180     <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="ScriptTask_0r74c3c" />
181     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources">
182       <bpmn2:incoming>SequenceFlow_1nqfgvs</bpmn2:incoming>
183       <bpmn2:linkEventDefinition name="StartDeleteResources" />
184     </bpmn2:intermediateThrowEvent>
185     <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
186       <bpmn2:extensionElements>
187         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
188         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
189         <camunda:in source="serviceType" target="GENPS_serviceType" />
190         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
191         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
192         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
193         <camunda:in source="msoRequestId" target="GENPS_requesId" />
194         <camunda:out source="WorkflowException" target="WorkflowException" />
195       </bpmn2:extensionElements>
196       <bpmn2:incoming>SequenceFlow_1kx5ke9</bpmn2:incoming>
197       <bpmn2:outgoing>SequenceFlow_0f76thv</bpmn2:outgoing>
198     </bpmn2:callActivity>
199     <bpmn2:scriptTask id="ScriptTask_0xtabf8" name="Post Process AAI PUT" scriptFormat="groovy">
200       <bpmn2:incoming>SequenceFlow_0f76thv</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_0x0mhlj</bpmn2:outgoing>
202       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
203 def ddsi = new DoUpdateE2EServiceInstance()
204 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
205     </bpmn2:scriptTask>
206     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0a9bdjw" name="UpdateAAI">
207       <bpmn2:outgoing>SequenceFlow_1demy08</bpmn2:outgoing>
208       <bpmn2:linkEventDefinition name="UpdateAAI" />
209     </bpmn2:intermediateCatchEvent>
210     <bpmn2:sequenceFlow id="SequenceFlow_1demy08" sourceRef="IntermediateCatchEvent_0a9bdjw" targetRef="ScriptTask_195nptq" />
211     <bpmn2:sequenceFlow id="SequenceFlow_0f76thv" sourceRef="CallActivity_1nm9zq7" targetRef="ScriptTask_0xtabf8" />
212     <bpmn2:scriptTask id="ScriptTask_19v8l1w" name="Post Config Service Instance Update" scriptFormat="groovy">
213       <bpmn2:incoming>SequenceFlow_0h3kdi2</bpmn2:incoming>
214       <bpmn2:outgoing>SequenceFlow_07aa121</bpmn2:outgoing>
215       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
216 def csi = new  DoUpdateE2EServiceInstance()
217 csi.postConfigRequest(execution)]]></bpmn2:script>
218     </bpmn2:scriptTask>
219     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0z04o3s" name="FinishProcess">
220       <bpmn2:outgoing>SequenceFlow_0ku36oy</bpmn2:outgoing>
221       <bpmn2:linkEventDefinition name="FinishProcess" />
222     </bpmn2:intermediateCatchEvent>
223     <bpmn2:endEvent id="EndEvent_0exzmfn">
224       <bpmn2:incoming>SequenceFlow_07aa121</bpmn2:incoming>
225     </bpmn2:endEvent>
226     <bpmn2:scriptTask id="ScriptTask_0jsblrq" name="Prepare Update Service Oper Status(100%)" scriptFormat="groovy">
227       <bpmn2:incoming>SequenceFlow_0ku36oy</bpmn2:incoming>
228       <bpmn2:outgoing>SequenceFlow_0mwh16g</bpmn2:outgoing>
229       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
230 execution.setVariable("progress", "100")
231 execution.setVariable("operationStatus", "End")
232 def ddsi = new DoUpdateE2EServiceInstance()
233 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn2:script>
234     </bpmn2:scriptTask>
235     <bpmn2:serviceTask id="ServiceTask_1ydxyw0" name="Update Service Oper Status">
236       <bpmn2:extensionElements>
237         <camunda:connector>
238           <camunda:inputOutput>
239             <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
240             <camunda:inputParameter name="headers">
241               <camunda:map>
242                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
243                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
244               </camunda:map>
245             </camunda:inputParameter>
246             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
247             <camunda:inputParameter name="method">POST</camunda:inputParameter>
248             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
249             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
250           </camunda:inputOutput>
251           <camunda:connectorId>http-connector</camunda:connectorId>
252         </camunda:connector>
253       </bpmn2:extensionElements>
254       <bpmn2:incoming>SequenceFlow_0mwh16g</bpmn2:incoming>
255       <bpmn2:outgoing>SequenceFlow_0h3kdi2</bpmn2:outgoing>
256     </bpmn2:serviceTask>
257     <bpmn2:sequenceFlow id="SequenceFlow_0h3kdi2" sourceRef="ServiceTask_1ydxyw0" targetRef="ScriptTask_19v8l1w" />
258     <bpmn2:sequenceFlow id="SequenceFlow_07aa121" sourceRef="ScriptTask_19v8l1w" targetRef="EndEvent_0exzmfn" />
259     <bpmn2:sequenceFlow id="SequenceFlow_0ku36oy" sourceRef="IntermediateCatchEvent_0z04o3s" targetRef="ScriptTask_0jsblrq" />
260     <bpmn2:sequenceFlow id="SequenceFlow_0mwh16g" sourceRef="ScriptTask_0jsblrq" targetRef="ServiceTask_1ydxyw0" />
261     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_06lo96a" name="GoTo UpdateAAI">
262       <bpmn2:incoming>SequenceFlow_1uu6uiu</bpmn2:incoming>
263       <bpmn2:linkEventDefinition name="UpdateAAI" />
264     </bpmn2:intermediateThrowEvent>
265     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hucdtk" name="GoTo FinishProcess">
266       <bpmn2:incoming>SequenceFlow_0x0mhlj</bpmn2:incoming>
267       <bpmn2:linkEventDefinition name="FinishProcess" />
268     </bpmn2:intermediateThrowEvent>
269     <bpmn2:sequenceFlow id="SequenceFlow_0x0mhlj" sourceRef="ScriptTask_0xtabf8" targetRef="IntermediateThrowEvent_0hucdtk" />
270     <bpmn2:sequenceFlow id="SequenceFlow_167wc99" sourceRef="ScriptTask_0i8cqdy_PostProcessAAIGET" targetRef="IntermediateThrowEvent_1dwg5lz" />
271     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09ur9ds" name="GoTo StartAddResources">
272       <bpmn2:incoming>SequenceFlow_1sgsysh</bpmn2:incoming>
273       <bpmn2:linkEventDefinition name="StartAddResource" />
274     </bpmn2:intermediateThrowEvent>
275     <bpmn2:sequenceFlow id="SequenceFlow_0l4gosl" sourceRef="ScriptTask_0wl77h6" targetRef="ScriptTask_0acnvkp" />
276     <bpmn2:sequenceFlow id="SequenceFlow_1sgsysh" sourceRef="ScriptTask_0r74c3c" targetRef="IntermediateThrowEvent_09ur9ds" />
277     <bpmn2:sequenceFlow id="SequenceFlow_1nqfgvs" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" />
278     <bpmn2:sequenceFlow id="SequenceFlow_1uu6uiu" sourceRef="ScriptTask_00wgfrc" targetRef="IntermediateThrowEvent_06lo96a" />
279     <bpmn2:subProcess id="SubProcess_0jo0nms" name="Sub-process for Application Errors" triggeredByEvent="true">
280       <bpmn2:startEvent id="StartEvent_06768u3">
281         <bpmn2:outgoing>SequenceFlow_05j3sat</bpmn2:outgoing>
282         <bpmn2:errorEventDefinition />
283       </bpmn2:startEvent>
284       <bpmn2:endEvent id="EndEvent_014jyvb">
285         <bpmn2:incoming>SequenceFlow_02znk15</bpmn2:incoming>
286       </bpmn2:endEvent>
287       <bpmn2:callActivity id="CallActivity_1lu6rx0" name="Call DoUpdateE2EServiceInstanceRollback" calledElement="DoUpdateE2EServiceInstanceRollback">
288         <bpmn2:extensionElements>
289           <camunda:in source="msoRequestId" target="mso-request-id" />
290           <camunda:in source="rollbackData" target="rollbackData" />
291           <camunda:out source="rolledBack" target="rolledBack" />
292           <camunda:in source="disableRollback" target="disableRollback" />
293           <camunda:out source="rollbackError" target="rollbackErrror" />
294         </bpmn2:extensionElements>
295         <bpmn2:incoming>SequenceFlow_19ly8h7</bpmn2:incoming>
296         <bpmn2:outgoing>SequenceFlow_0jsdqmq</bpmn2:outgoing>
297       </bpmn2:callActivity>
298       <bpmn2:scriptTask id="ScriptTask_1awrp72" name="Pre Process Rollback" scriptFormat="groovy">
299         <bpmn2:incoming>SequenceFlow_05j3sat</bpmn2:incoming>
300         <bpmn2:outgoing>SequenceFlow_19ly8h7</bpmn2:outgoing>
301         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
302 def dcsi = new DoCreateResources()\r
303 dcsi.preProcessRollback(execution)\r
304 ]]></bpmn2:script>
305       </bpmn2:scriptTask>
306       <bpmn2:scriptTask id="ScriptTask_0vc9jgo" name="Post Process Rollback" scriptFormat="groovy">
307         <bpmn2:incoming>SequenceFlow_0jsdqmq</bpmn2:incoming>
308         <bpmn2:outgoing>SequenceFlow_02znk15</bpmn2:outgoing>
309         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
310 def dcsi = new DoCreateResources()\r
311 dcsi.postProcessRollback(execution)\r
312 ]]></bpmn2:script>
313       </bpmn2:scriptTask>
314       <bpmn2:sequenceFlow id="SequenceFlow_05j3sat" sourceRef="StartEvent_06768u3" targetRef="ScriptTask_1awrp72" />
315       <bpmn2:sequenceFlow id="SequenceFlow_02znk15" sourceRef="ScriptTask_0vc9jgo" targetRef="EndEvent_014jyvb" />
316       <bpmn2:sequenceFlow id="SequenceFlow_19ly8h7" sourceRef="ScriptTask_1awrp72" targetRef="CallActivity_1lu6rx0" />
317       <bpmn2:sequenceFlow id="SequenceFlow_0jsdqmq" sourceRef="CallActivity_1lu6rx0" targetRef="ScriptTask_0vc9jgo" />
318     </bpmn2:subProcess>
319     <bpmn2:scriptTask id="ScriptTask_195nptq" name="Pre Process AAI GET 2" scriptFormat="groovy">
320       <bpmn2:incoming>SequenceFlow_1demy08</bpmn2:incoming>
321       <bpmn2:outgoing>SequenceFlow_1cy5gq2</bpmn2:outgoing>
322       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
323 def dcsi = new DoUpdateE2EServiceInstance()
324 dcsi.preProcessAAIGET2(execution)]]></bpmn2:script>
325     </bpmn2:scriptTask>
326     <bpmn2:sequenceFlow id="SequenceFlow_1cy5gq2" sourceRef="ScriptTask_195nptq" targetRef="CallActivity_069o6fn" />
327     <bpmn2:callActivity id="CallActivity_069o6fn" name="Call AAI Generic GetService" calledElement="GenericGetService">
328       <bpmn2:extensionElements>
329         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
330         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
331         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
332         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
333         <camunda:out source="WorkflowException" target="WorkflowException" />
334         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
335         <camunda:out source="GENGS_service" target="GENGS_service" />
336         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
337         <camunda:in source="serviceType" target="GENGS_serviceType" />
338       </bpmn2:extensionElements>
339       <bpmn2:incoming>SequenceFlow_1cy5gq2</bpmn2:incoming>
340       <bpmn2:outgoing>SequenceFlow_1vy856f</bpmn2:outgoing>
341     </bpmn2:callActivity>
342     <bpmn2:scriptTask id="ScriptTask_0lp9y03" name="Post Process AAI GET 2" scriptFormat="groovy">
343       <bpmn2:incoming>SequenceFlow_1vy856f</bpmn2:incoming>
344       <bpmn2:outgoing>SequenceFlow_14ggluy</bpmn2:outgoing>
345       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
346 def dcsi = new DoUpdateE2EServiceInstance()
347 dcsi.postProcessAAIGET2(execution)]]></bpmn2:script>
348     </bpmn2:scriptTask>
349     <bpmn2:sequenceFlow id="SequenceFlow_1vy856f" sourceRef="CallActivity_069o6fn" targetRef="ScriptTask_0lp9y03" />
350     <bpmn2:sequenceFlow id="SequenceFlow_14ggluy" sourceRef="ScriptTask_0lp9y03" targetRef="ScriptTask_0sis7k0" />
351     <bpmn2:scriptTask id="ScriptTask_0sis7k0" name="Pre Process AAI PUT" scriptFormat="groovy">
352       <bpmn2:incoming>SequenceFlow_14ggluy</bpmn2:incoming>
353       <bpmn2:outgoing>SequenceFlow_1kx5ke9</bpmn2:outgoing>
354       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
355 def dcsi = new DoUpdateE2EServiceInstance()
356 dcsi.preProcessAAIPUT(execution)]]></bpmn2:script>
357     </bpmn2:scriptTask>
358     <bpmn2:sequenceFlow id="SequenceFlow_1kx5ke9" sourceRef="ScriptTask_0sis7k0" targetRef="CallActivity_1nm9zq7" />
359   </bpmn2:process>
360   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
361   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
362   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
363     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance">
364       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
365         <dc:Bounds x="74" y="404" width="36" height="36" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="68" y="445" width="50" height="12" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
371         <dc:Bounds x="293" y="382" width="100" height="80" />
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
374         <di:waypoint xsi:type="dc:Point" x="110" y="422" />
375         <di:waypoint xsi:type="dc:Point" x="293" y="422" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="156.5" y="407" width="90" height="0" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="CallActivity_18nvmnn_di">
381         <di:waypoint xsi:type="dc:Point" x="393" y="422" />
382         <di:waypoint xsi:type="dc:Point" x="581" y="420" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="442" y="406" width="90" height="0" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNEdge>
387       <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy_PostProcessAAIGET">
388         <dc:Bounds x="858" y="382" width="100" height="80" />
389       </bpmndi:BPMNShape>
390       <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun">
391         <dc:Bounds x="293" y="828" width="100" height="80" />
392       </bpmndi:BPMNShape>
393       <bpmndi:BPMNShape id="CallActivity_1v57nb9_di" bpmnElement="Task_1wyyy33">
394         <dc:Bounds x="589" y="828" width="100" height="80" />
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf">
397         <dc:Bounds x="858" y="828" width="100" height="80" />
398       </bpmndi:BPMNShape>
399       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource">
400         <dc:Bounds x="74" y="850" width="36" height="36" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="50" y="895" width="84" height="24" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ys6800_di" bpmnElement="IntermediateThrowEvent_1dwg5lz">
406         <dc:Bounds x="1951" y="404" width="36" height="36" />
407         <bpmndi:BPMNLabel>
408           <dc:Bounds x="1925" y="444" width="90" height="24" />
409         </bpmndi:BPMNLabel>
410       </bpmndi:BPMNShape>
411       <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln">
412         <di:waypoint xsi:type="dc:Point" x="110" y="868" />
413         <di:waypoint xsi:type="dc:Point" x="293" y="868" />
414         <bpmndi:BPMNLabel>
415           <dc:Bounds x="156.5" y="847" width="90" height="12" />
416         </bpmndi:BPMNLabel>
417       </bpmndi:BPMNEdge>
418       <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p">
419         <di:waypoint xsi:type="dc:Point" x="393" y="868" />
420         <di:waypoint xsi:type="dc:Point" x="589" y="868" />
421         <bpmndi:BPMNLabel>
422           <dc:Bounds x="446" y="847" width="90" height="12" />
423         </bpmndi:BPMNLabel>
424       </bpmndi:BPMNEdge>
425       <bpmndi:BPMNEdge id="SequenceFlow_0lblyhi_di" bpmnElement="SequenceFlow_0lblyhi">
426         <di:waypoint xsi:type="dc:Point" x="689" y="868" />
427         <di:waypoint xsi:type="dc:Point" x="858" y="868" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="728.5" y="847" width="90" height="12" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNEdge>
432       <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst">
433         <dc:Bounds x="293" y="1081" width="100" height="80" />
434       </bpmndi:BPMNShape>
435       <bpmndi:BPMNShape id="CallActivity_0yphqzk_di" bpmnElement="CallActivity_0yphqzk">
436         <dc:Bounds x="589" y="1081" width="100" height="80" />
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc">
439         <dc:Bounds x="858" y="1081" width="100" height="80" />
440       </bpmndi:BPMNShape>
441       <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb">
442         <dc:Bounds x="74" y="1103" width="36" height="36" />
443         <bpmndi:BPMNLabel>
444           <dc:Bounds x="50" y="1143" width="86" height="24" />
445         </bpmndi:BPMNLabel>
446       </bpmndi:BPMNShape>
447       <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865">
448         <di:waypoint xsi:type="dc:Point" x="110" y="1121" />
449         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
450         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
451         <di:waypoint xsi:type="dc:Point" x="293" y="1121" />
452         <bpmndi:BPMNLabel>
453           <dc:Bounds x="172" y="1115" width="90" height="12" />
454         </bpmndi:BPMNLabel>
455       </bpmndi:BPMNEdge>
456       <bpmndi:BPMNEdge id="SequenceFlow_14rubz2_di" bpmnElement="SequenceFlow_14rubz2">
457         <di:waypoint xsi:type="dc:Point" x="393" y="1121" />
458         <di:waypoint xsi:type="dc:Point" x="589" y="1121" />
459         <bpmndi:BPMNLabel>
460           <dc:Bounds x="446" y="1100" width="90" height="12" />
461         </bpmndi:BPMNLabel>
462       </bpmndi:BPMNEdge>
463       <bpmndi:BPMNEdge id="SequenceFlow_0tm9bw9_di" bpmnElement="SequenceFlow_0tm9bw9">
464         <di:waypoint xsi:type="dc:Point" x="689" y="1121" />
465         <di:waypoint xsi:type="dc:Point" x="858" y="1121" />
466         <bpmndi:BPMNLabel>
467           <dc:Bounds x="728.5" y="1100" width="90" height="12" />
468         </bpmndi:BPMNLabel>
469       </bpmndi:BPMNEdge>
470       <bpmndi:BPMNShape id="ScriptTask_0wl77h6_di" bpmnElement="ScriptTask_0wl77h6">
471         <dc:Bounds x="858" y="600" width="100" height="80" />
472       </bpmndi:BPMNShape>
473       <bpmndi:BPMNShape id="IntermediateCatchEvent_0gk8ige_di" bpmnElement="IntermediateCatchEvent_0gk8ige">
474         <dc:Bounds x="74" y="622" width="36" height="36" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="50" y="684" width="89" height="24" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNShape>
479       <bpmndi:BPMNShape id="ScriptTask_1afvv50_di" bpmnElement="ScriptTask_1afvv50">
480         <dc:Bounds x="293" y="600" width="100" height="80" />
481       </bpmndi:BPMNShape>
482       <bpmndi:BPMNEdge id="SequenceFlow_02d5ibj_di" bpmnElement="SequenceFlow_02d5ibj">
483         <di:waypoint xsi:type="dc:Point" x="689" y="640" />
484         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
485         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
486         <di:waypoint xsi:type="dc:Point" x="858" y="640" />
487         <bpmndi:BPMNLabel>
488           <dc:Bounds x="744" y="593" width="90" height="12" />
489         </bpmndi:BPMNLabel>
490       </bpmndi:BPMNEdge>
491       <bpmndi:BPMNEdge id="SequenceFlow_1vtlt1v_di" bpmnElement="SequenceFlow_1vtlt1v">
492         <di:waypoint xsi:type="dc:Point" x="110" y="640" />
493         <di:waypoint xsi:type="dc:Point" x="293" y="640" />
494         <bpmndi:BPMNLabel>
495           <dc:Bounds x="156.5" y="619" width="90" height="12" />
496         </bpmndi:BPMNLabel>
497       </bpmndi:BPMNEdge>
498       <bpmndi:BPMNEdge id="SequenceFlow_0h40pn8_di" bpmnElement="SequenceFlow_0h40pn8">
499         <di:waypoint xsi:type="dc:Point" x="393" y="640" />
500         <di:waypoint xsi:type="dc:Point" x="589" y="640" />
501         <bpmndi:BPMNLabel>
502           <dc:Bounds x="446" y="578" width="90" height="12" />
503         </bpmndi:BPMNLabel>
504       </bpmndi:BPMNEdge>
505       <bpmndi:BPMNShape id="CallActivity_00ftzjj_di" bpmnElement="ServiceTask_02u5iza">
506         <dc:Bounds x="589" y="600" width="100" height="80" />
507       </bpmndi:BPMNShape>
508       <bpmndi:BPMNShape id="CallActivity_18nvmnn_di" bpmnElement="CallActivity_18nvmnn">
509         <dc:Bounds x="581" y="380" width="100" height="80" />
510       </bpmndi:BPMNShape>
511       <bpmndi:BPMNEdge id="SequenceFlow_0qg0uyn_di" bpmnElement="SequenceFlow_0qg0uyn">
512         <di:waypoint xsi:type="dc:Point" x="681" y="420" />
513         <di:waypoint xsi:type="dc:Point" x="858" y="422" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="724.5" y="400" width="90" height="12" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNEdge>
518       <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp">
519         <dc:Bounds x="1152" y="600" width="100" height="80" />
520       </bpmndi:BPMNShape>
521       <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u">
522         <dc:Bounds x="1421" y="600" width="100" height="80" />
523       </bpmndi:BPMNShape>
524       <bpmndi:BPMNShape id="ScriptTask_0r74c3c_di" bpmnElement="ScriptTask_0r74c3c">
525         <dc:Bounds x="1675" y="600" width="100" height="80" />
526       </bpmndi:BPMNShape>
527       <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci">
528         <di:waypoint xsi:type="dc:Point" x="1252" y="640" />
529         <di:waypoint xsi:type="dc:Point" x="1421" y="640" />
530         <bpmndi:BPMNLabel>
531           <dc:Bounds x="1291.5" y="619" width="90" height="12" />
532         </bpmndi:BPMNLabel>
533       </bpmndi:BPMNEdge>
534       <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq">
535         <di:waypoint xsi:type="dc:Point" x="1521" y="640" />
536         <di:waypoint xsi:type="dc:Point" x="1675" y="640" />
537         <bpmndi:BPMNLabel>
538           <dc:Bounds x="1553" y="619" width="90" height="12" />
539         </bpmndi:BPMNLabel>
540       </bpmndi:BPMNEdge>
541       <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao">
542         <dc:Bounds x="1951" y="850" width="36" height="36" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="1925" y="890" width="90" height="24" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNShape>
547       <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7">
548         <dc:Bounds x="1410" y="1333" width="100" height="80" />
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8">
551         <dc:Bounds x="1666" y="1333" width="100" height="80" />
552       </bpmndi:BPMNShape>
553       <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw">
554         <dc:Bounds x="74" y="1355" width="36" height="36" />
555         <bpmndi:BPMNLabel>
556           <dc:Bounds x="69" y="1391" width="52" height="12" />
557         </bpmndi:BPMNLabel>
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08">
560         <di:waypoint xsi:type="dc:Point" x="110" y="1373" />
561         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
562         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
563         <di:waypoint xsi:type="dc:Point" x="293" y="1373" />
564         <bpmndi:BPMNLabel>
565           <dc:Bounds x="212" y="1367" width="0" height="12" />
566         </bpmndi:BPMNLabel>
567       </bpmndi:BPMNEdge>
568       <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv">
569         <di:waypoint xsi:type="dc:Point" x="1510" y="1373" />
570         <di:waypoint xsi:type="dc:Point" x="1594" y="1373" />
571         <di:waypoint xsi:type="dc:Point" x="1594" y="1373" />
572         <di:waypoint xsi:type="dc:Point" x="1666" y="1373" />
573         <bpmndi:BPMNLabel>
574           <dc:Bounds x="1609" y="1367" width="0" height="12" />
575         </bpmndi:BPMNLabel>
576       </bpmndi:BPMNEdge>
577       <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w">
578         <dc:Bounds x="1460" y="1474" width="100" height="80" />
579       </bpmndi:BPMNShape>
580       <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s">
581         <dc:Bounds x="74" y="1496" width="36" height="36" />
582         <bpmndi:BPMNLabel>
583           <dc:Bounds x="57" y="1536" width="70" height="12" />
584         </bpmndi:BPMNLabel>
585       </bpmndi:BPMNShape>
586       <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn">
587         <dc:Bounds x="1951" y="1496" width="36" height="36" />
588         <bpmndi:BPMNLabel>
589           <dc:Bounds x="1924" y="1536" width="0" height="12" />
590         </bpmndi:BPMNLabel>
591       </bpmndi:BPMNShape>
592       <bpmndi:BPMNShape id="ScriptTask_0jsblrq_di" bpmnElement="ScriptTask_0jsblrq">
593         <dc:Bounds x="283" y="1474" width="100" height="80" />
594       </bpmndi:BPMNShape>
595       <bpmndi:BPMNShape id="ServiceTask_1ydxyw0_di" bpmnElement="ServiceTask_1ydxyw0">
596         <dc:Bounds x="858" y="1474" width="100" height="80" />
597       </bpmndi:BPMNShape>
598       <bpmndi:BPMNEdge id="SequenceFlow_0h3kdi2_di" bpmnElement="SequenceFlow_0h3kdi2">
599         <di:waypoint xsi:type="dc:Point" x="958" y="1514" />
600         <di:waypoint xsi:type="dc:Point" x="1460" y="1514" />
601         <bpmndi:BPMNLabel>
602           <dc:Bounds x="1209" y="1493" width="0" height="12" />
603         </bpmndi:BPMNLabel>
604       </bpmndi:BPMNEdge>
605       <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121">
606         <di:waypoint xsi:type="dc:Point" x="1560" y="1514" />
607         <di:waypoint xsi:type="dc:Point" x="1951" y="1514" />
608         <bpmndi:BPMNLabel>
609           <dc:Bounds x="1755.5" y="1493" width="0" height="12" />
610         </bpmndi:BPMNLabel>
611       </bpmndi:BPMNEdge>
612       <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy">
613         <di:waypoint xsi:type="dc:Point" x="110" y="1514" />
614         <di:waypoint xsi:type="dc:Point" x="283" y="1514" />
615         <bpmndi:BPMNLabel>
616           <dc:Bounds x="196.5" y="1493" width="0" height="12" />
617         </bpmndi:BPMNLabel>
618       </bpmndi:BPMNEdge>
619       <bpmndi:BPMNEdge id="SequenceFlow_0mwh16g_di" bpmnElement="SequenceFlow_0mwh16g">
620         <di:waypoint xsi:type="dc:Point" x="383" y="1514" />
621         <di:waypoint xsi:type="dc:Point" x="858" y="1514" />
622         <bpmndi:BPMNLabel>
623           <dc:Bounds x="620.5" y="1493" width="0" height="12" />
624         </bpmndi:BPMNLabel>
625       </bpmndi:BPMNEdge>
626       <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a">
627         <dc:Bounds x="1951" y="1103" width="36" height="36" />
628         <bpmndi:BPMNLabel>
629           <dc:Bounds x="1939" y="1143" width="82" height="12" />
630         </bpmndi:BPMNLabel>
631       </bpmndi:BPMNShape>
632       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk">
633         <dc:Bounds x="1951" y="1355" width="36" height="36" />
634         <bpmndi:BPMNLabel>
635           <dc:Bounds x="1945" y="1395" width="70" height="24" />
636         </bpmndi:BPMNLabel>
637       </bpmndi:BPMNShape>
638       <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj">
639         <di:waypoint xsi:type="dc:Point" x="1766" y="1373" />
640         <di:waypoint xsi:type="dc:Point" x="1863" y="1373" />
641         <di:waypoint xsi:type="dc:Point" x="1863" y="1373" />
642         <di:waypoint xsi:type="dc:Point" x="1951" y="1373" />
643         <bpmndi:BPMNLabel>
644           <dc:Bounds x="1878" y="1367" width="0" height="12" />
645         </bpmndi:BPMNLabel>
646       </bpmndi:BPMNEdge>
647       <bpmndi:BPMNEdge id="SequenceFlow_167wc99_di" bpmnElement="SequenceFlow_167wc99">
648         <di:waypoint xsi:type="dc:Point" x="958" y="422" />
649         <di:waypoint xsi:type="dc:Point" x="1951" y="422" />
650         <bpmndi:BPMNLabel>
651           <dc:Bounds x="1409.5" y="401" width="90" height="12" />
652         </bpmndi:BPMNLabel>
653       </bpmndi:BPMNEdge>
654       <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds">
655         <dc:Bounds x="1951" y="622" width="36" height="36" />
656         <bpmndi:BPMNLabel>
657           <dc:Bounds x="1927" y="663" width="84" height="36" />
658         </bpmndi:BPMNLabel>
659       </bpmndi:BPMNShape>
660       <bpmndi:BPMNEdge id="SequenceFlow_0l4gosl_di" bpmnElement="SequenceFlow_0l4gosl">
661         <di:waypoint xsi:type="dc:Point" x="958" y="640" />
662         <di:waypoint xsi:type="dc:Point" x="1152" y="640" />
663         <bpmndi:BPMNLabel>
664           <dc:Bounds x="1010" y="619" width="90" height="12" />
665         </bpmndi:BPMNLabel>
666       </bpmndi:BPMNEdge>
667       <bpmndi:BPMNEdge id="SequenceFlow_1sgsysh_di" bpmnElement="SequenceFlow_1sgsysh">
668         <di:waypoint xsi:type="dc:Point" x="1775" y="640" />
669         <di:waypoint xsi:type="dc:Point" x="1951" y="640" />
670         <bpmndi:BPMNLabel>
671           <dc:Bounds x="1863" y="619" width="0" height="12" />
672         </bpmndi:BPMNLabel>
673       </bpmndi:BPMNEdge>
674       <bpmndi:BPMNEdge id="SequenceFlow_1nqfgvs_di" bpmnElement="SequenceFlow_1nqfgvs">
675         <di:waypoint xsi:type="dc:Point" x="958" y="868" />
676         <di:waypoint xsi:type="dc:Point" x="1951" y="868" />
677         <bpmndi:BPMNLabel>
678           <dc:Bounds x="1409.5" y="847" width="90" height="12" />
679         </bpmndi:BPMNLabel>
680       </bpmndi:BPMNEdge>
681       <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu">
682         <di:waypoint xsi:type="dc:Point" x="958" y="1121" />
683         <di:waypoint xsi:type="dc:Point" x="1951" y="1121" />
684         <bpmndi:BPMNLabel>
685           <dc:Bounds x="1409.5" y="1100" width="90" height="12" />
686         </bpmndi:BPMNLabel>
687       </bpmndi:BPMNEdge>
688       <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true">
689         <dc:Bounds x="236" y="1818" width="1428" height="210" />
690       </bpmndi:BPMNShape>
691       <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3">
692         <dc:Bounds x="266" y="1895" width="36" height="36" />
693         <bpmndi:BPMNLabel>
694           <dc:Bounds x="239" y="1936" width="0" height="12" />
695         </bpmndi:BPMNLabel>
696       </bpmndi:BPMNShape>
697       <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb">
698         <dc:Bounds x="1581" y="1895" width="36" height="36" />
699         <bpmndi:BPMNLabel>
700           <dc:Bounds x="1554" y="1936" width="0" height="12" />
701         </bpmndi:BPMNLabel>
702       </bpmndi:BPMNShape>
703       <bpmndi:BPMNShape id="CallActivity_1lu6rx0_di" bpmnElement="CallActivity_1lu6rx0">
704         <dc:Bounds x="923" y="1873" width="100" height="80" />
705       </bpmndi:BPMNShape>
706       <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72">
707         <dc:Bounds x="557" y="1873" width="100" height="80" />
708       </bpmndi:BPMNShape>
709       <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo">
710         <dc:Bounds x="1248" y="1873" width="100" height="80" />
711       </bpmndi:BPMNShape>
712       <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat">
713         <di:waypoint xsi:type="dc:Point" x="302" y="1913" />
714         <di:waypoint xsi:type="dc:Point" x="557" y="1913" />
715         <bpmndi:BPMNLabel>
716           <dc:Bounds x="385.5" y="1898" width="0" height="12" />
717         </bpmndi:BPMNLabel>
718       </bpmndi:BPMNEdge>
719       <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15">
720         <di:waypoint xsi:type="dc:Point" x="1348" y="1913" />
721         <di:waypoint xsi:type="dc:Point" x="1581" y="1913" />
722         <bpmndi:BPMNLabel>
723           <dc:Bounds x="1420.5" y="1898" width="0" height="12" />
724         </bpmndi:BPMNLabel>
725       </bpmndi:BPMNEdge>
726       <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7">
727         <di:waypoint xsi:type="dc:Point" x="657" y="1913" />
728         <di:waypoint xsi:type="dc:Point" x="923" y="1913" />
729         <bpmndi:BPMNLabel>
730           <dc:Bounds x="745" y="1898" width="0" height="12" />
731         </bpmndi:BPMNLabel>
732       </bpmndi:BPMNEdge>
733       <bpmndi:BPMNEdge id="SequenceFlow_0jsdqmq_di" bpmnElement="SequenceFlow_0jsdqmq">
734         <di:waypoint xsi:type="dc:Point" x="1023" y="1913" />
735         <di:waypoint xsi:type="dc:Point" x="1248" y="1913" />
736         <bpmndi:BPMNLabel>
737           <dc:Bounds x="1091.5" y="1898" width="0" height="12" />
738         </bpmndi:BPMNLabel>
739       </bpmndi:BPMNEdge>
740       <bpmndi:BPMNShape id="ScriptTask_195nptq_di" bpmnElement="ScriptTask_195nptq">
741         <dc:Bounds x="293" y="1333" width="100" height="80" />
742       </bpmndi:BPMNShape>
743       <bpmndi:BPMNEdge id="SequenceFlow_1cy5gq2_di" bpmnElement="SequenceFlow_1cy5gq2">
744         <di:waypoint xsi:type="dc:Point" x="393" y="1373" />
745         <di:waypoint xsi:type="dc:Point" x="589" y="1373" />
746         <bpmndi:BPMNLabel>
747           <dc:Bounds x="491" y="1352" width="0" height="12" />
748         </bpmndi:BPMNLabel>
749       </bpmndi:BPMNEdge>
750       <bpmndi:BPMNShape id="CallActivity_069o6fn_di" bpmnElement="CallActivity_069o6fn">
751         <dc:Bounds x="589" y="1333" width="100" height="80" />
752       </bpmndi:BPMNShape>
753       <bpmndi:BPMNShape id="ScriptTask_0lp9y03_di" bpmnElement="ScriptTask_0lp9y03">
754         <dc:Bounds x="858" y="1333" width="100" height="80" />
755       </bpmndi:BPMNShape>
756       <bpmndi:BPMNEdge id="SequenceFlow_1vy856f_di" bpmnElement="SequenceFlow_1vy856f">
757         <di:waypoint xsi:type="dc:Point" x="689" y="1373" />
758         <di:waypoint xsi:type="dc:Point" x="806" y="1373" />
759         <di:waypoint xsi:type="dc:Point" x="806" y="1373" />
760         <di:waypoint xsi:type="dc:Point" x="858" y="1373" />
761         <bpmndi:BPMNLabel>
762           <dc:Bounds x="821" y="1367" width="0" height="12" />
763         </bpmndi:BPMNLabel>
764       </bpmndi:BPMNEdge>
765       <bpmndi:BPMNEdge id="SequenceFlow_14ggluy_di" bpmnElement="SequenceFlow_14ggluy">
766         <di:waypoint xsi:type="dc:Point" x="958" y="1373" />
767         <di:waypoint xsi:type="dc:Point" x="1055" y="1373" />
768         <di:waypoint xsi:type="dc:Point" x="1055" y="1373" />
769         <di:waypoint xsi:type="dc:Point" x="1152" y="1373" />
770         <bpmndi:BPMNLabel>
771           <dc:Bounds x="1070" y="1367" width="0" height="12" />
772         </bpmndi:BPMNLabel>
773       </bpmndi:BPMNEdge>
774       <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0">
775         <dc:Bounds x="1152" y="1333" width="100" height="80" />
776       </bpmndi:BPMNShape>
777       <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9">
778         <di:waypoint xsi:type="dc:Point" x="1252" y="1373" />
779         <di:waypoint xsi:type="dc:Point" x="1410" y="1373" />
780         <bpmndi:BPMNLabel>
781           <dc:Bounds x="1331" y="1352" width="0" height="12" />
782         </bpmndi:BPMNLabel>
783       </bpmndi:BPMNEdge>
784     </bpmndi:BPMNPlane>
785   </bpmndi:BPMNDiagram>
786 </bpmn2:definitions>