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