Remove unnecessary use of Calendar.getInstance()
[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" id="_CyftwG_HEeaKe-v4u9MasA" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
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:inputOutput>
159             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
160             <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter>
161             <camunda:inputParameter name="headers">
162               <camunda:map>
163                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
164                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</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:connectorId>http-connector</camunda:connectorId>
172         </camunda:connector>
173       </bpmn2:extensionElements>
174       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
175       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
176     </bpmn2:serviceTask>
177     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest" />
178     <bpmn2:endEvent id="EndEvent_3">
179       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
180       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
181     </bpmn2:endEvent>
182     <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy">
183       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
184       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
185       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
186 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
187 createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
188     </bpmn2:scriptTask>
189     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate" />
190     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is service instance found?" default="SequenceFlow_serviceInstanceNotFound">
191       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
192       <bpmn2:outgoing>SequenceFlow_serviceInstanceFound</bpmn2:outgoing>
193       <bpmn2:outgoing>SequenceFlow_serviceInstanceNotFound</bpmn2:outgoing>
194     </bpmn2:exclusiveGateway>
195     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="CallActivity_callGenericGetSI" targetRef="ExclusiveGateway_1" />
196     <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceFound" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="CallActivity_doCreateVfModuleVolumeV1">
197       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{GENGSI_SuccessIndicator == true && GENGSI_FoundIndicator == true}]]></bpmn2:conditionExpression>
198     </bpmn2:sequenceFlow>
199     <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceNotFound" name="No" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_buildServiceInstanceNotFoundError" />
200     <bpmn2:endEvent id="EndEvent_serviceInstanceNotFound">
201       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
202       <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
203     </bpmn2:endEvent>
204     <bpmn2:scriptTask id="ScriptTask_buildServiceInstanceNotFoundError" name="Build Service Instance Not Found Error" scriptFormat="groovy">
205       <bpmn2:incoming>SequenceFlow_serviceInstanceNotFound</bpmn2:incoming>
206       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
207       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
208 def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
209 createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Service instance id not found in AAI: $CVMVINFRAV1_serviceInstanceId.", isDebugLogEnabled)]]></bpmn2:script>
210     </bpmn2:scriptTask>
211     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ScriptTask_buildServiceInstanceNotFoundError" targetRef="EndEvent_serviceInstanceNotFound" />
212   </bpmn2:process>
213   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
214   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
215     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1">
216       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1">
217         <dc:Bounds x="144" y="156" width="36" height="36" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="162" y="197" width="0" height="0" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300">
223         <di:waypoint xsi:type="dc:Point" x="180" y="174" />
224         <di:waypoint xsi:type="dc:Point" x="252" y="174" />
225         <bpmndi:BPMNLabel>
226           <dc:Bounds x="219" y="174" width="6" height="6" />
227         </bpmndi:BPMNLabel>
228       </bpmndi:BPMNEdge>
229       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest">
230         <dc:Bounds x="252" y="134" width="100" height="80" />
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse">
233         <dc:Bounds x="408" y="134" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true">
236         <dc:Bounds x="589" y="148" width="50" height="50" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="521" y="203" width="186" height="22" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError">
242         <dc:Bounds x="565" y="264" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV1">
245         <dc:Bounds x="996" y="134" width="100" height="80" />
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_CallActivity_51">
248         <di:waypoint xsi:type="dc:Point" x="639" y="173" />
249         <di:waypoint xsi:type="dc:Point" x="685" y="173" />
250         <di:waypoint xsi:type="dc:Point" x="685" y="174" />
251         <di:waypoint xsi:type="dc:Point" x="720" y="174" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="680" y="173" width="6" height="6" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNEdge>
256       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249">
257         <di:waypoint xsi:type="dc:Point" x="508" y="174" />
258         <di:waypoint xsi:type="dc:Point" x="589" y="173" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="547" y="173" width="6" height="6" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301">
264         <di:waypoint xsi:type="dc:Point" x="352" y="174" />
265         <di:waypoint xsi:type="dc:Point" x="408" y="174" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="371" y="174" width="6" height="6" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302">
271         <di:waypoint xsi:type="dc:Point" x="614" y="198" />
272         <di:waypoint xsi:type="dc:Point" x="615" y="264" />
273         <bpmndi:BPMNLabel>
274           <dc:Bounds x="612" y="234" width="6" height="6" />
275         </bpmndi:BPMNLabel>
276       </bpmndi:BPMNEdge>
277       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2">
278         <dc:Bounds x="598" y="389" width="36" height="36" />
279         <bpmndi:BPMNLabel>
280           <dc:Bounds x="616" y="430" width="0" height="0" />
281         </bpmndi:BPMNLabel>
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233">
284         <di:waypoint xsi:type="dc:Point" x="615" y="344" />
285         <di:waypoint xsi:type="dc:Point" x="616" y="389" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="613" y="370" width="6" height="6" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNEdge>
290       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3">
291         <dc:Bounds x="1898" y="156" width="36" height="36" />
292         <bpmndi:BPMNLabel>
293           <dc:Bounds x="1916" y="197" width="0" height="0" />
294         </bpmndi:BPMNLabel>
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true">
297         <dc:Bounds x="133" y="471" width="856" height="337" />
298       </bpmndi:BPMNShape>
299       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors">
300         <dc:Bounds x="204" y="555" width="36" height="36" />
301         <bpmndi:BPMNLabel>
302           <dc:Bounds x="168" y="596" width="109" height="22" />
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNShape>
305       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4">
306         <dc:Bounds x="876" y="555" width="36" height="36" />
307         <bpmndi:BPMNLabel>
308           <dc:Bounds x="924" y="562" width="29" height="22" />
309         </bpmndi:BPMNLabel>
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest">
312         <dc:Bounds x="1160" y="134" width="100" height="80" />
313       </bpmndi:BPMNShape>
314       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate">
315         <dc:Bounds x="1298" y="135" width="100" height="80" />
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest">
318         <dc:Bounds x="1442" y="136" width="100" height="80" />
319       </bpmndi:BPMNShape>
320       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess">
321         <dc:Bounds x="1598" y="135" width="100" height="80" />
322       </bpmndi:BPMNShape>
323       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_36" targetElement="_BPMNShape_ScriptTask_304">
324         <di:waypoint xsi:type="dc:Point" x="1096" y="174" />
325         <di:waypoint xsi:type="dc:Point" x="1160" y="174" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="1115" y="174" width="6" height="6" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103">
331         <di:waypoint xsi:type="dc:Point" x="1260" y="174" />
332         <di:waypoint xsi:type="dc:Point" x="1298" y="175" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="1374" y="175" width="6" height="6" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305">
338         <di:waypoint xsi:type="dc:Point" x="1398" y="175" />
339         <di:waypoint xsi:type="dc:Point" x="1442" y="176" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="1417" y="176" width="6" height="6" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37">
345         <di:waypoint xsi:type="dc:Point" x="1542" y="176" />
346         <di:waypoint xsi:type="dc:Point" x="1598" y="175" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="1653" y="176" width="6" height="6" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator">
352         <dc:Bounds x="1742" y="134" width="100" height="80" />
353       </bpmndi:BPMNShape>
354       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306">
355         <di:waypoint xsi:type="dc:Point" x="1698" y="175" />
356         <di:waypoint xsi:type="dc:Point" x="1742" y="174" />
357         <bpmndi:BPMNLabel>
358           <dc:Bounds x="1767" y="174" width="6" height="6" />
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234">
362         <di:waypoint xsi:type="dc:Point" x="1842" y="174" />
363         <di:waypoint xsi:type="dc:Point" x="1866" y="174" />
364         <di:waypoint xsi:type="dc:Point" x="1866" y="175" />
365         <di:waypoint xsi:type="dc:Point" x="1898" y="174" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="1963" y="175" width="6" height="6" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNEdge>
370       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ExclusiveGateway_251">
371         <di:waypoint xsi:type="dc:Point" x="240" y="573" />
372         <di:waypoint xsi:type="dc:Point" x="286" y="573" />
373         <di:waypoint xsi:type="dc:Point" x="286" y="572" />
374         <di:waypoint xsi:type="dc:Point" x="348" y="572" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="286" y="572" width="6" height="6" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNEdge>
379       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest">
380         <dc:Bounds x="576" y="533" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler">
383         <dc:Bounds x="720" y="533" width="100" height="80" />
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50">
386         <di:waypoint xsi:type="dc:Point" x="676" y="573" />
387         <di:waypoint xsi:type="dc:Point" x="720" y="573" />
388         <bpmndi:BPMNLabel>
389           <dc:Bounds x="694" y="573" width="6" height="6" />
390         </bpmndi:BPMNLabel>
391       </bpmndi:BPMNEdge>
392       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235">
393         <di:waypoint xsi:type="dc:Point" x="820" y="573" />
394         <di:waypoint xsi:type="dc:Point" x="876" y="573" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="842" y="573" width="6" height="6" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNEdge>
399       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true">
400         <dc:Bounds x="348" y="547" width="50" height="50" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="309" y="602" width="129" height="22" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_syncResponseSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_307">
406         <di:waypoint xsi:type="dc:Point" x="398" y="572" />
407         <di:waypoint xsi:type="dc:Point" x="493" y="572" />
408         <di:waypoint xsi:type="dc:Point" x="493" y="573" />
409         <di:waypoint xsi:type="dc:Point" x="576" y="573" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="450" y="572" width="29" height="22" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp">
415         <dc:Bounds x="324" y="672" width="100" height="80" />
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_syncResponseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_308">
418         <di:waypoint xsi:type="dc:Point" x="373" y="597" />
419         <di:waypoint xsi:type="dc:Point" x="373" y="634" />
420         <di:waypoint xsi:type="dc:Point" x="374" y="634" />
421         <di:waypoint xsi:type="dc:Point" x="374" y="672" />
422         <bpmndi:BPMNLabel>
423           <dc:Bounds x="363" y="634" width="22" height="22" />
424         </bpmndi:BPMNLabel>
425       </bpmndi:BPMNEdge>
426       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307">
427         <di:waypoint xsi:type="dc:Point" x="424" y="712" />
428         <di:waypoint xsi:type="dc:Point" x="608" y="712" />
429         <di:waypoint xsi:type="dc:Point" x="626" y="712" />
430         <di:waypoint xsi:type="dc:Point" x="626" y="613" />
431         <bpmndi:BPMNLabel>
432           <dc:Bounds x="530" y="712" width="6" height="6" />
433         </bpmndi:BPMNLabel>
434       </bpmndi:BPMNEdge>
435       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_51" bpmnElement="CallActivity_callGenericGetSI">
436         <dc:Bounds x="720" y="134" width="100" height="80" />
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
439         <dc:Bounds x="887" y="148" width="50" height="50" />
440         <bpmndi:BPMNLabel>
441           <dc:Bounds x="912" y="203" width="0" height="0" />
442         </bpmndi:BPMNLabel>
443       </bpmndi:BPMNShape>
444       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_51" targetElement="_BPMNShape_ExclusiveGateway_254">
445         <di:waypoint xsi:type="dc:Point" x="820" y="174" />
446         <di:waypoint xsi:type="dc:Point" x="853" y="174" />
447         <di:waypoint xsi:type="dc:Point" x="853" y="173" />
448         <di:waypoint xsi:type="dc:Point" x="887" y="173" />
449       </bpmndi:BPMNEdge>
450       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_serviceInstanceFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_CallActivity_36">
451         <di:waypoint xsi:type="dc:Point" x="937" y="173" />
452         <di:waypoint xsi:type="dc:Point" x="966" y="173" />
453         <di:waypoint xsi:type="dc:Point" x="966" y="174" />
454         <di:waypoint xsi:type="dc:Point" x="996" y="174" />
455       </bpmndi:BPMNEdge>
456       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_serviceInstanceNotFound">
457         <dc:Bounds x="895" y="389" width="36" height="36" />
458         <bpmndi:BPMNLabel>
459           <dc:Bounds x="913" y="430" width="0" height="0" />
460         </bpmndi:BPMNLabel>
461       </bpmndi:BPMNShape>
462       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_serviceInstanceNotFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_312">
463         <di:waypoint xsi:type="dc:Point" x="912" y="198" />
464         <di:waypoint xsi:type="dc:Point" x="912" y="264" />
465         <bpmndi:BPMNLabel>
466           <dc:Bounds x="919" y="226" width="22" height="22" />
467         </bpmndi:BPMNLabel>
468       </bpmndi:BPMNEdge>
469       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="ScriptTask_buildServiceInstanceNotFoundError">
470         <dc:Bounds x="862" y="264" width="100" height="80" />
471       </bpmndi:BPMNShape>
472       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_EndEvent_237">
473         <di:waypoint xsi:type="dc:Point" x="912" y="344" />
474         <di:waypoint xsi:type="dc:Point" x="913" y="389" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="910" y="370" width="6" height="6" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479     </bpmndi:BPMNPlane>
480   </bpmndi:BPMNDiagram>
481 </bpmn2:definitions>