Merge "Add execute resource recipe task script"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateVfModule.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://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">\r
3   <bpmn2:process id="DoCreateVfModule" name="DoCreateVfModule" isExecutable="true">\r
4     <bpmn2:startEvent id="StartEvent_1" name="Start">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />\r
8     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="DoCreateVfModule">\r
9       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
10       <bpmn2:linkEventDefinition id="_LinkEventDefinition_26" name="DoCreateVfModule" />\r
11     </bpmn2:intermediateCatchEvent>\r
12     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="IntermediateCatchEvent_1" targetRef="IsVolumeGroupIdSpecified" />\r
13     <bpmn2:exclusiveGateway id="IsVolumeGroupIdSpecified" name="Is volume_group_id specified?" default="SequenceFlow_11">\r
14       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
15       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
16       <bpmn2:outgoing>SequenceFlow_40</bpmn2:outgoing>\r
17     </bpmn2:exclusiveGateway>\r
18     <bpmn2:sequenceFlow id="SequenceFlow_11" name="no" sourceRef="IsVolumeGroupIdSpecified" targetRef="ExclusiveGateway_4" />\r
19     <bpmn2:callActivity id="ConfirmVolumeGroupTenant" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant">\r
20       <bpmn2:extensionElements>\r
21         <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId" />\r
22         <camunda:in source="DCVFM_tenantId" target="tenantId" />\r
23         <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion" />\r
24         <camunda:in source="mso-request-id" target="mso-request-id" />\r
25         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
27         <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId" />\r
28         <camunda:out source="WorkflowException" target="WorkflowException" />\r
29       </bpmn2:extensionElements>\r
30       <bpmn2:incoming>SequenceFlow_43</bpmn2:incoming>\r
31       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
32     </bpmn2:callActivity>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ConfirmVolumeGroupTenant" targetRef="IsVolumeGroupNameSpecified" />\r
34     <bpmn2:exclusiveGateway id="IsVolumeGroupNameSpecified" name="Is volume_group_name specified?" default="SequenceFlow_21">\r
35       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
36       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
37       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
38     </bpmn2:exclusiveGateway>\r
39     <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="IsVolumeGroupNameSpecified" targetRef="ConfirmVolumeName">\r
40       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupName") != null && execution.getVariable("DCVFM_volumeGroupName") != "" }]]></bpmn2:conditionExpression>\r
41     </bpmn2:sequenceFlow>\r
42     <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="IsVolumeGroupNameSpecified" targetRef="ExclusiveGateway_4" />\r
43     <bpmn2:callActivity id="ConfirmVolumeName" name="Confirm Volume Group Name" calledElement="ConfirmVolumeGroupName">\r
44       <bpmn2:extensionElements>\r
45         <camunda:in source="DCVFM_volumeGroupId" target="ConfirmVolumeGroupName_volumeGroupId" />\r
46         <camunda:in source="DCVFM_volumeGroupName" target="ConfirmVolumeGroupName_volumeGroupName" />\r
47         <camunda:in source="DCVFM_cloudRegionForVolume" target="ConfirmVolumeGroupName_aicCloudRegion" />\r
48         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
49         <camunda:out source="WorkflowException" target="WorkflowException" />\r
50         <camunda:out source="WorkflowResponse" target="DCVM_confirmResponse" />\r
51       </bpmn2:extensionElements>\r
52       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
53       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
54     </bpmn2:callActivity>\r
55     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ConfirmVolumeName" targetRef="ExclusiveGateway_4" />\r
56     <bpmn2:exclusiveGateway id="ExclusiveGateway_4">\r
57       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
58       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
59       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
60       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
61     </bpmn2:exclusiveGateway>\r
62     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_4" targetRef="CreateAAIVfModule" />\r
63     <bpmn2:callActivity id="CallSDNCAdapterVDModuleTopologyAssign" name="Call SDNC Adapter: VF Module Topology Assign" calledElement="sdncAdapter">\r
64       <bpmn2:extensionElements>\r
65         <camunda:in source="DCVFM_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />\r
66         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
67         <camunda:in source="mso-request-id" target="mso-request-id" />\r
68         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
69         <camunda:out source="WorkflowException" target="WorkflowException" />\r
70         <camunda:out source="sdncAdapterResponse" target="DCVFM_assignSDNCAdapterResponse" />\r
71         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />\r
72       </bpmn2:extensionElements>\r
73       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
74       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>\r
75     </bpmn2:callActivity>\r
76     <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="PostProcess SDNC Assign  Request" scriptFormat="groovy">\r
77       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>\r
78       <bpmn2:outgoing>SequenceFlow_1nh92s8</bpmn2:outgoing>\r
79       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
80 \r
81 String response = execution.getVariable("DCVFM_assignSDNCAdapterResponse")\r
82 \r
83 def doCreateVfModule = new DoCreateVfModule()\r
84 doCreateVfModule.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>\r
85     </bpmn2:scriptTask>\r
86     <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">\r
87       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
89       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
90 def doCreateVfModule = new DoCreateVfModule()\r
91 doCreateVfModule.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>\r
92     </bpmn2:scriptTask>\r
93     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterVDModuleTopologyAssign" />\r
94     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="CallSDNCAdapterVDModuleTopologyAssign" targetRef="PostProcessSDNCAssignRequest" />\r
95     <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC GET Request" scriptFormat="groovy">\r
96       <bpmn2:incoming>SequenceFlow_0p61zug</bpmn2:incoming>\r
97       <bpmn2:incoming>SequenceFlow_0aegg0r</bpmn2:incoming>\r
98       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
99       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
100 def doCreateVfModule = new DoCreateVfModule()\r
101 doCreateVfModule.preProcessSDNCGetRequest(execution, "vfmodule")]]></bpmn2:script>\r
102     </bpmn2:scriptTask>\r
103     <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyGET" name="Call SDNC Adapter: VF Module Topology GET" calledElement="sdncAdapter">\r
104       <bpmn2:extensionElements>\r
105         <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" />\r
106         <camunda:in source="mso-request-id" target="mso-request-id" />\r
107         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
108         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
109         <camunda:out source="WorkflowException" target="WorkflowException" />\r
110         <camunda:out source="sdncAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />\r
111         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />\r
112       </bpmn2:extensionElements>\r
113       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
114       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
115     </bpmn2:callActivity>\r
116     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVFModuleTopologyGET" />\r
117     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="CallSDNCAdapterVFModuleTopologyGET" targetRef="PostProcessSDNCGetRequest" />\r
118     <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC GET Request" scriptFormat="groovy">\r
119       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
120       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>\r
121       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
122 \r
123 String response = execution.getVariable("DCVFM_getSDNCAdapterResponse")\r
124 \r
125 def doCreateVfModule = new DoCreateVfModule()\r
126 doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>\r
127     </bpmn2:scriptTask>\r
128     <bpmn2:callActivity id="UpdateAAIVfModule_1" name="UpdateAAIVfModule" calledElement="UpdateAAIVfModule">\r
129       <bpmn2:extensionElements>\r
130         <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />\r
131         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
132         <camunda:out source="WorkflowException" target="WorkflowException" />\r
133         <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" />\r
134       </bpmn2:extensionElements>\r
135       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
136       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
137     </bpmn2:callActivity>\r
138     <bpmn2:scriptTask id="PreProcessUpdateAAIVfModule_1" name="PreProcess Update AAIVfModule" scriptFormat="groovy">\r
139       <bpmn2:incoming>SequenceFlow_1avfxsz</bpmn2:incoming>\r
140       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
141       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
142 def doCreateVfModule = new DoCreateVfModule()\r
143 doCreateVfModule.preProcessUpdateAAIVfModuleRequestOrch(execution)]]></bpmn2:script>\r
144     </bpmn2:scriptTask>\r
145     <bpmn2:scriptTask id="PreProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">\r
146       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
147       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
148       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
149 def doCreateVfModule = new DoCreateVfModule()\r
150 doCreateVfModule.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>\r
151     </bpmn2:scriptTask>\r
152     <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyActivate" name="Call SDNC Adapter: VF Module Topology Activate" calledElement="sdncAdapter">\r
153       <bpmn2:extensionElements>\r
154         <camunda:in source="DCVFM_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />\r
155         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
156         <camunda:in source="mso-request-id" target="mso-request-id" />\r
157         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
158         <camunda:out source="WorkflowException" target="WorkflowException" />\r
159         <camunda:out source="sdncAdapterResponse" target="DCVFM_activateSDNCAdapterResponse" />\r
160         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />\r
161       </bpmn2:extensionElements>\r
162       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
163       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
164     </bpmn2:callActivity>\r
165     <bpmn2:scriptTask id="PostProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">\r
166       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
167       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
168       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
169       \r
170       String response = execution.getVariable("DCVFM_activateSDNCAdapterResponse")\r
171       \r
172 def doCreateVfModule = new DoCreateVfModule()\r
173 doCreateVfModule.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>\r
174     </bpmn2:scriptTask>\r
175     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Is volume_group_id specified?" default="SequenceFlow_30">\r
176       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
177       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>\r
178       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
179     </bpmn2:exclusiveGateway>\r
180     <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6" />\r
181     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessUpdateAAIVfModule_1" targetRef="UpdateAAIVfModule_1" />\r
182     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="UpdateAAIVfModule_1" targetRef="PreProcessSDNCActivateRequest" />\r
183     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PreProcessSDNCActivateRequest" targetRef="CallSDNCAdapterVFModuleTopologyActivate" />\r
184     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="CallSDNCAdapterVFModuleTopologyActivate" targetRef="PostProcessSDNCActivateRequest" />\r
185     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PostProcessSDNCActivateRequest" targetRef="ExclusiveGateway_5" />\r
186     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="UpdateAndActivate">\r
187       <bpmn2:outgoing>SequenceFlow_0363dz7</bpmn2:outgoing>\r
188       <bpmn2:linkEventDefinition id="_LinkEventDefinition_30" name="UpdateAndActivate" />\r
189     </bpmn2:intermediateCatchEvent>\r
190     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Provision">\r
191       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
192       <bpmn2:linkEventDefinition id="_LinkEventDefinition_29" name="Provision" />\r
193     </bpmn2:intermediateCatchEvent>\r
194     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="IntermediateCatchEvent_2" targetRef="PreProcessSDNCAssignRequest" />\r
195     <bpmn2:scriptTask id="PrepareCreateAAIVfModuleVolumeGroupRequest" name="Prepare CreateAAIVfModuleVolumeGroup Request" scriptFormat="groovy">\r
196       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
197       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
198       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
199 def doCreateVfModule = new DoCreateVfModule()\r
200 doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)]]></bpmn2:script>\r
201     </bpmn2:scriptTask>\r
202     <bpmn2:callActivity id="CreateAAIVfModuleVolumeGroup" name="CreateAAIVfModuleVolumeGroup" calledElement="CreateAAIVfModuleVolumeGroup">\r
203       <bpmn2:extensionElements>\r
204         <camunda:in source="DCVFM_createAAIVfModuleVolumeGroupRequest" target="CreateAAIVfModuleVolumeGroupRequest" />\r
205         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
206         <camunda:out source="WorkflowException" target="WorkflowException" />\r
207         <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse" />\r
208       </bpmn2:extensionElements>\r
209       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
210       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
211     </bpmn2:callActivity>\r
212     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateAAIVfModuleVolumeGroup" targetRef="ExclusiveGateway_6" />\r
213     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PrepareCreateAAIVfModuleVolumeGroupRequest" targetRef="CreateAAIVfModuleVolumeGroup" />\r
214     <bpmn2:exclusiveGateway id="ExclusiveGateway_6">\r
215       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>\r
216       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
217       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
218     </bpmn2:exclusiveGateway>\r
219     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_setSuccess" />\r
220     <bpmn2:scriptTask id="PreProcessVNFAdapterRequest" name="PreProcess VNF Adapter Request" scriptFormat="groovy">\r
221       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>\r
222       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>\r
223       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
224 def doCreateVfModule = new DoCreateVfModule()\r
225 doCreateVfModule.preProcessVNFAdapterRequest(execution)]]></bpmn2:script>\r
226     </bpmn2:scriptTask>\r
227     <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="vnfAdapterRestV1">\r
228       <bpmn2:extensionElements>\r
229         <camunda:in source="DCVFM_createVnfARequest" target="vnfAdapterRestV1Request" />\r
230         <camunda:out source="vnfAdapterRestV1Response" target="DCVFM_createVnfAResponse" />\r
231         <camunda:in source="mso-request-id" target="mso-request-id" />\r
232         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
233         <camunda:in variables="all" />\r
234         <camunda:out source="WorkflowException" target="WorkflowException" />\r
235       </bpmn2:extensionElements>\r
236       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>\r
237       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>\r
238     </bpmn2:callActivity>\r
239     <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNF Adapter Request" scriptFormat="groovy">\r
240       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>\r
241       <bpmn2:outgoing>SequenceFlow_1ushk1d</bpmn2:outgoing>\r
242       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
243 def doCreateVfModule = new DoCreateVfModule()\r
244 doCreateVfModule.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>\r
245     </bpmn2:scriptTask>\r
246     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="To UpdateAndActivate">\r
247       <bpmn2:incoming>SequenceFlow_0xfanpi</bpmn2:incoming>\r
248       <bpmn2:incoming>SequenceFlow_0abffyj</bpmn2:incoming>\r
249       <bpmn2:linkEventDefinition id="_LinkEventDefinition_31" name="UpdateAndActivate" />\r
250     </bpmn2:intermediateThrowEvent>\r
251     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="PostProcessSDNCGetRequest" targetRef="PreProcessVNFAdapterRequest" />\r
252     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="PreProcessVNFAdapterRequest" targetRef="CallVNFAdapterVFModuleCreate" />\r
253     <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="CallVNFAdapterVFModuleCreate" targetRef="PostProcessVNFAdapterRequest" />\r
254     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="To Provision">\r
255       <bpmn2:incoming>SequenceFlow_0zcfn2x</bpmn2:incoming>\r
256       <bpmn2:incoming>SequenceFlow_170kw7h</bpmn2:incoming>\r
257       <bpmn2:linkEventDefinition id="_LinkEventDefinition_28" name="Provision" />\r
258     </bpmn2:intermediateThrowEvent>\r
259     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Need to query SDNC for VNF Topology?" default="SequenceFlow_0zcfn2x">\r
260       <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>\r
261       <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>\r
262       <bpmn2:outgoing>SequenceFlow_0zcfn2x</bpmn2:outgoing>\r
263       <bpmn2:outgoing>SequenceFlow_0m382su</bpmn2:outgoing>\r
264     </bpmn2:exclusiveGateway>\r
265     <bpmn2:scriptTask id="PostProcessCreateAAIVfModule" name="PostProcess CreateAAIVfModule" scriptFormat="groovy">\r
266       <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
267       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
268       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
269 def doCreateVfModule = new DoCreateVfModule()\r
270 doCreateVfModule.postProcessCreateAAIVfModule(execution)]]></bpmn2:script>\r
271     </bpmn2:scriptTask>\r
272     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="PostProcessCreateAAIVfModule" targetRef="IsBaseVfModule" />\r
273     <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_36">\r
274       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
275       <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>\r
276       <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>\r
277     </bpmn2:exclusiveGateway>\r
278     <bpmn2:sequenceFlow id="SequenceFlow_36" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule" />\r
279     <bpmn2:sequenceFlow id="SequenceFlow_39" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_2">\r
280       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>\r
281     </bpmn2:sequenceFlow>\r
282     <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy">\r
283       <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming>\r
284       <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>\r
285       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
286 def doCreateVfModule = new DoCreateVfModule()\r
287 doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>\r
288     </bpmn2:scriptTask>\r
289     <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_2" />\r
290     <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Set Success Indicator" scriptFormat="groovy">\r
291       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
292       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
293       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
294 def doCreateVfModule = new DoCreateVfModule()\r
295 doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script>\r
296     </bpmn2:scriptTask>\r
297     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_1" />\r
298     <bpmn2:endEvent id="EndEvent_1">\r
299       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
300       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_8" />\r
301     </bpmn2:endEvent>\r
302     <bpmn2:scriptTask id="QueryCloudRegion" name="Query Cloud Region" scriptFormat="groovy">\r
303       <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming>\r
304       <bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing>\r
305       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
306 def doCreateVfModule = new DoCreateVfModule()\r
307 return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script>\r
308     </bpmn2:scriptTask>\r
309     <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion">\r
310       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression>\r
311     </bpmn2:sequenceFlow>\r
312     <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant" />\r
313     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">\r
314       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
315       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
316       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
317 def doCreateVfModule = new DoCreateVfModule()\r
318 doCreateVfModule.preProcessRequest(execution)]]></bpmn2:script>\r
319     </bpmn2:scriptTask>\r
320     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="ExclusiveGateway_19933zh" />\r
321     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To DoCreateVfModule">\r
322       <bpmn2:incoming>SequenceFlow_1f53tby</bpmn2:incoming>\r
323       <bpmn2:incoming>SequenceFlow_0270n5c</bpmn2:incoming>\r
324       <bpmn2:linkEventDefinition id="_LinkEventDefinition_25" name="DoCreateVfModule" />\r
325     </bpmn2:intermediateThrowEvent>\r
326     <bpmn2:callActivity id="CreateAAIVfModule" name="CreateAAIVfModule" calledElement="CreateAAIVfModule">\r
327       <bpmn2:extensionElements>\r
328         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
329         <camunda:in source="isVidRequest" target="isVidRequest" />\r
330         <camunda:in source="DCVFM_vfModuleId" target="newVfModuleId" />\r
331         <camunda:out source="WorkflowException" target="WorkflowException" />\r
332         <camunda:out source="CreateAAIVfModuleResponse" target="DCVFM_createVfModuleResponse" />\r
333         <camunda:in source="DCVFM_vnfId" target="vnfId" />\r
334         <camunda:in source="DCVFM_vnfName" target="vnfName" />\r
335         <camunda:in source="DCVFM_vnfType" target="vnfType" />\r
336         <camunda:in source="DCVFM_serviceId" target="serviceId" />\r
337         <camunda:in source="DCVFM_personaModelId" target="personaModelId" />\r
338         <camunda:in source="DCVFM_isBaseVfModule" target="isBaseVfModule" />\r
339         <camunda:in source="DCVFM_vfModuleName" target="vfModuleName" />\r
340         <camunda:in source="DCVFM_vfModuleModelName" target="vfModuleModelName" />\r
341         <camunda:in source="DCVFM_personaModelVersion" target="personaModelVersion" />\r
342         <camunda:in source="DCVFM_modelCustomizationUuid" target="modelCustomizationId" />\r
343       </bpmn2:extensionElements>\r
344       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
345       <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
346     </bpmn2:callActivity>\r
347     <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="CreateAAIVfModule" targetRef="PostProcessCreateAAIVfModule" />\r
348     <bpmn2:exclusiveGateway id="ExclusiveGateway_183x8vk" name="need to create network policies in AAI?" default="SequenceFlow_0xfanpi">\r
349       <bpmn2:incoming>SequenceFlow_1ushk1d</bpmn2:incoming>\r
350       <bpmn2:outgoing>SequenceFlow_0ery1pk</bpmn2:outgoing>\r
351       <bpmn2:outgoing>SequenceFlow_0xfanpi</bpmn2:outgoing>\r
352     </bpmn2:exclusiveGateway>\r
353     <bpmn2:sequenceFlow id="SequenceFlow_1ushk1d" sourceRef="PostProcessVNFAdapterRequest" targetRef="ExclusiveGateway_183x8vk" />\r
354     <bpmn2:sequenceFlow id="SequenceFlow_0ery1pk" name="yes" sourceRef="ExclusiveGateway_183x8vk" targetRef="CreateNetworkPoliciesInAAI">\r
355       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList") != null && !execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList").isEmpty()]]></bpmn2:conditionExpression>\r
356     </bpmn2:sequenceFlow>\r
357     <bpmn2:sequenceFlow id="SequenceFlow_0xfanpi" name="no" sourceRef="ExclusiveGateway_183x8vk" targetRef="IntermediateThrowEvent_2" />\r
358     <bpmn2:sequenceFlow id="SequenceFlow_0abffyj" sourceRef="CreateNetworkPoliciesInAAI" targetRef="IntermediateThrowEvent_2" />\r
359     <bpmn2:scriptTask id="CreateNetworkPoliciesInAAI" name="Create Network Policies In AAI" scriptFormat="groovy">\r
360       <bpmn2:incoming>SequenceFlow_0ery1pk</bpmn2:incoming>\r
361       <bpmn2:outgoing>SequenceFlow_0abffyj</bpmn2:outgoing>\r
362       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
363 def doCreateVfModule = new DoCreateVfModule()\r
364 doCreateVfModule.createNetworkPoliciesInAAI(execution)]]></bpmn2:script>\r
365     </bpmn2:scriptTask>\r
366     <bpmn2:exclusiveGateway id="ExclusiveGateway_0f54imv" name="need to update VNF in AAI?" default="SequenceFlow_1k5uku2">\r
367       <bpmn2:incoming>SequenceFlow_0363dz7</bpmn2:incoming>\r
368       <bpmn2:outgoing>SequenceFlow_0bi38s7</bpmn2:outgoing>\r
369       <bpmn2:outgoing>SequenceFlow_1k5uku2</bpmn2:outgoing>\r
370     </bpmn2:exclusiveGateway>\r
371     <bpmn2:exclusiveGateway id="ExclusiveGateway_1edqxlf">\r
372       <bpmn2:incoming>SequenceFlow_112los9</bpmn2:incoming>\r
373       <bpmn2:incoming>SequenceFlow_1k5uku2</bpmn2:incoming>\r
374       <bpmn2:outgoing>SequenceFlow_1avfxsz</bpmn2:outgoing>\r
375     </bpmn2:exclusiveGateway>\r
376     <bpmn2:sequenceFlow id="SequenceFlow_0bi38s7" name="yes" sourceRef="ExclusiveGateway_0f54imv" targetRef="PreProcessUpdateAAIGenericVnf">\r
377       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[!execution.getVariable("DCVFM_oamManagementV4Address").isEmpty() || !execution.getVariable("DCVFM_oamManagementV6Address").isEmpty()]]></bpmn2:conditionExpression>\r
378     </bpmn2:sequenceFlow>\r
379     <bpmn2:sequenceFlow id="SequenceFlow_1qm81ym" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVNFTask" />\r
380     <bpmn2:sequenceFlow id="SequenceFlow_112los9" sourceRef="UpdateAAIGenericVNFTask" targetRef="ExclusiveGateway_1edqxlf" />\r
381     <bpmn2:sequenceFlow id="SequenceFlow_1k5uku2" name="no" sourceRef="ExclusiveGateway_0f54imv" targetRef="ExclusiveGateway_1edqxlf" />\r
382     <bpmn2:sequenceFlow id="SequenceFlow_1avfxsz" sourceRef="ExclusiveGateway_1edqxlf" targetRef="PreProcessUpdateAAIVfModule_1" />\r
383     <bpmn2:sequenceFlow id="SequenceFlow_0363dz7" sourceRef="IntermediateCatchEvent_3" targetRef="ExclusiveGateway_0f54imv" />\r
384     <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">\r
385       <bpmn2:incoming>SequenceFlow_0bi38s7</bpmn2:incoming>\r
386       <bpmn2:outgoing>SequenceFlow_1qm81ym</bpmn2:outgoing>\r
387       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
388 def doCreateVfModule = new DoCreateVfModule()\r
389 doCreateVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>\r
390     </bpmn2:scriptTask>\r
391     <bpmn2:callActivity id="UpdateAAIGenericVNFTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">\r
392       <bpmn2:extensionElements>\r
393         <camunda:in source="DCVM_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />\r
394         <camunda:in source="mso-request-id" target="mso-request-id" />\r
395         <camunda:in source="mso-service-id" target="mso-service-id" />\r
396         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
397         <camunda:out source="WorkflowException" target="WorkflowException" />\r
398       </bpmn2:extensionElements>\r
399       <bpmn2:incoming>SequenceFlow_1qm81ym</bpmn2:incoming>\r
400       <bpmn2:outgoing>SequenceFlow_112los9</bpmn2:outgoing>\r
401     </bpmn2:callActivity>\r
402     <bpmn2:sequenceFlow id="SequenceFlow_0zcfn2x" name="no" sourceRef="ExclusiveGateway_2" targetRef="IntermediateThrowEvent_3" />\r
403     <bpmn2:sequenceFlow id="SequenceFlow_0m382su" name="yes" sourceRef="ExclusiveGateway_2" targetRef="QueryVNF">\r
404       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_sdncVersion" ) == '1707'}]]></bpmn2:conditionExpression>\r
405     </bpmn2:sequenceFlow>\r
406     <bpmn2:sequenceFlow id="SequenceFlow_0g270u0" sourceRef="PreProcessSDNCVnfGetRequest" targetRef="CallSDNCAdapterVNFTopologyGET" />\r
407     <bpmn2:sequenceFlow id="SequenceFlow_1yrlvgb" sourceRef="CallSDNCAdapterVNFTopologyGET" targetRef="PostProcessSDNCVnfGetRequest" />\r
408     <bpmn2:scriptTask id="PreProcessSDNCVnfGetRequest" name="PreProcess SDNC VNF Topology GET Request" scriptFormat="groovy">\r
409       <bpmn2:incoming>SequenceFlow_0d00zqi</bpmn2:incoming>\r
410       <bpmn2:outgoing>SequenceFlow_0g270u0</bpmn2:outgoing>\r
411       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
412 def doCreateVfModule = new DoCreateVfModule()\r
413 doCreateVfModule.preProcessSDNCGetRequest(execution, 'vnf')]]></bpmn2:script>\r
414     </bpmn2:scriptTask>\r
415     <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGET" name="Call SDNC Adapter: VNF Topology GET" calledElement="sdncAdapter">\r
416       <bpmn2:extensionElements>\r
417         <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest" />\r
418         <camunda:in source="mso-request-id" target="mso-request-id" />\r
419         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
420         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
421         <camunda:out source="WorkflowException" target="WorkflowException" />\r
422         <camunda:out source="sdncAdapterResponse" target="DCVFM_getVnfSDNCAdapterResponse" />\r
423         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />\r
424       </bpmn2:extensionElements>\r
425       <bpmn2:incoming>SequenceFlow_0g270u0</bpmn2:incoming>\r
426       <bpmn2:outgoing>SequenceFlow_1yrlvgb</bpmn2:outgoing>\r
427     </bpmn2:callActivity>\r
428     <bpmn2:scriptTask id="PostProcessSDNCVnfGetRequest" name="PostProcess SDNC VNF Toplogy GET request" scriptFormat="groovy">\r
429       <bpmn2:incoming>SequenceFlow_1yrlvgb</bpmn2:incoming>\r
430       <bpmn2:outgoing>SequenceFlow_170kw7h</bpmn2:outgoing>\r
431       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
432 \r
433 String response = execution.getVariable("DCVFM_getVnfSDNCAdapterResponse")\r
434 \r
435 def doCreateVfModule = new DoCreateVfModule()\r
436 doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>\r
437     </bpmn2:scriptTask>\r
438     <bpmn2:sequenceFlow id="SequenceFlow_0d00zqi" sourceRef="QueryVNF" targetRef="PreProcessSDNCVnfGetRequest" />\r
439     <bpmn2:sequenceFlow id="SequenceFlow_170kw7h" sourceRef="PostProcessSDNCVnfGetRequest" targetRef="IntermediateThrowEvent_3" />\r
440     <bpmn2:callActivity id="QueryVNF" name="Query VNF" calledElement="GenericGetVnf">\r
441       <bpmn2:extensionElements>\r
442         <camunda:in source="DCVFM_vnfId" target="GENGV_vnfId" />\r
443         <camunda:in source="DCVFM_vnfTypeToQuery" target="GENGV_type" />\r
444         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
445         <camunda:out source="GENGV_vnf" target="DCVFM_vnfQueryResponse" />\r
446         <camunda:out source="WorkflowException" target="WorkflowException" />\r
447       </bpmn2:extensionElements>\r
448       <bpmn2:incoming>SequenceFlow_0m382su</bpmn2:incoming>\r
449       <bpmn2:outgoing>SequenceFlow_0d00zqi</bpmn2:outgoing>\r
450     </bpmn2:callActivity>\r
451     <bpmn2:sequenceFlow id="SequenceFlow_1f53tby" sourceRef="Task_0kuj2a1" targetRef="IntermediateThrowEvent_1" />\r
452     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ffvqla" name="Is vf_module_name specified?" default="SequenceFlow_0270n5c">\r
453       <bpmn2:incoming>SequenceFlow_1y1ttqe</bpmn2:incoming>\r
454       <bpmn2:incoming>SequenceFlow_0lilmm3</bpmn2:incoming>\r
455       <bpmn2:outgoing>SequenceFlow_0270n5c</bpmn2:outgoing>\r
456       <bpmn2:outgoing>SequenceFlow_05og7iw</bpmn2:outgoing>\r
457     </bpmn2:exclusiveGateway>\r
458     <bpmn2:sequenceFlow id="SequenceFlow_0270n5c" name="yes" sourceRef="ExclusiveGateway_0ffvqla" targetRef="IntermediateThrowEvent_1" />\r
459     <bpmn2:sequenceFlow id="SequenceFlow_05og7iw" name="no" sourceRef="ExclusiveGateway_0ffvqla" targetRef="Task_0kuj2a1">\r
460       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_vfModuleName") == null}]]></bpmn2:conditionExpression>\r
461     </bpmn2:sequenceFlow>\r
462     <bpmn2:callActivity id="Task_0kuj2a1" name="Generate VF Module Name" calledElement="GenerateVfModuleName">\r
463       <bpmn2:extensionElements>\r
464         <camunda:in source="DCVFM_vnfId" target="vnfId" />\r
465         <camunda:in source="DCVFM_vnfName" target="vnfName" />\r
466         <camunda:in source="DCVFM_vfModuleLabel" target="vfModuleLabel" />\r
467         <camunda:in source="DCVFM_pesonaModelId" target="personaModelId" />\r
468         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
469         <camunda:out source="WorkflowException" target="WorkflowException" />\r
470         <camunda:out source="vfModuleName" target="DCVFM_vfModuleName" />\r
471       </bpmn2:extensionElements>\r
472       <bpmn2:incoming>SequenceFlow_05og7iw</bpmn2:incoming>\r
473       <bpmn2:outgoing>SequenceFlow_1f53tby</bpmn2:outgoing>\r
474     </bpmn2:callActivity>\r
475     <bpmn2:subProcess id="SubProcess_0ltzufk" name="Sub-process for Application Errors" triggeredByEvent="true">\r
476       <bpmn2:startEvent id="StartEvent_18lzc5m">\r
477         <bpmn2:outgoing>SequenceFlow_02lc25j</bpmn2:outgoing>\r
478         <bpmn2:errorEventDefinition errorRef="Error_1" />\r
479       </bpmn2:startEvent>\r
480       <bpmn2:endEvent id="EndEvent_0wsdptv">\r
481         <bpmn2:incoming>SequenceFlow_0z2rczk</bpmn2:incoming>\r
482         <bpmn2:incoming>SequenceFlow_1pgo10r</bpmn2:incoming>\r
483       </bpmn2:endEvent>\r
484       <bpmn2:callActivity id="CallDoCreateVfModuleRollback" name="Call DoCreateVfModuleRollback" calledElement="DoCreateVfModuleRollback">\r
485         <bpmn2:extensionElements>\r
486           <camunda:in source="rollbackData" target="rollbackData" />\r
487           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
488           <camunda:in source="isVidRequest" target="isVidRequest" />\r
489           <camunda:out source="rolledBack" target="rolledBack" />\r
490           <camunda:out source="rollbackError" target="rollbackError" />\r
491           <camunda:in source="disableRollback" target="disableRollback" />\r
492           <camunda:in source="sdncVersion" target="sdncVersion" />\r
493           <camunda:in source="DCVFM_aLaCarte" target="aLaCarte" />\r
494         </bpmn2:extensionElements>\r
495         <bpmn2:incoming>SequenceFlow_1i1q78e</bpmn2:incoming>\r
496         <bpmn2:outgoing>SequenceFlow_0112l2c</bpmn2:outgoing>\r
497       </bpmn2:callActivity>\r
498       <bpmn2:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">\r
499         <bpmn2:incoming>SequenceFlow_04bd5in</bpmn2:incoming>\r
500         <bpmn2:outgoing>SequenceFlow_1i1q78e</bpmn2:outgoing>\r
501         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
502 def doCreateVfModule = new DoCreateVfModule()\r
503 doCreateVfModule.preProcessRollback(execution)]]></bpmn2:script>\r
504       </bpmn2:scriptTask>\r
505       <bpmn2:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">\r
506         <bpmn2:incoming>SequenceFlow_0112l2c</bpmn2:incoming>\r
507         <bpmn2:outgoing>SequenceFlow_0z2rczk</bpmn2:outgoing>\r
508         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
509 def doCreateVfModule = new DoCreateVfModule()\r
510 doCreateVfModule.postProcessRollback(execution)]]></bpmn2:script>\r
511       </bpmn2:scriptTask>\r
512       <bpmn2:sequenceFlow id="SequenceFlow_02lc25j" sourceRef="StartEvent_18lzc5m" targetRef="ExclusiveGateway_039bib8" />\r
513       <bpmn2:sequenceFlow id="SequenceFlow_0z2rczk" sourceRef="PostProcessRollback" targetRef="EndEvent_0wsdptv" />\r
514       <bpmn2:sequenceFlow id="SequenceFlow_1i1q78e" sourceRef="PreProcessRollback" targetRef="CallDoCreateVfModuleRollback" />\r
515       <bpmn2:sequenceFlow id="SequenceFlow_0112l2c" sourceRef="CallDoCreateVfModuleRollback" targetRef="PostProcessRollback" />\r
516       <bpmn2:exclusiveGateway id="ExclusiveGateway_039bib8" name="Disable Rollback?" default="SequenceFlow_04bd5in">\r
517         <bpmn2:incoming>SequenceFlow_02lc25j</bpmn2:incoming>\r
518         <bpmn2:outgoing>SequenceFlow_04bd5in</bpmn2:outgoing>\r
519         <bpmn2:outgoing>SequenceFlow_1nh7m8d</bpmn2:outgoing>\r
520       </bpmn2:exclusiveGateway>\r
521       <bpmn2:sequenceFlow id="SequenceFlow_04bd5in" name="no" sourceRef="ExclusiveGateway_039bib8" targetRef="PreProcessRollback" />\r
522       <bpmn2:sequenceFlow id="SequenceFlow_1nh7m8d" name="yes" sourceRef="ExclusiveGateway_039bib8" targetRef="Task_1fm09pi">\r
523         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback" )  == true}]]></bpmn2:conditionExpression>\r
524       </bpmn2:sequenceFlow>\r
525       <bpmn2:scriptTask id="Task_1fm09pi" name="Process Error" scriptFormat="groovy">\r
526         <bpmn2:incoming>SequenceFlow_1nh7m8d</bpmn2:incoming>\r
527         <bpmn2:outgoing>SequenceFlow_1pgo10r</bpmn2:outgoing>\r
528         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
529 def doCreateVfModule = new DoCreateVfModule()\r
530 doCreateVfModule.processBPMNException(execution)]]></bpmn2:script>\r
531       </bpmn2:scriptTask>\r
532       <bpmn2:sequenceFlow id="SequenceFlow_1pgo10r" sourceRef="Task_1fm09pi" targetRef="EndEvent_0wsdptv" />\r
533     </bpmn2:subProcess>\r
534     <bpmn2:exclusiveGateway id="ExclusiveGateway_0jw7ymg" name="Is 2 Phased Design?" default="SequenceFlow_006rnym">\r
535       <bpmn2:incoming>SequenceFlow_0cc17yk</bpmn2:incoming>\r
536       <bpmn2:outgoing>SequenceFlow_17cp3tn</bpmn2:outgoing>\r
537       <bpmn2:outgoing>SequenceFlow_006rnym</bpmn2:outgoing>\r
538     </bpmn2:exclusiveGateway>\r
539     <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest">\r
540       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression>\r
541     </bpmn2:sequenceFlow>\r
542     <bpmn2:exclusiveGateway id="ExclusiveGateway_19933zh" name="Is aLaCarte?" default="SequenceFlow_1y1ttqe">\r
543       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
544       <bpmn2:outgoing>SequenceFlow_1y1ttqe</bpmn2:outgoing>\r
545       <bpmn2:outgoing>SequenceFlow_1y8q87e</bpmn2:outgoing>\r
546     </bpmn2:exclusiveGateway>\r
547     <bpmn2:sequenceFlow id="SequenceFlow_1y1ttqe" name="no" sourceRef="ExclusiveGateway_19933zh" targetRef="ExclusiveGateway_0ffvqla" />\r
548     <bpmn2:exclusiveGateway id="ExclusiveGateway_02fd6gx" name="Is already PendingActivation or Assigned?" default="SequenceFlow_0lilmm3">\r
549       <bpmn2:incoming>SequenceFlow_1sf1091</bpmn2:incoming>\r
550       <bpmn2:outgoing>SequenceFlow_0lilmm3</bpmn2:outgoing>\r
551       <bpmn2:outgoing>SequenceFlow_15i583d</bpmn2:outgoing>\r
552     </bpmn2:exclusiveGateway>\r
553     <bpmn2:sequenceFlow id="SequenceFlow_0lilmm3" name="no" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_0ffvqla" />\r
554     <bpmn2:sequenceFlow id="SequenceFlow_1y8q87e" name="yes" sourceRef="ExclusiveGateway_19933zh" targetRef="Task_14n44kb">\r
555       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_aLaCarte") == true]]></bpmn2:conditionExpression>\r
556     </bpmn2:sequenceFlow>\r
557     <bpmn2:sequenceFlow id="SequenceFlow_1sf1091" sourceRef="Task_14n44kb" targetRef="ExclusiveGateway_02fd6gx" />\r
558     <bpmn2:sequenceFlow id="SequenceFlow_17cp3tn" name="yes" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_0kqh1of">\r
559       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_twoPhaseDesign") == true]]></bpmn2:conditionExpression>\r
560     </bpmn2:sequenceFlow>\r
561     <bpmn2:endEvent id="EndEvent_0pd6bbj">\r
562       <bpmn2:incoming>SequenceFlow_00bh7m7</bpmn2:incoming>\r
563       <bpmn2:terminateEventDefinition />\r
564     </bpmn2:endEvent>\r
565     <bpmn2:sequenceFlow id="SequenceFlow_15i583d" name="yes" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_1f6x9ii">\r
566       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_orchestrationStatus") == "PendingActivation" || execution.getVariable("DCVFM_orchestrationStatus") == "Assigned"]]></bpmn2:conditionExpression>\r
567     </bpmn2:sequenceFlow>\r
568     <bpmn2:exclusiveGateway id="ExclusiveGateway_0gsliyw" name="Is aLaCarte?" default="SequenceFlow_1iyt5i4">\r
569       <bpmn2:incoming>SequenceFlow_1nh92s8</bpmn2:incoming>\r
570       <bpmn2:outgoing>SequenceFlow_16mgvsd</bpmn2:outgoing>\r
571       <bpmn2:outgoing>SequenceFlow_1iyt5i4</bpmn2:outgoing>\r
572     </bpmn2:exclusiveGateway>\r
573     <bpmn2:sequenceFlow id="SequenceFlow_16mgvsd" name="yes" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_08tnqe1">\r
574       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_aLaCarte") == true]]></bpmn2:conditionExpression>\r
575     </bpmn2:sequenceFlow>\r
576     <bpmn2:sequenceFlow id="SequenceFlow_1nh92s8" sourceRef="PostProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0gsliyw" />\r
577     <bpmn2:sequenceFlow id="SequenceFlow_0cc17yk" sourceRef="Task_08tnqe1" targetRef="ExclusiveGateway_0jw7ymg" />\r
578     <bpmn2:sequenceFlow id="SequenceFlow_1iyt5i4" name="no" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_19zw1li" />\r
579     <bpmn2:sequenceFlow id="SequenceFlow_006rnym" name="no" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_19zw1li" />\r
580     <bpmn2:sequenceFlow id="SequenceFlow_0ynd0iy" sourceRef="Task_0kqh1of" targetRef="Task_08z2aai" />\r
581     <bpmn2:sequenceFlow id="SequenceFlow_00bh7m7" sourceRef="Task_16p51r4" targetRef="EndEvent_0pd6bbj" />\r
582     <bpmn2:sequenceFlow id="SequenceFlow_1mnipp8" sourceRef="Task_08z2aai" targetRef="Task_16p51r4" />\r
583     <bpmn2:callActivity id="Task_08z2aai" name="Update AAI VF Module PendingActivation" calledElement="UpdateAAIVfModule">\r
584       <bpmn2:extensionElements>\r
585         <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />\r
586         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
587         <camunda:out source="WorkflowException" target="WorkflowException" />\r
588         <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" />\r
589       </bpmn2:extensionElements>\r
590       <bpmn2:incoming>SequenceFlow_0ynd0iy</bpmn2:incoming>\r
591       <bpmn2:outgoing>SequenceFlow_1mnipp8</bpmn2:outgoing>\r
592     </bpmn2:callActivity>\r
593     <bpmn2:scriptTask id="Task_0kqh1of" name="PrepareUpdateAAIVfModulePendingActivation" scriptFormat="groovy">\r
594       <bpmn2:incoming>SequenceFlow_17cp3tn</bpmn2:incoming>\r
595       <bpmn2:outgoing>SequenceFlow_0ynd0iy</bpmn2:outgoing>\r
596       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
597 def doCreateVfModule = new DoCreateVfModule()\r
598 doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'PendingActivation')]]></bpmn2:script>\r
599     </bpmn2:scriptTask>\r
600     <bpmn2:scriptTask id="Task_08tnqe1" name="Query Catalog DB" scriptFormat="groovy">\r
601       <bpmn2:incoming>SequenceFlow_16mgvsd</bpmn2:incoming>\r
602       <bpmn2:outgoing>SequenceFlow_0cc17yk</bpmn2:outgoing>\r
603       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
604 def doCreateVfModule = new DoCreateVfModule()\r
605 doCreateVfModule.queryCatalogDB(execution)]]></bpmn2:script>\r
606     </bpmn2:scriptTask>\r
607     <bpmn2:scriptTask id="Task_14n44kb" name="Query AAI for Orchestration Status" scriptFormat="groovy">\r
608       <bpmn2:incoming>SequenceFlow_1y8q87e</bpmn2:incoming>\r
609       <bpmn2:outgoing>SequenceFlow_1sf1091</bpmn2:outgoing>\r
610       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
611 def doCreateVfModule = new DoCreateVfModule()\r
612 doCreateVfModule.queryAAIVfModuleForStatus(execution)]]></bpmn2:script>\r
613     </bpmn2:scriptTask>\r
614     <bpmn2:scriptTask id="Task_16p51r4" name="Set Success Indicator 1st Phase" scriptFormat="groovy">\r
615       <bpmn2:incoming>SequenceFlow_1mnipp8</bpmn2:incoming>\r
616       <bpmn2:outgoing>SequenceFlow_00bh7m7</bpmn2:outgoing>\r
617       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
618 def doCreateVfModule = new DoCreateVfModule()\r
619 doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script>\r
620     </bpmn2:scriptTask>\r
621     <bpmn2:exclusiveGateway id="ExclusiveGateway_1f6x9ii" name="Is volume_group_id specified for stage 2?" default="SequenceFlow_0tfrcnc">\r
622       <bpmn2:incoming>SequenceFlow_15i583d</bpmn2:incoming>\r
623       <bpmn2:outgoing>SequenceFlow_0tfrcnc</bpmn2:outgoing>\r
624       <bpmn2:outgoing>SequenceFlow_0oadvvx</bpmn2:outgoing>\r
625     </bpmn2:exclusiveGateway>\r
626     <bpmn2:sequenceFlow id="SequenceFlow_0tfrcnc" name="no" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="ExclusiveGateway_09r5rvt" />\r
627     <bpmn2:sequenceFlow id="SequenceFlow_0oadvvx" name="yes" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="Task_0dx8gpp">\r
628       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFM_volumeGroupId") != null && execution.getVariable("DCVFM_volumeGroupId") != "" }]]></bpmn2:conditionExpression>\r
629     </bpmn2:sequenceFlow>\r
630     <bpmn2:exclusiveGateway id="ExclusiveGateway_09r5rvt">\r
631       <bpmn2:incoming>SequenceFlow_0tfrcnc</bpmn2:incoming>\r
632       <bpmn2:incoming>SequenceFlow_0c6p4aa</bpmn2:incoming>\r
633       <bpmn2:outgoing>SequenceFlow_1qzw172</bpmn2:outgoing>\r
634     </bpmn2:exclusiveGateway>\r
635     <bpmn2:sequenceFlow id="SequenceFlow_1qzw172" sourceRef="ExclusiveGateway_09r5rvt" targetRef="ExclusiveGateway_04msdir" />\r
636     <bpmn2:sequenceFlow id="SequenceFlow_03batve" sourceRef="Task_0dx8gpp" targetRef="Task_0e8s9xm" />\r
637     <bpmn2:sequenceFlow id="SequenceFlow_0c6p4aa" sourceRef="Task_0e8s9xm" targetRef="ExclusiveGateway_09r5rvt" />\r
638     <bpmn2:exclusiveGateway id="ExclusiveGateway_04msdir" name="Is Base VF Module for stage 2?" default="SequenceFlow_0p3cspl">\r
639       <bpmn2:incoming>SequenceFlow_1qzw172</bpmn2:incoming>\r
640       <bpmn2:outgoing>SequenceFlow_0xed5sn</bpmn2:outgoing>\r
641       <bpmn2:outgoing>SequenceFlow_0p3cspl</bpmn2:outgoing>\r
642     </bpmn2:exclusiveGateway>\r
643     <bpmn2:sequenceFlow id="SequenceFlow_0xed5sn" name="yes" sourceRef="ExclusiveGateway_04msdir" targetRef="ExclusiveGateway_1biy4yg">\r
644       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>\r
645     </bpmn2:sequenceFlow>\r
646     <bpmn2:sequenceFlow id="SequenceFlow_0p3cspl" name="no" sourceRef="ExclusiveGateway_04msdir" targetRef="Task_0cdjxcd" />\r
647     <bpmn2:exclusiveGateway id="ExclusiveGateway_1biy4yg">\r
648       <bpmn2:incoming>SequenceFlow_0xed5sn</bpmn2:incoming>\r
649       <bpmn2:incoming>SequenceFlow_1k7xbcu</bpmn2:incoming>\r
650       <bpmn2:outgoing>SequenceFlow_0p61zug</bpmn2:outgoing>\r
651     </bpmn2:exclusiveGateway>\r
652     <bpmn2:sequenceFlow id="SequenceFlow_0p61zug" sourceRef="ExclusiveGateway_1biy4yg" targetRef="PreProcessSDNCGetRequest" />\r
653     <bpmn2:sequenceFlow id="SequenceFlow_1k7xbcu" sourceRef="Task_0cdjxcd" targetRef="ExclusiveGateway_1biy4yg" />\r
654     <bpmn2:scriptTask id="Task_0dx8gpp" name="Query Cloud Region For Stage 2" scriptFormat="groovy">\r
655       <bpmn2:incoming>SequenceFlow_0oadvvx</bpmn2:incoming>\r
656       <bpmn2:outgoing>SequenceFlow_03batve</bpmn2:outgoing>\r
657       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
658 def doCreateVfModule = new DoCreateVfModule()\r
659 return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script>\r
660     </bpmn2:scriptTask>\r
661     <bpmn2:callActivity id="Task_0e8s9xm" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant">\r
662       <bpmn2:extensionElements>\r
663         <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId" />\r
664         <camunda:in source="DCVFM_tenantId" target="tenantId" />\r
665         <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion" />\r
666         <camunda:in source="mso-request-id" target="mso-request-id" />\r
667         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />\r
668         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
669         <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId" />\r
670         <camunda:out source="WorkflowException" target="WorkflowException" />\r
671       </bpmn2:extensionElements>\r
672       <bpmn2:incoming>SequenceFlow_03batve</bpmn2:incoming>\r
673       <bpmn2:outgoing>SequenceFlow_0c6p4aa</bpmn2:outgoing>\r
674     </bpmn2:callActivity>\r
675     <bpmn2:scriptTask id="Task_0cdjxcd" name="Query AAI Vf Module for Stage 2" scriptFormat="groovy">\r
676       <bpmn2:incoming>SequenceFlow_0p3cspl</bpmn2:incoming>\r
677       <bpmn2:outgoing>SequenceFlow_1k7xbcu</bpmn2:outgoing>\r
678       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
679 def doCreateVfModule = new DoCreateVfModule()\r
680 doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>\r
681     </bpmn2:scriptTask>\r
682     <bpmn2:scriptTask id="Task_19zw1li" name="PrepareUpdateAAIVfModuleAssign" scriptFormat="groovy">\r
683       <bpmn2:incoming>SequenceFlow_006rnym</bpmn2:incoming>\r
684       <bpmn2:incoming>SequenceFlow_1iyt5i4</bpmn2:incoming>\r
685       <bpmn2:outgoing>SequenceFlow_0thm33s</bpmn2:outgoing>\r
686       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
687 def doCreateVfModule = new DoCreateVfModule()\r
688 doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'Assigned')]]></bpmn2:script>\r
689     </bpmn2:scriptTask>\r
690     <bpmn2:callActivity id="Task_01b1fio" name="Update AAI VF Module Assigned" calledElement="UpdateAAIVfModule">\r
691       <bpmn2:extensionElements>\r
692         <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />\r
693         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />\r
694         <camunda:out source="WorkflowException" target="WorkflowException" />\r
695         <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" />\r
696       </bpmn2:extensionElements>\r
697       <bpmn2:incoming>SequenceFlow_0thm33s</bpmn2:incoming>\r
698       <bpmn2:outgoing>SequenceFlow_0aegg0r</bpmn2:outgoing>\r
699     </bpmn2:callActivity>\r
700     <bpmn2:sequenceFlow id="SequenceFlow_0thm33s" sourceRef="Task_19zw1li" targetRef="Task_01b1fio" />\r
701     <bpmn2:sequenceFlow id="SequenceFlow_0aegg0r" sourceRef="Task_01b1fio" targetRef="PreProcessSDNCGetRequest" />\r
702   </bpmn2:process>\r
703   <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest" />\r
704   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />\r
705   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
706     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule">\r
707       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">\r
708         <dc:Bounds x="38" y="153" width="36" height="36" />\r
709         <bpmndi:BPMNLabel>\r
710           <dc:Bounds x="44" y="189" width="23" height="12" />\r
711         </bpmndi:BPMNLabel>\r
712       </bpmndi:BPMNShape>\r
713       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">\r
714         <di:waypoint xsi:type="dc:Point" x="74" y="171" />\r
715         <di:waypoint xsi:type="dc:Point" x="147" y="171" />\r
716         <bpmndi:BPMNLabel>\r
717           <dc:Bounds x="99" y="171" width="0" height="0" />\r
718         </bpmndi:BPMNLabel>\r
719       </bpmndi:BPMNEdge>\r
720       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">\r
721         <dc:Bounds x="147" y="131" width="100" height="80" />\r
722       </bpmndi:BPMNShape>\r
723       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1">\r
724         <dc:Bounds x="36" y="376" width="36" height="36" />\r
725         <bpmndi:BPMNLabel>\r
726           <dc:Bounds x="0" y="417" width="114" height="22" />\r
727         </bpmndi:BPMNLabel>\r
728       </bpmndi:BPMNShape>\r
729       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1">\r
730         <dc:Bounds x="828" y="153" width="36" height="36" />\r
731         <bpmndi:BPMNLabel>\r
732           <dc:Bounds x="869" y="173" width="86" height="36" />\r
733         </bpmndi:BPMNLabel>\r
734       </bpmndi:BPMNShape>\r
735       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign">\r
736         <dc:Bounds x="266" y="672" width="121" height="94" />\r
737       </bpmndi:BPMNShape>\r
738       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET">\r
739         <dc:Bounds x="254" y="1029" width="133" height="97" />\r
740       </bpmndi:BPMNShape>\r
741       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true">\r
742         <dc:Bounds x="144" y="368" width="50" height="50" />\r
743         <bpmndi:BPMNLabel>\r
744           <dc:Bounds x="89" y="347" width="178" height="22" />\r
745         </bpmndi:BPMNLabel>\r
746       </bpmndi:BPMNShape>\r
747       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant">\r
748         <dc:Bounds x="209" y="528" width="118" height="89" />\r
749       </bpmndi:BPMNShape>\r
750       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">\r
751         <dc:Bounds x="559" y="368" width="50" height="50" />\r
752         <bpmndi:BPMNLabel>\r
753           <dc:Bounds x="584" y="423" width="0" height="0" />\r
754         </bpmndi:BPMNLabel>\r
755       </bpmndi:BPMNShape>\r
756       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91">\r
757         <di:waypoint xsi:type="dc:Point" x="194" y="393" />\r
758         <di:waypoint xsi:type="dc:Point" x="559" y="393" />\r
759         <bpmndi:BPMNLabel>\r
760           <dc:Bounds x="209" y="393" width="20" height="22" />\r
761         </bpmndi:BPMNLabel>\r
762       </bpmndi:BPMNEdge>\r
763       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate">\r
764         <dc:Bounds x="746" y="1031" width="121" height="97" />\r
765       </bpmndi:BPMNShape>\r
766       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1">\r
767         <dc:Bounds x="717" y="1211" width="117" height="97" />\r
768       </bpmndi:BPMNShape>\r
769       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate">\r
770         <dc:Bounds x="1039" y="1209" width="119" height="99" />\r
771       </bpmndi:BPMNShape>\r
772       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">\r
773         <dc:Bounds x="1384" y="1234" width="50" height="50" />\r
774         <bpmndi:BPMNLabel>\r
775           <dc:Bounds x="1381" y="1206" width="86" height="36" />\r
776         </bpmndi:BPMNLabel>\r
777       </bpmndi:BPMNShape>\r
778       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup">\r
779         <dc:Bounds x="1688" y="1204" width="121" height="112" />\r
780       </bpmndi:BPMNShape>\r
781       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">\r
782         <dc:Bounds x="1813" y="1072" width="50" height="50" />\r
783         <bpmndi:BPMNLabel>\r
784           <dc:Bounds x="1838" y="1127" width="0" height="0" />\r
785         </bpmndi:BPMNLabel>\r
786       </bpmndi:BPMNShape>\r
787       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93">\r
788         <di:waypoint xsi:type="dc:Point" x="1808" y="1260" />\r
789         <di:waypoint xsi:type="dc:Point" x="1838" y="1260" />\r
790         <di:waypoint xsi:type="dc:Point" x="1838" y="1162" />\r
791         <di:waypoint xsi:type="dc:Point" x="1838" y="1122" />\r
792         <bpmndi:BPMNLabel>\r
793           <dc:Bounds x="1834" y="1260" width="0" height="0" />\r
794         </bpmndi:BPMNLabel>\r
795       </bpmndi:BPMNEdge>\r
796       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93">\r
797         <di:waypoint xsi:type="dc:Point" x="1409" y="1234" />\r
798         <di:waypoint xsi:type="dc:Point" x="1409" y="1097" />\r
799         <di:waypoint xsi:type="dc:Point" x="1813" y="1097" />\r
800         <bpmndi:BPMNLabel>\r
801           <dc:Bounds x="1419" y="1143.6746987951808" width="12" height="12" />\r
802         </bpmndi:BPMNLabel>\r
803       </bpmndi:BPMNEdge>\r
804       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90">\r
805         <di:waypoint xsi:type="dc:Point" x="72" y="394" />\r
806         <di:waypoint xsi:type="dc:Point" x="120" y="394" />\r
807         <di:waypoint xsi:type="dc:Point" x="120" y="393" />\r
808         <di:waypoint xsi:type="dc:Point" x="144" y="393" />\r
809         <bpmndi:BPMNLabel>\r
810           <dc:Bounds x="117" y="394" width="6" height="6" />\r
811         </bpmndi:BPMNLabel>\r
812       </bpmndi:BPMNEdge>\r
813       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true">\r
814         <dc:Bounds x="360" y="547" width="50" height="50" />\r
815         <bpmndi:BPMNLabel>\r
816           <dc:Bounds x="309" y="496" width="200" height="22" />\r
817         </bpmndi:BPMNLabel>\r
818       </bpmndi:BPMNShape>\r
819       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101">\r
820         <di:waypoint xsi:type="dc:Point" x="327" y="572" />\r
821         <di:waypoint xsi:type="dc:Point" x="360" y="572" />\r
822         <bpmndi:BPMNLabel>\r
823           <dc:Bounds x="338" y="572" width="6" height="6" />\r
824         </bpmndi:BPMNLabel>\r
825       </bpmndi:BPMNEdge>\r
826       <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName">\r
827         <dc:Bounds x="453" y="528" width="109" height="89" />\r
828       </bpmndi:BPMNShape>\r
829       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3">\r
830         <di:waypoint xsi:type="dc:Point" x="410" y="572" />\r
831         <di:waypoint xsi:type="dc:Point" x="453" y="572" />\r
832         <bpmndi:BPMNLabel>\r
833           <dc:Bounds x="410" y="576" width="27" height="22" />\r
834         </bpmndi:BPMNLabel>\r
835       </bpmndi:BPMNEdge>\r
836       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91">\r
837         <di:waypoint xsi:type="dc:Point" x="385" y="547" />\r
838         <di:waypoint xsi:type="dc:Point" x="385" y="393" />\r
839         <di:waypoint xsi:type="dc:Point" x="559" y="393" />\r
840         <bpmndi:BPMNLabel>\r
841           <dc:Bounds x="392" y="450" width="20" height="22" />\r
842         </bpmndi:BPMNLabel>\r
843       </bpmndi:BPMNEdge>\r
844       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91">\r
845         <di:waypoint xsi:type="dc:Point" x="561" y="572" />\r
846         <di:waypoint xsi:type="dc:Point" x="584" y="572" />\r
847         <di:waypoint xsi:type="dc:Point" x="584" y="418" />\r
848         <bpmndi:BPMNLabel>\r
849           <dc:Bounds x="581" y="492" width="6" height="6" />\r
850         </bpmndi:BPMNLabel>\r
851       </bpmndi:BPMNEdge>\r
852       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_IntermediateThrowEvent_22">\r
853         <di:waypoint xsi:type="dc:Point" x="247" y="171" />\r
854         <di:waypoint xsi:type="dc:Point" x="302" y="171" />\r
855         <bpmndi:BPMNLabel>\r
856           <dc:Bounds x="275" y="156" width="0" height="0" />\r
857         </bpmndi:BPMNLabel>\r
858       </bpmndi:BPMNEdge>\r
859       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156">\r
860         <di:waypoint xsi:type="dc:Point" x="609" y="393" />\r
861         <di:waypoint xsi:type="dc:Point" x="628" y="393" />\r
862         <di:waypoint xsi:type="dc:Point" x="628" y="394" />\r
863         <di:waypoint xsi:type="dc:Point" x="696" y="394" />\r
864         <bpmndi:BPMNLabel>\r
865           <dc:Bounds x="636" y="394" width="0" height="0" />\r
866         </bpmndi:BPMNLabel>\r
867       </bpmndi:BPMNEdge>\r
868       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest">\r
869         <dc:Bounds x="109" y="674" width="121" height="94" />\r
870       </bpmndi:BPMNShape>\r
871       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest">\r
872         <dc:Bounds x="435" y="674" width="121" height="94" />\r
873       </bpmndi:BPMNShape>\r
874       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3">\r
875         <dc:Bounds x="2193" y="376" width="36" height="36" />\r
876         <bpmndi:BPMNLabel>\r
877           <dc:Bounds x="2181" y="417" width="60" height="12" />\r
878         </bpmndi:BPMNLabel>\r
879       </bpmndi:BPMNShape>\r
880       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2">\r
881         <dc:Bounds x="24" y="706" width="36" height="36" />\r
882         <bpmndi:BPMNLabel>\r
883           <dc:Bounds x="13" y="747" width="58" height="22" />\r
884         </bpmndi:BPMNLabel>\r
885       </bpmndi:BPMNShape>\r
886       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178">\r
887         <di:waypoint xsi:type="dc:Point" x="60" y="724" />\r
888         <di:waypoint xsi:type="dc:Point" x="81" y="724" />\r
889         <di:waypoint xsi:type="dc:Point" x="81" y="721" />\r
890         <di:waypoint xsi:type="dc:Point" x="109" y="721" />\r
891         <bpmndi:BPMNLabel>\r
892           <dc:Bounds x="78" y="722" width="6" height="6" />\r
893         </bpmndi:BPMNLabel>\r
894       </bpmndi:BPMNEdge>\r
895       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157">\r
896         <di:waypoint xsi:type="dc:Point" x="229" y="721" />\r
897         <di:waypoint xsi:type="dc:Point" x="248" y="721" />\r
898         <di:waypoint xsi:type="dc:Point" x="248" y="719" />\r
899         <di:waypoint xsi:type="dc:Point" x="266" y="719" />\r
900       </bpmndi:BPMNEdge>\r
901       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179">\r
902         <di:waypoint xsi:type="dc:Point" x="386" y="719" />\r
903         <di:waypoint xsi:type="dc:Point" x="411" y="719" />\r
904         <di:waypoint xsi:type="dc:Point" x="411" y="721" />\r
905         <di:waypoint xsi:type="dc:Point" x="435" y="721" />\r
906       </bpmndi:BPMNEdge>\r
907       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest">\r
908         <dc:Bounds x="98" y="1031" width="121" height="94" />\r
909       </bpmndi:BPMNShape>\r
910       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest">\r
911         <dc:Bounds x="434" y="1031" width="121" height="94" />\r
912       </bpmndi:BPMNShape>\r
913       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158">\r
914         <di:waypoint xsi:type="dc:Point" x="218" y="1078" />\r
915         <di:waypoint xsi:type="dc:Point" x="236" y="1078" />\r
916         <di:waypoint xsi:type="dc:Point" x="236" y="1077" />\r
917         <di:waypoint xsi:type="dc:Point" x="254" y="1077" />\r
918         <bpmndi:BPMNLabel>\r
919           <dc:Bounds x="251" y="1068" width="0" height="0" />\r
920         </bpmndi:BPMNLabel>\r
921       </bpmndi:BPMNEdge>\r
922       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214">\r
923         <di:waypoint xsi:type="dc:Point" x="386" y="1077" />\r
924         <di:waypoint xsi:type="dc:Point" x="409" y="1077" />\r
925         <di:waypoint xsi:type="dc:Point" x="409" y="1078" />\r
926         <di:waypoint xsi:type="dc:Point" x="434" y="1078" />\r
927         <bpmndi:BPMNLabel>\r
928           <dc:Bounds x="410" y="1078" width="0" height="0" />\r
929         </bpmndi:BPMNLabel>\r
930       </bpmndi:BPMNEdge>\r
931       <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1">\r
932         <dc:Bounds x="558" y="1211" width="118" height="97" />\r
933       </bpmndi:BPMNShape>\r
934       <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest">\r
935         <dc:Bounds x="884" y="1210" width="118" height="98" />\r
936       </bpmndi:BPMNShape>\r
937       <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest">\r
938         <dc:Bounds x="1201" y="1211" width="121" height="95" />\r
939       </bpmndi:BPMNShape>\r
940       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174">\r
941         <di:waypoint xsi:type="dc:Point" x="676" y="1259" />\r
942         <di:waypoint xsi:type="dc:Point" x="717" y="1259" />\r
943         <bpmndi:BPMNLabel>\r
944           <dc:Bounds x="697" y="1234" width="0" height="0" />\r
945         </bpmndi:BPMNLabel>\r
946       </bpmndi:BPMNEdge>\r
947       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33">\r
948         <di:waypoint xsi:type="dc:Point" x="833" y="1259" />\r
949         <di:waypoint xsi:type="dc:Point" x="884" y="1259" />\r
950         <bpmndi:BPMNLabel>\r
951           <dc:Bounds x="859" y="1234" width="0" height="0" />\r
952         </bpmndi:BPMNLabel>\r
953       </bpmndi:BPMNEdge>\r
954       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175">\r
955         <di:waypoint xsi:type="dc:Point" x="1002" y="1259" />\r
956         <di:waypoint xsi:type="dc:Point" x="1020" y="1259" />\r
957         <di:waypoint xsi:type="dc:Point" x="1020" y="1258" />\r
958         <di:waypoint xsi:type="dc:Point" x="1039" y="1258" />\r
959         <bpmndi:BPMNLabel>\r
960           <dc:Bounds x="1035" y="1249" width="0" height="0" />\r
961         </bpmndi:BPMNLabel>\r
962       </bpmndi:BPMNEdge>\r
963       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4">\r
964         <di:waypoint xsi:type="dc:Point" x="1157" y="1258" />\r
965         <di:waypoint xsi:type="dc:Point" x="1201" y="1258" />\r
966         <bpmndi:BPMNLabel>\r
967           <dc:Bounds x="1179" y="1233" width="0" height="0" />\r
968         </bpmndi:BPMNLabel>\r
969       </bpmndi:BPMNEdge>\r
970       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92">\r
971         <di:waypoint xsi:type="dc:Point" x="1321" y="1258" />\r
972         <di:waypoint xsi:type="dc:Point" x="1353" y="1258" />\r
973         <di:waypoint xsi:type="dc:Point" x="1353" y="1259" />\r
974         <di:waypoint xsi:type="dc:Point" x="1384" y="1259" />\r
975         <bpmndi:BPMNLabel>\r
976           <dc:Bounds x="1368" y="1249" width="0" height="0" />\r
977         </bpmndi:BPMNLabel>\r
978       </bpmndi:BPMNEdge>\r
979       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1">\r
980         <dc:Bounds x="2107" y="1079" width="36" height="36" />\r
981         <bpmndi:BPMNLabel>\r
982           <dc:Bounds x="2125" y="1120" width="0" height="0" />\r
983         </bpmndi:BPMNLabel>\r
984       </bpmndi:BPMNShape>\r
985       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218">\r
986         <di:waypoint xsi:type="dc:Point" x="1863" y="1097" />\r
987         <di:waypoint xsi:type="dc:Point" x="1929" y="1096" />\r
988         <bpmndi:BPMNLabel>\r
989           <dc:Bounds x="1896" y="1082" width="0" height="0" />\r
990         </bpmndi:BPMNLabel>\r
991       </bpmndi:BPMNEdge>\r
992       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2">\r
993         <dc:Bounds x="1281" y="1060" width="36" height="36" />\r
994         <bpmndi:BPMNLabel>\r
995           <dc:Bounds x="1257" y="1101" width="84" height="36" />\r
996         </bpmndi:BPMNLabel>\r
997       </bpmndi:BPMNShape>\r
998       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3">\r
999         <dc:Bounds x="-27" y="1241" width="36" height="36" />\r
1000         <bpmndi:BPMNLabel>\r
1001           <dc:Bounds x="-35" y="1282" width="84" height="24" />\r
1002         </bpmndi:BPMNLabel>\r
1003       </bpmndi:BPMNShape>\r
1004       <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest">\r
1005         <dc:Bounds x="1502" y="1204" width="121" height="112" />\r
1006       </bpmndi:BPMNShape>\r
1007       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176">\r
1008         <di:waypoint xsi:type="dc:Point" x="1623" y="1260" />\r
1009         <di:waypoint xsi:type="dc:Point" x="1688" y="1260" />\r
1010         <bpmndi:BPMNLabel>\r
1011           <dc:Bounds x="1656" y="1245" width="0" height="0" />\r
1012         </bpmndi:BPMNLabel>\r
1013       </bpmndi:BPMNEdge>\r
1014       <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest">\r
1015         <dc:Bounds x="583" y="1031" width="121" height="96" />\r
1016       </bpmndi:BPMNShape>\r
1017       <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest">\r
1018         <dc:Bounds x="907" y="1033" width="116" height="92" />\r
1019       </bpmndi:BPMNShape>\r
1020       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25">\r
1021         <di:waypoint xsi:type="dc:Point" x="554" y="1078" />\r
1022         <di:waypoint xsi:type="dc:Point" x="569" y="1078" />\r
1023         <di:waypoint xsi:type="dc:Point" x="569" y="1079" />\r
1024         <di:waypoint xsi:type="dc:Point" x="583" y="1079" />\r
1025         <bpmndi:BPMNLabel>\r
1026           <dc:Bounds x="584" y="1069" width="0" height="0" />\r
1027         </bpmndi:BPMNLabel>\r
1028       </bpmndi:BPMNEdge>\r
1029       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173">\r
1030         <di:waypoint xsi:type="dc:Point" x="703" y="1079" />\r
1031         <di:waypoint xsi:type="dc:Point" x="746" y="1079" />\r
1032         <bpmndi:BPMNLabel>\r
1033           <dc:Bounds x="725" y="1054" width="0" height="0" />\r
1034         </bpmndi:BPMNLabel>\r
1035       </bpmndi:BPMNEdge>\r
1036       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35">\r
1037         <di:waypoint xsi:type="dc:Point" x="866" y="1079" />\r
1038         <di:waypoint xsi:type="dc:Point" x="907" y="1079" />\r
1039         <bpmndi:BPMNLabel>\r
1040           <dc:Bounds x="887" y="1054" width="0" height="0" />\r
1041         </bpmndi:BPMNLabel>\r
1042       </bpmndi:BPMNEdge>\r
1043       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule">\r
1044         <dc:Bounds x="1224" y="516" width="125" height="92" />\r
1045       </bpmndi:BPMNShape>\r
1046       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true">\r
1047         <dc:Bounds x="1128" y="368" width="50" height="50" />\r
1048         <bpmndi:BPMNLabel>\r
1049           <dc:Bounds x="1092" y="336" width="124" height="22" />\r
1050         </bpmndi:BPMNLabel>\r
1051       </bpmndi:BPMNShape>\r
1052       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
1053         <dc:Bounds x="1408" y="368" width="50" height="50" />\r
1054         <bpmndi:BPMNLabel>\r
1055           <dc:Bounds x="1395" y="329" width="75" height="36" />\r
1056         </bpmndi:BPMNLabel>\r
1057       </bpmndi:BPMNShape>\r
1058       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215">\r
1059         <di:waypoint xsi:type="dc:Point" x="1153" y="418" />\r
1060         <di:waypoint xsi:type="dc:Point" x="1153" y="562" />\r
1061         <di:waypoint xsi:type="dc:Point" x="1224" y="562" />\r
1062         <bpmndi:BPMNLabel>\r
1063           <dc:Bounds x="1122" y="450" width="20" height="22" />\r
1064         </bpmndi:BPMNLabel>\r
1065       </bpmndi:BPMNEdge>\r
1066       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212">\r
1067         <di:waypoint xsi:type="dc:Point" x="1178" y="393" />\r
1068         <di:waypoint xsi:type="dc:Point" x="1408" y="393" />\r
1069         <bpmndi:BPMNLabel>\r
1070           <dc:Bounds x="1285" y="393" width="27" height="22" />\r
1071         </bpmndi:BPMNLabel>\r
1072       </bpmndi:BPMNEdge>\r
1073       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule">\r
1074         <dc:Bounds x="897" y="348" width="125" height="92" />\r
1075       </bpmndi:BPMNShape>\r
1076       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211">\r
1077         <di:waypoint xsi:type="dc:Point" x="1021" y="394" />\r
1078         <di:waypoint xsi:type="dc:Point" x="1075" y="394" />\r
1079         <di:waypoint xsi:type="dc:Point" x="1075" y="393" />\r
1080         <di:waypoint xsi:type="dc:Point" x="1128" y="393" />\r
1081         <bpmndi:BPMNLabel>\r
1082           <dc:Bounds x="1072" y="394" width="6" height="6" />\r
1083         </bpmndi:BPMNLabel>\r
1084       </bpmndi:BPMNEdge>\r
1085       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212">\r
1086         <di:waypoint xsi:type="dc:Point" x="1348" y="562" />\r
1087         <di:waypoint xsi:type="dc:Point" x="1378" y="562" />\r
1088         <di:waypoint xsi:type="dc:Point" x="1378" y="393" />\r
1089         <di:waypoint xsi:type="dc:Point" x="1408" y="393" />\r
1090         <bpmndi:BPMNLabel>\r
1091           <dc:Bounds x="1393" y="468" width="0" height="0" />\r
1092         </bpmndi:BPMNLabel>\r
1093       </bpmndi:BPMNEdge>\r
1094       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess">\r
1095         <dc:Bounds x="1929" y="1049" width="128" height="95" />\r
1096       </bpmndi:BPMNShape>\r
1097       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175">\r
1098         <di:waypoint xsi:type="dc:Point" x="2057" y="1097" />\r
1099         <di:waypoint xsi:type="dc:Point" x="2107" y="1096" />\r
1100         <bpmndi:BPMNLabel>\r
1101           <dc:Bounds x="2082" y="1082" width="0" height="0" />\r
1102         </bpmndi:BPMNLabel>\r
1103       </bpmndi:BPMNEdge>\r
1104       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion">\r
1105         <dc:Bounds x="101" y="440" width="134" height="81" />\r
1106       </bpmndi:BPMNShape>\r
1107       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254">\r
1108         <di:waypoint xsi:type="dc:Point" x="169" y="418" />\r
1109         <di:waypoint xsi:type="dc:Point" x="169" y="429" />\r
1110         <di:waypoint xsi:type="dc:Point" x="168" y="429" />\r
1111         <di:waypoint xsi:type="dc:Point" x="168" y="440" />\r
1112         <bpmndi:BPMNLabel>\r
1113           <dc:Bounds x="180" y="417" width="27" height="22" />\r
1114         </bpmndi:BPMNLabel>\r
1115       </bpmndi:BPMNEdge>\r
1116       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172">\r
1117         <di:waypoint xsi:type="dc:Point" x="168" y="520" />\r
1118         <di:waypoint xsi:type="dc:Point" x="168" y="524" />\r
1119         <di:waypoint xsi:type="dc:Point" x="168" y="581" />\r
1120         <di:waypoint xsi:type="dc:Point" x="208" y="581" />\r
1121         <di:waypoint xsi:type="dc:Point" x="209" y="581" />\r
1122         <bpmndi:BPMNLabel>\r
1123           <dc:Bounds x="165" y="574" width="6" height="6" />\r
1124         </bpmndi:BPMNLabel>\r
1125       </bpmndi:BPMNEdge>\r
1126       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule">\r
1127         <dc:Bounds x="696" y="348" width="121" height="92" />\r
1128       </bpmndi:BPMNShape>\r
1129       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216">\r
1130         <di:waypoint xsi:type="dc:Point" x="816" y="394" />\r
1131         <di:waypoint xsi:type="dc:Point" x="897" y="394" />\r
1132         <bpmndi:BPMNLabel>\r
1133           <dc:Bounds x="857" y="369" width="0" height="0" />\r
1134         </bpmndi:BPMNLabel>\r
1135       </bpmndi:BPMNEdge>\r
1136       <bpmndi:BPMNShape id="ExclusiveGateway_183x8vk_di" bpmnElement="ExclusiveGateway_183x8vk" isMarkerVisible="true">\r
1137         <dc:Bounds x="1076" y="1055" width="50" height="50" />\r
1138         <bpmndi:BPMNLabel>\r
1139           <dc:Bounds x="1056" y="1105" width="89" height="36" />\r
1140         </bpmndi:BPMNLabel>\r
1141       </bpmndi:BPMNShape>\r
1142       <bpmndi:BPMNEdge id="SequenceFlow_1ushk1d_di" bpmnElement="SequenceFlow_1ushk1d">\r
1143         <di:waypoint xsi:type="dc:Point" x="1023" y="1079" />\r
1144         <di:waypoint xsi:type="dc:Point" x="1076" y="1080" />\r
1145         <bpmndi:BPMNLabel>\r
1146           <dc:Bounds x="1050" y="1065" width="0" height="0" />\r
1147         </bpmndi:BPMNLabel>\r
1148       </bpmndi:BPMNEdge>\r
1149       <bpmndi:BPMNEdge id="SequenceFlow_0ery1pk_di" bpmnElement="SequenceFlow_0ery1pk">\r
1150         <di:waypoint xsi:type="dc:Point" x="1101" y="1055" />\r
1151         <di:waypoint xsi:type="dc:Point" x="1101" y="979" />\r
1152         <di:waypoint xsi:type="dc:Point" x="1147" y="979" />\r
1153         <bpmndi:BPMNLabel>\r
1154           <dc:Bounds x="1054" y="1267" width="18" height="12" />\r
1155         </bpmndi:BPMNLabel>\r
1156       </bpmndi:BPMNEdge>\r
1157       <bpmndi:BPMNEdge id="SequenceFlow_0xfanpi_di" bpmnElement="SequenceFlow_0xfanpi">\r
1158         <di:waypoint xsi:type="dc:Point" x="1126" y="1080" />\r
1159         <di:waypoint xsi:type="dc:Point" x="1281" y="1078" />\r
1160         <bpmndi:BPMNLabel>\r
1161           <dc:Bounds x="1198" y="1054" width="12" height="12" />\r
1162         </bpmndi:BPMNLabel>\r
1163       </bpmndi:BPMNEdge>\r
1164       <bpmndi:BPMNEdge id="SequenceFlow_0abffyj_di" bpmnElement="SequenceFlow_0abffyj">\r
1165         <di:waypoint xsi:type="dc:Point" x="1247" y="979" />\r
1166         <di:waypoint xsi:type="dc:Point" x="1299" y="979" />\r
1167         <di:waypoint xsi:type="dc:Point" x="1299" y="1060" />\r
1168         <bpmndi:BPMNLabel>\r
1169           <dc:Bounds x="1273" y="964" width="0" height="0" />\r
1170         </bpmndi:BPMNLabel>\r
1171       </bpmndi:BPMNEdge>\r
1172       <bpmndi:BPMNShape id="ScriptTask_1dv7amn_di" bpmnElement="CreateNetworkPoliciesInAAI">\r
1173         <dc:Bounds x="1147" y="939" width="100" height="80" />\r
1174       </bpmndi:BPMNShape>\r
1175       <bpmndi:BPMNShape id="ExclusiveGateway_0f54imv_di" bpmnElement="ExclusiveGateway_0f54imv" isMarkerVisible="true">\r
1176         <dc:Bounds x="64" y="1235" width="50" height="50" />\r
1177         <bpmndi:BPMNLabel>\r
1178           <dc:Bounds x="51" y="1200" width="75" height="24" />\r
1179         </bpmndi:BPMNLabel>\r
1180       </bpmndi:BPMNShape>\r
1181       <bpmndi:BPMNShape id="ExclusiveGateway_1edqxlf_di" bpmnElement="ExclusiveGateway_1edqxlf" isMarkerVisible="true">\r
1182         <dc:Bounds x="432" y="1235" width="50" height="50" />\r
1183         <bpmndi:BPMNLabel>\r
1184           <dc:Bounds x="457" y="1285" width="0" height="0" />\r
1185         </bpmndi:BPMNLabel>\r
1186       </bpmndi:BPMNShape>\r
1187       <bpmndi:BPMNEdge id="SequenceFlow_0bi38s7_di" bpmnElement="SequenceFlow_0bi38s7">\r
1188         <di:waypoint xsi:type="dc:Point" x="89" y="1285" />\r
1189         <di:waypoint xsi:type="dc:Point" x="89" y="1438" />\r
1190         <di:waypoint xsi:type="dc:Point" x="142" y="1438" />\r
1191         <bpmndi:BPMNLabel>\r
1192           <dc:Bounds x="95" y="1362" width="18" height="12" />\r
1193         </bpmndi:BPMNLabel>\r
1194       </bpmndi:BPMNEdge>\r
1195       <bpmndi:BPMNEdge id="SequenceFlow_1qm81ym_di" bpmnElement="SequenceFlow_1qm81ym">\r
1196         <di:waypoint xsi:type="dc:Point" x="242" y="1438" />\r
1197         <di:waypoint xsi:type="dc:Point" x="278" y="1438" />\r
1198         <di:waypoint xsi:type="dc:Point" x="278" y="1438" />\r
1199         <di:waypoint xsi:type="dc:Point" x="314" y="1438" />\r
1200         <bpmndi:BPMNLabel>\r
1201           <dc:Bounds x="293" y="1438" width="0" height="0" />\r
1202         </bpmndi:BPMNLabel>\r
1203       </bpmndi:BPMNEdge>\r
1204       <bpmndi:BPMNEdge id="SequenceFlow_112los9_di" bpmnElement="SequenceFlow_112los9">\r
1205         <di:waypoint xsi:type="dc:Point" x="414" y="1438" />\r
1206         <di:waypoint xsi:type="dc:Point" x="457" y="1438" />\r
1207         <di:waypoint xsi:type="dc:Point" x="457" y="1285" />\r
1208         <bpmndi:BPMNLabel>\r
1209           <dc:Bounds x="436" y="1423" width="0" height="0" />\r
1210         </bpmndi:BPMNLabel>\r
1211       </bpmndi:BPMNEdge>\r
1212       <bpmndi:BPMNEdge id="SequenceFlow_1k5uku2_di" bpmnElement="SequenceFlow_1k5uku2">\r
1213         <di:waypoint xsi:type="dc:Point" x="114" y="1260" />\r
1214         <di:waypoint xsi:type="dc:Point" x="432" y="1260" />\r
1215         <bpmndi:BPMNLabel>\r
1216           <dc:Bounds x="267" y="1245" width="12" height="12" />\r
1217         </bpmndi:BPMNLabel>\r
1218       </bpmndi:BPMNEdge>\r
1219       <bpmndi:BPMNEdge id="SequenceFlow_1avfxsz_di" bpmnElement="SequenceFlow_1avfxsz">\r
1220         <di:waypoint xsi:type="dc:Point" x="482" y="1260" />\r
1221         <di:waypoint xsi:type="dc:Point" x="520" y="1260" />\r
1222         <di:waypoint xsi:type="dc:Point" x="520" y="1260" />\r
1223         <di:waypoint xsi:type="dc:Point" x="558" y="1260" />\r
1224         <bpmndi:BPMNLabel>\r
1225           <dc:Bounds x="535" y="1260" width="0" height="0" />\r
1226         </bpmndi:BPMNLabel>\r
1227       </bpmndi:BPMNEdge>\r
1228       <bpmndi:BPMNEdge id="SequenceFlow_0363dz7_di" bpmnElement="SequenceFlow_0363dz7">\r
1229         <di:waypoint xsi:type="dc:Point" x="9" y="1259" />\r
1230         <di:waypoint xsi:type="dc:Point" x="64" y="1260" />\r
1231         <bpmndi:BPMNLabel>\r
1232           <dc:Bounds x="37" y="1235" width="0" height="0" />\r
1233         </bpmndi:BPMNLabel>\r
1234       </bpmndi:BPMNEdge>\r
1235       <bpmndi:BPMNShape id="ScriptTask_0o3bcyq_di" bpmnElement="PreProcessUpdateAAIGenericVnf">\r
1236         <dc:Bounds x="142" y="1399" width="100" height="80" />\r
1237       </bpmndi:BPMNShape>\r
1238       <bpmndi:BPMNShape id="CallActivity_0j45ic9_di" bpmnElement="UpdateAAIGenericVNFTask">\r
1239         <dc:Bounds x="314" y="1398" width="100" height="80" />\r
1240       </bpmndi:BPMNShape>\r
1241       <bpmndi:BPMNEdge id="SequenceFlow_0zcfn2x_di" bpmnElement="SequenceFlow_0zcfn2x">\r
1242         <di:waypoint xsi:type="dc:Point" x="1458" y="393" />\r
1243         <di:waypoint xsi:type="dc:Point" x="2193" y="394" />\r
1244         <bpmndi:BPMNLabel>\r
1245           <dc:Bounds x="1822" y="368.5010168687388" width="12" height="12" />\r
1246         </bpmndi:BPMNLabel>\r
1247       </bpmndi:BPMNEdge>\r
1248       <bpmndi:BPMNEdge id="SequenceFlow_0m382su_di" bpmnElement="SequenceFlow_0m382su">\r
1249         <di:waypoint xsi:type="dc:Point" x="1433" y="418" />\r
1250         <di:waypoint xsi:type="dc:Point" x="1433" y="521" />\r
1251         <di:waypoint xsi:type="dc:Point" x="1513" y="521" />\r
1252         <bpmndi:BPMNLabel>\r
1253           <dc:Bounds x="1439" y="459.5" width="18" height="12" />\r
1254         </bpmndi:BPMNLabel>\r
1255       </bpmndi:BPMNEdge>\r
1256       <bpmndi:BPMNEdge id="SequenceFlow_0g270u0_di" bpmnElement="SequenceFlow_0g270u0">\r
1257         <di:waypoint xsi:type="dc:Point" x="1766" y="521" />\r
1258         <di:waypoint xsi:type="dc:Point" x="1816" y="521" />\r
1259         <bpmndi:BPMNLabel>\r
1260           <dc:Bounds x="1791" y="506" width="0" height="0" />\r
1261         </bpmndi:BPMNLabel>\r
1262       </bpmndi:BPMNEdge>\r
1263       <bpmndi:BPMNEdge id="SequenceFlow_1yrlvgb_di" bpmnElement="SequenceFlow_1yrlvgb">\r
1264         <di:waypoint xsi:type="dc:Point" x="1916" y="521" />\r
1265         <di:waypoint xsi:type="dc:Point" x="1969" y="521" />\r
1266         <bpmndi:BPMNLabel>\r
1267           <dc:Bounds x="1943" y="506" width="0" height="0" />\r
1268         </bpmndi:BPMNLabel>\r
1269       </bpmndi:BPMNEdge>\r
1270       <bpmndi:BPMNShape id="ScriptTask_1j22oyj_di" bpmnElement="PreProcessSDNCVnfGetRequest">\r
1271         <dc:Bounds x="1666" y="481" width="100" height="80" />\r
1272       </bpmndi:BPMNShape>\r
1273       <bpmndi:BPMNShape id="CallActivity_10t4tix_di" bpmnElement="CallSDNCAdapterVNFTopologyGET">\r
1274         <dc:Bounds x="1816" y="481" width="100" height="80" />\r
1275       </bpmndi:BPMNShape>\r
1276       <bpmndi:BPMNShape id="ScriptTask_09wgk9p_di" bpmnElement="PostProcessSDNCVnfGetRequest">\r
1277         <dc:Bounds x="1969" y="481" width="100" height="80" />\r
1278       </bpmndi:BPMNShape>\r
1279       <bpmndi:BPMNEdge id="SequenceFlow_0d00zqi_di" bpmnElement="SequenceFlow_0d00zqi">\r
1280         <di:waypoint xsi:type="dc:Point" x="1613" y="521" />\r
1281         <di:waypoint xsi:type="dc:Point" x="1666" y="521" />\r
1282         <bpmndi:BPMNLabel>\r
1283           <dc:Bounds x="1640" y="506" width="0" height="0" />\r
1284         </bpmndi:BPMNLabel>\r
1285       </bpmndi:BPMNEdge>\r
1286       <bpmndi:BPMNEdge id="SequenceFlow_170kw7h_di" bpmnElement="SequenceFlow_170kw7h">\r
1287         <di:waypoint xsi:type="dc:Point" x="2069" y="521" />\r
1288         <di:waypoint xsi:type="dc:Point" x="2131" y="521" />\r
1289         <di:waypoint xsi:type="dc:Point" x="2131" y="394" />\r
1290         <di:waypoint xsi:type="dc:Point" x="2193" y="394" />\r
1291         <bpmndi:BPMNLabel>\r
1292           <dc:Bounds x="2146" y="447.5" width="0" height="0" />\r
1293         </bpmndi:BPMNLabel>\r
1294       </bpmndi:BPMNEdge>\r
1295       <bpmndi:BPMNShape id="CallActivity_0xev9kl_di" bpmnElement="QueryVNF">\r
1296         <dc:Bounds x="1513" y="481" width="100" height="80" />\r
1297       </bpmndi:BPMNShape>\r
1298       <bpmndi:BPMNEdge id="SequenceFlow_1f53tby_di" bpmnElement="SequenceFlow_1f53tby">\r
1299         <di:waypoint xsi:type="dc:Point" x="776" y="282" />\r
1300         <di:waypoint xsi:type="dc:Point" x="846" y="282" />\r
1301         <di:waypoint xsi:type="dc:Point" x="846" y="189" />\r
1302         <bpmndi:BPMNLabel>\r
1303           <dc:Bounds x="811" y="267" width="0" height="0" />\r
1304         </bpmndi:BPMNLabel>\r
1305       </bpmndi:BPMNEdge>\r
1306       <bpmndi:BPMNShape id="ExclusiveGateway_0ffvqla_di" bpmnElement="ExclusiveGateway_0ffvqla" isMarkerVisible="true">\r
1307         <dc:Bounds x="592" y="146" width="50" height="50" />\r
1308         <bpmndi:BPMNLabel>\r
1309           <dc:Bounds x="574" y="98" width="86" height="36" />\r
1310         </bpmndi:BPMNLabel>\r
1311       </bpmndi:BPMNShape>\r
1312       <bpmndi:BPMNEdge id="SequenceFlow_0270n5c_di" bpmnElement="SequenceFlow_0270n5c">\r
1313         <di:waypoint xsi:type="dc:Point" x="642" y="171" />\r
1314         <di:waypoint xsi:type="dc:Point" x="828" y="171" />\r
1315         <bpmndi:BPMNLabel>\r
1316           <dc:Bounds x="699" y="145" width="18" height="12" />\r
1317         </bpmndi:BPMNLabel>\r
1318       </bpmndi:BPMNEdge>\r
1319       <bpmndi:BPMNEdge id="SequenceFlow_05og7iw_di" bpmnElement="SequenceFlow_05og7iw">\r
1320         <di:waypoint xsi:type="dc:Point" x="617" y="196" />\r
1321         <di:waypoint xsi:type="dc:Point" x="617" y="282" />\r
1322         <di:waypoint xsi:type="dc:Point" x="676" y="282" />\r
1323         <bpmndi:BPMNLabel>\r
1324           <dc:Bounds x="626" y="239" width="12" height="12" />\r
1325         </bpmndi:BPMNLabel>\r
1326       </bpmndi:BPMNEdge>\r
1327       <bpmndi:BPMNShape id="CallActivity_14nvmgk_di" bpmnElement="Task_0kuj2a1">\r
1328         <dc:Bounds x="676" y="242" width="100" height="80" />\r
1329       </bpmndi:BPMNShape>\r
1330       <bpmndi:BPMNShape id="SubProcess_0ltzufk_di" bpmnElement="SubProcess_0ltzufk" isExpanded="true">\r
1331         <dc:Bounds x="-52" y="1578" width="1047" height="338" />\r
1332       </bpmndi:BPMNShape>\r
1333       <bpmndi:BPMNShape id="StartEvent_18lzc5m_di" bpmnElement="StartEvent_18lzc5m">\r
1334         <dc:Bounds x="91" y="1682" width="36" height="36" />\r
1335         <bpmndi:BPMNLabel>\r
1336           <dc:Bounds x="109" y="1723" width="0" height="0" />\r
1337         </bpmndi:BPMNLabel>\r
1338       </bpmndi:BPMNShape>\r
1339       <bpmndi:BPMNShape id="EndEvent_0wsdptv_di" bpmnElement="EndEvent_0wsdptv">\r
1340         <dc:Bounds x="859" y="1682" width="36" height="36" />\r
1341         <bpmndi:BPMNLabel>\r
1342           <dc:Bounds x="877" y="1723" width="0" height="0" />\r
1343         </bpmndi:BPMNLabel>\r
1344       </bpmndi:BPMNShape>\r
1345       <bpmndi:BPMNShape id="CallActivity_1ehr5kq_di" bpmnElement="CallDoCreateVfModuleRollback">\r
1346         <dc:Bounds x="507" y="1660" width="100" height="80" />\r
1347       </bpmndi:BPMNShape>\r
1348       <bpmndi:BPMNShape id="ScriptTask_0upatdd_di" bpmnElement="PreProcessRollback">\r
1349         <dc:Bounds x="327" y="1660" width="100" height="80" />\r
1350       </bpmndi:BPMNShape>\r
1351       <bpmndi:BPMNShape id="ScriptTask_0o1zc29_di" bpmnElement="PostProcessRollback">\r
1352         <dc:Bounds x="692" y="1660" width="100" height="80" />\r
1353       </bpmndi:BPMNShape>\r
1354       <bpmndi:BPMNEdge id="SequenceFlow_02lc25j_di" bpmnElement="SequenceFlow_02lc25j">\r
1355         <di:waypoint xsi:type="dc:Point" x="127" y="1700" />\r
1356         <di:waypoint xsi:type="dc:Point" x="194" y="1700" />\r
1357         <bpmndi:BPMNLabel>\r
1358           <dc:Bounds x="161" y="1685" width="0" height="0" />\r
1359         </bpmndi:BPMNLabel>\r
1360       </bpmndi:BPMNEdge>\r
1361       <bpmndi:BPMNEdge id="SequenceFlow_0z2rczk_di" bpmnElement="SequenceFlow_0z2rczk">\r
1362         <di:waypoint xsi:type="dc:Point" x="792" y="1700" />\r
1363         <di:waypoint xsi:type="dc:Point" x="824" y="1700" />\r
1364         <di:waypoint xsi:type="dc:Point" x="824" y="1700" />\r
1365         <di:waypoint xsi:type="dc:Point" x="859" y="1700" />\r
1366         <bpmndi:BPMNLabel>\r
1367           <dc:Bounds x="839" y="1700" width="0" height="0" />\r
1368         </bpmndi:BPMNLabel>\r
1369       </bpmndi:BPMNEdge>\r
1370       <bpmndi:BPMNEdge id="SequenceFlow_1i1q78e_di" bpmnElement="SequenceFlow_1i1q78e">\r
1371         <di:waypoint xsi:type="dc:Point" x="427" y="1700" />\r
1372         <di:waypoint xsi:type="dc:Point" x="507" y="1700" />\r
1373         <bpmndi:BPMNLabel>\r
1374           <dc:Bounds x="467" y="1685" width="0" height="0" />\r
1375         </bpmndi:BPMNLabel>\r
1376       </bpmndi:BPMNEdge>\r
1377       <bpmndi:BPMNEdge id="SequenceFlow_0112l2c_di" bpmnElement="SequenceFlow_0112l2c">\r
1378         <di:waypoint xsi:type="dc:Point" x="607" y="1700" />\r
1379         <di:waypoint xsi:type="dc:Point" x="692" y="1700" />\r
1380         <bpmndi:BPMNLabel>\r
1381           <dc:Bounds x="650" y="1685" width="0" height="0" />\r
1382         </bpmndi:BPMNLabel>\r
1383       </bpmndi:BPMNEdge>\r
1384       <bpmndi:BPMNShape id="ExclusiveGateway_039bib8_di" bpmnElement="ExclusiveGateway_039bib8" isMarkerVisible="true">\r
1385         <dc:Bounds x="194" y="1675" width="50" height="50" />\r
1386         <bpmndi:BPMNLabel>\r
1387           <dc:Bounds x="175" y="1647" width="87" height="12" />\r
1388         </bpmndi:BPMNLabel>\r
1389       </bpmndi:BPMNShape>\r
1390       <bpmndi:BPMNEdge id="SequenceFlow_04bd5in_di" bpmnElement="SequenceFlow_04bd5in">\r
1391         <di:waypoint xsi:type="dc:Point" x="244" y="1700" />\r
1392         <di:waypoint xsi:type="dc:Point" x="327" y="1700" />\r
1393         <bpmndi:BPMNLabel>\r
1394           <dc:Bounds x="280" y="1685" width="12" height="12" />\r
1395         </bpmndi:BPMNLabel>\r
1396       </bpmndi:BPMNEdge>\r
1397       <bpmndi:BPMNEdge id="SequenceFlow_1nh7m8d_di" bpmnElement="SequenceFlow_1nh7m8d">\r
1398         <di:waypoint xsi:type="dc:Point" x="219" y="1725" />\r
1399         <di:waypoint xsi:type="dc:Point" x="219" y="1824" />\r
1400         <di:waypoint xsi:type="dc:Point" x="507" y="1824" />\r
1401         <bpmndi:BPMNLabel>\r
1402           <dc:Bounds x="225" y="1775" width="18" height="12" />\r
1403         </bpmndi:BPMNLabel>\r
1404       </bpmndi:BPMNEdge>\r
1405       <bpmndi:BPMNShape id="ScriptTask_05v20n0_di" bpmnElement="Task_1fm09pi">\r
1406         <dc:Bounds x="507" y="1784" width="100" height="80" />\r
1407       </bpmndi:BPMNShape>\r
1408       <bpmndi:BPMNEdge id="SequenceFlow_1pgo10r_di" bpmnElement="SequenceFlow_1pgo10r">\r
1409         <di:waypoint xsi:type="dc:Point" x="607" y="1824" />\r
1410         <di:waypoint xsi:type="dc:Point" x="877" y="1824" />\r
1411         <di:waypoint xsi:type="dc:Point" x="877" y="1718" />\r
1412         <bpmndi:BPMNLabel>\r
1413           <dc:Bounds x="742" y="1809" width="0" height="0" />\r
1414         </bpmndi:BPMNLabel>\r
1415       </bpmndi:BPMNEdge>\r
1416       <bpmndi:BPMNShape id="ExclusiveGateway_0jw7ymg_di" bpmnElement="ExclusiveGateway_0jw7ymg" isMarkerVisible="true">\r
1417         <dc:Bounds x="803" y="696" width="50" height="50" />\r
1418         <bpmndi:BPMNLabel>\r
1419           <dc:Bounds x="797" y="653" width="61" height="24" />\r
1420         </bpmndi:BPMNLabel>\r
1421       </bpmndi:BPMNShape>\r
1422       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7">\r
1423         <di:waypoint xsi:type="dc:Point" x="1434" y="1259" />\r
1424         <di:waypoint xsi:type="dc:Point" x="1502" y="1260" />\r
1425         <bpmndi:BPMNLabel>\r
1426           <dc:Bounds x="1454" y="1264.6906474820144" width="18" height="12" />\r
1427         </bpmndi:BPMNLabel>\r
1428       </bpmndi:BPMNEdge>\r
1429       <bpmndi:BPMNShape id="ExclusiveGateway_19933zh_di" bpmnElement="ExclusiveGateway_19933zh" isMarkerVisible="true">\r
1430         <dc:Bounds x="302" y="146" width="50" height="50" />\r
1431         <bpmndi:BPMNLabel>\r
1432           <dc:Bounds x="295" y="196" width="63" height="12" />\r
1433         </bpmndi:BPMNLabel>\r
1434       </bpmndi:BPMNShape>\r
1435       <bpmndi:BPMNEdge id="SequenceFlow_1y1ttqe_di" bpmnElement="SequenceFlow_1y1ttqe">\r
1436         <di:waypoint xsi:type="dc:Point" x="352" y="171" />\r
1437         <di:waypoint xsi:type="dc:Point" x="592" y="171" />\r
1438         <bpmndi:BPMNLabel>\r
1439           <dc:Bounds x="379" y="147" width="12" height="12" />\r
1440         </bpmndi:BPMNLabel>\r
1441       </bpmndi:BPMNEdge>\r
1442       <bpmndi:BPMNShape id="ExclusiveGateway_02fd6gx_di" bpmnElement="ExclusiveGateway_02fd6gx" isMarkerVisible="true">\r
1443         <dc:Bounds x="447" y="-1" width="50" height="50" />\r
1444         <bpmndi:BPMNLabel>\r
1445           <dc:Bounds x="427" y="-48" width="89" height="36" />\r
1446         </bpmndi:BPMNLabel>\r
1447       </bpmndi:BPMNShape>\r
1448       <bpmndi:BPMNEdge id="SequenceFlow_0lilmm3_di" bpmnElement="SequenceFlow_0lilmm3">\r
1449         <di:waypoint xsi:type="dc:Point" x="472" y="49" />\r
1450         <di:waypoint xsi:type="dc:Point" x="472" y="171" />\r
1451         <di:waypoint xsi:type="dc:Point" x="592" y="171" />\r
1452         <bpmndi:BPMNLabel>\r
1453           <dc:Bounds x="482" y="100" width="12" height="12" />\r
1454         </bpmndi:BPMNLabel>\r
1455       </bpmndi:BPMNEdge>\r
1456       <bpmndi:BPMNEdge id="SequenceFlow_1y8q87e_di" bpmnElement="SequenceFlow_1y8q87e">\r
1457         <di:waypoint xsi:type="dc:Point" x="327" y="146" />\r
1458         <di:waypoint xsi:type="dc:Point" x="327" y="64" />\r
1459         <bpmndi:BPMNLabel>\r
1460           <dc:Bounds x="333" y="95" width="18" height="12" />\r
1461         </bpmndi:BPMNLabel>\r
1462       </bpmndi:BPMNEdge>\r
1463       <bpmndi:BPMNEdge id="SequenceFlow_1sf1091_di" bpmnElement="SequenceFlow_1sf1091">\r
1464         <di:waypoint xsi:type="dc:Point" x="377" y="24" />\r
1465         <di:waypoint xsi:type="dc:Point" x="447" y="24" />\r
1466         <bpmndi:BPMNLabel>\r
1467           <dc:Bounds x="412" y="9" width="0" height="0" />\r
1468         </bpmndi:BPMNLabel>\r
1469       </bpmndi:BPMNEdge>\r
1470       <bpmndi:BPMNEdge id="SequenceFlow_17cp3tn_di" bpmnElement="SequenceFlow_17cp3tn">\r
1471         <di:waypoint xsi:type="dc:Point" x="853" y="721" />\r
1472         <di:waypoint xsi:type="dc:Point" x="901" y="720" />\r
1473         <bpmndi:BPMNLabel>\r
1474           <dc:Bounds x="866" y="694.5" width="18" height="12" />\r
1475         </bpmndi:BPMNLabel>\r
1476       </bpmndi:BPMNEdge>\r
1477       <bpmndi:BPMNShape id="EndEvent_0b33fd2_di" bpmnElement="EndEvent_0pd6bbj">\r
1478         <dc:Bounds x="1367" y="701" width="36" height="36" />\r
1479         <bpmndi:BPMNLabel>\r
1480           <dc:Bounds x="1385" y="737" width="0" height="0" />\r
1481         </bpmndi:BPMNLabel>\r
1482       </bpmndi:BPMNShape>\r
1483       <bpmndi:BPMNEdge id="SequenceFlow_15i583d_di" bpmnElement="SequenceFlow_15i583d">\r
1484         <di:waypoint xsi:type="dc:Point" x="497" y="24" />\r
1485         <di:waypoint xsi:type="dc:Point" x="559" y="24" />\r
1486         <bpmndi:BPMNLabel>\r
1487           <dc:Bounds x="513" y="3.588067006526856" width="18" height="12" />\r
1488         </bpmndi:BPMNLabel>\r
1489       </bpmndi:BPMNEdge>\r
1490       <bpmndi:BPMNShape id="ExclusiveGateway_0gsliyw_di" bpmnElement="ExclusiveGateway_0gsliyw" isMarkerVisible="true">\r
1491         <dc:Bounds x="592" y="694" width="50" height="50" />\r
1492         <bpmndi:BPMNLabel>\r
1493           <dc:Bounds x="585" y="656" width="63" height="12" />\r
1494         </bpmndi:BPMNLabel>\r
1495       </bpmndi:BPMNShape>\r
1496       <bpmndi:BPMNEdge id="SequenceFlow_16mgvsd_di" bpmnElement="SequenceFlow_16mgvsd">\r
1497         <di:waypoint xsi:type="dc:Point" x="642" y="719" />\r
1498         <di:waypoint xsi:type="dc:Point" x="668" y="719" />\r
1499         <bpmndi:BPMNLabel>\r
1500           <dc:Bounds x="641" y="696" width="18" height="12" />\r
1501         </bpmndi:BPMNLabel>\r
1502       </bpmndi:BPMNEdge>\r
1503       <bpmndi:BPMNEdge id="SequenceFlow_1nh92s8_di" bpmnElement="SequenceFlow_1nh92s8">\r
1504         <di:waypoint xsi:type="dc:Point" x="556" y="720" />\r
1505         <di:waypoint xsi:type="dc:Point" x="592" y="719" />\r
1506         <bpmndi:BPMNLabel>\r
1507           <dc:Bounds x="574" y="694.5" width="0" height="0" />\r
1508         </bpmndi:BPMNLabel>\r
1509       </bpmndi:BPMNEdge>\r
1510       <bpmndi:BPMNEdge id="SequenceFlow_0cc17yk_di" bpmnElement="SequenceFlow_0cc17yk">\r
1511         <di:waypoint xsi:type="dc:Point" x="768" y="720" />\r
1512         <di:waypoint xsi:type="dc:Point" x="803" y="721" />\r
1513         <bpmndi:BPMNLabel>\r
1514           <dc:Bounds x="786" y="705.5" width="0" height="0" />\r
1515         </bpmndi:BPMNLabel>\r
1516       </bpmndi:BPMNEdge>\r
1517       <bpmndi:BPMNEdge id="SequenceFlow_1iyt5i4_di" bpmnElement="SequenceFlow_1iyt5i4">\r
1518         <di:waypoint xsi:type="dc:Point" x="617" y="744" />\r
1519         <di:waypoint xsi:type="dc:Point" x="617" y="799" />\r
1520         <di:waypoint xsi:type="dc:Point" x="98" y="799" />\r
1521         <di:waypoint xsi:type="dc:Point" x="98" y="881" />\r
1522         <di:waypoint xsi:type="dc:Point" x="119" y="881" />\r
1523         <bpmndi:BPMNLabel>\r
1524           <dc:Bounds x="466" y="776.3184256922661" width="12" height="12" />\r
1525         </bpmndi:BPMNLabel>\r
1526       </bpmndi:BPMNEdge>\r
1527       <bpmndi:BPMNEdge id="SequenceFlow_006rnym_di" bpmnElement="SequenceFlow_006rnym">\r
1528         <di:waypoint xsi:type="dc:Point" x="828" y="746" />\r
1529         <di:waypoint xsi:type="dc:Point" x="828" y="815" />\r
1530         <di:waypoint xsi:type="dc:Point" x="169" y="815" />\r
1531         <di:waypoint xsi:type="dc:Point" x="169" y="841" />\r
1532         <bpmndi:BPMNLabel>\r
1533           <dc:Bounds x="807" y="762.4025974025974" width="12" height="12" />\r
1534         </bpmndi:BPMNLabel>\r
1535       </bpmndi:BPMNEdge>\r
1536       <bpmndi:BPMNEdge id="SequenceFlow_0ynd0iy_di" bpmnElement="SequenceFlow_0ynd0iy">\r
1537         <di:waypoint xsi:type="dc:Point" x="1001" y="719" />\r
1538         <di:waypoint xsi:type="dc:Point" x="1057" y="719" />\r
1539         <bpmndi:BPMNLabel>\r
1540           <dc:Bounds x="1029" y="704" width="0" height="0" />\r
1541         </bpmndi:BPMNLabel>\r
1542       </bpmndi:BPMNEdge>\r
1543       <bpmndi:BPMNEdge id="SequenceFlow_00bh7m7_di" bpmnElement="SequenceFlow_00bh7m7">\r
1544         <di:waypoint xsi:type="dc:Point" x="1312" y="719" />\r
1545         <di:waypoint xsi:type="dc:Point" x="1367" y="719" />\r
1546         <bpmndi:BPMNLabel>\r
1547           <dc:Bounds x="1340" y="704" width="0" height="0" />\r
1548         </bpmndi:BPMNLabel>\r
1549       </bpmndi:BPMNEdge>\r
1550       <bpmndi:BPMNEdge id="SequenceFlow_1mnipp8_di" bpmnElement="SequenceFlow_1mnipp8">\r
1551         <di:waypoint xsi:type="dc:Point" x="1157" y="719" />\r
1552         <di:waypoint xsi:type="dc:Point" x="1212" y="719" />\r
1553         <bpmndi:BPMNLabel>\r
1554           <dc:Bounds x="1185" y="704" width="0" height="0" />\r
1555         </bpmndi:BPMNLabel>\r
1556       </bpmndi:BPMNEdge>\r
1557       <bpmndi:BPMNShape id="CallActivity_1bvhxkk_di" bpmnElement="Task_08z2aai">\r
1558         <dc:Bounds x="1057" y="679" width="100" height="80" />\r
1559       </bpmndi:BPMNShape>\r
1560       <bpmndi:BPMNShape id="ScriptTask_05mwaoo_di" bpmnElement="Task_0kqh1of">\r
1561         <dc:Bounds x="901" y="679" width="100" height="80" />\r
1562       </bpmndi:BPMNShape>\r
1563       <bpmndi:BPMNShape id="ScriptTask_059xue9_di" bpmnElement="Task_08tnqe1">\r
1564         <dc:Bounds x="668" y="679" width="100" height="80" />\r
1565       </bpmndi:BPMNShape>\r
1566       <bpmndi:BPMNShape id="ScriptTask_1k3dub4_di" bpmnElement="Task_14n44kb">\r
1567         <dc:Bounds x="277" y="-16" width="100" height="80" />\r
1568       </bpmndi:BPMNShape>\r
1569       <bpmndi:BPMNShape id="ScriptTask_0okxyur_di" bpmnElement="Task_16p51r4">\r
1570         <dc:Bounds x="1212" y="679" width="100" height="80" />\r
1571       </bpmndi:BPMNShape>\r
1572       <bpmndi:BPMNShape id="ExclusiveGateway_1f6x9ii_di" bpmnElement="ExclusiveGateway_1f6x9ii" isMarkerVisible="true">\r
1573         <dc:Bounds x="559" y="-1" width="50" height="50" />\r
1574         <bpmndi:BPMNLabel>\r
1575           <dc:Bounds x="539" y="49" width="89" height="48" />\r
1576         </bpmndi:BPMNLabel>\r
1577       </bpmndi:BPMNShape>\r
1578       <bpmndi:BPMNEdge id="SequenceFlow_0tfrcnc_di" bpmnElement="SequenceFlow_0tfrcnc">\r
1579         <di:waypoint xsi:type="dc:Point" x="609" y="24" />\r
1580         <di:waypoint xsi:type="dc:Point" x="946" y="24" />\r
1581         <bpmndi:BPMNLabel>\r
1582           <dc:Bounds x="772" y="9" width="12" height="12" />\r
1583         </bpmndi:BPMNLabel>\r
1584       </bpmndi:BPMNEdge>\r
1585       <bpmndi:BPMNEdge id="SequenceFlow_0oadvvx_di" bpmnElement="SequenceFlow_0oadvvx">\r
1586         <di:waypoint xsi:type="dc:Point" x="584" y="-1" />\r
1587         <di:waypoint xsi:type="dc:Point" x="584" y="-63" />\r
1588         <di:waypoint xsi:type="dc:Point" x="616" y="-63" />\r
1589         <bpmndi:BPMNLabel>\r
1590           <dc:Bounds x="590" y="-42" width="18" height="12" />\r
1591         </bpmndi:BPMNLabel>\r
1592       </bpmndi:BPMNEdge>\r
1593       <bpmndi:BPMNShape id="ExclusiveGateway_09r5rvt_di" bpmnElement="ExclusiveGateway_09r5rvt" isMarkerVisible="true">\r
1594         <dc:Bounds x="946" y="-1" width="50" height="50" />\r
1595         <bpmndi:BPMNLabel>\r
1596           <dc:Bounds x="971" y="49" width="0" height="0" />\r
1597         </bpmndi:BPMNLabel>\r
1598       </bpmndi:BPMNShape>\r
1599       <bpmndi:BPMNEdge id="SequenceFlow_1qzw172_di" bpmnElement="SequenceFlow_1qzw172">\r
1600         <di:waypoint xsi:type="dc:Point" x="996" y="24" />\r
1601         <di:waypoint xsi:type="dc:Point" x="1074" y="24" />\r
1602         <bpmndi:BPMNLabel>\r
1603           <dc:Bounds x="1035" y="9" width="0" height="0" />\r
1604         </bpmndi:BPMNLabel>\r
1605       </bpmndi:BPMNEdge>\r
1606       <bpmndi:BPMNEdge id="SequenceFlow_03batve_di" bpmnElement="SequenceFlow_03batve">\r
1607         <di:waypoint xsi:type="dc:Point" x="716" y="-63" />\r
1608         <di:waypoint xsi:type="dc:Point" x="796" y="-63" />\r
1609         <bpmndi:BPMNLabel>\r
1610           <dc:Bounds x="756" y="-78" width="0" height="0" />\r
1611         </bpmndi:BPMNLabel>\r
1612       </bpmndi:BPMNEdge>\r
1613       <bpmndi:BPMNEdge id="SequenceFlow_0c6p4aa_di" bpmnElement="SequenceFlow_0c6p4aa">\r
1614         <di:waypoint xsi:type="dc:Point" x="896" y="-63" />\r
1615         <di:waypoint xsi:type="dc:Point" x="971" y="-63" />\r
1616         <di:waypoint xsi:type="dc:Point" x="971" y="-1" />\r
1617         <bpmndi:BPMNLabel>\r
1618           <dc:Bounds x="934" y="-78" width="0" height="0" />\r
1619         </bpmndi:BPMNLabel>\r
1620       </bpmndi:BPMNEdge>\r
1621       <bpmndi:BPMNShape id="ExclusiveGateway_04msdir_di" bpmnElement="ExclusiveGateway_04msdir" isMarkerVisible="true">\r
1622         <dc:Bounds x="1074" y="-1" width="50" height="50" />\r
1623         <bpmndi:BPMNLabel>\r
1624           <dc:Bounds x="1057" y="49" width="84" height="36" />\r
1625         </bpmndi:BPMNLabel>\r
1626       </bpmndi:BPMNShape>\r
1627       <bpmndi:BPMNEdge id="SequenceFlow_0xed5sn_di" bpmnElement="SequenceFlow_0xed5sn">\r
1628         <di:waypoint xsi:type="dc:Point" x="1124" y="24" />\r
1629         <di:waypoint xsi:type="dc:Point" x="1338" y="24" />\r
1630         <bpmndi:BPMNLabel>\r
1631           <dc:Bounds x="1222" y="9" width="18" height="12" />\r
1632         </bpmndi:BPMNLabel>\r
1633       </bpmndi:BPMNEdge>\r
1634       <bpmndi:BPMNEdge id="SequenceFlow_0p3cspl_di" bpmnElement="SequenceFlow_0p3cspl">\r
1635         <di:waypoint xsi:type="dc:Point" x="1099" y="-1" />\r
1636         <di:waypoint xsi:type="dc:Point" x="1099" y="-63" />\r
1637         <di:waypoint xsi:type="dc:Point" x="1190" y="-63" />\r
1638         <bpmndi:BPMNLabel>\r
1639           <dc:Bounds x="1108" y="-41.26315789473686" width="12" height="12" />\r
1640         </bpmndi:BPMNLabel>\r
1641       </bpmndi:BPMNEdge>\r
1642       <bpmndi:BPMNShape id="ExclusiveGateway_1biy4yg_di" bpmnElement="ExclusiveGateway_1biy4yg" isMarkerVisible="true">\r
1643         <dc:Bounds x="1338" y="-1" width="50" height="50" />\r
1644         <bpmndi:BPMNLabel>\r
1645           <dc:Bounds x="1363" y="49" width="0" height="0" />\r
1646         </bpmndi:BPMNLabel>\r
1647       </bpmndi:BPMNShape>\r
1648       <bpmndi:BPMNEdge id="SequenceFlow_0p61zug_di" bpmnElement="SequenceFlow_0p61zug">\r
1649         <di:waypoint xsi:type="dc:Point" x="1388" y="24" />\r
1650         <di:waypoint xsi:type="dc:Point" x="1436" y="24" />\r
1651         <di:waypoint xsi:type="dc:Point" x="1436" y="-170" />\r
1652         <di:waypoint xsi:type="dc:Point" x="-60" y="-170" />\r
1653         <di:waypoint xsi:type="dc:Point" x="-60" y="1078" />\r
1654         <di:waypoint xsi:type="dc:Point" x="98" y="1078" />\r
1655         <bpmndi:BPMNLabel>\r
1656           <dc:Bounds x="688" y="-185" width="0" height="0" />\r
1657         </bpmndi:BPMNLabel>\r
1658       </bpmndi:BPMNEdge>\r
1659       <bpmndi:BPMNEdge id="SequenceFlow_1k7xbcu_di" bpmnElement="SequenceFlow_1k7xbcu">\r
1660         <di:waypoint xsi:type="dc:Point" x="1290" y="-63" />\r
1661         <di:waypoint xsi:type="dc:Point" x="1363" y="-63" />\r
1662         <di:waypoint xsi:type="dc:Point" x="1363" y="-1" />\r
1663         <bpmndi:BPMNLabel>\r
1664           <dc:Bounds x="1327" y="-78" width="0" height="0" />\r
1665         </bpmndi:BPMNLabel>\r
1666       </bpmndi:BPMNEdge>\r
1667       <bpmndi:BPMNShape id="ScriptTask_0ti2a86_di" bpmnElement="Task_0dx8gpp">\r
1668         <dc:Bounds x="616" y="-103" width="100" height="80" />\r
1669       </bpmndi:BPMNShape>\r
1670       <bpmndi:BPMNShape id="CallActivity_1r5f381_di" bpmnElement="Task_0e8s9xm">\r
1671         <dc:Bounds x="796" y="-103" width="100" height="80" />\r
1672       </bpmndi:BPMNShape>\r
1673       <bpmndi:BPMNShape id="ScriptTask_0fajmo7_di" bpmnElement="Task_0cdjxcd">\r
1674         <dc:Bounds x="1190" y="-103" width="100" height="80" />\r
1675       </bpmndi:BPMNShape>\r
1676       <bpmndi:BPMNShape id="ScriptTask_065935d_di" bpmnElement="Task_19zw1li">\r
1677         <dc:Bounds x="119" y="841" width="100" height="80" />\r
1678       </bpmndi:BPMNShape>\r
1679       <bpmndi:BPMNShape id="CallActivity_11w102e_di" bpmnElement="Task_01b1fio">\r
1680         <dc:Bounds x="285" y="841" width="100" height="80" />\r
1681       </bpmndi:BPMNShape>\r
1682       <bpmndi:BPMNEdge id="SequenceFlow_0thm33s_di" bpmnElement="SequenceFlow_0thm33s">\r
1683         <di:waypoint xsi:type="dc:Point" x="219" y="881" />\r
1684         <di:waypoint xsi:type="dc:Point" x="285" y="881" />\r
1685         <bpmndi:BPMNLabel>\r
1686           <dc:Bounds x="252" y="856" width="0" height="0" />\r
1687         </bpmndi:BPMNLabel>\r
1688       </bpmndi:BPMNEdge>\r
1689       <bpmndi:BPMNEdge id="SequenceFlow_0aegg0r_di" bpmnElement="SequenceFlow_0aegg0r">\r
1690         <di:waypoint xsi:type="dc:Point" x="385" y="881" />\r
1691         <di:waypoint xsi:type="dc:Point" x="438" y="881" />\r
1692         <di:waypoint xsi:type="dc:Point" x="438" y="953" />\r
1693         <di:waypoint xsi:type="dc:Point" x="159" y="953" />\r
1694         <di:waypoint xsi:type="dc:Point" x="159" y="1031" />\r
1695         <bpmndi:BPMNLabel>\r
1696           <dc:Bounds x="453" y="917" width="0" height="0" />\r
1697         </bpmndi:BPMNLabel>\r
1698       </bpmndi:BPMNEdge>\r
1699     </bpmndi:BPMNPlane>\r
1700   </bpmndi:BPMNDiagram>\r
1701 </bpmn2:definitions>\r