[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateVfModuleInfra.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="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1" name="Start">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
8     <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule">
9       <bpmn2:extensionElements>
10         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
11         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
12         <camunda:in source="isVidRequest" target="isVidRequest" />
13         <camunda:in source="disableRollback" target="disableRollback" />
14         <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" />
15         <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" />
16         <camunda:out source="rollbackData" target="rollbackData" />
17         <camunda:out source="WorkflowException" target="WorkflowException" />
18         <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse" />
19         <camunda:out source="DCVFM_vfModuleName" target="CVFMI_vfModuleName" />
20         <camunda:in source="CVFMI_vnfType" target="vnfType" />
21         <camunda:in source="CVFMI_vnfName" target="vnfName" />
22         <camunda:in source="CVFMI_vnfId" target="vnfId" />
23         <camunda:in source="CVFMI_vfModuleName" target="vfModuleName" />
24         <camunda:in source="CVFMI_vfModuleType" target="vfModuleType" />
25         <camunda:in source="CVFMI_volumeGroupId" target="volumeGroupId" />
26         <camunda:in source="CVFMI_volumeGroupName" target="volumeGroupName" />
27         <camunda:in source="CVFMI_isBaseVfModule" target="isBaseVfModule" />
28         <camunda:in source="CVFMI_asdcServiceModelVersion" target="asdcServiceModelVersion" />
29         <camunda:in source="CVFMI_serviceInstanceId" target="serviceInstanceId" />
30         <camunda:in source="CVFMI_serviceModelInfo" target="serviceModelInfo" />
31         <camunda:in source="CVFMI_vnfModelInfo" target="vnfModelInfo" />
32         <camunda:in source="CVFMI_globalSubscriberId" target="globalSubscriberId" />
33         <camunda:in source="CVFMI_sdncVersion" target="sdncVersion" />
34         <camunda:in source="CVFMI_lcpCloudRegionId" target="lcpCloudRegionId" />
35         <camunda:in source="CVFMI_cloudOwner" target="cloudOwner" />
36         <camunda:in source="CVFMI_tenantId" target="tenantId" />
37         <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
38         <camunda:in source="CVFMI_vfModuleModelInfo" target="vfModuleModelInfo" />
39         <camunda:in source="CVFMI_usePreload" target="usePreload" />
40         <camunda:in source="CVFMI_vfModuleInputParams" target="vfModuleInputParams" />
41         <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" />
42         <camunda:out source="DCVFM_getSDNCAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />
43       </bpmn2:extensionElements>
44       <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming>
45       <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming>
46       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
47     </bpmn2:callActivity>
48     <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
49       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
50       <bpmn2:outgoing>SequenceFlow_1efipx3</bpmn2:outgoing>
51       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
52 def createVfModule = new CreateVfModuleInfra()
53 createVfModule.sendResponse(execution)]]></bpmn2:script>
54     </bpmn2:scriptTask>
55     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
56       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
57       <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
58     </bpmn2:intermediateThrowEvent>
59     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
60     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
61       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
62       <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
63     </bpmn2:intermediateCatchEvent>
64     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
65     <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
66       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
67       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
68       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
69 def createVfModule = new CreateVfModuleInfra()
70 createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
71     </bpmn2:scriptTask>
72     <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
73       <bpmn2:extensionElements>
74         <camunda:connector>
75           <camunda:inputOutput>
76             <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
77             <camunda:inputParameter name="headers">
78               <camunda:map>
79                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
80                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
81               </camunda:map>
82             </camunda:inputParameter>
83             <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
84             <camunda:inputParameter name="method">POST</camunda:inputParameter>
85             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
86             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
87           </camunda:inputOutput>
88           <camunda:connectorId>http-connector</camunda:connectorId>
89         </camunda:connector>
90       </bpmn2:extensionElements>
91       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
92       <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing>
93     </bpmn2:serviceTask>
94     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
95     <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
96       <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming>
97       <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming>
98       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
99       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
100 def createVfModule = new CreateVfModuleInfra()
101 createVfModule.postProcessResponse(execution)]]></bpmn2:script>
102     </bpmn2:scriptTask>
103     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
104     <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
105       <bpmn2:extensionElements>
106         <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
107         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
108         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
109         <camunda:in source="mso-request-id" target="mso-request-id" />
110         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
111         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
112       </bpmn2:extensionElements>
113       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
114       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
115     </bpmn2:callActivity>
116     <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
117       <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming>
118       <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
119       <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
120     </bpmn2:exclusiveGateway>
121     <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
122     <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq">
123       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
124     </bpmn2:sequenceFlow>
125     <bpmn2:endEvent id="EndEvent_2">
126       <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
127       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
128     </bpmn2:endEvent>
129     <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
130       <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
131         <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
132         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
133       </bpmn2:startEvent>
134       <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
135         <bpmn2:extensionElements>
136           <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
137           <camunda:in source="mso-request-id" target="mso-request-id" />
138           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
139           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
140         </bpmn2:extensionElements>
141         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
142         <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
143       </bpmn2:callActivity>
144       <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
145       <bpmn2:endEvent id="EndEvent_3">
146         <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
147         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
148       </bpmn2:endEvent>
149       <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
150         <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
151         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
152         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
153 def cvfm = new CreateVfModuleInfra()
154 cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
155       </bpmn2:scriptTask>
156       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
157       <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
158       <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
159       <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
160         <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
161         <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
162         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
163 def createVfModule = new CreateVfModuleInfra()
164 createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
165       </bpmn2:scriptTask>
166     </bpmn2:subProcess>
167     <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
168       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
169       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
170       <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
171     </bpmn2:scriptTask>
172     <bpmn2:endEvent id="EndEvent_1">
173       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
174       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
175     </bpmn2:endEvent>
176     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
177     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
178     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
179       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
180       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
181     </bpmn2:boundaryEvent>
182     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
183     <bpmn2:endEvent id="EndEvent_4">
184       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
185       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
186     </bpmn2:endEvent>
187     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
188       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
189       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
190       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
191 def createVfModule = new CreateVfModuleInfra()
192 createVfModule.preProcessRequest(execution)]]></bpmn2:script>
193     </bpmn2:scriptTask>
194     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
195     <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
196       <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
197         <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
198         <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
199         <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
200 ExceptionUtil exceptionUtil = new ExceptionUtil()
201 exceptionUtil.processJavaException(execution)]]></bpmn2:script>
202       </bpmn2:scriptTask>
203       <bpmn2:endEvent id="EndEvent_0100eju">
204         <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
205       </bpmn2:endEvent>
206       <bpmn2:startEvent id="StartEvent_1mov8he">
207         <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
208         <bpmn2:errorEventDefinition />
209       </bpmn2:startEvent>
210       <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
211       <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
212     </bpmn2:subProcess>
213     <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient">
214       <bpmn2:extensionElements>
215         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
216         <camunda:in source="actionHealthCheck" target="action" />
217         <camunda:in source="CVFMI_vnfId" target="vnfId" />
218         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
219         <camunda:in source="CVFMI_vnfName" target="vnfName" />
220         <camunda:in source="CVFMI_controllerType" target="controllerType" />
221         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
222         <camunda:out source="errorCode" target="errorCode" />
223         <camunda:out source="errorText" target="errorText" />
224         <camunda:out source="workStep" target="workStep" />
225         <camunda:out source="failedActivity" target="failedActivity" />
226       </bpmn2:extensionElements>
227       <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming>
228       <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing>
229     </bpmn2:callActivity>
230     <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s">
231       <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming>
232       <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing>
233       <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing>
234     </bpmn2:exclusiveGateway>
235     <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" />
236     <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" />
237     <bpmn2:endEvent id="EndEvent_0n6bb71">
238       <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming>
239       <bpmn2:errorEventDefinition errorRef="Error_1" />
240     </bpmn2:endEvent>
241     <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71">
242       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
243     </bpmn2:sequenceFlow>
244     <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient">
245       <bpmn2:extensionElements>
246         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
247         <camunda:in source="actionConfigScaleOut" target="action" />
248         <camunda:in source="CVFMI_vnfId" target="vnfId" />
249         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
250         <camunda:in source="CVFMI_vnfName" target="vnfName" />
251         <camunda:in source="CVFMI_controllerType" target="controllerType" />
252         <camunda:in source="payload" target="payload" />
253         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
254         <camunda:out source="errorCode" target="errorConfigScaleOutCode" />
255         <camunda:out source="errorText" target="errorText" />
256         <camunda:out source="workStep" target="workStep" />
257         <camunda:out source="failedActivity" target="failedActivity" />
258         <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
259       </bpmn2:extensionElements>
260       <bpmn2:incoming>SequenceFlow_09i6f7t</bpmn2:incoming>
261       <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing>
262     </bpmn2:callActivity>
263     <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
264     <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m">
265       <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming>
266       <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing>
267       <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing>
268     </bpmn2:exclusiveGateway>
269     <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" />
270     <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" />
271     <bpmn2:endEvent id="EndEvent_0a97jcr">
272       <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming>
273       <bpmn2:errorEventDefinition errorRef="Error_1" />
274     </bpmn2:endEvent>
275     <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr">
276       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression>
277     </bpmn2:sequenceFlow>
278     <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk">
279       <bpmn2:incoming>SequenceFlow_1hk35nm</bpmn2:incoming>
280       <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing>
281       <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing>
282     </bpmn2:exclusiveGateway>
283     <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0">
284       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runHealthCheck")}]]></bpmn2:conditionExpression>
285     </bpmn2:sequenceFlow>
286     <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" />
287     <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf">
288       <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
289       <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing>
290       <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing>
291     </bpmn2:exclusiveGateway>
292     <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="Task_09om99x">
293       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runConfigScaleOut")}]]></bpmn2:conditionExpression>
294     </bpmn2:sequenceFlow>
295     <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" />
296     <bpmn2:scriptTask id="ScriptTask_1jwavj9" name="Query AAI For Orchestration Status" scriptFormat="groovy">
297       <bpmn2:incoming>SequenceFlow_1efipx3</bpmn2:incoming>
298       <bpmn2:outgoing>SequenceFlow_1hk35nm</bpmn2:outgoing>
299       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
300 def createVfModule = new CreateVfModuleInfra()
301 createVfModule.queryAAIForVnfOrchestrationStatus(execution)]]></bpmn2:script>
302     </bpmn2:scriptTask>
303     <bpmn2:sequenceFlow id="SequenceFlow_09i6f7t" sourceRef="Task_09om99x" targetRef="CallActivity_17ukiqm" />
304     <bpmn2:scriptTask id="Task_09om99x" name="Retreive Data for Config ScaleOut" scriptFormat="groovy">
305       <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming>
306       <bpmn2:outgoing>SequenceFlow_09i6f7t</bpmn2:outgoing>
307       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
308 def createVfModule = new CreateVfModuleInfra()
309 createVfModule.retreiveConfigScaleOutData(execution)]]></bpmn2:script>
310     </bpmn2:scriptTask>
311     <bpmn2:sequenceFlow id="SequenceFlow_1efipx3" sourceRef="SendResponse" targetRef="ScriptTask_1jwavj9" />
312     <bpmn2:sequenceFlow id="SequenceFlow_1hk35nm" sourceRef="ScriptTask_1jwavj9" targetRef="ExclusiveGateway_1qozral" />
313   </bpmn2:process>
314   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
315   <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
316   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
317     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
318       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
319         <dc:Bounds x="41" y="16" width="36" height="36" />
320         <bpmndi:BPMNLabel>
321           <dc:Bounds x="46" y="52" width="26" height="12" />
322         </bpmndi:BPMNLabel>
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
325         <di:waypoint xsi:type="dc:Point" x="77" y="34" />
326         <di:waypoint xsi:type="dc:Point" x="127" y="34" />
327         <bpmndi:BPMNLabel>
328           <dc:Bounds x="57" y="19" width="90" height="0" />
329         </bpmndi:BPMNLabel>
330       </bpmndi:BPMNEdge>
331       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
332         <dc:Bounds x="127" y="-6" width="100" height="80" />
333       </bpmndi:BPMNShape>
334       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
335         <dc:Bounds x="285" y="-6" width="100" height="80" />
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
338         <di:waypoint xsi:type="dc:Point" x="227" y="34" />
339         <di:waypoint xsi:type="dc:Point" x="285" y="34" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="211" y="19" width="90" height="0" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
345         <dc:Bounds x="736" y="-6" width="145" height="80" />
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
348         <dc:Bounds x="937" y="16" width="36" height="36" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="923" y="57" width="64" height="12" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNShape>
353       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
354         <di:waypoint xsi:type="dc:Point" x="881" y="34" />
355         <di:waypoint xsi:type="dc:Point" x="937" y="34" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="864" y="19" width="90" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
361         <dc:Bounds x="39" y="349" width="36" height="36" />
362         <bpmndi:BPMNLabel>
363           <dc:Bounds x="25" y="390" width="65" height="22" />
364         </bpmndi:BPMNLabel>
365       </bpmndi:BPMNShape>
366       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
367         <dc:Bounds x="127" y="327" width="100" height="80" />
368       </bpmndi:BPMNShape>
369       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
370         <dc:Bounds x="277" y="327" width="100" height="80" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
373         <dc:Bounds x="406" y="342" width="50" height="50" />
374         <bpmndi:BPMNLabel>
375           <dc:Bounds x="406" y="320" width="50" height="12" />
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNShape>
378       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
379         <dc:Bounds x="651" y="327" width="100" height="80" />
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
382         <dc:Bounds x="789" y="327" width="100" height="80" />
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
385         <dc:Bounds x="1078" y="349" width="36" height="36" />
386         <bpmndi:BPMNLabel>
387           <dc:Bounds x="1051" y="390" width="90" height="0" />
388         </bpmndi:BPMNLabel>
389       </bpmndi:BPMNShape>
390       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
391         <dc:Bounds x="413" y="454" width="36" height="36" />
392         <bpmndi:BPMNLabel>
393           <dc:Bounds x="386" y="495" width="90" height="0" />
394         </bpmndi:BPMNLabel>
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219">
397         <di:waypoint xsi:type="dc:Point" x="75" y="367" />
398         <di:waypoint xsi:type="dc:Point" x="127" y="367" />
399         <bpmndi:BPMNLabel>
400           <dc:Bounds x="105" y="367" width="6" height="6" />
401         </bpmndi:BPMNLabel>
402       </bpmndi:BPMNEdge>
403       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103">
404         <di:waypoint xsi:type="dc:Point" x="227" y="367" />
405         <di:waypoint xsi:type="dc:Point" x="277" y="367" />
406       </bpmndi:BPMNEdge>
407       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
408         <di:waypoint xsi:type="dc:Point" x="430" y="391" />
409         <di:waypoint xsi:type="dc:Point" x="431" y="454" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="436" y="420" width="15" height="12" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="ExclusiveGateway_0c8x2mq_di">
415         <di:waypoint xsi:type="dc:Point" x="456" y="367" />
416         <di:waypoint xsi:type="dc:Point" x="520" y="367" />
417         <bpmndi:BPMNLabel>
418           <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" />
419         </bpmndi:BPMNLabel>
420       </bpmndi:BPMNEdge>
421       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
422         <di:waypoint xsi:type="dc:Point" x="751" y="367" />
423         <di:waypoint xsi:type="dc:Point" x="789" y="367" />
424         <bpmndi:BPMNLabel>
425           <dc:Bounds x="725" y="349" width="90" height="6" />
426         </bpmndi:BPMNLabel>
427       </bpmndi:BPMNEdge>
428       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
429         <dc:Bounds x="30" y="566" width="925" height="385" />
430       </bpmndi:BPMNShape>
431       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
432         <dc:Bounds x="139" y="720" width="36" height="36" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="137" y="762" width="77" height="12" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
438         <dc:Bounds x="497" y="698" width="100" height="80" />
439       </bpmndi:BPMNShape>
440       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
441         <dc:Bounds x="690" y="698" width="100" height="80" />
442       </bpmndi:BPMNShape>
443       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
444         <dc:Bounds x="846" y="720" width="36" height="36" />
445         <bpmndi:BPMNLabel>
446           <dc:Bounds x="864" y="761" width="0" height="0" />
447         </bpmndi:BPMNLabel>
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
450         <dc:Bounds x="937" y="716" width="36" height="36" />
451         <bpmndi:BPMNLabel>
452           <dc:Bounds x="955" y="757" width="0" height="0" />
453         </bpmndi:BPMNLabel>
454       </bpmndi:BPMNShape>
455       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
456         <dc:Bounds x="1066" y="716" width="36" height="36" />
457         <bpmndi:BPMNLabel>
458           <dc:Bounds x="1084" y="757" width="0" height="0" />
459         </bpmndi:BPMNLabel>
460       </bpmndi:BPMNShape>
461       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
462         <di:waypoint xsi:type="dc:Point" x="597" y="738" />
463         <di:waypoint xsi:type="dc:Point" x="690" y="738" />
464         <bpmndi:BPMNLabel>
465           <dc:Bounds x="644" y="723" width="0" height="0" />
466         </bpmndi:BPMNLabel>
467       </bpmndi:BPMNEdge>
468       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
469         <di:waypoint xsi:type="dc:Point" x="790" y="738" />
470         <di:waypoint xsi:type="dc:Point" x="846" y="738" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="821" y="738" width="0" height="0" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNEdge>
475       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
476         <di:waypoint xsi:type="dc:Point" x="973" y="734" />
477         <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
478         <bpmndi:BPMNLabel>
479           <dc:Bounds x="1020" y="719" width="0" height="0" />
480         </bpmndi:BPMNLabel>
481       </bpmndi:BPMNEdge>
482       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
483         <dc:Bounds x="946" y="327" width="103" height="79" />
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
486         <di:waypoint xsi:type="dc:Point" x="889" y="367" />
487         <di:waypoint xsi:type="dc:Point" x="946" y="366" />
488         <bpmndi:BPMNLabel>
489           <dc:Bounds x="873" y="342" width="90" height="20" />
490         </bpmndi:BPMNLabel>
491       </bpmndi:BPMNEdge>
492       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
493         <di:waypoint xsi:type="dc:Point" x="1049" y="367" />
494         <di:waypoint xsi:type="dc:Point" x="1078" y="367" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="1019" y="342" width="90" height="20" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNEdge>
499       <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
500         <dc:Bounds x="160" y="1001" width="313" height="169" />
501       </bpmndi:BPMNShape>
502       <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
503         <dc:Bounds x="268" y="1047" width="100" height="80" />
504       </bpmndi:BPMNShape>
505       <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
506         <dc:Bounds x="413" y="1069" width="36" height="36" />
507         <bpmndi:BPMNLabel>
508           <dc:Bounds x="431" y="1110" width="0" height="0" />
509         </bpmndi:BPMNLabel>
510       </bpmndi:BPMNShape>
511       <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
512         <dc:Bounds x="185" y="1069" width="36" height="36" />
513         <bpmndi:BPMNLabel>
514           <dc:Bounds x="203" y="1110" width="0" height="0" />
515         </bpmndi:BPMNLabel>
516       </bpmndi:BPMNShape>
517       <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
518         <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
519         <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
520         <bpmndi:BPMNLabel>
521           <dc:Bounds x="242" y="1087" width="0" height="0" />
522         </bpmndi:BPMNLabel>
523       </bpmndi:BPMNEdge>
524       <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
525         <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
526         <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
527         <bpmndi:BPMNLabel>
528           <dc:Bounds x="388" y="1087" width="0" height="0" />
529         </bpmndi:BPMNLabel>
530       </bpmndi:BPMNEdge>
531       <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
532         <di:waypoint xsi:type="dc:Point" x="175" y="738" />
533         <di:waypoint xsi:type="dc:Point" x="235" y="738" />
534         <di:waypoint xsi:type="dc:Point" x="235" y="738" />
535         <di:waypoint xsi:type="dc:Point" x="296" y="738" />
536         <bpmndi:BPMNLabel>
537           <dc:Bounds x="250" y="738" width="0" height="0" />
538         </bpmndi:BPMNLabel>
539       </bpmndi:BPMNEdge>
540       <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
541         <di:waypoint xsi:type="dc:Point" x="396" y="738" />
542         <di:waypoint xsi:type="dc:Point" x="497" y="738" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="447" y="723" width="0" height="0" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNEdge>
547       <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
548         <dc:Bounds x="296" y="698" width="100" height="80" />
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0">
551         <dc:Bounds x="568" y="-145" width="145" height="80" />
552       </bpmndi:BPMNShape>
553       <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true">
554         <dc:Bounds x="784" y="-130" width="50" height="50" />
555         <bpmndi:BPMNLabel>
556           <dc:Bounds x="774" y="-162" width="69" height="24" />
557         </bpmndi:BPMNLabel>
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s">
560         <di:waypoint xsi:type="dc:Point" x="809" y="-80" />
561         <di:waypoint xsi:type="dc:Point" x="809" y="-47" />
562         <di:waypoint xsi:type="dc:Point" x="809" y="-6" />
563         <bpmndi:BPMNLabel>
564           <dc:Bounds x="815" y="-81.36842105263162" width="12" height="12" />
565         </bpmndi:BPMNLabel>
566       </bpmndi:BPMNEdge>
567       <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo">
568         <di:waypoint xsi:type="dc:Point" x="713" y="-105" />
569         <di:waypoint xsi:type="dc:Point" x="784" y="-105" />
570         <bpmndi:BPMNLabel>
571           <dc:Bounds x="703.5" y="-120" width="90" height="0" />
572         </bpmndi:BPMNLabel>
573       </bpmndi:BPMNEdge>
574       <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71">
575         <dc:Bounds x="937" y="-123" width="36" height="36" />
576         <bpmndi:BPMNLabel>
577           <dc:Bounds x="910" y="-82" width="90" height="0" />
578         </bpmndi:BPMNLabel>
579       </bpmndi:BPMNShape>
580       <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o">
581         <di:waypoint xsi:type="dc:Point" x="834" y="-105" />
582         <di:waypoint xsi:type="dc:Point" x="937" y="-105" />
583         <bpmndi:BPMNLabel>
584           <dc:Bounds x="850.3538461538461" y="-101" width="18" height="12" />
585         </bpmndi:BPMNLabel>
586       </bpmndi:BPMNEdge>
587       <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm">
588         <dc:Bounds x="472" y="120" width="145" height="80" />
589       </bpmndi:BPMNShape>
590       <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf">
591         <di:waypoint xsi:type="dc:Point" x="377" y="367" />
592         <di:waypoint xsi:type="dc:Point" x="406" y="367" />
593         <bpmndi:BPMNLabel>
594           <dc:Bounds x="391.5" y="346" width="0" height="12" />
595         </bpmndi:BPMNLabel>
596       </bpmndi:BPMNEdge>
597       <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true">
598         <dc:Bounds x="675" y="135" width="50" height="50" />
599         <bpmndi:BPMNLabel>
600           <dc:Bounds x="659" y="101" width="82" height="24" />
601         </bpmndi:BPMNLabel>
602       </bpmndi:BPMNShape>
603       <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7">
604         <di:waypoint xsi:type="dc:Point" x="617" y="160" />
605         <di:waypoint xsi:type="dc:Point" x="675" y="160" />
606         <bpmndi:BPMNLabel>
607           <dc:Bounds x="601" y="139" width="90" height="12" />
608         </bpmndi:BPMNLabel>
609       </bpmndi:BPMNEdge>
610       <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m">
611         <di:waypoint xsi:type="dc:Point" x="700" y="185" />
612         <di:waypoint xsi:type="dc:Point" x="702" y="327" />
613         <bpmndi:BPMNLabel>
614           <dc:Bounds x="708" y="122" width="12" height="12" />
615         </bpmndi:BPMNLabel>
616       </bpmndi:BPMNEdge>
617       <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr">
618         <dc:Bounds x="773" y="142" width="36" height="36" />
619         <bpmndi:BPMNLabel>
620           <dc:Bounds x="701" y="183" width="90" height="12" />
621         </bpmndi:BPMNLabel>
622       </bpmndi:BPMNShape>
623       <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9">
624         <di:waypoint xsi:type="dc:Point" x="725" y="160" />
625         <di:waypoint xsi:type="dc:Point" x="773" y="160" />
626         <bpmndi:BPMNLabel>
627           <dc:Bounds x="730" y="166" width="18" height="12" />
628         </bpmndi:BPMNLabel>
629       </bpmndi:BPMNEdge>
630       <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true">
631         <dc:Bounds x="616" y="9" width="50" height="50" />
632         <bpmndi:BPMNLabel>
633           <dc:Bounds x="599" y="66" width="86" height="12" />
634         </bpmndi:BPMNLabel>
635       </bpmndi:BPMNShape>
636       <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5">
637         <di:waypoint xsi:type="dc:Point" x="641" y="9" />
638         <di:waypoint xsi:type="dc:Point" x="641" y="-28" />
639         <di:waypoint xsi:type="dc:Point" x="641" y="-28" />
640         <di:waypoint xsi:type="dc:Point" x="641" y="-65" />
641         <bpmndi:BPMNLabel>
642           <dc:Bounds x="649" y="-1.7061403508771935" width="18" height="12" />
643         </bpmndi:BPMNLabel>
644       </bpmndi:BPMNEdge>
645       <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk">
646         <di:waypoint xsi:type="dc:Point" x="666" y="34" />
647         <di:waypoint xsi:type="dc:Point" x="736" y="34" />
648         <bpmndi:BPMNLabel>
649           <dc:Bounds x="685.0746268656717" y="37" width="12" height="12" />
650         </bpmndi:BPMNLabel>
651       </bpmndi:BPMNEdge>
652       <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true">
653         <dc:Bounds x="520" y="342" width="50" height="50" />
654         <bpmndi:BPMNLabel>
655           <dc:Bounds x="502" y="402" width="86" height="24" />
656         </bpmndi:BPMNLabel>
657       </bpmndi:BPMNShape>
658       <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp">
659         <di:waypoint xsi:type="dc:Point" x="545" y="342" />
660         <di:waypoint xsi:type="dc:Point" x="545" y="309" />
661         <bpmndi:BPMNLabel>
662           <dc:Bounds x="551" y="321.9537912405942" width="18" height="12" />
663         </bpmndi:BPMNLabel>
664       </bpmndi:BPMNEdge>
665       <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf">
666         <di:waypoint xsi:type="dc:Point" x="570" y="367" />
667         <di:waypoint xsi:type="dc:Point" x="651" y="367" />
668         <bpmndi:BPMNLabel>
669           <dc:Bounds x="585" y="372" width="15" height="12" />
670         </bpmndi:BPMNLabel>
671       </bpmndi:BPMNEdge>
672       <bpmndi:BPMNShape id="ScriptTask_1jwavj9_di" bpmnElement="ScriptTask_1jwavj9">
673         <dc:Bounds x="454" y="-6" width="100" height="80" />
674       </bpmndi:BPMNShape>
675       <bpmndi:BPMNEdge id="SequenceFlow_09i6f7t_di" bpmnElement="SequenceFlow_09i6f7t">
676         <di:waypoint xsi:type="dc:Point" x="545" y="229" />
677         <di:waypoint xsi:type="dc:Point" x="545" y="200" />
678         <bpmndi:BPMNLabel>
679           <dc:Bounds x="560" y="208.5" width="0" height="12" />
680         </bpmndi:BPMNLabel>
681       </bpmndi:BPMNEdge>
682       <bpmndi:BPMNShape id="ScriptTask_1s0bky7_di" bpmnElement="Task_09om99x">
683         <dc:Bounds x="495" y="229" width="100" height="80" />
684       </bpmndi:BPMNShape>
685       <bpmndi:BPMNEdge id="SequenceFlow_1efipx3_di" bpmnElement="SequenceFlow_1efipx3">
686         <di:waypoint xsi:type="dc:Point" x="385" y="34" />
687         <di:waypoint xsi:type="dc:Point" x="454" y="34" />
688         <bpmndi:BPMNLabel>
689           <dc:Bounds x="419.5" y="13" width="0" height="12" />
690         </bpmndi:BPMNLabel>
691       </bpmndi:BPMNEdge>
692       <bpmndi:BPMNEdge id="SequenceFlow_1hk35nm_di" bpmnElement="SequenceFlow_1hk35nm">
693         <di:waypoint xsi:type="dc:Point" x="554" y="34" />
694         <di:waypoint xsi:type="dc:Point" x="616" y="34" />
695         <bpmndi:BPMNLabel>
696           <dc:Bounds x="585" y="13" width="0" height="12" />
697         </bpmndi:BPMNLabel>
698       </bpmndi:BPMNEdge>
699     </bpmndi:BPMNPlane>
700   </bpmndi:BPMNDiagram>
701 </bpmn2:definitions>