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