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