[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / UpdateCustomE2EServiceInstance.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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3   <bpmn:process id="UpdateCustomE2EServiceInstance" name="UpdateCustomE2EServiceInstance" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_00qj6ro" name="Update SI Start Flow">
5       <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8       <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy">
9         <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming>
10         <bpmn:outgoing>SequenceFlow_1yay321</bpmn:outgoing>
11         <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
12 ExceptionUtil ex = new ExceptionUtil()
13 ex.processJavaException(execution)]]></bpmn:script>
14       </bpmn:scriptTask>
15       <bpmn:startEvent id="StartEvent_0v1ffn4">
16         <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing>
17         <bpmn:errorEventDefinition />
18       </bpmn:startEvent>
19       <bpmn:endEvent id="EndEvent_0eznq6x">
20         <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming>
21       </bpmn:endEvent>
22       <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" />
23       <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" />
24     </bpmn:subProcess>
25     <bpmn:callActivity id="DoUpdateE2EServiceInstance" name="Call DoUpdateE2EServiceInstance&#10;" calledElement="DoUpdateE2EServiceInstance">
26       <bpmn:extensionElements>
27         <camunda:out source="WorkflowException" target="WorkflowException" />
28         <camunda:in source="msoRequestId" target="msoRequestId" />
29         <camunda:out source="rollbackData" target="rollbackData" />
30         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
31         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
32         <camunda:in source="productFamilyId" target="productFamilyId" />
33         <camunda:in source="disableRollback" target="disableRollback" />
34         <camunda:in source="uuiRequest" target="uuiRequest" />
35         <camunda:out source="rolledBack" target="rolledBack" />
36         <camunda:in source="failIfExists" target="failIfExists" />
37         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
38         <camunda:in source="serviceType" target="serviceType" />
39         <camunda:in source="initialStatus" target="initialStatus" />
40         <camunda:in source="operationId" target="operationId" />
41         <camunda:in source="operationType" target="operationType" />
42         <camunda:in source="URN_mso_adapters_openecomp_db_endpoint" target="URN_mso_adapters_openecomp_db_endpoint" />
43         <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition_Target" />
44         <camunda:in source="serviceDecomposition_Original" target="serviceDecomposition_Original" />
45         <camunda:in source="addResourceList" target="addResourceList" />
46         <camunda:in source="delResourceList" target="delResourceList" />
47         <camunda:in source="serviceRelationShip" target="serviceRelationShip" />
48         <camunda:in source="uuiRequest-del" target="uuiRequest-del" />
49       </bpmn:extensionElements>
50       <bpmn:incoming>SequenceFlow_04qwbbf</bpmn:incoming>
51       <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
52     </bpmn:callActivity>
53     <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
54       <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
55     </bpmn:endEvent>
56     <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
57       <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
58       <bpmn:outgoing>SequenceFlow_0az1n4y</bpmn:outgoing>
59       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
60 def csi= new UpdateCustomE2EServiceInstance()
61 csi.preProcessRequest(execution)]]></bpmn:script>
62     </bpmn:scriptTask>
63     <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
64       <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
65       <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
66       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
67 def csi = new UpdateCustomE2EServiceInstance()
68 csi.prepareCompletionRequest(execution)]]></bpmn:script>
69     </bpmn:scriptTask>
70     <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
71       <bpmn:extensionElements>
72         <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
73         <camunda:in source="mso-request-id" target="mso-request-id" />
74         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
75         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
76         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
77         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
78       </bpmn:extensionElements>
79       <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
80       <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
81     </bpmn:callActivity>
82     <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
83       <bpmn:startEvent id="StartEvent_0dug28e">
84         <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
85         <bpmn:errorEventDefinition />
86       </bpmn:startEvent>
87       <bpmn:endEvent id="EndEvent_03wysuk">
88         <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
89       </bpmn:endEvent>
90       <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
91         <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
92         <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
93         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
94 def csi = new UpdateCustomE2EServiceInstance()
95 csi.prepareFalloutRequest(execution)]]></bpmn:script>
96       </bpmn:scriptTask>
97       <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
98         <bpmn:extensionElements>
99           <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
100           <camunda:in source="mso-request-id" target="mso-request-id" />
101           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
102           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
103           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
104           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
105         </bpmn:extensionElements>
106         <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
107         <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
108       </bpmn:callActivity>
109       <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
110         <bpmn:incoming>SequenceFlow_06o383f</bpmn:incoming>
111         <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
112         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
113 def csi = new  UpdateCustomE2EServiceInstance()
114 csi.sendSyncError(execution)]]></bpmn:script>
115       </bpmn:scriptTask>
116       <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_14kqo0r" />
117       <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
118       <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
119       <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
120       <bpmn:scriptTask id="ScriptTask_14kqo0r" name="Prepare Update Service Oper Status(error)" scriptFormat="groovy">
121         <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
122         <bpmn:outgoing>SequenceFlow_0t4nds2</bpmn:outgoing>
123         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*          
124                 execution.setVariable("progress", "100")
125                 execution.setVariable("operationStatus", "Finished")
126                 execution.setVariable("operationResult", "Error")
127                 execution.setVariable("operationReason", "Exception happened")
128                 def ddsi = new UpdateCustomE2EServiceInstance()
129                 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
130       </bpmn:scriptTask>
131       <bpmn:sequenceFlow id="SequenceFlow_0t4nds2" sourceRef="ScriptTask_14kqo0r" targetRef="ServiceTask_1af6rwh" />
132       <bpmn:serviceTask id="ServiceTask_1af6rwh" name="Update Service Oper Status">
133         <bpmn:extensionElements>
134           <camunda:connector>
135             <camunda:inputOutput>
136               <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
137               <camunda:inputParameter name="headers">
138                 <camunda:map>
139                   <camunda:entry key="content-type">application/soap+xml</camunda:entry>
140                   <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
141                 </camunda:map>
142               </camunda:inputParameter>
143               <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
144               <camunda:inputParameter name="method">POST</camunda:inputParameter>
145               <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
146               <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
147             </camunda:inputOutput>
148             <camunda:connectorId>http-connector</camunda:connectorId>
149           </camunda:connector>
150         </bpmn:extensionElements>
151         <bpmn:incoming>SequenceFlow_0t4nds2</bpmn:incoming>
152         <bpmn:outgoing>SequenceFlow_06o383f</bpmn:outgoing>
153       </bpmn:serviceTask>
154       <bpmn:sequenceFlow id="SequenceFlow_06o383f" sourceRef="ServiceTask_1af6rwh" targetRef="ScriptTask_1rn6nqi" />
155     </bpmn:subProcess>
156     <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
157       <bpmn:incoming>SequenceFlow_12dou7o</bpmn:incoming>
158       <bpmn:outgoing>SequenceFlow_0secadm</bpmn:outgoing>
159       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
160 def csi = new  UpdateCustomE2EServiceInstance()
161 csi.sendSyncResponse(execution)]]></bpmn:script>
162     </bpmn:scriptTask>
163     <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?" default="SequenceFlow_1fueo69">
164       <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
165       <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
166       <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
167     </bpmn:exclusiveGateway>
168     <bpmn:endEvent id="EndEvent_07uk5iy">
169       <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
170       <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
171     </bpmn:endEvent>
172     <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
173     <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoUpdateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
174     <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
175     <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
176       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
177     </bpmn:sequenceFlow>
178     <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" />
179     <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy" />
180     <bpmn:scriptTask id="ScriptTask_0cx1y0g" name="AAI&#10;Query&#10;(svc instance)" scriptFormat="groovy">
181       <bpmn:incoming>SequenceFlow_0az1n4y</bpmn:incoming>
182       <bpmn:outgoing>SequenceFlow_03i6zhx</bpmn:outgoing>
183       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
184 def dcsi = new UpdateCustomE2EServiceInstance()
185 dcsi.getServiceInstance(execution)]]></bpmn:script>
186     </bpmn:scriptTask>
187     <bpmn:scriptTask id="ScriptTask_11y3uq6" name="Post for Compare Model Versions" scriptFormat="groovy">
188       <bpmn:incoming>SequenceFlow_0xhbobd</bpmn:incoming>
189       <bpmn:outgoing>SequenceFlow_0t7zinj</bpmn:outgoing>
190       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
191 def csi = new UpdateCustomE2EServiceInstance()
192 csi.postCompareModelVersions(execution)]]></bpmn:script>
193     </bpmn:scriptTask>
194     <bpmn:scriptTask id="ScriptTask_0hixtxc" name="Prepare for Compare Model Versions" scriptFormat="groovy">
195       <bpmn:incoming>SequenceFlow_03i6zhx</bpmn:incoming>
196       <bpmn:outgoing>SequenceFlow_16jngfs</bpmn:outgoing>
197       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
198 def ddsi = new UpdateCustomE2EServiceInstance()
199 ddsi.preCompareModelVersions(execution)]]></bpmn:script>
200     </bpmn:scriptTask>
201     <bpmn:callActivity id="CallActivity_1rkoyc5" name="Call DoCompareModelVersions" calledElement="DoCompareModelVersions">
202       <bpmn:extensionElements>
203         <camunda:in source="msoRequestId" target="msoRequestId" />
204         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
205         <camunda:in source="model-invariant-id-target" target="model-invariant-id-target" />
206         <camunda:in source="model-version-id-target" target="model-version-id-target" />
207         <camunda:in source="model-invariant-id-original" target="model-invariant-id-original" />
208         <camunda:in source="model-version-id-original" target="model-version-id-original" />
209         <camunda:out source="serviceDecomposition_Target" target="serviceDecomposition_Target" />
210         <camunda:out source="serviceDecomposition_Original" target="serviceDecomposition_Original" />
211         <camunda:out source="addResourceList" target="addResourceList" />
212         <camunda:out source="delResourceList" target="delResourceList" />
213       </bpmn:extensionElements>
214       <bpmn:incoming>SequenceFlow_1bvnbfu</bpmn:incoming>
215       <bpmn:outgoing>SequenceFlow_0xhbobd</bpmn:outgoing>
216     </bpmn:callActivity>
217     <bpmn:sequenceFlow id="SequenceFlow_03i6zhx" sourceRef="ScriptTask_0cx1y0g" targetRef="ScriptTask_0hixtxc" />
218     <bpmn:sequenceFlow id="SequenceFlow_0xhbobd" sourceRef="CallActivity_1rkoyc5" targetRef="ScriptTask_11y3uq6" />
219     <bpmn:exclusiveGateway id="ExclusiveGateway_0mc34qe" name="HasResourcetoUpdate?" default="SequenceFlow_1n8h3zt">
220       <bpmn:incoming>SequenceFlow_0secadm</bpmn:incoming>
221       <bpmn:outgoing>SequenceFlow_0zmd4rt</bpmn:outgoing>
222       <bpmn:outgoing>SequenceFlow_1n8h3zt</bpmn:outgoing>
223     </bpmn:exclusiveGateway>
224     <bpmn:sequenceFlow id="SequenceFlow_0az1n4y" sourceRef="ScriptTask_1s09c7d" targetRef="ScriptTask_0cx1y0g" />
225     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0m01dm3" name="StartDoUpdate">
226       <bpmn:outgoing>SequenceFlow_04qwbbf</bpmn:outgoing>
227       <bpmn:linkEventDefinition name="StartDoUpdate" />
228     </bpmn:intermediateCatchEvent>
229     <bpmn:sequenceFlow id="SequenceFlow_0secadm" sourceRef="ScriptTask_0xupxj9" targetRef="ExclusiveGateway_0mc34qe" />
230     <bpmn:sequenceFlow id="SequenceFlow_04qwbbf" sourceRef="IntermediateCatchEvent_0m01dm3" targetRef="DoUpdateE2EServiceInstance" />
231     <bpmn:endEvent id="EndEvent_1jvqhkf" name="End">
232       <bpmn:incoming>SequenceFlow_0kvl23y</bpmn:incoming>
233     </bpmn:endEvent>
234     <bpmn:scriptTask id="ScriptTask_16sgdqw" name="Init Service Operation Status" scriptFormat="groovy">
235       <bpmn:incoming>SequenceFlow_1bddzne</bpmn:incoming>
236       <bpmn:outgoing>SequenceFlow_1e3vtyq</bpmn:outgoing>
237       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
238 def csi= new UpdateCustomE2EServiceInstance()
239 csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
240     </bpmn:scriptTask>
241     <bpmn:serviceTask id="ServiceTask_0qjpd5v" name="Update Service Operation Status">
242       <bpmn:extensionElements>
243         <camunda:connector>
244           <camunda:inputOutput>
245             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
246             <camunda:inputParameter name="headers">
247               <camunda:map>
248                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
249                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
250               </camunda:map>
251             </camunda:inputParameter>
252             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
253             <camunda:inputParameter name="method">POST</camunda:inputParameter>
254             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
255             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
256           </camunda:inputOutput>
257           <camunda:connectorId>http-connector</camunda:connectorId>
258         </camunda:connector>
259       </bpmn:extensionElements>
260       <bpmn:incoming>SequenceFlow_1e3vtyq</bpmn:incoming>
261       <bpmn:outgoing>SequenceFlow_12dou7o</bpmn:outgoing>
262     </bpmn:serviceTask>
263     <bpmn:sequenceFlow id="SequenceFlow_1e3vtyq" sourceRef="ScriptTask_16sgdqw" targetRef="ServiceTask_0qjpd5v" />
264     <bpmn:sequenceFlow id="SequenceFlow_12dou7o" sourceRef="ServiceTask_0qjpd5v" targetRef="ScriptTask_0xupxj9" />
265     <bpmn:serviceTask id="ServiceTask_0mj3kf2" name="Update Service Operation Status">
266       <bpmn:extensionElements>
267         <camunda:connector>
268           <camunda:inputOutput>
269             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
270             <camunda:inputParameter name="headers">
271               <camunda:map>
272                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
273                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
274               </camunda:map>
275             </camunda:inputParameter>
276             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
277             <camunda:inputParameter name="method">POST</camunda:inputParameter>
278             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
279             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
280           </camunda:inputOutput>
281           <camunda:connectorId>http-connector</camunda:connectorId>
282         </camunda:connector>
283       </bpmn:extensionElements>
284       <bpmn:incoming>SequenceFlow_1wzk6tu</bpmn:incoming>
285       <bpmn:outgoing>SequenceFlow_0kvl23y</bpmn:outgoing>
286     </bpmn:serviceTask>
287     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_08mk8h9" name="GoToOperStatusInit">
288       <bpmn:incoming>SequenceFlow_0t7zinj</bpmn:incoming>
289       <bpmn:linkEventDefinition name="StartOperStatusInit" />
290     </bpmn:intermediateThrowEvent>
291     <bpmn:sequenceFlow id="SequenceFlow_0t7zinj" sourceRef="ScriptTask_11y3uq6" targetRef="IntermediateThrowEvent_08mk8h9" />
292     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_14w7v9s" name="StartOperStatusInit">
293       <bpmn:outgoing>SequenceFlow_1bddzne</bpmn:outgoing>
294       <bpmn:linkEventDefinition name="StartOperStatusInit" />
295     </bpmn:intermediateCatchEvent>
296     <bpmn:sequenceFlow id="SequenceFlow_1bddzne" sourceRef="IntermediateCatchEvent_14w7v9s" targetRef="ScriptTask_16sgdqw" />
297     <bpmn:scriptTask id="ScriptTask_04a0t3p" name="Prepare Update Service Oper Status(100%)" scriptFormat="groovy">
298       <bpmn:incoming>SequenceFlow_1n8h3zt</bpmn:incoming>
299       <bpmn:outgoing>SequenceFlow_1wzk6tu</bpmn:outgoing>
300       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
301 execution.setVariable("progress", "100")
302 execution.setVariable("operationStatus", "Finished")
303 execution.setVariable("operationResult", "End")
304 execution.setVariable("operationReason", "No resource to add or delete")
305 def ddsi = new UpdateCustomE2EServiceInstance()
306 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
307     </bpmn:scriptTask>
308     <bpmn:sequenceFlow id="SequenceFlow_1wzk6tu" sourceRef="ScriptTask_04a0t3p" targetRef="ServiceTask_0mj3kf2" />
309     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1k72hze" name="GoToDoUpdate">
310       <bpmn:incoming>SequenceFlow_0zmd4rt</bpmn:incoming>
311       <bpmn:linkEventDefinition name="StartDoUpdate" />
312     </bpmn:intermediateThrowEvent>
313     <bpmn:sequenceFlow id="SequenceFlow_0kvl23y" sourceRef="ServiceTask_0mj3kf2" targetRef="EndEvent_1jvqhkf" />
314     <bpmn:sequenceFlow id="SequenceFlow_0zmd4rt" name="Yes" sourceRef="ExclusiveGateway_0mc34qe" targetRef="IntermediateThrowEvent_1k72hze">
315       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoUpdate") == true}]]></bpmn:conditionExpression>
316     </bpmn:sequenceFlow>
317     <bpmn:sequenceFlow id="SequenceFlow_1n8h3zt" name="No" sourceRef="ExclusiveGateway_0mc34qe" targetRef="ScriptTask_04a0t3p" />
318     <bpmn:exclusiveGateway id="ExclusiveGateway_0o2r7np" name="IsServiceInstanceModification?" default="SequenceFlow_1bvnbfu">
319       <bpmn:incoming>SequenceFlow_16jngfs</bpmn:incoming>
320       <bpmn:outgoing>SequenceFlow_1bvnbfu</bpmn:outgoing>
321       <bpmn:outgoing>SequenceFlow_1po82kn</bpmn:outgoing>
322     </bpmn:exclusiveGateway>
323     <bpmn:sequenceFlow id="SequenceFlow_16jngfs" sourceRef="ScriptTask_0hixtxc" targetRef="ExclusiveGateway_0o2r7np" />
324     <bpmn:sequenceFlow id="SequenceFlow_1bvnbfu" name="No" sourceRef="ExclusiveGateway_0o2r7np" targetRef="CallActivity_1rkoyc5" />
325     <bpmn:sequenceFlow id="SequenceFlow_1po82kn" name="Yes" sourceRef="ExclusiveGateway_0o2r7np" targetRef="Task_1ktxr5y">
326       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("model-version-id-original") == execution.getVariable("model-version-id-target") && execution.getVariable("model-invariant-id-original") == execution.getVariable("model-invariant-id-target")}]]></bpmn:conditionExpression>
327     </bpmn:sequenceFlow>
328     <bpmn:callActivity id="Task_1ktxr5y" name="Call DoCompareServiceInstanceData" calledElement="DoCompareServiceInstanceData">
329       <bpmn:extensionElements>
330         <camunda:in source="serviceInstanceData-original" target="serviceInstanceData-original" />
331         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
332         <camunda:in source="uuiRequest" target="uuiRequest" />
333         <camunda:out source="addResourceList" target="addResourceList" />
334         <camunda:out source="delResourceList" target="delResourceList" />
335         <camunda:out source="uuiRequest" target="uuiRequest" />
336         <camunda:out source="uuiRequest-del" target="uuiRequest-del" />
337         <camunda:in source="model-invariant-id-original" target="model-invariant-id-original" />
338         <camunda:in source="model-version-id-original" target="model-version-id-original" />
339         <camunda:in source="msoRequestId" target="msoRequestId" />
340         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
341       </bpmn:extensionElements>
342       <bpmn:incoming>SequenceFlow_1po82kn</bpmn:incoming>
343       <bpmn:outgoing>SequenceFlow_0gqpsvb</bpmn:outgoing>
344     </bpmn:callActivity>
345     <bpmn:sequenceFlow id="SequenceFlow_0gqpsvb" sourceRef="Task_1ktxr5y" targetRef="Task_1xbq4e3" />
346     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_01jy2z3" name="GoToOperStatusInit">
347       <bpmn:incoming>SequenceFlow_0qe8uv2</bpmn:incoming>
348       <bpmn:linkEventDefinition name="StartOperStatusInit" />
349     </bpmn:intermediateThrowEvent>
350     <bpmn:sequenceFlow id="SequenceFlow_0qe8uv2" sourceRef="Task_1xbq4e3" targetRef="IntermediateThrowEvent_01jy2z3" />
351     <bpmn:scriptTask id="Task_1xbq4e3" name="Post for Compare Service Instance Data" scriptFormat="groovy">
352       <bpmn:incoming>SequenceFlow_0gqpsvb</bpmn:incoming>
353       <bpmn:outgoing>SequenceFlow_0qe8uv2</bpmn:outgoing>
354       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
355 def csi = new UpdateCustomE2EServiceInstance()
356 csi.postCompareModelVersions(execution)]]></bpmn:script>
357     </bpmn:scriptTask>
358   </bpmn:process>
359   <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
360   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
361     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateCustomE2EServiceInstance">
362       <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
363         <dc:Bounds x="-6" y="135" width="36" height="36" />
364         <bpmndi:BPMNLabel>
365           <dc:Bounds x="-25" y="176" width="75" height="24" />
366         </bpmndi:BPMNLabel>
367       </bpmndi:BPMNShape>
368       <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
369         <dc:Bounds x="439" y="1170" width="394" height="188" />
370       </bpmndi:BPMNShape>
371       <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoUpdateE2EServiceInstance">
372         <dc:Bounds x="284" y="585" width="100" height="80" />
373       </bpmndi:BPMNShape>
374       <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
375         <dc:Bounds x="1192" y="607" width="36" height="36" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="1204" y="643" width="19" height="12" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
381         <dc:Bounds x="107" y="113" width="100" height="80" />
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
384         <dc:Bounds x="782" y="585" width="100" height="80" />
385       </bpmndi:BPMNShape>
386       <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
387         <dc:Bounds x="959" y="585" width="100" height="80" />
388       </bpmndi:BPMNShape>
389       <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
390         <dc:Bounds x="-61" y="908" width="1322" height="164" />
391       </bpmndi:BPMNShape>
392       <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
393         <dc:Bounds x="451" y="362" width="100" height="80" />
394       </bpmndi:BPMNShape>
395       <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
396         <dc:Bounds x="639" y="600" width="50" height="50" />
397         <bpmndi:BPMNLabel>
398           <dc:Bounds x="640" y="572" width="49" height="12" />
399         </bpmndi:BPMNLabel>
400       </bpmndi:BPMNShape>
401       <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
402         <dc:Bounds x="646" y="713" width="36" height="36" />
403         <bpmndi:BPMNLabel>
404           <dc:Bounds x="527" y="1016" width="90" height="12" />
405         </bpmndi:BPMNLabel>
406       </bpmndi:BPMNShape>
407       <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
408         <di:waypoint xsi:type="dc:Point" x="30" y="153" />
409         <di:waypoint xsi:type="dc:Point" x="107" y="153" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="23.5" y="132" width="90" height="12" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
415         <di:waypoint xsi:type="dc:Point" x="384" y="625" />
416         <di:waypoint xsi:type="dc:Point" x="639" y="625" />
417         <bpmndi:BPMNLabel>
418           <dc:Bounds x="466.5" y="604" width="90" height="12" />
419         </bpmndi:BPMNLabel>
420       </bpmndi:BPMNEdge>
421       <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
422         <di:waypoint xsi:type="dc:Point" x="1059" y="625" />
423         <di:waypoint xsi:type="dc:Point" x="1192" y="625" />
424         <bpmndi:BPMNLabel>
425           <dc:Bounds x="1080.5" y="604" width="90" height="12" />
426         </bpmndi:BPMNLabel>
427       </bpmndi:BPMNEdge>
428       <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
429         <di:waypoint xsi:type="dc:Point" x="689" y="625" />
430         <di:waypoint xsi:type="dc:Point" x="782" y="625" />
431         <bpmndi:BPMNLabel>
432           <dc:Bounds x="727.1481481481482" y="622" width="19" height="12" />
433         </bpmndi:BPMNLabel>
434       </bpmndi:BPMNEdge>
435       <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
436         <di:waypoint xsi:type="dc:Point" x="882" y="625" />
437         <di:waypoint xsi:type="dc:Point" x="959" y="625" />
438         <bpmndi:BPMNLabel>
439           <dc:Bounds x="875.5" y="604" width="90" height="12" />
440         </bpmndi:BPMNLabel>
441       </bpmndi:BPMNEdge>
442       <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
443         <di:waypoint xsi:type="dc:Point" x="664" y="650" />
444         <di:waypoint xsi:type="dc:Point" x="664" y="713" />
445         <bpmndi:BPMNLabel>
446           <dc:Bounds x="639" y="677" width="12" height="12" />
447         </bpmndi:BPMNLabel>
448       </bpmndi:BPMNEdge>
449       <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
450         <dc:Bounds x="587" y="1225" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
453         <dc:Bounds x="472" y="1247" width="36" height="36" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="400" y="1288" width="90" height="12" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
459         <dc:Bounds x="748" y="1247" width="36" height="36" />
460         <bpmndi:BPMNLabel>
461           <dc:Bounds x="676" y="1288" width="90" height="12" />
462         </bpmndi:BPMNLabel>
463       </bpmndi:BPMNShape>
464       <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
465         <dc:Bounds x="-20" y="994" width="36" height="36" />
466         <bpmndi:BPMNLabel>
467           <dc:Bounds x="-92" y="1035" width="90" height="12" />
468         </bpmndi:BPMNLabel>
469       </bpmndi:BPMNShape>
470       <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
471         <dc:Bounds x="1194" y="994" width="36" height="36" />
472         <bpmndi:BPMNLabel>
473           <dc:Bounds x="1122" y="1035" width="90" height="12" />
474         </bpmndi:BPMNLabel>
475       </bpmndi:BPMNShape>
476       <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
477         <dc:Bounds x="777" y="972" width="100" height="80" />
478       </bpmndi:BPMNShape>
479       <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
480         <dc:Bounds x="963" y="972" width="100" height="80" />
481       </bpmndi:BPMNShape>
482       <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
483         <dc:Bounds x="577" y="972" width="100" height="80" />
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
486         <di:waypoint xsi:type="dc:Point" x="508" y="1265" />
487         <di:waypoint xsi:type="dc:Point" x="587" y="1265" />
488         <bpmndi:BPMNLabel>
489           <dc:Bounds x="461" y="1265" width="90" height="12" />
490         </bpmndi:BPMNLabel>
491       </bpmndi:BPMNEdge>
492       <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
493         <di:waypoint xsi:type="dc:Point" x="687" y="1265" />
494         <di:waypoint xsi:type="dc:Point" x="748" y="1265" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="633" y="1265" width="90" height="12" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNEdge>
499       <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
500         <di:waypoint xsi:type="dc:Point" x="16" y="1012" />
501         <di:waypoint xsi:type="dc:Point" x="122" y="1012" />
502         <bpmndi:BPMNLabel>
503           <dc:Bounds x="24" y="991" width="90" height="12" />
504         </bpmndi:BPMNLabel>
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
507         <di:waypoint xsi:type="dc:Point" x="1063" y="1012" />
508         <di:waypoint xsi:type="dc:Point" x="1194" y="1012" />
509         <bpmndi:BPMNLabel>
510           <dc:Bounds x="1083.5" y="991" width="90" height="12" />
511         </bpmndi:BPMNLabel>
512       </bpmndi:BPMNEdge>
513       <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
514         <di:waypoint xsi:type="dc:Point" x="677" y="1012" />
515         <di:waypoint xsi:type="dc:Point" x="777" y="1012" />
516         <bpmndi:BPMNLabel>
517           <dc:Bounds x="682" y="991" width="90" height="12" />
518         </bpmndi:BPMNLabel>
519       </bpmndi:BPMNEdge>
520       <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
521         <di:waypoint xsi:type="dc:Point" x="877" y="1012" />
522         <di:waypoint xsi:type="dc:Point" x="963" y="1012" />
523         <bpmndi:BPMNLabel>
524           <dc:Bounds x="875" y="991" width="90" height="12" />
525         </bpmndi:BPMNLabel>
526       </bpmndi:BPMNEdge>
527       <bpmndi:BPMNShape id="ScriptTask_0cx1y0g_di" bpmnElement="ScriptTask_0cx1y0g">
528         <dc:Bounds x="251" y="113" width="100" height="80" />
529       </bpmndi:BPMNShape>
530       <bpmndi:BPMNShape id="ScriptTask_11y3uq6_di" bpmnElement="ScriptTask_11y3uq6">
531         <dc:Bounds x="959" y="113" width="100" height="80" />
532       </bpmndi:BPMNShape>
533       <bpmndi:BPMNShape id="ScriptTask_0hixtxc_di" bpmnElement="ScriptTask_0hixtxc">
534         <dc:Bounds x="422" y="113" width="100" height="80" />
535       </bpmndi:BPMNShape>
536       <bpmndi:BPMNShape id="CallActivity_1rkoyc5_di" bpmnElement="CallActivity_1rkoyc5">
537         <dc:Bounds x="782" y="113" width="100" height="80" />
538       </bpmndi:BPMNShape>
539       <bpmndi:BPMNEdge id="SequenceFlow_03i6zhx_di" bpmnElement="SequenceFlow_03i6zhx">
540         <di:waypoint xsi:type="dc:Point" x="351" y="153" />
541         <di:waypoint xsi:type="dc:Point" x="422" y="153" />
542         <bpmndi:BPMNLabel>
543           <dc:Bounds x="341.5" y="132" width="90" height="12" />
544         </bpmndi:BPMNLabel>
545       </bpmndi:BPMNEdge>
546       <bpmndi:BPMNEdge id="SequenceFlow_0xhbobd_di" bpmnElement="SequenceFlow_0xhbobd">
547         <di:waypoint xsi:type="dc:Point" x="882" y="153" />
548         <di:waypoint xsi:type="dc:Point" x="959" y="153" />
549         <bpmndi:BPMNLabel>
550           <dc:Bounds x="876" y="132" width="90" height="12" />
551         </bpmndi:BPMNLabel>
552       </bpmndi:BPMNEdge>
553       <bpmndi:BPMNShape id="ExclusiveGateway_0mc34qe_di" bpmnElement="ExclusiveGateway_0mc34qe" isMarkerVisible="true">
554         <dc:Bounds x="639" y="377" width="50" height="50" />
555         <bpmndi:BPMNLabel>
556           <dc:Bounds x="622" y="349" width="85" height="24" />
557         </bpmndi:BPMNLabel>
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNEdge id="SequenceFlow_0az1n4y_di" bpmnElement="SequenceFlow_0az1n4y">
560         <di:waypoint xsi:type="dc:Point" x="207" y="153" />
561         <di:waypoint xsi:type="dc:Point" x="251" y="153" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="184" y="132" width="90" height="12" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNEdge>
566       <bpmndi:BPMNShape id="IntermediateCatchEvent_0m01dm3_di" bpmnElement="IntermediateCatchEvent_0m01dm3">
567         <dc:Bounds x="-6" y="607" width="36" height="36" />
568         <bpmndi:BPMNLabel>
569           <dc:Bounds x="-21" y="669" width="72" height="12" />
570         </bpmndi:BPMNLabel>
571       </bpmndi:BPMNShape>
572       <bpmndi:BPMNEdge id="SequenceFlow_0secadm_di" bpmnElement="SequenceFlow_0secadm">
573         <di:waypoint xsi:type="dc:Point" x="551" y="402" />
574         <di:waypoint xsi:type="dc:Point" x="639" y="402" />
575         <bpmndi:BPMNLabel>
576           <dc:Bounds x="550" y="381" width="90" height="12" />
577         </bpmndi:BPMNLabel>
578       </bpmndi:BPMNEdge>
579       <bpmndi:BPMNEdge id="SequenceFlow_04qwbbf_di" bpmnElement="SequenceFlow_04qwbbf">
580         <di:waypoint xsi:type="dc:Point" x="30" y="625" />
581         <di:waypoint xsi:type="dc:Point" x="284" y="625" />
582         <bpmndi:BPMNLabel>
583           <dc:Bounds x="112" y="604" width="90" height="12" />
584         </bpmndi:BPMNLabel>
585       </bpmndi:BPMNEdge>
586       <bpmndi:BPMNShape id="EndEvent_1jvqhkf_di" bpmnElement="EndEvent_1jvqhkf">
587         <dc:Bounds x="1192" y="384" width="36" height="36" />
588         <bpmndi:BPMNLabel>
589           <dc:Bounds x="1200" y="429" width="19" height="12" />
590         </bpmndi:BPMNLabel>
591       </bpmndi:BPMNShape>
592       <bpmndi:BPMNShape id="ScriptTask_16sgdqw_di" bpmnElement="ScriptTask_16sgdqw">
593         <dc:Bounds x="97" y="362" width="100" height="80" />
594       </bpmndi:BPMNShape>
595       <bpmndi:BPMNShape id="ServiceTask_0qjpd5v_di" bpmnElement="ServiceTask_0qjpd5v">
596         <dc:Bounds x="274" y="362" width="100" height="80" />
597       </bpmndi:BPMNShape>
598       <bpmndi:BPMNEdge id="SequenceFlow_1e3vtyq_di" bpmnElement="SequenceFlow_1e3vtyq">
599         <di:waypoint xsi:type="dc:Point" x="197" y="402" />
600         <di:waypoint xsi:type="dc:Point" x="274" y="402" />
601         <bpmndi:BPMNLabel>
602           <dc:Bounds x="191" y="381" width="90" height="12" />
603         </bpmndi:BPMNLabel>
604       </bpmndi:BPMNEdge>
605       <bpmndi:BPMNEdge id="SequenceFlow_12dou7o_di" bpmnElement="SequenceFlow_12dou7o">
606         <di:waypoint xsi:type="dc:Point" x="374" y="402" />
607         <di:waypoint xsi:type="dc:Point" x="451" y="402" />
608         <bpmndi:BPMNLabel>
609           <dc:Bounds x="368" y="381" width="90" height="12" />
610         </bpmndi:BPMNLabel>
611       </bpmndi:BPMNEdge>
612       <bpmndi:BPMNShape id="ServiceTask_0mj3kf2_di" bpmnElement="ServiceTask_0mj3kf2">
613         <dc:Bounds x="959" y="362" width="100" height="80" />
614       </bpmndi:BPMNShape>
615       <bpmndi:BPMNShape id="IntermediateThrowEvent_08mk8h9_di" bpmnElement="IntermediateThrowEvent_08mk8h9">
616         <dc:Bounds x="1192" y="135" width="36" height="36" />
617         <bpmndi:BPMNLabel>
618           <dc:Bounds x="1175" y="175" width="86" height="24" />
619         </bpmndi:BPMNLabel>
620       </bpmndi:BPMNShape>
621       <bpmndi:BPMNEdge id="SequenceFlow_0t7zinj_di" bpmnElement="SequenceFlow_0t7zinj">
622         <di:waypoint xsi:type="dc:Point" x="1059" y="153" />
623         <di:waypoint xsi:type="dc:Point" x="1192" y="153" />
624         <bpmndi:BPMNLabel>
625           <dc:Bounds x="1081" y="132" width="90" height="12" />
626         </bpmndi:BPMNLabel>
627       </bpmndi:BPMNEdge>
628       <bpmndi:BPMNShape id="IntermediateCatchEvent_14w7v9s_di" bpmnElement="IntermediateCatchEvent_14w7v9s">
629         <dc:Bounds x="-6" y="384" width="36" height="36" />
630         <bpmndi:BPMNLabel>
631           <dc:Bounds x="-29" y="446" width="88" height="24" />
632         </bpmndi:BPMNLabel>
633       </bpmndi:BPMNShape>
634       <bpmndi:BPMNEdge id="SequenceFlow_1bddzne_di" bpmnElement="SequenceFlow_1bddzne">
635         <di:waypoint xsi:type="dc:Point" x="30" y="402" />
636         <di:waypoint xsi:type="dc:Point" x="97" y="402" />
637         <bpmndi:BPMNLabel>
638           <dc:Bounds x="19" y="381" width="90" height="12" />
639         </bpmndi:BPMNLabel>
640       </bpmndi:BPMNEdge>
641       <bpmndi:BPMNShape id="ScriptTask_14kqo0r_di" bpmnElement="ScriptTask_14kqo0r">
642         <dc:Bounds x="122" y="972" width="100" height="80" />
643       </bpmndi:BPMNShape>
644       <bpmndi:BPMNShape id="ServiceTask_1af6rwh_di" bpmnElement="ServiceTask_1af6rwh">
645         <dc:Bounds x="350" y="972" width="100" height="80" />
646       </bpmndi:BPMNShape>
647       <bpmndi:BPMNEdge id="SequenceFlow_0t4nds2_di" bpmnElement="SequenceFlow_0t4nds2">
648         <di:waypoint xsi:type="dc:Point" x="222" y="1012" />
649         <di:waypoint xsi:type="dc:Point" x="350" y="1012" />
650         <bpmndi:BPMNLabel>
651           <dc:Bounds x="286" y="991" width="0" height="12" />
652         </bpmndi:BPMNLabel>
653       </bpmndi:BPMNEdge>
654       <bpmndi:BPMNEdge id="SequenceFlow_06o383f_di" bpmnElement="SequenceFlow_06o383f">
655         <di:waypoint xsi:type="dc:Point" x="450" y="1012" />
656         <di:waypoint xsi:type="dc:Point" x="577" y="1012" />
657         <bpmndi:BPMNLabel>
658           <dc:Bounds x="513.5" y="991" width="0" height="12" />
659         </bpmndi:BPMNLabel>
660       </bpmndi:BPMNEdge>
661       <bpmndi:BPMNShape id="ScriptTask_04a0t3p_di" bpmnElement="ScriptTask_04a0t3p">
662         <dc:Bounds x="782" y="362" width="100" height="80" />
663       </bpmndi:BPMNShape>
664       <bpmndi:BPMNEdge id="SequenceFlow_1wzk6tu_di" bpmnElement="SequenceFlow_1wzk6tu">
665         <di:waypoint xsi:type="dc:Point" x="882" y="402" />
666         <di:waypoint xsi:type="dc:Point" x="959" y="402" />
667         <bpmndi:BPMNLabel>
668           <dc:Bounds x="876" y="381" width="90" height="12" />
669         </bpmndi:BPMNLabel>
670       </bpmndi:BPMNEdge>
671       <bpmndi:BPMNShape id="IntermediateThrowEvent_1k72hze_di" bpmnElement="IntermediateThrowEvent_1k72hze">
672         <dc:Bounds x="646" y="472" width="36" height="36" />
673         <bpmndi:BPMNLabel>
674           <dc:Bounds x="631" y="512" width="76" height="12" />
675         </bpmndi:BPMNLabel>
676       </bpmndi:BPMNShape>
677       <bpmndi:BPMNEdge id="SequenceFlow_0kvl23y_di" bpmnElement="SequenceFlow_0kvl23y">
678         <di:waypoint xsi:type="dc:Point" x="1059" y="402" />
679         <di:waypoint xsi:type="dc:Point" x="1192" y="402" />
680         <bpmndi:BPMNLabel>
681           <dc:Bounds x="1081" y="381" width="90" height="12" />
682         </bpmndi:BPMNLabel>
683       </bpmndi:BPMNEdge>
684       <bpmndi:BPMNEdge id="SequenceFlow_0zmd4rt_di" bpmnElement="SequenceFlow_0zmd4rt">
685         <di:waypoint xsi:type="dc:Point" x="664" y="427" />
686         <di:waypoint xsi:type="dc:Point" x="664" y="472" />
687         <bpmndi:BPMNLabel>
688           <dc:Bounds x="670" y="444" width="19" height="12" />
689         </bpmndi:BPMNLabel>
690       </bpmndi:BPMNEdge>
691       <bpmndi:BPMNEdge id="SequenceFlow_1n8h3zt_di" bpmnElement="SequenceFlow_1n8h3zt">
692         <di:waypoint xsi:type="dc:Point" x="689" y="402" />
693         <di:waypoint xsi:type="dc:Point" x="782" y="402" />
694         <bpmndi:BPMNLabel>
695           <dc:Bounds x="729" y="381" width="14" height="12" />
696         </bpmndi:BPMNLabel>
697       </bpmndi:BPMNEdge>
698       <bpmndi:BPMNShape id="ExclusiveGateway_0o2r7np_di" bpmnElement="ExclusiveGateway_0o2r7np" isMarkerVisible="true">
699         <dc:Bounds x="628.6452095808384" y="128.09730538922156" width="50" height="50" />
700         <bpmndi:BPMNLabel>
701           <dc:Bounds x="611" y="182" width="88" height="24" />
702         </bpmndi:BPMNLabel>
703       </bpmndi:BPMNShape>
704       <bpmndi:BPMNEdge id="SequenceFlow_16jngfs_di" bpmnElement="SequenceFlow_16jngfs">
705         <di:waypoint xsi:type="dc:Point" x="522" y="153" />
706         <di:waypoint xsi:type="dc:Point" x="629" y="153" />
707         <bpmndi:BPMNLabel>
708           <dc:Bounds x="575.5" y="132" width="0" height="12" />
709         </bpmndi:BPMNLabel>
710       </bpmndi:BPMNEdge>
711       <bpmndi:BPMNEdge id="SequenceFlow_1bvnbfu_di" bpmnElement="SequenceFlow_1bvnbfu">
712         <di:waypoint xsi:type="dc:Point" x="679" y="153" />
713         <di:waypoint xsi:type="dc:Point" x="782" y="153" />
714         <bpmndi:BPMNLabel>
715           <dc:Bounds x="724" y="132" width="14" height="12" />
716         </bpmndi:BPMNLabel>
717       </bpmndi:BPMNEdge>
718       <bpmndi:BPMNEdge id="SequenceFlow_1po82kn_di" bpmnElement="SequenceFlow_1po82kn">
719         <di:waypoint xsi:type="dc:Point" x="654" y="178" />
720         <di:waypoint xsi:type="dc:Point" x="654" y="267" />
721         <di:waypoint xsi:type="dc:Point" x="782" y="267" />
722         <bpmndi:BPMNLabel>
723           <dc:Bounds x="660" y="217" width="19" height="12" />
724         </bpmndi:BPMNLabel>
725       </bpmndi:BPMNEdge>
726       <bpmndi:BPMNShape id="CallActivity_0vnoaee_di" bpmnElement="Task_1ktxr5y">
727         <dc:Bounds x="782" y="227" width="100" height="80" />
728       </bpmndi:BPMNShape>
729       <bpmndi:BPMNEdge id="SequenceFlow_0gqpsvb_di" bpmnElement="SequenceFlow_0gqpsvb">
730         <di:waypoint xsi:type="dc:Point" x="882" y="267" />
731         <di:waypoint xsi:type="dc:Point" x="959" y="267" />
732         <bpmndi:BPMNLabel>
733           <dc:Bounds x="920.5" y="246" width="0" height="12" />
734         </bpmndi:BPMNLabel>
735       </bpmndi:BPMNEdge>
736       <bpmndi:BPMNShape id="IntermediateThrowEvent_01jy2z3_di" bpmnElement="IntermediateThrowEvent_01jy2z3">
737         <dc:Bounds x="1192" y="249" width="36" height="36" />
738         <bpmndi:BPMNLabel>
739           <dc:Bounds x="1175" y="289" width="86" height="24" />
740         </bpmndi:BPMNLabel>
741       </bpmndi:BPMNShape>
742       <bpmndi:BPMNEdge id="SequenceFlow_0qe8uv2_di" bpmnElement="SequenceFlow_0qe8uv2">
743         <di:waypoint xsi:type="dc:Point" x="1059" y="267" />
744         <di:waypoint xsi:type="dc:Point" x="1192" y="267" />
745         <bpmndi:BPMNLabel>
746           <dc:Bounds x="1125.5" y="246" width="0" height="12" />
747         </bpmndi:BPMNLabel>
748       </bpmndi:BPMNEdge>
749       <bpmndi:BPMNShape id="ScriptTask_179xmbe_di" bpmnElement="Task_1xbq4e3">
750         <dc:Bounds x="959" y="227" width="100" height="80" />
751       </bpmndi:BPMNShape>
752     </bpmndi:BPMNPlane>
753   </bpmndi:BPMNDiagram>
754 </bpmn:definitions>