0fc889bfd648382852c3c1c83eba7838c256e831
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateVfModuleVolumeInfraV1.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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_CyftwG_HEeaKe-v4u9MasA" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
3   <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_14</bpmn2:outgoing>
11         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/>
12       </bpmn2:startEvent>
13       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="StartEvent_catchErrors" targetRef="ExclusiveGateway_isSyncResponseSent"/>
14       <bpmn2:exclusiveGateway id="ExclusiveGateway_isSyncResponseSent" name="Sync response sent?" default="SequenceFlow_syncResponseNotSent">
15         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
16         <bpmn2:outgoing>SequenceFlow_syncResponseSent</bpmn2:outgoing>
17         <bpmn2:outgoing>SequenceFlow_syncResponseNotSent</bpmn2:outgoing>
18       </bpmn2:exclusiveGateway>
19       <bpmn2:sequenceFlow id="SequenceFlow_syncResponseSent" name="Yes" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_prefalloutHandlerRequest">
20         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{CVMVINFRAV1_syncResponseSent == true}</bpmn2:conditionExpression>
21       </bpmn2:sequenceFlow>
22       <bpmn2:scriptTask id="ScriptTask_sendSyncErrorResp" name="Send sync error response" scriptFormat="groovy">
23         <bpmn2:incoming>SequenceFlow_syncResponseNotSent</bpmn2:incoming>
24         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
25         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
26 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
27 createVfModuleVolumeInfraV1.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>
28       </bpmn2:scriptTask>
29       <bpmn2:sequenceFlow id="SequenceFlow_syncResponseNotSent" name="No" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_sendSyncErrorResp"/>
30       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_sendSyncErrorResp" targetRef="ScriptTask_prefalloutHandlerRequest"/>
31       <bpmn2:scriptTask id="ScriptTask_prefalloutHandlerRequest" name="Prepare Fallout Handler Request" scriptFormat="groovy">
32         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
33         <bpmn2:incoming>SequenceFlow_syncResponseSent</bpmn2:incoming>
34         <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
35         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
36 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
37 createVfModuleVolumeInfraV1.executeMethod('prepareFalloutHandlerRequest', execution, isDebugLogEnabled)
38 ]]></bpmn2:script>
39       </bpmn2:scriptTask>
40       <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_prefalloutHandlerRequest" targetRef="CallActivity_callFalloutHandler"/>
41       <bpmn2:callActivity id="CallActivity_callFalloutHandler" name="Call Fallout Handler" calledElement="FalloutHandler">
42         <bpmn2:extensionElements>
43           <camunda:in source="CVMVINFRAV1_FalloutHandlerRequest" target="FalloutHandlerRequest"/>
44           <camunda:in source="mso-request-id" target="mso-request-id"/>
45           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
46           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/>
47           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/>
48           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/>
49           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
50         </bpmn2:extensionElements>
51         <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
52         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
53       </bpmn2:callActivity>
54       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callFalloutHandler" targetRef="EndEvent_4"/>
55       <bpmn2:endEvent id="EndEvent_4" name="End">
56         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
57         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2"/>
58       </bpmn2:endEvent>
59     </bpmn2:subProcess>
60     <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy">
61       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
62       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
63       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
64 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
65 createVfModuleVolumeInfraV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
66     </bpmn2:scriptTask>
67     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSyncAckResponse"/>
68     <bpmn2:scriptTask id="ScriptTask_sendSyncAckResponse" name="Send Sync Ack Response" scriptFormat="groovy">
69       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
70       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
71       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
72 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
73 createVfModuleVolumeInfraV1.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
74     </bpmn2:scriptTask>
75     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_sendSyncAckResponse" targetRef="ExclusiveGateway_isVolGrpnamePresent"/>
76     <bpmn2:exclusiveGateway id="ExclusiveGateway_isVolGrpnamePresent" name="Is volume group name present?" default="SequenceFlow_volGrpNameMissing">
77       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
78       <bpmn2:outgoing>SequenceFlow_volGrpNamePresent</bpmn2:outgoing>
79       <bpmn2:outgoing>SequenceFlow_volGrpNameMissing</bpmn2:outgoing>
80     </bpmn2:exclusiveGateway>
81     <bpmn2:sequenceFlow id="SequenceFlow_volGrpNamePresent" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="CallActivity_callGenericGetSI">
82       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{CVMVINFRAV1_volumeGroupName != null  && CVMVINFRAV1_volumeGroupName != "" }]]></bpmn2:conditionExpression>
83     </bpmn2:sequenceFlow>
84     <bpmn2:sequenceFlow id="SequenceFlow_volGrpNameMissing" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="ScriptTask_buildError"/>
85     <bpmn2:scriptTask id="ScriptTask_buildError" name="Build Error" scriptFormat="groovy">
86       <bpmn2:incoming>SequenceFlow_volGrpNameMissing</bpmn2:incoming>
87       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
88       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
89 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
90 createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group name not present in request.", isDebugLogEnabled)]]></bpmn2:script>
91     </bpmn2:scriptTask>
92     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_buildError" targetRef="EndEvent_2"/>
93     <bpmn2:endEvent id="EndEvent_2">
94       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
95       <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1"/>
96     </bpmn2:endEvent>
97     <bpmn2:callActivity id="CallActivity_callGenericGetSI" name="Call Generic Get Service Instance" calledElement="GenericGetService">
98       <bpmn2:extensionElements>
99         <camunda:in source="CVMVINFRAV1_serviceInstanceId" target="GENGS_serviceInstanceId"/>
100         <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator"/>
101         <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator"/>
102         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
103         <camunda:in source="CVMVINFRAV1_serviceType" target="GENGS_type"/>
104       </bpmn2:extensionElements>
105       <bpmn2:incoming>SequenceFlow_volGrpNamePresent</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
107     </bpmn2:callActivity>
108     <bpmn2:callActivity id="CallActivity_doCreateVfModuleVolumeV1" name="Call DoCreateVfModuleVolumeV1" calledElement="DoCreateVfModuleVolumeV1">
109       <bpmn2:extensionElements>
110         <camunda:in source="CVMVINFRAV1_Request" target="DoCreateVfModuleVolumeV1Request"/>
111         <camunda:in source="CVMVINFRAV1_vnfId" target="vnf-id"/>
112         <camunda:in source="mso-request-id" target="mso-request-id"/>
113         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
114         <camunda:in source="CVMVINFRAV1_volumeGroupId" target="volume-group-id"/>
115         <camunda:out source="DCVFMODVOLV1_SuccessIndicator" target="DCVFMODVOLV1_SuccessIndicator"/>
116         <camunda:out source="WorkflowException" target="WorkflowException"/>
117         <camunda:in source="CVMVINFRAV1_isVidRequest" target="is-vid-request"/>
118         <camunda:in source="test-volume-group-name" target="test-volume-group-name"/>
119         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
120         <camunda:in source="WorkflowException" target="WorkflowException"/>
121       </bpmn2:extensionElements>
122       <bpmn2:incoming>SequenceFlow_serviceInstanceFound</bpmn2:incoming>
123       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
124     </bpmn2:callActivity>
125     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="CallActivity_doCreateVfModuleVolumeV1" targetRef="ScriptTask_prepareDbInfraRequest"/>
126     <bpmn2:scriptTask id="ScriptTask_setSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
127       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
128       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
129       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
130 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
131 createVfModuleVolumeInfraV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script>
132     </bpmn2:scriptTask>
133     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_setSuccessIndicator" targetRef="EndEvent_3"/>
134     <bpmn2:callActivity id="CallActivity_completeMsoProcess" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
135       <bpmn2:extensionElements>
136         <camunda:in source="CVMVINFRAV1_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>
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:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>
140         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>
141         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>
142       </bpmn2:extensionElements>
143       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
144       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
145     </bpmn2:callActivity>
146     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CallActivity_completeMsoProcess" targetRef="ScriptTask_setSuccessIndicator"/>
147     <bpmn2:scriptTask id="ScriptTask_postCompletionRequest" name="Post Completion Request" scriptFormat="groovy">
148       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
149       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
150       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
152 createVfModuleVolumeInfraV1.executeMethod('postProcessResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
153     </bpmn2:scriptTask>
154     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_postCompletionRequest" targetRef="CallActivity_completeMsoProcess"/>
155     <bpmn2:serviceTask id="ServiceTask_callDbInfraUpdate" name="Call DB Infra Update">
156       <bpmn2:extensionElements>
157         <camunda:connector>
158           <camunda:connectorId>http-connector</camunda:connectorId>
159           <camunda:inputOutput>
160             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
161             <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter>
162             <camunda:inputParameter name="headers">
163               <camunda:map>
164                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
165               </camunda:map>
166             </camunda:inputParameter>
167             <camunda:inputParameter name="method">POST</camunda:inputParameter>
168             <camunda:outputParameter name="CVMVINFRAV1_createDBResponse">${response}</camunda:outputParameter>
169             <camunda:outputParameter name="CVMVINFRAV1_dbReturnCode">${statusCode}</camunda:outputParameter>
170           </camunda:inputOutput>
171         </camunda:connector>
172       </bpmn2:extensionElements>
173       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
174       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
175     </bpmn2:serviceTask>
176     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest"/>
177     <bpmn2:endEvent id="EndEvent_3">
178       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
179       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>
180     </bpmn2:endEvent>
181     <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy">
182       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
183       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
184       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
185 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
186 createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
187     </bpmn2:scriptTask>
188     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate"/>
189     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is service instance found?" default="SequenceFlow_serviceInstanceNotFound">
190       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
191       <bpmn2:outgoing>SequenceFlow_serviceInstanceFound</bpmn2:outgoing>
192       <bpmn2:outgoing>SequenceFlow_serviceInstanceNotFound</bpmn2:outgoing>
193     </bpmn2:exclusiveGateway>
194     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="CallActivity_callGenericGetSI" targetRef="ExclusiveGateway_1"/>
195     <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceFound" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="CallActivity_doCreateVfModuleVolumeV1">
196       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{GENGSI_SuccessIndicator == true && GENGSI_FoundIndicator == true}]]></bpmn2:conditionExpression>
197     </bpmn2:sequenceFlow>
198     <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceNotFound" name="No" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_buildServiceInstanceNotFoundError"/>
199     <bpmn2:endEvent id="EndEvent_serviceInstanceNotFound">
200       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
201       <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/>
202     </bpmn2:endEvent>
203     <bpmn2:scriptTask id="ScriptTask_buildServiceInstanceNotFoundError" name="Build Service Instance Not Found Error" scriptFormat="groovy">
204       <bpmn2:incoming>SequenceFlow_serviceInstanceNotFound</bpmn2:incoming>
205       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
206       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
207 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
208 createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Service instance id not found in AAI: $CVMVINFRAV1_serviceInstanceId.", isDebugLogEnabled)]]></bpmn2:script>
209     </bpmn2:scriptTask>
210     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ScriptTask_buildServiceInstanceNotFoundError" targetRef="EndEvent_serviceInstanceNotFound"/>
211   </bpmn2:process>
212   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>
213   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
214     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1">
215       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1">
216         <dc:Bounds height="36.0" width="36.0" x="144.0" y="156.0"/>
217         <bpmndi:BPMNLabel>
218           <dc:Bounds height="0.0" width="0.0" x="162.0" y="197.0"/>
219         </bpmndi:BPMNLabel>
220       </bpmndi:BPMNShape>
221       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300">
222         <di:waypoint xsi:type="dc:Point" x="180.0" y="174.0"/>
223         <di:waypoint xsi:type="dc:Point" x="252.0" y="174.0"/>
224         <bpmndi:BPMNLabel>
225           <dc:Bounds height="6.0" width="6.0" x="219.0" y="174.0"/>
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNEdge>
228       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest">
229         <dc:Bounds height="80.0" width="100.0" x="252.0" y="134.0"/>
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse">
232         <dc:Bounds height="80.0" width="100.0" x="408.0" y="134.0"/>
233       </bpmndi:BPMNShape>
234       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true">
235         <dc:Bounds height="50.0" width="50.0" x="589.0" y="148.0"/>
236         <bpmndi:BPMNLabel>
237           <dc:Bounds height="22.0" width="186.0" x="521.0" y="203.0"/>
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNShape>
240       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError">
241         <dc:Bounds height="80.0" width="100.0" x="565.0" y="264.0"/>
242       </bpmndi:BPMNShape>
243       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV1">
244         <dc:Bounds height="80.0" width="100.0" x="996.0" y="134.0"/>
245       </bpmndi:BPMNShape>
246       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_CallActivity_51">
247         <di:waypoint xsi:type="dc:Point" x="639.0" y="173.0"/>
248         <di:waypoint xsi:type="dc:Point" x="685.0" y="173.0"/>
249         <di:waypoint xsi:type="dc:Point" x="685.0" y="174.0"/>
250         <di:waypoint xsi:type="dc:Point" x="720.0" y="174.0"/>
251         <bpmndi:BPMNLabel>
252           <dc:Bounds height="6.0" width="6.0" x="680.0" y="173.0"/>
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNEdge>
255       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249">
256         <di:waypoint xsi:type="dc:Point" x="508.0" y="174.0"/>
257         <di:waypoint xsi:type="dc:Point" x="589.0" y="173.0"/>
258         <bpmndi:BPMNLabel>
259           <dc:Bounds height="6.0" width="6.0" x="547.0" y="173.0"/>
260         </bpmndi:BPMNLabel>
261       </bpmndi:BPMNEdge>
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301">
263         <di:waypoint xsi:type="dc:Point" x="352.0" y="174.0"/>
264         <di:waypoint xsi:type="dc:Point" x="408.0" y="174.0"/>
265         <bpmndi:BPMNLabel>
266           <dc:Bounds height="6.0" width="6.0" x="371.0" y="174.0"/>
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302">
270         <di:waypoint xsi:type="dc:Point" x="614.0" y="198.0"/>
271         <di:waypoint xsi:type="dc:Point" x="615.0" y="264.0"/>
272         <bpmndi:BPMNLabel>
273           <dc:Bounds height="6.0" width="6.0" x="612.0" y="234.0"/>
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2">
277         <dc:Bounds height="36.0" width="36.0" x="598.0" y="389.0"/>
278         <bpmndi:BPMNLabel>
279           <dc:Bounds height="0.0" width="0.0" x="616.0" y="430.0"/>
280         </bpmndi:BPMNLabel>
281       </bpmndi:BPMNShape>
282       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233">
283         <di:waypoint xsi:type="dc:Point" x="615.0" y="344.0"/>
284         <di:waypoint xsi:type="dc:Point" x="616.0" y="389.0"/>
285         <bpmndi:BPMNLabel>
286           <dc:Bounds height="6.0" width="6.0" x="613.0" y="370.0"/>
287         </bpmndi:BPMNLabel>
288       </bpmndi:BPMNEdge>
289       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3">
290         <dc:Bounds height="36.0" width="36.0" x="1898.0" y="156.0"/>
291         <bpmndi:BPMNLabel>
292           <dc:Bounds height="0.0" width="0.0" x="1916.0" y="197.0"/>
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true">
296         <dc:Bounds height="337.0" width="856.0" x="133.0" y="471.0"/>
297       </bpmndi:BPMNShape>
298       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors">
299         <dc:Bounds height="36.0" width="36.0" x="204.0" y="555.0"/>
300         <bpmndi:BPMNLabel>
301           <dc:Bounds height="22.0" width="109.0" x="168.0" y="596.0"/>
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNShape>
304       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4">
305         <dc:Bounds height="36.0" width="36.0" x="876.0" y="555.0"/>
306         <bpmndi:BPMNLabel>
307           <dc:Bounds height="22.0" width="29.0" x="924.0" y="562.0"/>
308         </bpmndi:BPMNLabel>
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest">
311         <dc:Bounds height="80.0" width="100.0" x="1160.0" y="134.0"/>
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate">
314         <dc:Bounds height="80.0" width="100.0" x="1298.0" y="135.0"/>
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest">
317         <dc:Bounds height="80.0" width="100.0" x="1442.0" y="136.0"/>
318       </bpmndi:BPMNShape>
319       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess">
320         <dc:Bounds height="80.0" width="100.0" x="1598.0" y="135.0"/>
321       </bpmndi:BPMNShape>
322       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_36" targetElement="_BPMNShape_ScriptTask_304">
323         <di:waypoint xsi:type="dc:Point" x="1096.0" y="174.0"/>
324         <di:waypoint xsi:type="dc:Point" x="1160.0" y="174.0"/>
325         <bpmndi:BPMNLabel>
326           <dc:Bounds height="6.0" width="6.0" x="1115.0" y="174.0"/>
327         </bpmndi:BPMNLabel>
328       </bpmndi:BPMNEdge>
329       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103">
330         <di:waypoint xsi:type="dc:Point" x="1260.0" y="174.0"/>
331         <di:waypoint xsi:type="dc:Point" x="1298.0" y="175.0"/>
332         <bpmndi:BPMNLabel>
333           <dc:Bounds height="6.0" width="6.0" x="1374.0" y="175.0"/>
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305">
337         <di:waypoint xsi:type="dc:Point" x="1398.0" y="175.0"/>
338         <di:waypoint xsi:type="dc:Point" x="1442.0" y="176.0"/>
339         <bpmndi:BPMNLabel>
340           <dc:Bounds height="6.0" width="6.0" x="1417.0" y="176.0"/>
341         </bpmndi:BPMNLabel>
342       </bpmndi:BPMNEdge>
343       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37">
344         <di:waypoint xsi:type="dc:Point" x="1542.0" y="176.0"/>
345         <di:waypoint xsi:type="dc:Point" x="1598.0" y="175.0"/>
346         <bpmndi:BPMNLabel>
347           <dc:Bounds height="6.0" width="6.0" x="1653.0" y="176.0"/>
348         </bpmndi:BPMNLabel>
349       </bpmndi:BPMNEdge>
350       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator">
351         <dc:Bounds height="80.0" width="100.0" x="1742.0" y="134.0"/>
352       </bpmndi:BPMNShape>
353       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306">
354         <di:waypoint xsi:type="dc:Point" x="1698.0" y="175.0"/>
355         <di:waypoint xsi:type="dc:Point" x="1742.0" y="174.0"/>
356         <bpmndi:BPMNLabel>
357           <dc:Bounds height="6.0" width="6.0" x="1767.0" y="174.0"/>
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234">
361         <di:waypoint xsi:type="dc:Point" x="1842.0" y="174.0"/>
362         <di:waypoint xsi:type="dc:Point" x="1866.0" y="174.0"/>
363         <di:waypoint xsi:type="dc:Point" x="1866.0" y="175.0"/>
364         <di:waypoint xsi:type="dc:Point" x="1898.0" y="174.0"/>
365         <bpmndi:BPMNLabel>
366           <dc:Bounds height="6.0" width="6.0" x="1963.0" y="175.0"/>
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ExclusiveGateway_251">
370         <di:waypoint xsi:type="dc:Point" x="240.0" y="573.0"/>
371         <di:waypoint xsi:type="dc:Point" x="286.0" y="573.0"/>
372         <di:waypoint xsi:type="dc:Point" x="286.0" y="572.0"/>
373         <di:waypoint xsi:type="dc:Point" x="348.0" y="572.0"/>
374         <bpmndi:BPMNLabel>
375           <dc:Bounds height="6.0" width="6.0" x="286.0" y="572.0"/>
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNEdge>
378       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest">
379         <dc:Bounds height="80.0" width="100.0" x="576.0" y="533.0"/>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler">
382         <dc:Bounds height="80.0" width="100.0" x="720.0" y="533.0"/>
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50">
385         <di:waypoint xsi:type="dc:Point" x="676.0" y="573.0"/>
386         <di:waypoint xsi:type="dc:Point" x="720.0" y="573.0"/>
387         <bpmndi:BPMNLabel>
388           <dc:Bounds height="6.0" width="6.0" x="694.0" y="573.0"/>
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235">
392         <di:waypoint xsi:type="dc:Point" x="820.0" y="573.0"/>
393         <di:waypoint xsi:type="dc:Point" x="876.0" y="573.0"/>
394         <bpmndi:BPMNLabel>
395           <dc:Bounds height="6.0" width="6.0" x="842.0" y="573.0"/>
396         </bpmndi:BPMNLabel>
397       </bpmndi:BPMNEdge>
398       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true">
399         <dc:Bounds height="50.0" width="50.0" x="348.0" y="547.0"/>
400         <bpmndi:BPMNLabel>
401           <dc:Bounds height="22.0" width="129.0" x="309.0" y="602.0"/>
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNShape>
404       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_syncResponseSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_307">
405         <di:waypoint xsi:type="dc:Point" x="398.0" y="572.0"/>
406         <di:waypoint xsi:type="dc:Point" x="493.0" y="572.0"/>
407         <di:waypoint xsi:type="dc:Point" x="493.0" y="573.0"/>
408         <di:waypoint xsi:type="dc:Point" x="576.0" y="573.0"/>
409         <bpmndi:BPMNLabel>
410           <dc:Bounds height="22.0" width="29.0" x="450.0" y="572.0"/>
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNEdge>
413       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp">
414         <dc:Bounds height="80.0" width="100.0" x="324.0" y="672.0"/>
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_syncResponseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_308">
417         <di:waypoint xsi:type="dc:Point" x="373.0" y="597.0"/>
418         <di:waypoint xsi:type="dc:Point" x="373.0" y="634.0"/>
419         <di:waypoint xsi:type="dc:Point" x="374.0" y="634.0"/>
420         <di:waypoint xsi:type="dc:Point" x="374.0" y="672.0"/>
421         <bpmndi:BPMNLabel>
422           <dc:Bounds height="22.0" width="22.0" x="363.0" y="634.0"/>
423         </bpmndi:BPMNLabel>
424       </bpmndi:BPMNEdge>
425       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307">
426         <di:waypoint xsi:type="dc:Point" x="424.0" y="712.0"/>
427         <di:waypoint xsi:type="dc:Point" x="608.0" y="712.0"/>
428         <di:waypoint xsi:type="dc:Point" x="626.0" y="712.0"/>
429         <di:waypoint xsi:type="dc:Point" x="626.0" y="613.0"/>
430         <bpmndi:BPMNLabel>
431           <dc:Bounds height="6.0" width="6.0" x="530.0" y="712.0"/>
432         </bpmndi:BPMNLabel>
433       </bpmndi:BPMNEdge>
434       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_51" bpmnElement="CallActivity_callGenericGetSI">
435         <dc:Bounds height="80.0" width="100.0" x="720.0" y="134.0"/>
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
438         <dc:Bounds height="50.0" width="50.0" x="887.0" y="148.0"/>
439         <bpmndi:BPMNLabel>
440           <dc:Bounds height="0.0" width="0.0" x="912.0" y="203.0"/>
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNShape>
443       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_51" targetElement="_BPMNShape_ExclusiveGateway_254">
444         <di:waypoint xsi:type="dc:Point" x="820.0" y="174.0"/>
445         <di:waypoint xsi:type="dc:Point" x="853.0" y="174.0"/>
446         <di:waypoint xsi:type="dc:Point" x="853.0" y="173.0"/>
447         <di:waypoint xsi:type="dc:Point" x="887.0" y="173.0"/>
448       </bpmndi:BPMNEdge>
449       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_serviceInstanceFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_CallActivity_36">
450         <di:waypoint xsi:type="dc:Point" x="937.0" y="173.0"/>
451         <di:waypoint xsi:type="dc:Point" x="966.0" y="173.0"/>
452         <di:waypoint xsi:type="dc:Point" x="966.0" y="174.0"/>
453         <di:waypoint xsi:type="dc:Point" x="996.0" y="174.0"/>
454       </bpmndi:BPMNEdge>
455       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_serviceInstanceNotFound">
456         <dc:Bounds height="36.0" width="36.0" x="895.0" y="389.0"/>
457         <bpmndi:BPMNLabel>
458           <dc:Bounds height="0.0" width="0.0" x="913.0" y="430.0"/>
459         </bpmndi:BPMNLabel>
460       </bpmndi:BPMNShape>
461       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_serviceInstanceNotFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_312">
462         <di:waypoint xsi:type="dc:Point" x="912.0" y="198.0"/>
463         <di:waypoint xsi:type="dc:Point" x="912.0" y="264.0"/>
464         <bpmndi:BPMNLabel>
465           <dc:Bounds height="22.0" width="22.0" x="919.0" y="226.0"/>
466         </bpmndi:BPMNLabel>
467       </bpmndi:BPMNEdge>
468       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="ScriptTask_buildServiceInstanceNotFoundError">
469         <dc:Bounds height="80.0" width="100.0" x="862.0" y="264.0"/>
470       </bpmndi:BPMNShape>
471       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_EndEvent_237">
472         <di:waypoint xsi:type="dc:Point" x="912.0" y="344.0"/>
473         <di:waypoint xsi:type="dc:Point" x="913.0" y="389.0"/>
474         <bpmndi:BPMNLabel>
475           <dc:Bounds height="6.0" width="6.0" x="910.0" y="370.0"/>
476         </bpmndi:BPMNLabel>
477       </bpmndi:BPMNEdge>
478     </bpmndi:BPMNPlane>
479   </bpmndi:BPMNDiagram>
480 </bpmn2:definitions>