blob: 9477aac5e85915ef3dd4f7b4310023675873f7d9 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001<?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://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="_FhrCQG2BEeaNdqnn65BT4A" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">
3 <bpmn2:process id="DoCreateVfModuleVolumeV1" name="DoCreateVfModuleVolumeV1" isExecutable="true">
4 <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy">
5 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
7 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
8def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
9doCreateVfModuleVolumeV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
10 </bpmn2:scriptTask>
11 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_callRestAaiCloudRegion"/>
12 <bpmn2:scriptTask id="ScriptTask_callRestAaiCloudRegion" name="Call REST AAI Cloud Region" scriptFormat="groovy">
13 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
14 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
15 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
16def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
17doCreateVfModuleVolumeV1.executeMethod('callRESTQueryAAICloudRegion', execution, isDebugLogEnabled)]]></bpmn2:script>
18 </bpmn2:scriptTask>
19 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="ScriptTask_callRestAaiCloudRegion" targetRef="ScriptTask_callRestAaiQueryGenericVnf"/>
20 <bpmn2:scriptTask id="ScriptTask_createVolGrpExistsException" name="Build Workflow Exception" scriptFormat="groovy">
21 <bpmn2:incoming>SequenceFlow_volGrpName404No</bpmn2:incoming>
22 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
23 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
24def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
25doCreateVfModuleVolumeV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group $DCVFMODVOLV1_volumeGroupName already exists in the system.", isDebugLogEnabled)]]></bpmn2:script>
26 </bpmn2:scriptTask>
27 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_createVolGrpExistsException" targetRef="EndEvent_6"/>
28 <bpmn2:exclusiveGateway id="ExclusiveGateway_aaiReturnCode404" name="AAI Return Code is 404?" default="SequenceFlow_volGrpName404No">
29 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
30 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
31 <bpmn2:outgoing>SequenceFlow_volGrpName404Yes</bpmn2:outgoing>
32 <bpmn2:outgoing>SequenceFlow_volGrpName404No</bpmn2:outgoing>
33 </bpmn2:exclusiveGateway>
34 <bpmn2:sequenceFlow id="SequenceFlow_volGrpName404Yes" name="Yes" sourceRef="ExclusiveGateway_aaiReturnCode404" targetRef="ScriptTask_callRestAaiCreateVolumeGrp">
35 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DCVFMODVOLV1_AaiReturnCode == '404'}</bpmn2:conditionExpression>
36 </bpmn2:sequenceFlow>
37 <bpmn2:sequenceFlow id="SequenceFlow_volGrpName404No" name="No" sourceRef="ExclusiveGateway_aaiReturnCode404" targetRef="ScriptTask_createVolGrpExistsException"/>
38 <bpmn2:scriptTask id="ScriptTask_callRestAaiQueryGenericVnf" name="Call REST AAI Query Generic VNF" scriptFormat="groovy">
39 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
40 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
41 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
42def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
43doCreateVfModuleVolumeV1.executeMethod('callRESTQueryAAIGenericVnf', execution, isDebugLogEnabled)]]></bpmn2:script>
44 </bpmn2:scriptTask>
45 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_callRestAaiQueryGenericVnf" targetRef="ScriptTask_callRestAaiQueryVolGrpName"/>
46 <bpmn2:boundaryEvent id="BoundaryEvent_catchAaiError" name="" attachedToRef="ScriptTask_callRestAaiQueryVolGrpName">
47 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
48 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/>
49 </bpmn2:boundaryEvent>
50 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="BoundaryEvent_catchAaiError" targetRef="ExclusiveGateway_aaiReturnCode404"/>
51 <bpmn2:scriptTask id="ScriptTask_callRestAaiQueryVolGrpName" name="Call REST AAI Query Volume Grp Name" scriptFormat="groovy">
52 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
53 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
54 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
55def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
56doCreateVfModuleVolumeV1.executeMethod('callRESTQueryAAIVolGrpName', execution, isDebugLogEnabled)]]></bpmn2:script>
57 </bpmn2:scriptTask>
58 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_callRestAaiQueryVolGrpName" targetRef="ExclusiveGateway_aaiReturnCode404"/>
59 <bpmn2:scriptTask id="ScriptTask_callRestAaiCreateVolumeGrp" name="Call REST AAI Create Volume Group" scriptFormat="groovy">
60 <bpmn2:incoming>SequenceFlow_volGrpName404Yes</bpmn2:incoming>
61 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
62 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
63def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
64doCreateVfModuleVolumeV1.executeMethod('callRESTCreateAAIVolGrpName', execution, isDebugLogEnabled)]]></bpmn2:script>
65 </bpmn2:scriptTask>
66 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ScriptTask_callRestAaiCreateVolumeGrp" targetRef="ScriptTask_prepareVnfAdapterCreate"/>
67 <bpmn2:callActivity id="CallActivity_callVnfAdapterCreate" name="Call VNF Adapter Create" calledElement="vnfAdapterRestV1">
68 <bpmn2:extensionElements>
69 <camunda:in source="DCVFMODVOLV1_createVnfARequest" target="vnfAdapterRestV1Request"/>
70 <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>
71 <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>
72 <camunda:out source="vnfAdapterRestV1Response" target="DCVFMODVOLV1_createVnfAResponse"/>
73 <camunda:out source="WorkflowException" target="WorkflowException"/>
74 <camunda:out source="VNFREST_vnfAdapterStatusCode" target="DCVFMODVOLV1_createVnfAReturnCode"/>
75 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
76 <camunda:out source="VNFREST_SuccessIndicator" target="VNFREST_SuccessIndicator"/>
77 </bpmn2:extensionElements>
78 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
79 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
80 </bpmn2:callActivity>
81 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="CallActivity_callVnfAdapterCreate" targetRef="ExclusiveGateway_isVnfAdaptyerCallSuccess"/>
82 <bpmn2:boundaryEvent id="BoundaryEvent_5" name="" attachedToRef="ScriptTask_callRestAaiVolumeGrp">
83 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
84 <bpmn2:errorEventDefinition id="ErrorEventDefinition_5"/>
85 </bpmn2:boundaryEvent>
86 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="BoundaryEvent_5" targetRef="ExclusiveGateway_isRollbakcEnabled1"/>
87 <bpmn2:exclusiveGateway id="ExclusiveGateway_isVnfAdaptyerCallSuccess" name="Is VNF Adapter call success?" default="SequenceFlow_vnfAdapterFail">
88 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
89 <bpmn2:outgoing>SequenceFlow_vnfAdapterFail</bpmn2:outgoing>
90 <bpmn2:outgoing>SequenceFlow_vnfAdapterSuccess</bpmn2:outgoing>
91 </bpmn2:exclusiveGateway>
92 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterFail" name="No" sourceRef="ExclusiveGateway_isVnfAdaptyerCallSuccess" targetRef="ExclusiveGateway_isRollbackEnabled2"/>
93 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterSuccess" name="Yes" sourceRef="ExclusiveGateway_isVnfAdaptyerCallSuccess" targetRef="ScriptTask_callRestAaiRequeryVolGrpNm">
94 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{VNFREST_SuccessIndicator == true}</bpmn2:conditionExpression>
95 </bpmn2:sequenceFlow>
96 <bpmn2:scriptTask id="ScriptTask_callRestAaiRequeryVolGrpNm" name="Call REST AAI Requery Volume Group Name" scriptFormat="groovy">
97 <bpmn2:incoming>SequenceFlow_vnfAdapterSuccess</bpmn2:incoming>
98 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
99 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
100def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
101doCreateVfModuleVolumeV1.executeMethod('callRESTQueryAAIVolGrpName', execution, isDebugLogEnabled)]]></bpmn2:script>
102 </bpmn2:scriptTask>
103 <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="ScriptTask_callRestAaiRequeryVolGrpNm" targetRef="ScriptTask_callRestAaiVolumeGrp"/>
104 <bpmn2:boundaryEvent id="BoundaryEvent_compensateCreateVolGrp" name="" attachedToRef="ScriptTask_callRestAaiCreateVolumeGrp">
105 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_2" waitForCompletion="true"/>
106 </bpmn2:boundaryEvent>
107 <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Set Success Indicator" scriptFormat="groovy">
108 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
109 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
110 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
111def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
112doCreateVfModuleVolumeV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script>
113 </bpmn2:scriptTask>
114 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="EndEvent_1"/>
115 <bpmn2:scriptTask id="ScriptTask_deleteVolumeGroup" name="Delete Volume Group" isForCompensation="true" scriptFormat="groovy">
116 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
117def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
118doCreateVfModuleVolumeV1.executeMethod('callRESTDeleteAAIVolumeGroup', execution, isDebugLogEnabled)]]></bpmn2:script>
119 </bpmn2:scriptTask>
120 <bpmn2:scriptTask id="ScriptTask_callRestAaiVolumeGrp" name="Call REST AAI Update Volume Group" scriptFormat="groovy">
121 <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
122 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
123 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
124def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
125doCreateVfModuleVolumeV1.executeMethod('callRESTUpdateCreatedVolGrpName', execution, isDebugLogEnabled)]]></bpmn2:script>
126 </bpmn2:scriptTask>
127 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_callRestAaiVolumeGrp" targetRef="ScriptTask_prepareDbInfraRequest"/>
128 <bpmn2:endEvent id="EndEvent_1" name="End">
129 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
130 </bpmn2:endEvent>
131 <bpmn2:scriptTask id="ScriptTask_prepareVnfAdapterCreate" name="Prepare VNF Adapter Create Request" scriptFormat="groovy">
132 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
134 <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
135def doCreateVfModuleVolumeV1 = new DoCreateVfModuleVolumeV1()
136doCreateVfModuleVolumeV1.executeMethod('prepareVnfAdapterCreateRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
137 </bpmn2:scriptTask>
138 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_prepareVnfAdapterCreate" targetRef="CallActivity_callVnfAdapterCreate"/>
139 <bpmn2:boundaryEvent id="BoundaryEvent_compensateVnfAdapterCreate" name="" attachedToRef="CallActivity_callVnfAdapterCreate">
140 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_1" waitForCompletion="true"/>
141 </bpmn2:boundaryEvent>
142 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_rollbackAaiCreateVolumeGroup" name="Rollback AAI Create Volume Group">
143 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
144 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
145 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_rollbackAaiCreateVolumeGroup" activityRef="ScriptTask_callRestAaiCreateVolumeGrp" waitForCompletion="true"/>
146 </bpmn2:intermediateThrowEvent>
147 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="IntermediateThrowEvent_rollbackAaiCreateVolumeGroup" targetRef="EndEvent_4"/>
148 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_rollbackVnfAdapterCreate" name="Rollback VNF Adapter Create">
149 <bpmn2:incoming>SequenceFlow_rollbackIsEnabled1</bpmn2:incoming>
150 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
151 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_3" activityRef="CallActivity_callVnfAdapterCreate" waitForCompletion="true"/>
152 </bpmn2:intermediateThrowEvent>
153 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="IntermediateThrowEvent_rollbackVnfAdapterCreate" targetRef="IntermediateThrowEvent_rollbackAaiCreateVolumeGroup"/>
154 <bpmn2:exclusiveGateway id="ExclusiveGateway_isRollbakcEnabled1" name="Is rollback enabled?" default="SequenceFlow_rollbackIsNotEnabled1">
155 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
156 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
157 <bpmn2:outgoing>SequenceFlow_rollbackIsEnabled1</bpmn2:outgoing>
158 <bpmn2:outgoing>SequenceFlow_rollbackIsNotEnabled1</bpmn2:outgoing>
159 </bpmn2:exclusiveGateway>
160 <bpmn2:sequenceFlow id="SequenceFlow_rollbackIsEnabled1" name="Yes" sourceRef="ExclusiveGateway_isRollbakcEnabled1" targetRef="IntermediateThrowEvent_rollbackVnfAdapterCreate">
161 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DCVFMODVOLV1_rollbackEnabled == true}</bpmn2:conditionExpression>
162 </bpmn2:sequenceFlow>
163 <bpmn2:sequenceFlow id="SequenceFlow_rollbackIsNotEnabled1" name="No" sourceRef="ExclusiveGateway_isRollbakcEnabled1" targetRef="EndEvent_4"/>
164 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_rollbackCreateVolGrpFromCallVnf" name="Rollback AAI Create Volume Group">
165 <bpmn2:incoming>SequenceFlow_rollbackIsEnabled2</bpmn2:incoming>
166 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
167 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_rollbackCreateVolGrpName1" activityRef="ScriptTask_callRestAaiCreateVolumeGrp" waitForCompletion="true"/>
168 </bpmn2:intermediateThrowEvent>
169 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="IntermediateThrowEvent_rollbackCreateVolGrpFromCallVnf" targetRef="EndEvent_5"/>
170 <bpmn2:exclusiveGateway id="ExclusiveGateway_isRollbackEnabled2" name="Is rollback enabled?" default="SequenceFlow_rollbackIsNotEnabled2">
171 <bpmn2:incoming>SequenceFlow_vnfAdapterFail</bpmn2:incoming>
172 <bpmn2:outgoing>SequenceFlow_rollbackIsEnabled2</bpmn2:outgoing>
173 <bpmn2:outgoing>SequenceFlow_rollbackIsNotEnabled2</bpmn2:outgoing>
174 </bpmn2:exclusiveGateway>
175 <bpmn2:sequenceFlow id="SequenceFlow_rollbackIsEnabled2" name="Yes" sourceRef="ExclusiveGateway_isRollbackEnabled2" targetRef="IntermediateThrowEvent_rollbackCreateVolGrpFromCallVnf">
176 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DCVFMODVOLV1_rollbackEnabled == true}</bpmn2:conditionExpression>
177 </bpmn2:sequenceFlow>
178 <bpmn2:sequenceFlow id="SequenceFlow_rollbackIsNotEnabled2" name="No" sourceRef="ExclusiveGateway_isRollbackEnabled2" targetRef="EndEvent_5"/>
179 <bpmn2:startEvent id="StartEvent_doCreateVfModuleVolume" name="Start">
180 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
181 </bpmn2:startEvent>
182 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_doCreateVfModuleVolume" targetRef="ScriptTask_preProcessRequest"/>
183 <bpmn2:callActivity id="CallActivity_callVnfAdapterCallback" name="Call VNF Adapter Rollback" isForCompensation="true" calledElement="vnfAdapterRestV1">
184 <bpmn2:extensionElements>
185 <camunda:in source="DCVFMODVOLV1_rollbackVnfARequest" target="vnfAdapterRestV1Request"/>
186 <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>
187 <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>
188 <camunda:out source="vnfAdapterRestV1Response" target="CCINVOL_rollbackVnfAResponse"/>
189 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
190 </bpmn2:extensionElements>
191 </bpmn2:callActivity>
192 <bpmn2:subProcess id="SubProcess_catchTriggeredException" name="Catch Triggered MsoException" triggeredByEvent="true">
193 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_rollbackAaiCreateVolume21" name="Rollback Create AAi Volume Group">
194 <bpmn2:incoming>SequenceFlow_rollbackEnabledYes91</bpmn2:incoming>
195 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
196 <bpmn2:compensateEventDefinition id="CompensateEventDefinition_rollbackdreateVolume21" activityRef="ScriptTask_callRestAaiCreateVolumeGrp" waitForCompletion="true"/>
197 </bpmn2:intermediateThrowEvent>
198 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="IntermediateThrowEvent_rollbackAaiCreateVolume21" targetRef="EndEvent_3"/>
199 <bpmn2:exclusiveGateway id="ExclusiveGateway_isRolbackEnabled90" name="Is Rollback Enabled?" default="SequenceFlow_rollbackNotEnabled92">
200 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
201 <bpmn2:outgoing>SequenceFlow_rollbackEnabledYes91</bpmn2:outgoing>
202 <bpmn2:outgoing>SequenceFlow_rollbackNotEnabled92</bpmn2:outgoing>
203 </bpmn2:exclusiveGateway>
204 <bpmn2:sequenceFlow id="SequenceFlow_rollbackEnabledYes91" name="Yes" sourceRef="ExclusiveGateway_isRolbackEnabled90" targetRef="IntermediateThrowEvent_rollbackAaiCreateVolume21">
205 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DCVFMODVOLV1_rollbackEnabled == true}</bpmn2:conditionExpression>
206 </bpmn2:sequenceFlow>
207 <bpmn2:sequenceFlow id="SequenceFlow_rollbackNotEnabled92" name="No" sourceRef="ExclusiveGateway_isRolbackEnabled90" targetRef="EndEvent_3"/>
208 <bpmn2:startEvent id="StartEvent_catchAllErrors" name="Catch MsoException">
209 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
210 <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" errorRef="Error_2"/>
211 </bpmn2:startEvent>
212 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="StartEvent_catchAllErrors" targetRef="ExclusiveGateway_isRolbackEnabled90"/>
213 <bpmn2:endEvent id="EndEvent_3">
214 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
215 <bpmn2:incoming>SequenceFlow_rollbackNotEnabled92</bpmn2:incoming>
216 </bpmn2:endEvent>
217 </bpmn2:subProcess>
218 <bpmn2:boundaryEvent id="BoundaryEvent_catchError2" name="" attachedToRef="ScriptTask_callRestAaiRequeryVolGrpNm">
219 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
220 <bpmn2:errorEventDefinition id="ErrorEventDefinition_9"/>
221 </bpmn2:boundaryEvent>
222 <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="BoundaryEvent_catchError2" targetRef="ExclusiveGateway_isRollbakcEnabled1"/>
223 <bpmn2:endEvent id="EndEvent_4" name="End">
224 <bpmn2:incoming>SequenceFlow_rollbackIsNotEnabled1</bpmn2:incoming>
225 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
226 </bpmn2:endEvent>
227 <bpmn2:endEvent id="EndEvent_5" name="End">
228 <bpmn2:incoming>SequenceFlow_rollbackIsNotEnabled2</bpmn2:incoming>
229 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
230 </bpmn2:endEvent>
231 <bpmn2:endEvent id="EndEvent_6" name="End">
232 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
233 </bpmn2:endEvent>
234 <bpmn2:textAnnotation id="TextAnnotation_2">
235 <bpmn2:text>WorkflowException should already have been created in VNF create subflow</bpmn2:text>
236 </bpmn2:textAnnotation>
237 <bpmn2:association id="Association_2" sourceRef="TextAnnotation_2" targetRef="EndEvent_5"/>
238 <bpmn2:association id="Association_3" sourceRef="BoundaryEvent_compensateCreateVolGrp" targetRef="ScriptTask_deleteVolumeGroup"/>
239 <bpmn2:association id="Association_1" sourceRef="BoundaryEvent_compensateVnfAdapterCreate" targetRef="CallActivity_callVnfAdapterCallback"/>
240 <bpmn2:textAnnotation id="TextAnnotation_1">
241 <bpmn2:text>Catch MsoException triggered by Plugin. The vnfAdapterRest subflow is currently not directly throwing the BPMNError(MSOException.</bpmn2:text>
242 </bpmn2:textAnnotation>
243 <bpmn2:association id="Association_4" sourceRef="TextAnnotation_1" targetRef="SubProcess_catchTriggeredException"/>
244 </bpmn2:process>
245 <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>
246 <bpmn2:error id="Error_2" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>
247 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
248 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModuleVolumeV1">
249 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_65" bpmnElement="StartEvent_doCreateVfModuleVolume">
250 <dc:Bounds height="36.0" width="36.0" x="252.0" y="129.0"/>
251 <bpmndi:BPMNLabel>
252 <dc:Bounds height="22.0" width="34.0" x="253.0" y="170.0"/>
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="ScriptTask_preProcessRequest">
256 <dc:Bounds height="80.0" width="100.0" x="420.0" y="107.0"/>
257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_287" bpmnElement="ScriptTask_callRestAaiCloudRegion">
259 <dc:Bounds height="80.0" width="100.0" x="588.0" y="106.0"/>
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_288" bpmnElement="ScriptTask_callRestAaiQueryVolGrpName">
262 <dc:Bounds height="80.0" width="100.0" x="937.0" y="107.0"/>
263 </bpmndi:BPMNShape>
264 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_247" bpmnElement="ExclusiveGateway_aaiReturnCode404" isMarkerVisible="true">
265 <dc:Bounds height="50.0" width="50.0" x="1118.0" y="121.0"/>
266 <bpmndi:BPMNLabel>
267 <dc:Bounds height="22.0" width="128.0" x="1079.0" y="176.0"/>
268 </bpmndi:BPMNLabel>
269 </bpmndi:BPMNShape>
270 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_289" bpmnElement="ScriptTask_callRestAaiCreateVolumeGrp">
271 <dc:Bounds height="80.0" width="100.0" x="252.0" y="396.0"/>
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_290" bpmnElement="ScriptTask_prepareVnfAdapterCreate">
274 <dc:Bounds height="80.0" width="100.0" x="420.0" y="396.0"/>
275 </bpmndi:BPMNShape>
276 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_32" bpmnElement="CallActivity_callVnfAdapterCreate">
277 <dc:Bounds height="80.0" width="100.0" x="576.0" y="396.0"/>
278 </bpmndi:BPMNShape>
279 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_292" bpmnElement="ScriptTask_callRestAaiRequeryVolGrpNm">
280 <dc:Bounds height="80.0" width="100.0" x="923.0" y="396.0"/>
281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_293" bpmnElement="ScriptTask_callRestAaiVolumeGrp">
283 <dc:Bounds height="80.0" width="100.0" x="1068.0" y="396.0"/>
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_294" bpmnElement="ScriptTask_prepareDbInfraRequest">
286 <dc:Bounds height="80.0" width="100.0" x="1068.0" y="648.0"/>
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_226" bpmnElement="EndEvent_1">
289 <dc:Bounds height="36.0" width="36.0" x="1100.0" y="782.0"/>
290 <bpmndi:BPMNLabel>
291 <dc:Bounds height="22.0" width="29.0" x="1104.0" y="823.0"/>
292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_65" targetElement="_BPMNShape_ScriptTask_285">
295 <di:waypoint xsi:type="dc:Point" x="288.0" y="147.0"/>
296 <di:waypoint xsi:type="dc:Point" x="420.0" y="147.0"/>
297 <bpmndi:BPMNLabel>
298 <dc:Bounds height="6.0" width="6.0" x="315.0" y="147.0"/>
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_volGrpName404Yes" sourceElement="_BPMNShape_ExclusiveGateway_247" targetElement="_BPMNShape_ScriptTask_289">
302 <di:waypoint xsi:type="dc:Point" x="1143.0" y="171.0"/>
303 <di:waypoint xsi:type="dc:Point" x="1144.0" y="232.0"/>
304 <di:waypoint xsi:type="dc:Point" x="811.0" y="232.0"/>
305 <di:waypoint xsi:type="dc:Point" x="301.0" y="232.0"/>
306 <di:waypoint xsi:type="dc:Point" x="302.0" y="396.0"/>
307 <bpmndi:BPMNLabel>
308 <dc:Bounds height="22.0" width="29.0" x="573.0" y="232.0"/>
309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_289" targetElement="_BPMNShape_ScriptTask_290">
312 <di:waypoint xsi:type="dc:Point" x="352.0" y="436.0"/>
313 <di:waypoint xsi:type="dc:Point" x="420.0" y="436.0"/>
314 <bpmndi:BPMNLabel>
315 <dc:Bounds height="6.0" width="6.0" x="383.0" y="544.0"/>
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
318 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_290" targetElement="_BPMNShape_CallActivity_32">
319 <di:waypoint xsi:type="dc:Point" x="520.0" y="436.0"/>
320 <di:waypoint xsi:type="dc:Point" x="576.0" y="436.0"/>
321 <bpmndi:BPMNLabel>
322 <dc:Bounds height="6.0" width="6.0" x="545.0" y="544.0"/>
323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_285" targetElement="_BPMNShape_ScriptTask_287">
326 <di:waypoint xsi:type="dc:Point" x="520.0" y="147.0"/>
327 <di:waypoint xsi:type="dc:Point" x="560.0" y="147.0"/>
328 <di:waypoint xsi:type="dc:Point" x="560.0" y="146.0"/>
329 <di:waypoint xsi:type="dc:Point" x="588.0" y="146.0"/>
330 <bpmndi:BPMNLabel>
331 <dc:Bounds height="6.0" width="6.0" x="557.0" y="147.0"/>
332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNEdge>
334 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_287" targetElement="_BPMNShape_ScriptTask_311">
335 <di:waypoint xsi:type="dc:Point" x="688.0" y="146.0"/>
336 <di:waypoint xsi:type="dc:Point" x="720.0" y="146.0"/>
337 <di:waypoint xsi:type="dc:Point" x="720.0" y="147.0"/>
338 <di:waypoint xsi:type="dc:Point" x="750.0" y="147.0"/>
339 <bpmndi:BPMNLabel>
340 <dc:Bounds height="6.0" width="6.0" x="713.0" y="146.0"/>
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNEdge>
343 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_248" bpmnElement="ExclusiveGateway_isVnfAdaptyerCallSuccess" isMarkerVisible="true">
344 <dc:Bounds height="50.0" width="50.0" x="768.0" y="410.0"/>
345 <bpmndi:BPMNLabel>
346 <dc:Bounds height="22.0" width="179.0" x="704.0" y="465.0"/>
347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNShape>
349 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_CallActivity_32" targetElement="_BPMNShape_ExclusiveGateway_248">
350 <di:waypoint xsi:type="dc:Point" x="676.0" y="436.0"/>
351 <di:waypoint xsi:type="dc:Point" x="715.0" y="436.0"/>
352 <di:waypoint xsi:type="dc:Point" x="715.0" y="435.0"/>
353 <di:waypoint xsi:type="dc:Point" x="768.0" y="435.0"/>
354 <bpmndi:BPMNLabel>
355 <dc:Bounds height="6.0" width="6.0" x="712.0" y="435.0"/>
356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNEdge>
358 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_296" bpmnElement="ScriptTask_createVolGrpExistsException">
359 <dc:Bounds height="80.0" width="100.0" x="1248.0" y="106.0"/>
360 </bpmndi:BPMNShape>
361 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_296" targetElement="_BPMNShape_EndEvent_241">
362 <di:waypoint xsi:type="dc:Point" x="1348.0" y="146.0"/>
363 <di:waypoint xsi:type="dc:Point" x="1414.0" y="146.0"/>
364 <bpmndi:BPMNLabel>
365 <dc:Bounds height="6.0" width="6.0" x="1373.0" y="146.0"/>
366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNEdge>
368 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_BoundaryEvent_62" targetElement="_BPMNShape_ExclusiveGateway_247">
369 <di:waypoint xsi:type="dc:Point" x="1037.0" y="89.0"/>
370 <di:waypoint xsi:type="dc:Point" x="1037.0" y="59.0"/>
371 <di:waypoint xsi:type="dc:Point" x="1143.0" y="59.0"/>
372 <di:waypoint xsi:type="dc:Point" x="1143.0" y="121.0"/>
373 <bpmndi:BPMNLabel>
374 <dc:Bounds height="6.0" width="6.0" x="1050.0" y="59.0"/>
375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_volGrpName404No" sourceElement="_BPMNShape_ExclusiveGateway_247" targetElement="_BPMNShape_ScriptTask_296">
378 <di:waypoint xsi:type="dc:Point" x="1168.0" y="146.0"/>
379 <di:waypoint xsi:type="dc:Point" x="1248.0" y="146.0"/>
380 <bpmndi:BPMNLabel>
381 <dc:Bounds height="22.0" width="29.0" x="1196.0" y="146.0"/>
382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_vnfAdapterFail" sourceElement="_BPMNShape_ExclusiveGateway_248" targetElement="_BPMNShape_ExclusiveGateway_253">
385 <di:waypoint xsi:type="dc:Point" x="793.0" y="460.0"/>
386 <di:waypoint xsi:type="dc:Point" x="793.0" y="538.0"/>
387 <bpmndi:BPMNLabel>
388 <dc:Bounds height="22.0" width="22.0" x="786.0" y="495.0"/>
389 </bpmndi:BPMNLabel>
390 </bpmndi:BPMNEdge>
391 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_vnfAdapterSuccess" sourceElement="_BPMNShape_ExclusiveGateway_248" targetElement="_BPMNShape_ScriptTask_292">
392 <di:waypoint xsi:type="dc:Point" x="818.0" y="435.0"/>
393 <di:waypoint xsi:type="dc:Point" x="870.0" y="435.0"/>
394 <di:waypoint xsi:type="dc:Point" x="870.0" y="436.0"/>
395 <di:waypoint xsi:type="dc:Point" x="923.0" y="436.0"/>
396 <bpmndi:BPMNLabel>
397 <dc:Bounds height="22.0" width="29.0" x="856.0" y="436.0"/>
398 </bpmndi:BPMNLabel>
399 </bpmndi:BPMNEdge>
400 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_292" targetElement="_BPMNShape_ScriptTask_293">
401 <di:waypoint xsi:type="dc:Point" x="1023.0" y="436.0"/>
402 <di:waypoint xsi:type="dc:Point" x="1068.0" y="436.0"/>
403 <bpmndi:BPMNLabel>
404 <dc:Bounds height="6.0" width="6.0" x="1043.0" y="436.0"/>
405 </bpmndi:BPMNLabel>
406 </bpmndi:BPMNEdge>
407 <bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_3" bpmnElement="TextAnnotation_2">
408 <dc:Bounds height="73.0" width="152.0" x="573.0" y="759.0"/>
409 </bpmndi:BPMNShape>
410 <bpmndi:BPMNEdge id="BPMNEdge_Association_2" bpmnElement="Association_2" sourceElement="_BPMNShape_TextAnnotation_3" targetElement="_BPMNShape_EndEvent_240">
411 <di:waypoint xsi:type="dc:Point" x="725.0" y="806.0"/>
412 <di:waypoint xsi:type="dc:Point" x="775.0" y="813.0"/>
413 </bpmndi:BPMNEdge>
414 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="ScriptTask_deleteVolumeGroup">
415 <dc:Bounds height="80.0" width="100.0" x="372.0" y="518.0"/>
416 </bpmndi:BPMNShape>
417 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_57" bpmnElement="BoundaryEvent_compensateCreateVolGrp">
418 <dc:Bounds height="36.0" width="36.0" x="334.0" y="458.0"/>
419 <bpmndi:BPMNLabel>
420 <dc:Bounds height="6.0" width="6.0" x="349.0" y="499.0"/>
421 </bpmndi:BPMNLabel>
422 </bpmndi:BPMNShape>
423 <bpmndi:BPMNEdge id="BPMNEdge_Association_3" bpmnElement="Association_3" sourceElement="_BPMNShape_BoundaryEvent_57" targetElement="_BPMNShape_ScriptTask_299">
424 <di:waypoint xsi:type="dc:Point" x="367.0" y="494.0"/>
425 <di:waypoint xsi:type="dc:Point" x="388.0" y="518.0"/>
426 </bpmndi:BPMNEdge>
427 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_3" bpmnElement="IntermediateThrowEvent_rollbackAaiCreateVolumeGroup">
428 <dc:Bounds height="36.0" width="36.0" x="1370.0" y="555.0"/>
429 <bpmndi:BPMNLabel>
430 <dc:Bounds height="22.0" width="210.0" x="1283.0" y="596.0"/>
431 </bpmndi:BPMNLabel>
432 </bpmndi:BPMNShape>
433 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_60" bpmnElement="BoundaryEvent_5">
434 <dc:Bounds height="36.0" width="36.0" x="1150.0" y="378.0"/>
435 <bpmndi:BPMNLabel>
436 <dc:Bounds height="6.0" width="6.0" x="1165.0" y="419.0"/>
437 </bpmndi:BPMNLabel>
438 </bpmndi:BPMNShape>
439 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_BoundaryEvent_60" targetElement="_BPMNShape_ExclusiveGateway_252">
440 <di:waypoint xsi:type="dc:Point" x="1168.0" y="378.0"/>
441 <di:waypoint xsi:type="dc:Point" x="1168.0" y="347.0"/>
442 <di:waypoint xsi:type="dc:Point" x="1364.0" y="347.0"/>
443 <bpmndi:BPMNLabel>
444 <dc:Bounds height="6.0" width="6.0" x="1193.0" y="387.0"/>
445 </bpmndi:BPMNLabel>
446 </bpmndi:BPMNEdge>
447 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_IntermediateThrowEvent_3" targetElement="_BPMNShape_EndEvent_239">
448 <di:waypoint xsi:type="dc:Point" x="1388.0" y="591.0"/>
449 <di:waypoint xsi:type="dc:Point" x="1388.0" y="717.0"/>
450 <bpmndi:BPMNLabel>
451 <dc:Bounds height="6.0" width="6.0" x="1383.0" y="715.0"/>
452 </bpmndi:BPMNLabel>
453 </bpmndi:BPMNEdge>
454 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_35" bpmnElement="CallActivity_callVnfAdapterCallback">
455 <dc:Bounds height="80.0" width="100.0" x="537.0" y="518.0"/>
456 </bpmndi:BPMNShape>
457 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_61" bpmnElement="BoundaryEvent_compensateVnfAdapterCreate">
458 <dc:Bounds height="36.0" width="36.0" x="583.0" y="458.0"/>
459 <bpmndi:BPMNLabel>
460 <dc:Bounds height="6.0" width="6.0" x="598.0" y="499.0"/>
461 </bpmndi:BPMNLabel>
462 </bpmndi:BPMNShape>
463 <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_BoundaryEvent_61" targetElement="_BPMNShape_CallActivity_35">
464 <di:waypoint xsi:type="dc:Point" x="598.0" y="494.0"/>
465 <di:waypoint xsi:type="dc:Point" x="594.0" y="518.0"/>
466 </bpmndi:BPMNEdge>
467 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_4" bpmnElement="IntermediateThrowEvent_rollbackVnfAdapterCreate">
468 <dc:Bounds height="36.0" width="36.0" x="1370.0" y="458.0"/>
469 <bpmndi:BPMNLabel>
470 <dc:Bounds height="22.0" width="177.0" x="1300.0" y="499.0"/>
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNShape>
473 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_IntermediateThrowEvent_4" targetElement="_BPMNShape_IntermediateThrowEvent_3">
474 <di:waypoint xsi:type="dc:Point" x="1388.0" y="494.0"/>
475 <di:waypoint xsi:type="dc:Point" x="1388.0" y="555.0"/>
476 <bpmndi:BPMNLabel>
477 <dc:Bounds height="6.0" width="6.0" x="1385.0" y="534.0"/>
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_293" targetElement="_BPMNShape_ScriptTask_294">
481 <di:waypoint xsi:type="dc:Point" x="1118.0" y="476.0"/>
482 <di:waypoint xsi:type="dc:Point" x="1118.0" y="648.0"/>
483 <bpmndi:BPMNLabel>
484 <dc:Bounds height="6.0" width="6.0" x="1115.0" y="670.0"/>
485 </bpmndi:BPMNLabel>
486 </bpmndi:BPMNEdge>
487 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_294" targetElement="_BPMNShape_EndEvent_226">
488 <di:waypoint xsi:type="dc:Point" x="1118.0" y="728.0"/>
489 <di:waypoint xsi:type="dc:Point" x="1118.0" y="782.0"/>
490 <bpmndi:BPMNLabel>
491 <dc:Bounds height="6.0" width="6.0" x="1115.0" y="863.0"/>
492 </bpmndi:BPMNLabel>
493 </bpmndi:BPMNEdge>
494 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_311" bpmnElement="ScriptTask_callRestAaiQueryGenericVnf">
495 <dc:Bounds height="80.0" width="100.0" x="750.0" y="106.0"/>
496 </bpmndi:BPMNShape>
497 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_311" targetElement="_BPMNShape_ScriptTask_288">
498 <di:waypoint xsi:type="dc:Point" x="850.0" y="146.0"/>
499 <di:waypoint xsi:type="dc:Point" x="886.0" y="146.0"/>
500 <di:waypoint xsi:type="dc:Point" x="886.0" y="147.0"/>
501 <di:waypoint xsi:type="dc:Point" x="937.0" y="147.0"/>
502 <bpmndi:BPMNLabel>
503 <dc:Bounds height="6.0" width="6.0" x="883.0" y="147.0"/>
504 </bpmndi:BPMNLabel>
505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_62" bpmnElement="BoundaryEvent_catchAaiError">
507 <dc:Bounds height="36.0" width="36.0" x="1019.0" y="89.0"/>
508 <bpmndi:BPMNLabel>
509 <dc:Bounds height="6.0" width="6.0" x="1034.0" y="130.0"/>
510 </bpmndi:BPMNLabel>
511 </bpmndi:BPMNShape>
512 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_288" targetElement="_BPMNShape_ExclusiveGateway_247">
513 <di:waypoint xsi:type="dc:Point" x="1037.0" y="147.0"/>
514 <di:waypoint xsi:type="dc:Point" x="1077.0" y="147.0"/>
515 <di:waypoint xsi:type="dc:Point" x="1077.0" y="146.0"/>
516 <di:waypoint xsi:type="dc:Point" x="1118.0" y="146.0"/>
517 </bpmndi:BPMNEdge>
518 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_5" bpmnElement="IntermediateThrowEvent_rollbackCreateVolGrpFromCallVnf">
519 <dc:Bounds height="36.0" width="36.0" x="775.0" y="648.0"/>
520 <bpmndi:BPMNLabel>
521 <dc:Bounds height="22.0" width="210.0" x="818.0" y="656.0"/>
522 </bpmndi:BPMNLabel>
523 </bpmndi:BPMNShape>
524 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateThrowEvent_5" targetElement="_BPMNShape_EndEvent_240">
525 <di:waypoint xsi:type="dc:Point" x="793.0" y="684.0"/>
526 <di:waypoint xsi:type="dc:Point" x="793.0" y="798.0"/>
527 <bpmndi:BPMNLabel>
528 <dc:Bounds height="6.0" width="6.0" x="790.0" y="732.0"/>
529 </bpmndi:BPMNLabel>
530 </bpmndi:BPMNEdge>
531 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_252" bpmnElement="ExclusiveGateway_isRollbakcEnabled1" isMarkerVisible="true">
532 <dc:Bounds height="50.0" width="50.0" x="1364.0" y="322.0"/>
533 <bpmndi:BPMNLabel>
534 <dc:Bounds height="22.0" width="121.0" x="1329.0" y="377.0"/>
535 </bpmndi:BPMNLabel>
536 </bpmndi:BPMNShape>
537 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_rollbackIsEnabled1" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_IntermediateThrowEvent_4">
538 <di:waypoint xsi:type="dc:Point" x="1389.0" y="372.0"/>
539 <di:waypoint xsi:type="dc:Point" x="1389.0" y="412.0"/>
540 <di:waypoint xsi:type="dc:Point" x="1388.0" y="412.0"/>
541 <di:waypoint xsi:type="dc:Point" x="1388.0" y="458.0"/>
542 <bpmndi:BPMNLabel>
543 <dc:Bounds height="6.0" width="6.0" x="1385.0" y="433.0"/>
544 </bpmndi:BPMNLabel>
545 </bpmndi:BPMNEdge>
546 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_rollbackIsNotEnabled1" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_EndEvent_239">
547 <di:waypoint xsi:type="dc:Point" x="1414.0" y="347.0"/>
548 <di:waypoint xsi:type="dc:Point" x="1524.0" y="347.0"/>
549 <di:waypoint xsi:type="dc:Point" x="1524.0" y="550.0"/>
550 <di:waypoint xsi:type="dc:Point" x="1524.0" y="735.0"/>
551 <di:waypoint xsi:type="dc:Point" x="1406.0" y="735.0"/>
552 <bpmndi:BPMNLabel>
553 <dc:Bounds height="22.0" width="22.0" x="1513.0" y="392.0"/>
554 </bpmndi:BPMNLabel>
555 </bpmndi:BPMNEdge>
556 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_253" bpmnElement="ExclusiveGateway_isRollbackEnabled2" isMarkerVisible="true">
557 <dc:Bounds height="50.0" width="50.0" x="768.0" y="538.0"/>
558 <bpmndi:BPMNLabel>
559 <dc:Bounds height="0.0" width="0.0" x="793.0" y="593.0"/>
560 </bpmndi:BPMNLabel>
561 </bpmndi:BPMNShape>
562 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_rollbackIsEnabled2" sourceElement="_BPMNShape_ExclusiveGateway_253" targetElement="_BPMNShape_IntermediateThrowEvent_5">
563 <di:waypoint xsi:type="dc:Point" x="793.0" y="588.0"/>
564 <di:waypoint xsi:type="dc:Point" x="793.0" y="648.0"/>
565 </bpmndi:BPMNEdge>
566 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_rollbackIsNotEnabled2" sourceElement="_BPMNShape_ExclusiveGateway_253" targetElement="_BPMNShape_EndEvent_240">
567 <di:waypoint xsi:type="dc:Point" x="818.0" y="563.0"/>
568 <di:waypoint xsi:type="dc:Point" x="906.0" y="563.0"/>
569 <di:waypoint xsi:type="dc:Point" x="906.0" y="815.0"/>
570 <di:waypoint xsi:type="dc:Point" x="811.0" y="816.0"/>
571 <bpmndi:BPMNLabel>
572 <dc:Bounds height="22.0" width="22.0" x="768.0" y="695.0"/>
573 </bpmndi:BPMNLabel>
574 </bpmndi:BPMNEdge>
575 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_2" bpmnElement="SubProcess_catchTriggeredException" isExpanded="true">
576 <dc:Bounds height="337.0" width="608.0" x="287.0" y="936.0"/>
577 </bpmndi:BPMNShape>
578 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_66" bpmnElement="StartEvent_catchAllErrors">
579 <dc:Bounds height="36.0" width="36.0" x="348.0" y="1112.0"/>
580 <bpmndi:BPMNLabel>
581 <dc:Bounds height="22.0" width="127.0" x="303.0" y="1153.0"/>
582 </bpmndi:BPMNLabel>
583 </bpmndi:BPMNShape>
584 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_6" bpmnElement="IntermediateThrowEvent_rollbackAaiCreateVolume21">
585 <dc:Bounds height="36.0" width="36.0" x="540.0" y="1008.0"/>
586 <bpmndi:BPMNLabel>
587 <dc:Bounds height="22.0" width="210.0" x="453.0" y="1049.0"/>
588 </bpmndi:BPMNLabel>
589 </bpmndi:BPMNShape>
590 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_StartEvent_66" targetElement="_BPMNShape_ExclusiveGateway_256">
591 <di:waypoint xsi:type="dc:Point" x="384.0" y="1130.0"/>
592 <di:waypoint xsi:type="dc:Point" x="454.0" y="1130.0"/>
593 <di:waypoint xsi:type="dc:Point" x="454.0" y="1129.0"/>
594 <di:waypoint xsi:type="dc:Point" x="532.0" y="1129.0"/>
595 <bpmndi:BPMNLabel>
596 <dc:Bounds height="6.0" width="6.0" x="409.0" y="1130.0"/>
597 </bpmndi:BPMNLabel>
598 </bpmndi:BPMNEdge>
599 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_IntermediateThrowEvent_6" targetElement="_BPMNShape_EndEvent_238">
600 <di:waypoint xsi:type="dc:Point" x="576.0" y="1026.0"/>
601 <di:waypoint xsi:type="dc:Point" x="804.0" y="1026.0"/>
602 <bpmndi:BPMNLabel>
603 <dc:Bounds height="6.0" width="6.0" x="729.0" y="1026.0"/>
604 </bpmndi:BPMNLabel>
605 </bpmndi:BPMNEdge>
606 <bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_4" bpmnElement="TextAnnotation_1">
607 <dc:Bounds height="97.0" width="229.0" x="123.0" y="792.0"/>
608 </bpmndi:BPMNShape>
609 <bpmndi:BPMNEdge id="BPMNEdge_Association_4" bpmnElement="Association_4" sourceElement="_BPMNShape_TextAnnotation_4" targetElement="_BPMNShape_SubProcess_2">
610 <di:waypoint xsi:type="dc:Point" x="301.0" y="888.0"/>
611 <di:waypoint xsi:type="dc:Point" x="366.0" y="936.0"/>
612 </bpmndi:BPMNEdge>
613 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_64" bpmnElement="BoundaryEvent_catchError2">
614 <dc:Bounds height="36.0" width="36.0" x="1005.0" y="378.0"/>
615 </bpmndi:BPMNShape>
616 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_BoundaryEvent_64" targetElement="_BPMNShape_ExclusiveGateway_252">
617 <di:waypoint xsi:type="dc:Point" x="1023.0" y="378.0"/>
618 <di:waypoint xsi:type="dc:Point" x="1023.0" y="290.0"/>
619 <di:waypoint xsi:type="dc:Point" x="1389.0" y="294.0"/>
620 <di:waypoint xsi:type="dc:Point" x="1389.0" y="322.0"/>
621 <bpmndi:BPMNLabel>
622 <dc:Bounds height="6.0" width="6.0" x="1118.0" y="291.0"/>
623 </bpmndi:BPMNLabel>
624 </bpmndi:BPMNEdge>
625 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_256" bpmnElement="ExclusiveGateway_isRolbackEnabled90" isMarkerVisible="true">
626 <dc:Bounds height="50.0" width="50.0" x="532.0" y="1104.0"/>
627 <bpmndi:BPMNLabel>
628 <dc:Bounds height="22.0" width="128.0" x="493.0" y="1159.0"/>
629 </bpmndi:BPMNLabel>
630 </bpmndi:BPMNShape>
631 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_rollbackEnabledYes91" sourceElement="_BPMNShape_ExclusiveGateway_256" targetElement="_BPMNShape_IntermediateThrowEvent_6">
632 <di:waypoint xsi:type="dc:Point" x="557.0" y="1104.0"/>
633 <di:waypoint xsi:type="dc:Point" x="557.0" y="1074.0"/>
634 <di:waypoint xsi:type="dc:Point" x="558.0" y="1074.0"/>
635 <di:waypoint xsi:type="dc:Point" x="558.0" y="1044.0"/>
636 <bpmndi:BPMNLabel>
637 <dc:Bounds height="22.0" width="29.0" x="564.0" y="1084.0"/>
638 </bpmndi:BPMNLabel>
639 </bpmndi:BPMNEdge>
640 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_rollbackNotEnabled92" sourceElement="_BPMNShape_ExclusiveGateway_256" targetElement="_BPMNShape_EndEvent_238">
641 <di:waypoint xsi:type="dc:Point" x="582.0" y="1129.0"/>
642 <di:waypoint xsi:type="dc:Point" x="657.0" y="1129.0"/>
643 <di:waypoint xsi:type="dc:Point" x="822.0" y="1129.0"/>
644 <di:waypoint xsi:type="dc:Point" x="822.0" y="1044.0"/>
645 <bpmndi:BPMNLabel>
646 <dc:Bounds height="22.0" width="22.0" x="636.0" y="1134.0"/>
647 </bpmndi:BPMNLabel>
648 </bpmndi:BPMNEdge>
649 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_238" bpmnElement="EndEvent_3">
650 <dc:Bounds height="36.0" width="36.0" x="804.0" y="1008.0"/>
651 <bpmndi:BPMNLabel>
652 <dc:Bounds height="0.0" width="0.0" x="822.0" y="1049.0"/>
653 </bpmndi:BPMNLabel>
654 </bpmndi:BPMNShape>
655 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_239" bpmnElement="EndEvent_4">
656 <dc:Bounds height="36.0" width="36.0" x="1370.0" y="717.0"/>
657 <bpmndi:BPMNLabel>
658 <dc:Bounds height="22.0" width="29.0" x="1374.0" y="758.0"/>
659 </bpmndi:BPMNLabel>
660 </bpmndi:BPMNShape>
661 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_240" bpmnElement="EndEvent_5">
662 <dc:Bounds height="36.0" width="36.0" x="775.0" y="798.0"/>
663 <bpmndi:BPMNLabel>
664 <dc:Bounds height="0.0" width="0.0" x="793.0" y="839.0"/>
665 </bpmndi:BPMNLabel>
666 </bpmndi:BPMNShape>
667 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_241" bpmnElement="EndEvent_6">
668 <dc:Bounds height="36.0" width="36.0" x="1414.0" y="128.0"/>
669 <bpmndi:BPMNLabel>
670 <dc:Bounds height="22.0" width="29.0" x="1418.0" y="169.0"/>
671 </bpmndi:BPMNLabel>
672 </bpmndi:BPMNShape>
673 </bpmndi:BPMNPlane>
674 </bpmndi:BPMNDiagram>
675</bpmn2:definitions>