blob: e2488fda6ac71e52f0929cf01cf9cff752eee134 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -04002<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">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <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.*
12ExceptionUtil ex = new ExceptionUtil()
13ex.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 </bpmn:extensionElements>
49 <bpmn:incoming>SequenceFlow_04qwbbf</bpmn:incoming>
50 <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
51 </bpmn:callActivity>
52 <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
53 <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
54 </bpmn:endEvent>
55 <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
56 <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_0az1n4y</bpmn:outgoing>
58 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
59def csi= new UpdateCustomE2EServiceInstance()
60csi.preProcessRequest(execution)]]></bpmn:script>
61 </bpmn:scriptTask>
62 <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
63 <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
64 <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
65 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
66def csi = new UpdateCustomE2EServiceInstance()
67csi.prepareCompletionRequest(execution)]]></bpmn:script>
68 </bpmn:scriptTask>
69 <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
70 <bpmn:extensionElements>
71 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
72 <camunda:in source="mso-request-id" target="mso-request-id" />
73 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
74 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
75 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
76 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
77 </bpmn:extensionElements>
78 <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
79 <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
80 </bpmn:callActivity>
81 <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
82 <bpmn:startEvent id="StartEvent_0dug28e">
83 <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
84 <bpmn:errorEventDefinition />
85 </bpmn:startEvent>
86 <bpmn:endEvent id="EndEvent_03wysuk">
87 <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
88 </bpmn:endEvent>
89 <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
90 <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
91 <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
92 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
93def csi = new UpdateCustomE2EServiceInstance()
94csi.prepareFalloutRequest(execution)]]></bpmn:script>
95 </bpmn:scriptTask>
96 <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
97 <bpmn:extensionElements>
98 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
99 <camunda:in source="mso-request-id" target="mso-request-id" />
100 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
101 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
102 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
103 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
104 </bpmn:extensionElements>
105 <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
106 <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
107 </bpmn:callActivity>
108 <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
109 <bpmn:incoming>SequenceFlow_06o383f</bpmn:incoming>
110 <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
111 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
112def csi = new UpdateCustomE2EServiceInstance()
113csi.sendSyncError(execution)]]></bpmn:script>
114 </bpmn:scriptTask>
115 <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_14kqo0r" />
116 <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
117 <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
118 <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
119 <bpmn:scriptTask id="ScriptTask_14kqo0r" name="Prepare Update Service Oper Status(error)" scriptFormat="groovy">
120 <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
121 <bpmn:outgoing>SequenceFlow_0t4nds2</bpmn:outgoing>
122 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
123 execution.setVariable("progress", "100")
124 execution.setVariable("operationStatus", "Finished")
125 execution.setVariable("operationResult", "Error")
126 execution.setVariable("operationReason", "Exception happened")
127 def ddsi = new UpdateCustomE2EServiceInstance()
128 ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn:script>
129 </bpmn:scriptTask>
130 <bpmn:sequenceFlow id="SequenceFlow_0t4nds2" sourceRef="ScriptTask_14kqo0r" targetRef="ServiceTask_1af6rwh" />
131 <bpmn:serviceTask id="ServiceTask_1af6rwh" name="Update Service Oper Status">
132 <bpmn:extensionElements>
133 <camunda:connector>
134 <camunda:inputOutput>
135 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
136 <camunda:inputParameter name="headers">
137 <camunda:map>
138 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530139 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400140 </camunda:map>
141 </camunda:inputParameter>
142 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
143 <camunda:inputParameter name="method">POST</camunda:inputParameter>
144 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
145 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
146 </camunda:inputOutput>
147 <camunda:connectorId>http-connector</camunda:connectorId>
148 </camunda:connector>
149 </bpmn:extensionElements>
150 <bpmn:incoming>SequenceFlow_0t4nds2</bpmn:incoming>
151 <bpmn:outgoing>SequenceFlow_06o383f</bpmn:outgoing>
152 </bpmn:serviceTask>
153 <bpmn:sequenceFlow id="SequenceFlow_06o383f" sourceRef="ServiceTask_1af6rwh" targetRef="ScriptTask_1rn6nqi" />
154 </bpmn:subProcess>
155 <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
156 <bpmn:incoming>SequenceFlow_12dou7o</bpmn:incoming>
157 <bpmn:outgoing>SequenceFlow_0secadm</bpmn:outgoing>
158 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
159def csi = new UpdateCustomE2EServiceInstance()
160csi.sendSyncResponse(execution)]]></bpmn:script>
161 </bpmn:scriptTask>
162 <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?" default="SequenceFlow_1fueo69">
163 <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
164 <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
165 <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
166 </bpmn:exclusiveGateway>
167 <bpmn:endEvent id="EndEvent_07uk5iy">
168 <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
169 <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
170 </bpmn:endEvent>
171 <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
172 <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoUpdateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
173 <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
174 <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
175 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
176 </bpmn:sequenceFlow>
177 <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" />
178 <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400179 <bpmn:scriptTask id="ScriptTask_0cx1y0g" name="AAI&#10;Query&#10;(svc instance)" scriptFormat="groovy">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400180 <bpmn:incoming>SequenceFlow_0az1n4y</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400181 <bpmn:outgoing>SequenceFlow_03i6zhx</bpmn:outgoing>
182 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
183def dcsi = new UpdateCustomE2EServiceInstance()
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400184dcsi.getServiceInstance(execution)]]></bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400185 </bpmn:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400186 <bpmn:scriptTask id="ScriptTask_11y3uq6" name="Post for Compare Model Versions" scriptFormat="groovy">
187 <bpmn:incoming>SequenceFlow_0xhbobd</bpmn:incoming>
188 <bpmn:outgoing>SequenceFlow_0t7zinj</bpmn:outgoing>
189 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
190def csi = new UpdateCustomE2EServiceInstance()
191csi.postCompareModelVersions(execution)]]></bpmn:script>
192 </bpmn:scriptTask>
193 <bpmn:scriptTask id="ScriptTask_0hixtxc" name="Prepare for Compare Model Versions" scriptFormat="groovy">
194 <bpmn:incoming>SequenceFlow_03i6zhx</bpmn:incoming>
195 <bpmn:outgoing>SequenceFlow_1pdv4qj</bpmn:outgoing>
196 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
197def ddsi = new UpdateCustomE2EServiceInstance()
198ddsi.preCompareModelVersions(execution)]]></bpmn:script>
199 </bpmn:scriptTask>
200 <bpmn:callActivity id="CallActivity_1rkoyc5" name="Call DoCompareModelVersions" calledElement="DoCompareModelVersions">
201 <bpmn:extensionElements>
202 <camunda:in source="msoRequestId" target="msoRequestId" />
203 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
204 <camunda:in source="model-invariant-id-target" target="model-invariant-id-target" />
205 <camunda:in source="model-version-id-target" target="model-version-id-target" />
206 <camunda:in source="model-invariant-id-original" target="model-invariant-id-original" />
207 <camunda:in source="model-version-id-original" target="model-version-id-original" />
208 <camunda:out source="serviceDecomposition_Target" target="serviceDecomposition_Target" />
209 <camunda:out source="serviceDecomposition_Original" target="serviceDecomposition_Original" />
210 <camunda:out source="addResourceList" target="addResourceList" />
211 <camunda:out source="delResourceList" target="delResourceList" />
212 </bpmn:extensionElements>
213 <bpmn:incoming>SequenceFlow_1pdv4qj</bpmn:incoming>
214 <bpmn:outgoing>SequenceFlow_0xhbobd</bpmn:outgoing>
215 </bpmn:callActivity>
216 <bpmn:sequenceFlow id="SequenceFlow_03i6zhx" sourceRef="ScriptTask_0cx1y0g" targetRef="ScriptTask_0hixtxc" />
217 <bpmn:sequenceFlow id="SequenceFlow_1pdv4qj" sourceRef="ScriptTask_0hixtxc" targetRef="CallActivity_1rkoyc5" />
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>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400224 <bpmn:sequenceFlow id="SequenceFlow_0az1n4y" sourceRef="ScriptTask_1s09c7d" targetRef="ScriptTask_0cx1y0g" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400225 <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.*
238def csi= new UpdateCustomE2EServiceInstance()
239csi.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>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530249 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400250 </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>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530273 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400274 </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.*
301execution.setVariable("progress", "100")
302execution.setVariable("operationStatus", "Finished")
303execution.setVariable("operationResult", "End")
304execution.setVariable("operationReason", "No resource to add or delete")
305def ddsi = new UpdateCustomE2EServiceInstance()
306ddsi.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:process>
319 <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
320 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
321 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateCustomE2EServiceInstance">
322 <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
323 <dc:Bounds x="-6" y="180" width="36" height="36" />
324 <bpmndi:BPMNLabel>
325 <dc:Bounds x="-24" y="221" width="73" height="24" />
326 </bpmndi:BPMNLabel>
327 </bpmndi:BPMNShape>
328 <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
329 <dc:Bounds x="439" y="1170" width="394" height="188" />
330 </bpmndi:BPMNShape>
331 <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoUpdateE2EServiceInstance">
332 <dc:Bounds x="284" y="585" width="100" height="80" />
333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
335 <dc:Bounds x="1192" y="607" width="36" height="36" />
336 <bpmndi:BPMNLabel>
337 <dc:Bounds x="1204" y="643" width="19" height="12" />
338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNShape>
340 <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400341 <dc:Bounds x="147" y="158" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
344 <dc:Bounds x="782" y="585" width="100" height="80" />
345 </bpmndi:BPMNShape>
346 <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
347 <dc:Bounds x="959" y="585" width="100" height="80" />
348 </bpmndi:BPMNShape>
349 <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
350 <dc:Bounds x="-61" y="908" width="1322" height="164" />
351 </bpmndi:BPMNShape>
352 <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
353 <dc:Bounds x="451" y="337" width="100" height="80" />
354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
356 <dc:Bounds x="639" y="600" width="50" height="50" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="640" y="572" width="49" height="12" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNShape>
361 <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
362 <dc:Bounds x="646" y="713" width="36" height="36" />
363 <bpmndi:BPMNLabel>
364 <dc:Bounds x="527" y="1016" width="90" height="12" />
365 </bpmndi:BPMNLabel>
366 </bpmndi:BPMNShape>
367 <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
368 <di:waypoint xsi:type="dc:Point" x="30" y="198" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400369 <di:waypoint xsi:type="dc:Point" x="147" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400370 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400371 <dc:Bounds x="43.5" y="177" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400372 </bpmndi:BPMNLabel>
373 </bpmndi:BPMNEdge>
374 <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
375 <di:waypoint xsi:type="dc:Point" x="384" y="625" />
376 <di:waypoint xsi:type="dc:Point" x="639" y="625" />
377 <bpmndi:BPMNLabel>
378 <dc:Bounds x="466.5" y="604" width="90" height="12" />
379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNEdge>
381 <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
382 <di:waypoint xsi:type="dc:Point" x="1059" y="625" />
383 <di:waypoint xsi:type="dc:Point" x="1192" y="625" />
384 <bpmndi:BPMNLabel>
385 <dc:Bounds x="1080.5" y="604" width="90" height="12" />
386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
388 <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
389 <di:waypoint xsi:type="dc:Point" x="689" y="625" />
390 <di:waypoint xsi:type="dc:Point" x="782" y="625" />
391 <bpmndi:BPMNLabel>
392 <dc:Bounds x="727.1481481481482" y="622" width="19" height="12" />
393 </bpmndi:BPMNLabel>
394 </bpmndi:BPMNEdge>
395 <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
396 <di:waypoint xsi:type="dc:Point" x="882" y="625" />
397 <di:waypoint xsi:type="dc:Point" x="959" y="625" />
398 <bpmndi:BPMNLabel>
399 <dc:Bounds x="875.5" y="604" width="90" height="12" />
400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNEdge>
402 <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
403 <di:waypoint xsi:type="dc:Point" x="664" y="650" />
404 <di:waypoint xsi:type="dc:Point" x="664" y="713" />
405 <bpmndi:BPMNLabel>
406 <dc:Bounds x="639" y="677" width="12" height="12" />
407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
410 <dc:Bounds x="587" y="1225" width="100" height="80" />
411 </bpmndi:BPMNShape>
412 <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
413 <dc:Bounds x="472" y="1247" width="36" height="36" />
414 <bpmndi:BPMNLabel>
415 <dc:Bounds x="400" y="1288" width="90" height="12" />
416 </bpmndi:BPMNLabel>
417 </bpmndi:BPMNShape>
418 <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
419 <dc:Bounds x="748" y="1247" width="36" height="36" />
420 <bpmndi:BPMNLabel>
421 <dc:Bounds x="676" y="1288" width="90" height="12" />
422 </bpmndi:BPMNLabel>
423 </bpmndi:BPMNShape>
424 <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
425 <dc:Bounds x="-20" y="994" width="36" height="36" />
426 <bpmndi:BPMNLabel>
427 <dc:Bounds x="-92" y="1035" width="90" height="12" />
428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNShape>
430 <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
431 <dc:Bounds x="1194" y="994" width="36" height="36" />
432 <bpmndi:BPMNLabel>
433 <dc:Bounds x="1122" y="1035" width="90" height="12" />
434 </bpmndi:BPMNLabel>
435 </bpmndi:BPMNShape>
436 <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
437 <dc:Bounds x="777" y="972" width="100" height="80" />
438 </bpmndi:BPMNShape>
439 <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
440 <dc:Bounds x="963" y="972" width="100" height="80" />
441 </bpmndi:BPMNShape>
442 <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
443 <dc:Bounds x="577" y="972" width="100" height="80" />
444 </bpmndi:BPMNShape>
445 <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
446 <di:waypoint xsi:type="dc:Point" x="508" y="1265" />
447 <di:waypoint xsi:type="dc:Point" x="587" y="1265" />
448 <bpmndi:BPMNLabel>
449 <dc:Bounds x="461" y="1265" width="90" height="12" />
450 </bpmndi:BPMNLabel>
451 </bpmndi:BPMNEdge>
452 <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
453 <di:waypoint xsi:type="dc:Point" x="687" y="1265" />
454 <di:waypoint xsi:type="dc:Point" x="748" y="1265" />
455 <bpmndi:BPMNLabel>
456 <dc:Bounds x="633" y="1265" width="90" height="12" />
457 </bpmndi:BPMNLabel>
458 </bpmndi:BPMNEdge>
459 <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
460 <di:waypoint xsi:type="dc:Point" x="16" y="1012" />
461 <di:waypoint xsi:type="dc:Point" x="122" y="1012" />
462 <bpmndi:BPMNLabel>
463 <dc:Bounds x="24" y="991" width="90" height="12" />
464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNEdge>
466 <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
467 <di:waypoint xsi:type="dc:Point" x="1063" y="1012" />
468 <di:waypoint xsi:type="dc:Point" x="1194" y="1012" />
469 <bpmndi:BPMNLabel>
470 <dc:Bounds x="1083.5" y="991" width="90" height="12" />
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
474 <di:waypoint xsi:type="dc:Point" x="677" y="1012" />
475 <di:waypoint xsi:type="dc:Point" x="777" y="1012" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="682" y="991" width="90" height="12" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
481 <di:waypoint xsi:type="dc:Point" x="877" y="1012" />
482 <di:waypoint xsi:type="dc:Point" x="963" y="1012" />
483 <bpmndi:BPMNLabel>
484 <dc:Bounds x="875" y="991" width="90" height="12" />
485 </bpmndi:BPMNLabel>
486 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400487 <bpmndi:BPMNShape id="ScriptTask_0cx1y0g_di" bpmnElement="ScriptTask_0cx1y0g">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400488 <dc:Bounds x="364" y="158" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400489 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400490 <bpmndi:BPMNShape id="ScriptTask_11y3uq6_di" bpmnElement="ScriptTask_11y3uq6">
491 <dc:Bounds x="959" y="158" width="100" height="80" />
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNShape id="ScriptTask_0hixtxc_di" bpmnElement="ScriptTask_0hixtxc">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400494 <dc:Bounds x="563" y="158" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400495 </bpmndi:BPMNShape>
496 <bpmndi:BPMNShape id="CallActivity_1rkoyc5_di" bpmnElement="CallActivity_1rkoyc5">
497 <dc:Bounds x="782" y="158" width="100" height="80" />
498 </bpmndi:BPMNShape>
499 <bpmndi:BPMNEdge id="SequenceFlow_03i6zhx_di" bpmnElement="SequenceFlow_03i6zhx">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400500 <di:waypoint xsi:type="dc:Point" x="464" y="198" />
501 <di:waypoint xsi:type="dc:Point" x="563" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400502 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400503 <dc:Bounds x="468.5" y="177" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400504 </bpmndi:BPMNLabel>
505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNEdge id="SequenceFlow_1pdv4qj_di" bpmnElement="SequenceFlow_1pdv4qj">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400507 <di:waypoint xsi:type="dc:Point" x="663" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400508 <di:waypoint xsi:type="dc:Point" x="782" y="198" />
509 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400510 <dc:Bounds x="677.5" y="177" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400511 </bpmndi:BPMNLabel>
512 </bpmndi:BPMNEdge>
513 <bpmndi:BPMNEdge id="SequenceFlow_0xhbobd_di" bpmnElement="SequenceFlow_0xhbobd">
514 <di:waypoint xsi:type="dc:Point" x="882" y="198" />
515 <di:waypoint xsi:type="dc:Point" x="959" y="198" />
516 <bpmndi:BPMNLabel>
517 <dc:Bounds x="875.5" y="177" width="90" height="12" />
518 </bpmndi:BPMNLabel>
519 </bpmndi:BPMNEdge>
520 <bpmndi:BPMNShape id="ExclusiveGateway_0mc34qe_di" bpmnElement="ExclusiveGateway_0mc34qe" isMarkerVisible="true">
521 <dc:Bounds x="639" y="352" width="50" height="50" />
522 <bpmndi:BPMNLabel>
523 <dc:Bounds x="622" y="324" width="85" height="24" />
524 </bpmndi:BPMNLabel>
525 </bpmndi:BPMNShape>
526 <bpmndi:BPMNEdge id="SequenceFlow_0az1n4y_di" bpmnElement="SequenceFlow_0az1n4y">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400527 <di:waypoint xsi:type="dc:Point" x="247" y="198" />
528 <di:waypoint xsi:type="dc:Point" x="364" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400529 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400530 <dc:Bounds x="260.5" y="177" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400531 </bpmndi:BPMNLabel>
532 </bpmndi:BPMNEdge>
533 <bpmndi:BPMNShape id="IntermediateCatchEvent_0m01dm3_di" bpmnElement="IntermediateCatchEvent_0m01dm3">
534 <dc:Bounds x="-6" y="607" width="36" height="36" />
535 <bpmndi:BPMNLabel>
536 <dc:Bounds x="-21" y="669" width="72" height="12" />
537 </bpmndi:BPMNLabel>
538 </bpmndi:BPMNShape>
539 <bpmndi:BPMNEdge id="SequenceFlow_0secadm_di" bpmnElement="SequenceFlow_0secadm">
540 <di:waypoint xsi:type="dc:Point" x="551" y="377" />
541 <di:waypoint xsi:type="dc:Point" x="639" y="377" />
542 <bpmndi:BPMNLabel>
543 <dc:Bounds x="550" y="356" width="90" height="12" />
544 </bpmndi:BPMNLabel>
545 </bpmndi:BPMNEdge>
546 <bpmndi:BPMNEdge id="SequenceFlow_04qwbbf_di" bpmnElement="SequenceFlow_04qwbbf">
547 <di:waypoint xsi:type="dc:Point" x="30" y="625" />
548 <di:waypoint xsi:type="dc:Point" x="284" y="625" />
549 <bpmndi:BPMNLabel>
550 <dc:Bounds x="112" y="604" width="90" height="12" />
551 </bpmndi:BPMNLabel>
552 </bpmndi:BPMNEdge>
553 <bpmndi:BPMNShape id="EndEvent_1jvqhkf_di" bpmnElement="EndEvent_1jvqhkf">
554 <dc:Bounds x="1192" y="359" width="36" height="36" />
555 <bpmndi:BPMNLabel>
556 <dc:Bounds x="1200" y="404" width="19" height="12" />
557 </bpmndi:BPMNLabel>
558 </bpmndi:BPMNShape>
559 <bpmndi:BPMNShape id="ScriptTask_16sgdqw_di" bpmnElement="ScriptTask_16sgdqw">
560 <dc:Bounds x="97" y="337" width="100" height="80" />
561 </bpmndi:BPMNShape>
562 <bpmndi:BPMNShape id="ServiceTask_0qjpd5v_di" bpmnElement="ServiceTask_0qjpd5v">
563 <dc:Bounds x="274" y="337" width="100" height="80" />
564 </bpmndi:BPMNShape>
565 <bpmndi:BPMNEdge id="SequenceFlow_1e3vtyq_di" bpmnElement="SequenceFlow_1e3vtyq">
566 <di:waypoint xsi:type="dc:Point" x="197" y="377" />
567 <di:waypoint xsi:type="dc:Point" x="274" y="377" />
568 <bpmndi:BPMNLabel>
569 <dc:Bounds x="235.5" y="356" width="0" height="12" />
570 </bpmndi:BPMNLabel>
571 </bpmndi:BPMNEdge>
572 <bpmndi:BPMNEdge id="SequenceFlow_12dou7o_di" bpmnElement="SequenceFlow_12dou7o">
573 <di:waypoint xsi:type="dc:Point" x="374" y="377" />
574 <di:waypoint xsi:type="dc:Point" x="451" y="377" />
575 <bpmndi:BPMNLabel>
576 <dc:Bounds x="412.5" y="356" width="0" height="12" />
577 </bpmndi:BPMNLabel>
578 </bpmndi:BPMNEdge>
579 <bpmndi:BPMNShape id="ServiceTask_0mj3kf2_di" bpmnElement="ServiceTask_0mj3kf2">
580 <dc:Bounds x="959" y="337" width="100" height="80" />
581 </bpmndi:BPMNShape>
582 <bpmndi:BPMNShape id="IntermediateThrowEvent_08mk8h9_di" bpmnElement="IntermediateThrowEvent_08mk8h9">
583 <dc:Bounds x="1192" y="180" width="36" height="36" />
584 <bpmndi:BPMNLabel>
585 <dc:Bounds x="1175" y="220" width="86" height="24" />
586 </bpmndi:BPMNLabel>
587 </bpmndi:BPMNShape>
588 <bpmndi:BPMNEdge id="SequenceFlow_0t7zinj_di" bpmnElement="SequenceFlow_0t7zinj">
589 <di:waypoint xsi:type="dc:Point" x="1059" y="198" />
590 <di:waypoint xsi:type="dc:Point" x="1192" y="198" />
591 <bpmndi:BPMNLabel>
592 <dc:Bounds x="1125.5" y="177" width="0" height="12" />
593 </bpmndi:BPMNLabel>
594 </bpmndi:BPMNEdge>
595 <bpmndi:BPMNShape id="IntermediateCatchEvent_14w7v9s_di" bpmnElement="IntermediateCatchEvent_14w7v9s">
596 <dc:Bounds x="-6" y="359" width="36" height="36" />
597 <bpmndi:BPMNLabel>
598 <dc:Bounds x="-29" y="421" width="88" height="24" />
599 </bpmndi:BPMNLabel>
600 </bpmndi:BPMNShape>
601 <bpmndi:BPMNEdge id="SequenceFlow_1bddzne_di" bpmnElement="SequenceFlow_1bddzne">
602 <di:waypoint xsi:type="dc:Point" x="30" y="377" />
603 <di:waypoint xsi:type="dc:Point" x="97" y="377" />
604 <bpmndi:BPMNLabel>
605 <dc:Bounds x="63.5" y="356" width="0" height="12" />
606 </bpmndi:BPMNLabel>
607 </bpmndi:BPMNEdge>
608 <bpmndi:BPMNShape id="ScriptTask_14kqo0r_di" bpmnElement="ScriptTask_14kqo0r">
609 <dc:Bounds x="122" y="972" width="100" height="80" />
610 </bpmndi:BPMNShape>
611 <bpmndi:BPMNShape id="ServiceTask_1af6rwh_di" bpmnElement="ServiceTask_1af6rwh">
612 <dc:Bounds x="350" y="972" width="100" height="80" />
613 </bpmndi:BPMNShape>
614 <bpmndi:BPMNEdge id="SequenceFlow_0t4nds2_di" bpmnElement="SequenceFlow_0t4nds2">
615 <di:waypoint xsi:type="dc:Point" x="222" y="1012" />
616 <di:waypoint xsi:type="dc:Point" x="350" y="1012" />
617 <bpmndi:BPMNLabel>
618 <dc:Bounds x="286" y="991" width="0" height="12" />
619 </bpmndi:BPMNLabel>
620 </bpmndi:BPMNEdge>
621 <bpmndi:BPMNEdge id="SequenceFlow_06o383f_di" bpmnElement="SequenceFlow_06o383f">
622 <di:waypoint xsi:type="dc:Point" x="450" y="1012" />
623 <di:waypoint xsi:type="dc:Point" x="577" y="1012" />
624 <bpmndi:BPMNLabel>
625 <dc:Bounds x="513.5" y="991" width="0" height="12" />
626 </bpmndi:BPMNLabel>
627 </bpmndi:BPMNEdge>
628 <bpmndi:BPMNShape id="ScriptTask_04a0t3p_di" bpmnElement="ScriptTask_04a0t3p">
629 <dc:Bounds x="782" y="337" width="100" height="80" />
630 </bpmndi:BPMNShape>
631 <bpmndi:BPMNEdge id="SequenceFlow_1wzk6tu_di" bpmnElement="SequenceFlow_1wzk6tu">
632 <di:waypoint xsi:type="dc:Point" x="882" y="377" />
633 <di:waypoint xsi:type="dc:Point" x="959" y="377" />
634 <bpmndi:BPMNLabel>
635 <dc:Bounds x="920.5" y="356" width="0" height="12" />
636 </bpmndi:BPMNLabel>
637 </bpmndi:BPMNEdge>
638 <bpmndi:BPMNShape id="IntermediateThrowEvent_1k72hze_di" bpmnElement="IntermediateThrowEvent_1k72hze">
639 <dc:Bounds x="646" y="447" width="36" height="36" />
640 <bpmndi:BPMNLabel>
641 <dc:Bounds x="631" y="487" width="76" height="12" />
642 </bpmndi:BPMNLabel>
643 </bpmndi:BPMNShape>
644 <bpmndi:BPMNEdge id="SequenceFlow_0kvl23y_di" bpmnElement="SequenceFlow_0kvl23y">
645 <di:waypoint xsi:type="dc:Point" x="1059" y="377" />
646 <di:waypoint xsi:type="dc:Point" x="1192" y="377" />
647 <bpmndi:BPMNLabel>
648 <dc:Bounds x="1125.5" y="356" width="0" height="12" />
649 </bpmndi:BPMNLabel>
650 </bpmndi:BPMNEdge>
651 <bpmndi:BPMNEdge id="SequenceFlow_0zmd4rt_di" bpmnElement="SequenceFlow_0zmd4rt">
652 <di:waypoint xsi:type="dc:Point" x="664" y="402" />
653 <di:waypoint xsi:type="dc:Point" x="664" y="447" />
654 <bpmndi:BPMNLabel>
655 <dc:Bounds x="670" y="419" width="19" height="12" />
656 </bpmndi:BPMNLabel>
657 </bpmndi:BPMNEdge>
658 <bpmndi:BPMNEdge id="SequenceFlow_1n8h3zt_di" bpmnElement="SequenceFlow_1n8h3zt">
659 <di:waypoint xsi:type="dc:Point" x="689" y="377" />
660 <di:waypoint xsi:type="dc:Point" x="782" y="377" />
661 <bpmndi:BPMNLabel>
662 <dc:Bounds x="729" y="356" width="14" height="12" />
663 </bpmndi:BPMNLabel>
664 </bpmndi:BPMNEdge>
665 </bpmndi:BPMNPlane>
666 </bpmndi:BPMNDiagram>
667</bpmn:definitions>