blob: c1e60ba46be1749ac3d455f0ffeaeb7d65b846ce [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -04002<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="_CyftwG_HEeaKe-v4u9MasA" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn2:process id="CreateVfModuleVolumeInfraV1" name="CreateVfModuleVolumeInfraV1" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_createVfModuleVolumeInfraV1">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_createVfModuleVolumeInfraV1" targetRef="ScriptTask_preProcessRequest" />
8 <bpmn2:subProcess id="SubProcess_exceptionHandler" name="Exception Handler" triggeredByEvent="true">
9 <bpmn2:startEvent id="StartEvent_catchErrors" name="Catch Exceptions">
10 <bpmn2:outgoing>SequenceFlow_1tfi3sp</bpmn2:outgoing>
11 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" />
12 </bpmn2:startEvent>
13 <bpmn2:exclusiveGateway id="ExclusiveGateway_isSyncResponseSent" name="Sync response sent?" default="SequenceFlow_0x34g02">
14 <bpmn2:incoming>SequenceFlow_1tfi3sp</bpmn2:incoming>
15 <bpmn2:outgoing>SequenceFlow_0x34g02</bpmn2:outgoing>
16 <bpmn2:outgoing>SequenceFlow_1q9kksk</bpmn2:outgoing>
17 </bpmn2:exclusiveGateway>
18 <bpmn2:scriptTask id="ScriptTask_sendSyncErrorResp" name="Send sync error response" scriptFormat="groovy">
19 <bpmn2:incoming>SequenceFlow_0x34g02</bpmn2:incoming>
20 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
21 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
22def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
23createVfModuleVolumeInfraV1.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>
24 </bpmn2:scriptTask>
25 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_sendSyncErrorResp" targetRef="ExclusiveGateway_0of872x" />
26 <bpmn2:scriptTask id="ScriptTask_prefalloutHandlerRequest" name="Prepare Fallout Handler Request" scriptFormat="groovy">
27 <bpmn2:incoming>SequenceFlow_1v1jx7y</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
29 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
31createVfModuleVolumeInfraV1.executeMethod('prepareFalloutHandlerRequest', execution, isDebugLogEnabled)
32]]></bpmn2:script>
33 </bpmn2:scriptTask>
34 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_prefalloutHandlerRequest" targetRef="CallActivity_callFalloutHandler" />
35 <bpmn2:callActivity id="CallActivity_callFalloutHandler" name="Call Fallout Handler" calledElement="FalloutHandler">
36 <bpmn2:extensionElements>
37 <camunda:in source="CVMVINFRAV1_FalloutHandlerRequest" target="FalloutHandlerRequest" />
38 <camunda:in source="mso-request-id" target="mso-request-id" />
39 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
40 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
41 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
42 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
43 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
44 </bpmn2:extensionElements>
45 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
46 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
47 </bpmn2:callActivity>
48 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callFalloutHandler" targetRef="EndEvent_4" />
49 <bpmn2:endEvent id="EndEvent_4" name="End">
50 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
51 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" />
52 </bpmn2:endEvent>
53 <bpmn2:exclusiveGateway id="ExclusiveGateway_09n39bk" name="Is rollback on?" default="SequenceFlow_1cu5t8k">
54 <bpmn2:incoming>SequenceFlow_1q9kksk</bpmn2:incoming>
55 <bpmn2:outgoing>SequenceFlow_1cu5t8k</bpmn2:outgoing>
56 <bpmn2:outgoing>SequenceFlow_1tfh1vm</bpmn2:outgoing>
57 </bpmn2:exclusiveGateway>
58 <bpmn2:scriptTask id="Task_0nc3wxy" name="Log and save original exception" scriptFormat="groovy">
59 <bpmn2:incoming>SequenceFlow_1tfh1vm</bpmn2:incoming>
60 <bpmn2:outgoing>SequenceFlow_0b1nrfk</bpmn2:outgoing>
61 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
62def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
63createVfModuleVolumeInfraV1.executeMethod('logAndSaveOriginalException', execution, isDebugLogEnabled)]]></bpmn2:script>
64 </bpmn2:scriptTask>
65 <bpmn2:callActivity id="Task_1b9yx6k" name="DoCreateVfModuleVolumeRollback" calledElement="DoCreateVfModuleVolumeRollback">
66 <bpmn2:extensionElements>
67 <camunda:in source="requestId" target="mso-request-id" />
68 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
69 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
70 <camunda:in source="rollbackData" target="rollbackData" />
71 <camunda:in source="workflowException" target="workflowException" />
72 <camunda:out source="wasDeleted" target="wasDeleted" />
73 <camunda:in source="rolledBack" target="rolledBack" />
74 <camunda:in source="workflowException" target="workflowException" />
75 </bpmn2:extensionElements>
76 <bpmn2:incoming>SequenceFlow_0b1nrfk</bpmn2:incoming>
77 <bpmn2:outgoing>SequenceFlow_08vm13o</bpmn2:outgoing>
78 </bpmn2:callActivity>
79 <bpmn2:scriptTask id="Task_1lkduwj" name="Validate Rollback Response" scriptFormat="groovy">
80 <bpmn2:incoming>SequenceFlow_08vm13o</bpmn2:incoming>
81 <bpmn2:outgoing>SequenceFlow_097zy8w</bpmn2:outgoing>
82 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
83def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
84createVfModuleVolumeInfraV1.executeMethod('validateRollbackResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
85 </bpmn2:scriptTask>
86 <bpmn2:inclusiveGateway id="ExclusiveGateway_0of872x">
87 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
88 <bpmn2:incoming>SequenceFlow_1cu5t8k</bpmn2:incoming>
89 <bpmn2:incoming>SequenceFlow_097zy8w</bpmn2:incoming>
90 <bpmn2:outgoing>SequenceFlow_1v1jx7y</bpmn2:outgoing>
91 </bpmn2:inclusiveGateway>
92 <bpmn2:sequenceFlow id="SequenceFlow_1tfi3sp" sourceRef="StartEvent_catchErrors" targetRef="ExclusiveGateway_isSyncResponseSent" />
93 <bpmn2:sequenceFlow id="SequenceFlow_0x34g02" name="No" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_sendSyncErrorResp" />
94 <bpmn2:sequenceFlow id="SequenceFlow_1q9kksk" name="Yes" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ExclusiveGateway_09n39bk">
95 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVMVINFRAV1_syncResponseSent") == true}]]></bpmn2:conditionExpression>
96 </bpmn2:sequenceFlow>
97 <bpmn2:sequenceFlow id="SequenceFlow_1cu5t8k" name="No" sourceRef="ExclusiveGateway_09n39bk" targetRef="ExclusiveGateway_0of872x" />
98 <bpmn2:sequenceFlow id="SequenceFlow_1tfh1vm" name="Yes" sourceRef="ExclusiveGateway_09n39bk" targetRef="Task_0nc3wxy">
99 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVMVINFRAV1_backoutOnFailure") == true}]]></bpmn2:conditionExpression>
100 </bpmn2:sequenceFlow>
101 <bpmn2:sequenceFlow id="SequenceFlow_0b1nrfk" sourceRef="Task_0nc3wxy" targetRef="Task_1b9yx6k" />
102 <bpmn2:sequenceFlow id="SequenceFlow_08vm13o" sourceRef="Task_1b9yx6k" targetRef="Task_1lkduwj" />
103 <bpmn2:sequenceFlow id="SequenceFlow_097zy8w" sourceRef="Task_1lkduwj" targetRef="ExclusiveGateway_0of872x" />
104 <bpmn2:sequenceFlow id="SequenceFlow_1v1jx7y" sourceRef="ExclusiveGateway_0of872x" targetRef="ScriptTask_prefalloutHandlerRequest" />
105 </bpmn2:subProcess>
106 <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy">
107 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
108 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
109 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
110def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
111createVfModuleVolumeInfraV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
112 </bpmn2:scriptTask>
113 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSyncAckResponse" />
114 <bpmn2:scriptTask id="ScriptTask_sendSyncAckResponse" name="Send Sync Ack Response" scriptFormat="groovy">
115 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
116 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
117 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
118def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
119createVfModuleVolumeInfraV1.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
120 </bpmn2:scriptTask>
121 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_sendSyncAckResponse" targetRef="ExclusiveGateway_isVolGrpnamePresent" />
122 <bpmn2:exclusiveGateway id="ExclusiveGateway_isVolGrpnamePresent" name="Is volume group name present?" default="SequenceFlow_volGrpNameMissing">
123 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
124 <bpmn2:outgoing>SequenceFlow_volGrpNamePresent</bpmn2:outgoing>
125 <bpmn2:outgoing>SequenceFlow_volGrpNameMissing</bpmn2:outgoing>
126 </bpmn2:exclusiveGateway>
127 <bpmn2:sequenceFlow id="SequenceFlow_volGrpNamePresent" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="CallActivity_doCreateVfModuleVolumeV2">
128 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{volumeGroupName != null && volumeGroupName != "" }]]></bpmn2:conditionExpression>
129 </bpmn2:sequenceFlow>
130 <bpmn2:sequenceFlow id="SequenceFlow_volGrpNameMissing" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="ScriptTask_buildError" />
131 <bpmn2:scriptTask id="ScriptTask_buildError" name="Build Error" scriptFormat="groovy">
132 <bpmn2:incoming>SequenceFlow_volGrpNameMissing</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
134 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
135def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
136createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group name not present in request.", isDebugLogEnabled)]]></bpmn2:script>
137 </bpmn2:scriptTask>
138 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_buildError" targetRef="EndEvent_2" />
139 <bpmn2:endEvent id="EndEvent_2">
140 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
141 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1" />
142 </bpmn2:endEvent>
143 <bpmn2:callActivity id="CallActivity_doCreateVfModuleVolumeV2" name="Call DoCreateVfModuleVolumeV2" calledElement="DoCreateVfModuleVolumeV2">
144 <bpmn2:extensionElements>
145 <camunda:out source="DCVFMODVOLV1_SuccessIndicator" target="DCVFMODVOLV1_SuccessIndicator" />
146 <camunda:out source="WorkflowException" target="WorkflowException" />
147 <camunda:in source="requestId" target="msoRequestId" />
148 <camunda:in source="disableRollback" target="disableRollback" />
149 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
150 <camunda:in source="failIfExists" target="failIfExists" />
151 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
152 <camunda:in source="vnfId" target="vnfId" />
153 <camunda:in source="volumeGroupId" target="volumeGroupId" />
154 <camunda:in source="vnfName" target="vnfName" />
155 <camunda:in source="volumeGroupName" target="volumeGroupName" />
156 <camunda:in source="vfModuleModelInfo" target="vfModuleModelInfo" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400157 <camunda:in source="cloudOwner" target="cloudOwner" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400158 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
159 <camunda:in source="tenantId" target="tenantId" />
160 <camunda:in source="vnfType" target="vnfType" />
161 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
162 <camunda:in source="test-volume-group-name" target="test-volume-group-name" />
163 <camunda:in source="test-volume-group-id" target="test-volume-group-id" />
164 <camunda:out source="rollbackData" target="rollbackData" />
165 <camunda:in source="requestId" target="mso-request-id" />
166 <camunda:in source="vfModuleInputParams" target="vfModuleInputParams" />
167 </bpmn2:extensionElements>
168 <bpmn2:incoming>SequenceFlow_volGrpNamePresent</bpmn2:incoming>
169 <bpmn2:outgoing>SequenceFlow_0djjra2</bpmn2:outgoing>
170 </bpmn2:callActivity>
171 <bpmn2:scriptTask id="ScriptTask_setSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
172 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
173 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
174 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
175def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
176createVfModuleVolumeInfraV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script>
177 </bpmn2:scriptTask>
178 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_setSuccessIndicator" targetRef="EndEvent_3" />
179 <bpmn2:callActivity id="CallActivity_completeMsoProcess" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
180 <bpmn2:extensionElements>
181 <camunda:in source="CVMVINFRAV1_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
182 <camunda:in source="mso-request-id" target="mso-request-id" />
183 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
184 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
185 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
186 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
187 </bpmn2:extensionElements>
188 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
189 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
190 </bpmn2:callActivity>
191 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CallActivity_completeMsoProcess" targetRef="ScriptTask_setSuccessIndicator" />
192 <bpmn2:scriptTask id="ScriptTask_postCompletionRequest" name="Post Completion Request" scriptFormat="groovy">
193 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
194 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
195 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
196def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
197createVfModuleVolumeInfraV1.executeMethod('postProcessResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
198 </bpmn2:scriptTask>
199 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_postCompletionRequest" targetRef="CallActivity_completeMsoProcess" />
200 <bpmn2:serviceTask id="ServiceTask_callDbInfraUpdate" name="Call DB Infra Update">
201 <bpmn2:extensionElements>
202 <camunda:connector>
203 <camunda:inputOutput>
204 <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
205 <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter>
206 <camunda:inputParameter name="headers">
207 <camunda:map>
208 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
209 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
210 </camunda:map>
211 </camunda:inputParameter>
212 <camunda:inputParameter name="method">POST</camunda:inputParameter>
213 <camunda:outputParameter name="CVMVINFRAV1_createDBResponse">${response}</camunda:outputParameter>
214 <camunda:outputParameter name="CVMVINFRAV1_dbReturnCode">${statusCode}</camunda:outputParameter>
215 </camunda:inputOutput>
216 <camunda:connectorId>http-connector</camunda:connectorId>
217 </camunda:connector>
218 </bpmn2:extensionElements>
219 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
220 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
221 </bpmn2:serviceTask>
222 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest" />
223 <bpmn2:endEvent id="EndEvent_3">
224 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
225 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
226 </bpmn2:endEvent>
227 <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy">
228 <bpmn2:incoming>SequenceFlow_0djjra2</bpmn2:incoming>
229 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
230 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
231def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
232createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
233 </bpmn2:scriptTask>
234 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate" />
235 <bpmn2:sequenceFlow id="SequenceFlow_0djjra2" sourceRef="CallActivity_doCreateVfModuleVolumeV2" targetRef="ScriptTask_prepareDbInfraRequest" />
236 </bpmn2:process>
237 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
238 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
239 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1">
240 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1">
241 <dc:Bounds x="201" y="156" width="36" height="36" />
242 <bpmndi:BPMNLabel>
243 <dc:Bounds x="219" y="197" width="0" height="0" />
244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNShape>
246 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300">
247 <di:waypoint xsi:type="dc:Point" x="237" y="174" />
248 <di:waypoint xsi:type="dc:Point" x="271" y="174" />
249 <bpmndi:BPMNLabel>
250 <dc:Bounds x="254" y="159" width="0" height="0" />
251 </bpmndi:BPMNLabel>
252 </bpmndi:BPMNEdge>
253 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest">
254 <dc:Bounds x="271" y="134" width="100" height="80" />
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse">
257 <dc:Bounds x="404" y="134" width="100" height="80" />
258 </bpmndi:BPMNShape>
259 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true">
260 <dc:Bounds x="556" y="149" width="50" height="50" />
261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="540" y="204" width="81" height="24" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError">
266 <dc:Bounds x="531" y="253" width="100" height="80" />
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV2">
269 <dc:Bounds x="705" y="134" width="100" height="80" />
270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249">
272 <di:waypoint xsi:type="dc:Point" x="606" y="174" />
273 <di:waypoint xsi:type="dc:Point" x="705" y="174" />
274 <bpmndi:BPMNLabel>
275 <dc:Bounds x="656" y="159" width="0" height="0" />
276 </bpmndi:BPMNLabel>
277 </bpmndi:BPMNEdge>
278 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249">
279 <di:waypoint xsi:type="dc:Point" x="504" y="175" />
280 <di:waypoint xsi:type="dc:Point" x="556" y="174" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="530" y="159.5" width="0" height="0" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301">
286 <di:waypoint xsi:type="dc:Point" x="371" y="174" />
287 <di:waypoint xsi:type="dc:Point" x="404" y="174" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="388" y="159" width="0" height="0" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302">
293 <di:waypoint xsi:type="dc:Point" x="581" y="199" />
294 <di:waypoint xsi:type="dc:Point" x="582" y="253" />
295 <bpmndi:BPMNLabel>
296 <dc:Bounds x="582" y="211" width="0" height="0" />
297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
299 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2">
300 <dc:Bounds x="563" y="379" width="36" height="36" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="581" y="420" width="0" height="0" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNShape>
305 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233">
306 <di:waypoint xsi:type="dc:Point" x="580" y="333" />
307 <di:waypoint xsi:type="dc:Point" x="581" y="379" />
308 <bpmndi:BPMNLabel>
309 <dc:Bounds x="581" y="341" width="0" height="0" />
310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3">
313 <dc:Bounds x="1456" y="156" width="36" height="36" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="1474" y="197" width="0" height="0" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNShape>
318 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true">
319 <dc:Bounds x="213" y="461" width="895" height="549" />
320 </bpmndi:BPMNShape>
321 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors">
322 <dc:Bounds x="263" y="771" width="36" height="36" />
323 <bpmndi:BPMNLabel>
324 <dc:Bounds x="239" y="812" width="86" height="12" />
325 </bpmndi:BPMNLabel>
326 </bpmndi:BPMNShape>
327 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4">
328 <dc:Bounds x="989" y="771" width="36" height="36" />
329 <bpmndi:BPMNLabel>
330 <dc:Bounds x="1042" y="778" width="19" height="12" />
331 </bpmndi:BPMNLabel>
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest">
334 <dc:Bounds x="835" y="134" width="100" height="80" />
335 </bpmndi:BPMNShape>
336 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate">
337 <dc:Bounds x="963" y="134" width="100" height="80" />
338 </bpmndi:BPMNShape>
339 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest">
340 <dc:Bounds x="1086" y="134" width="100" height="80" />
341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess">
343 <dc:Bounds x="1211" y="134" width="100" height="80" />
344 </bpmndi:BPMNShape>
345 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103">
346 <di:waypoint xsi:type="dc:Point" x="935" y="174" />
347 <di:waypoint xsi:type="dc:Point" x="963" y="174" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="949" y="159" width="0" height="0" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305">
353 <di:waypoint xsi:type="dc:Point" x="1063" y="174" />
354 <di:waypoint xsi:type="dc:Point" x="1086" y="174" />
355 <bpmndi:BPMNLabel>
356 <dc:Bounds x="1075" y="159" width="0" height="0" />
357 </bpmndi:BPMNLabel>
358 </bpmndi:BPMNEdge>
359 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37">
360 <di:waypoint xsi:type="dc:Point" x="1186" y="174" />
361 <di:waypoint xsi:type="dc:Point" x="1211" y="174" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="1199" y="159" width="0" height="0" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNEdge>
366 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator">
367 <dc:Bounds x="1337" y="134" width="100" height="80" />
368 </bpmndi:BPMNShape>
369 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306">
370 <di:waypoint xsi:type="dc:Point" x="1311" y="174" />
371 <di:waypoint xsi:type="dc:Point" x="1337" y="174" />
372 <bpmndi:BPMNLabel>
373 <dc:Bounds x="1324" y="159" width="0" height="0" />
374 </bpmndi:BPMNLabel>
375 </bpmndi:BPMNEdge>
376 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234">
377 <di:waypoint xsi:type="dc:Point" x="1437" y="173" />
378 <di:waypoint xsi:type="dc:Point" x="1456" y="173" />
379 <bpmndi:BPMNLabel>
380 <dc:Bounds x="1447" y="158" width="0" height="0" />
381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
383 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest">
384 <dc:Bounds x="725" y="749" width="100" height="80" />
385 </bpmndi:BPMNShape>
386 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler">
387 <dc:Bounds x="858" y="749" width="100" height="80" />
388 </bpmndi:BPMNShape>
389 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50">
390 <di:waypoint xsi:type="dc:Point" x="825" y="789" />
391 <di:waypoint xsi:type="dc:Point" x="858" y="789" />
392 <bpmndi:BPMNLabel>
393 <dc:Bounds x="842" y="774" width="0" height="0" />
394 </bpmndi:BPMNLabel>
395 </bpmndi:BPMNEdge>
396 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235">
397 <di:waypoint xsi:type="dc:Point" x="958" y="789" />
398 <di:waypoint xsi:type="dc:Point" x="989" y="789" />
399 <bpmndi:BPMNLabel>
400 <dc:Bounds x="974" y="774" width="0" height="0" />
401 </bpmndi:BPMNLabel>
402 </bpmndi:BPMNEdge>
403 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true">
404 <dc:Bounds x="380" y="764" width="50" height="50" />
405 <bpmndi:BPMNLabel>
406 <dc:Bounds x="367" y="819" width="77" height="24" />
407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNShape>
409 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp">
410 <dc:Bounds x="355" y="879" width="100" height="80" />
411 </bpmndi:BPMNShape>
412 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307">
413 <di:waypoint xsi:type="dc:Point" x="455" y="919" />
414 <di:waypoint xsi:type="dc:Point" x="664" y="919" />
415 <di:waypoint xsi:type="dc:Point" x="664" y="814" />
416 <bpmndi:BPMNLabel>
417 <dc:Bounds x="560" y="904" width="0" height="0" />
418 </bpmndi:BPMNLabel>
419 </bpmndi:BPMNEdge>
420 <bpmndi:BPMNShape id="ExclusiveGateway_09n39bk_di" bpmnElement="ExclusiveGateway_09n39bk" isMarkerVisible="true">
421 <dc:Bounds x="492.646" y="764" width="50" height="50" />
422 <bpmndi:BPMNLabel>
423 <dc:Bounds x="482" y="814" width="71" height="12" />
424 </bpmndi:BPMNLabel>
425 </bpmndi:BPMNShape>
426 <bpmndi:BPMNShape id="ScriptTask_0z3e4ts_di" bpmnElement="Task_0nc3wxy">
427 <dc:Bounds x="468" y="644" width="100" height="80" />
428 </bpmndi:BPMNShape>
429 <bpmndi:BPMNShape id="CallActivity_1td0fj3_di" bpmnElement="Task_1b9yx6k">
430 <dc:Bounds x="468" y="530" width="100" height="80" />
431 </bpmndi:BPMNShape>
432 <bpmndi:BPMNShape id="ScriptTask_0mld0ou_di" bpmnElement="Task_1lkduwj">
433 <dc:Bounds x="614" y="530" width="100" height="80" />
434 </bpmndi:BPMNShape>
435 <bpmndi:BPMNShape id="InclusiveGateway_1gkubx4_di" bpmnElement="ExclusiveGateway_0of872x">
436 <dc:Bounds x="639" y="764" width="50" height="50" />
437 <bpmndi:BPMNLabel>
438 <dc:Bounds x="664" y="814" width="0" height="0" />
439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNShape>
441 <bpmndi:BPMNEdge id="SequenceFlow_1tfi3sp_di" bpmnElement="SequenceFlow_1tfi3sp">
442 <di:waypoint xsi:type="dc:Point" x="299" y="789" />
443 <di:waypoint xsi:type="dc:Point" x="380" y="789" />
444 <bpmndi:BPMNLabel>
445 <dc:Bounds x="340" y="764" width="0" height="0" />
446 </bpmndi:BPMNLabel>
447 </bpmndi:BPMNEdge>
448 <bpmndi:BPMNEdge id="SequenceFlow_0x34g02_di" bpmnElement="SequenceFlow_0x34g02">
449 <di:waypoint xsi:type="dc:Point" x="405" y="814" />
450 <di:waypoint xsi:type="dc:Point" x="405" y="879" />
451 <bpmndi:BPMNLabel>
452 <dc:Bounds x="413" y="847" width="14" height="12" />
453 </bpmndi:BPMNLabel>
454 </bpmndi:BPMNEdge>
455 <bpmndi:BPMNEdge id="SequenceFlow_1q9kksk_di" bpmnElement="SequenceFlow_1q9kksk">
456 <di:waypoint xsi:type="dc:Point" x="430" y="789" />
457 <di:waypoint xsi:type="dc:Point" x="493" y="789" />
458 <bpmndi:BPMNLabel>
459 <dc:Bounds x="453" y="764" width="18" height="12" />
460 </bpmndi:BPMNLabel>
461 </bpmndi:BPMNEdge>
462 <bpmndi:BPMNEdge id="SequenceFlow_1cu5t8k_di" bpmnElement="SequenceFlow_1cu5t8k">
463 <di:waypoint xsi:type="dc:Point" x="543" y="789" />
464 <di:waypoint xsi:type="dc:Point" x="639" y="789" />
465 <bpmndi:BPMNLabel>
466 <dc:Bounds x="584" y="764" width="14" height="12" />
467 </bpmndi:BPMNLabel>
468 </bpmndi:BPMNEdge>
469 <bpmndi:BPMNEdge id="SequenceFlow_1tfh1vm_di" bpmnElement="SequenceFlow_1tfh1vm">
470 <di:waypoint xsi:type="dc:Point" x="518" y="764" />
471 <di:waypoint xsi:type="dc:Point" x="518" y="724" />
472 <bpmndi:BPMNLabel>
473 <dc:Bounds x="524" y="734" width="18" height="12" />
474 </bpmndi:BPMNLabel>
475 </bpmndi:BPMNEdge>
476 <bpmndi:BPMNEdge id="SequenceFlow_0b1nrfk_di" bpmnElement="SequenceFlow_0b1nrfk">
477 <di:waypoint xsi:type="dc:Point" x="518" y="644" />
478 <di:waypoint xsi:type="dc:Point" x="518" y="610" />
479 <bpmndi:BPMNLabel>
480 <dc:Bounds x="533" y="627" width="0" height="0" />
481 </bpmndi:BPMNLabel>
482 </bpmndi:BPMNEdge>
483 <bpmndi:BPMNEdge id="SequenceFlow_08vm13o_di" bpmnElement="SequenceFlow_08vm13o">
484 <di:waypoint xsi:type="dc:Point" x="568" y="570" />
485 <di:waypoint xsi:type="dc:Point" x="591" y="570" />
486 <di:waypoint xsi:type="dc:Point" x="591" y="570" />
487 <di:waypoint xsi:type="dc:Point" x="614" y="570" />
488 <bpmndi:BPMNLabel>
489 <dc:Bounds x="606" y="570" width="0" height="0" />
490 </bpmndi:BPMNLabel>
491 </bpmndi:BPMNEdge>
492 <bpmndi:BPMNEdge id="SequenceFlow_097zy8w_di" bpmnElement="SequenceFlow_097zy8w">
493 <di:waypoint xsi:type="dc:Point" x="664" y="610" />
494 <di:waypoint xsi:type="dc:Point" x="664" y="764" />
495 <bpmndi:BPMNLabel>
496 <dc:Bounds x="679" y="687" width="0" height="0" />
497 </bpmndi:BPMNLabel>
498 </bpmndi:BPMNEdge>
499 <bpmndi:BPMNEdge id="SequenceFlow_1v1jx7y_di" bpmnElement="SequenceFlow_1v1jx7y">
500 <di:waypoint xsi:type="dc:Point" x="689" y="789" />
501 <di:waypoint xsi:type="dc:Point" x="725" y="789" />
502 <bpmndi:BPMNLabel>
503 <dc:Bounds x="707" y="774" width="0" height="0" />
504 </bpmndi:BPMNLabel>
505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNEdge id="SequenceFlow_0djjra2_di" bpmnElement="SequenceFlow_0djjra2">
507 <di:waypoint xsi:type="dc:Point" x="805" y="174" />
508 <di:waypoint xsi:type="dc:Point" x="835" y="174" />
509 <bpmndi:BPMNLabel>
510 <dc:Bounds x="820" y="159" width="0" height="0" />
511 </bpmndi:BPMNLabel>
512 </bpmndi:BPMNEdge>
513 </bpmndi:BPMNPlane>
514 </bpmndi:BPMNDiagram>
515</bpmn2:definitions>