blob: 74e0600f4f30856b1b9e28f95dbb8a6167961d3b [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04002<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="3.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <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">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040040 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_volumeGroupName") != null &amp;&amp; execution.getVariable("DCVFM_volumeGroupName") != "" }</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040041 </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>
78 <bpmn2:outgoing>SequenceFlow_1nh92s8</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -040079 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040080
81String response = execution.getVariable("DCVFM_assignSDNCAdapterResponse")
82
83def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -040084doCreateVfModule.validateSDNCResponse(execution, response, "assign")</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040085 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -040089 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040090def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -040091doCreateVfModule.preProcessSDNCAssignRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040092 </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">
96 <bpmn2:incoming>SequenceFlow_0p61zug</bpmn2:incoming>
97 <bpmn2:incoming>SequenceFlow_0aegg0r</bpmn2:incoming>
98 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -040099 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400100def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400101doCreateVfModule.preProcessSDNCGetRequest(execution, "vfmodule")</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400102 </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>
116 <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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400121 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400122
123String response = execution.getVariable("DCVFM_getSDNCAdapterResponse")
124
125def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400126doCreateVfModule.validateSDNCResponse(execution, response, "get")</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400127 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400141 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400142def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400143doCreateVfModule.preProcessUpdateAAIVfModuleRequestOrch(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400144 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400148 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400149def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400150doCreateVfModule.preProcessSDNCActivateRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400151 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400168 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400169
170 String response = execution.getVariable("DCVFM_activateSDNCAdapterResponse")
171
172def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400173doCreateVfModule.validateSDNCResponse(execution, response, "activate")</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400174 </bpmn2:scriptTask>
175 <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Is volume_group_id specified?" default="SequenceFlow_30">
176 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
177 <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
178 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
179 </bpmn2:exclusiveGateway>
180 <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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400198 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400199def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400200doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400201 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400223 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400224def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400225doCreateVfModule.preProcessVNFAdapterRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400226 </bpmn2:scriptTask>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400227 <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="openstackAdapterTask">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400228 <bpmn2:extensionElements>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400229 <camunda:in source="DCVFM_createVnfARequest" target="openstackAdapterTaskRequest" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400230 <camunda:out source="WorkflowResponse" target="DCVFM_createVnfAResponse" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400231 <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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400242 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400243def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400244doCreateVfModule.postProcessVNFAdapterRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400245 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400268 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400269def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400270doCreateVfModule.postProcessCreateAAIVfModule(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400271 </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">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400280 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_isBaseVfModule") == "true"</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400281 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400285 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400286def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400287doCreateVfModule.queryAAIVfModule(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400288 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400293 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400294def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400295doCreateVfModule.setSuccessIndicator(execution, true)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400296 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400305 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400306def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400307return doCreateVfModule.queryCloudRegion(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400308 </bpmn2:scriptTask>
309 <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400310 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_volumeGroupId") != null &amp;&amp; execution.getVariable("DCVFM_volumeGroupId") != "" }</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400311 </bpmn2:sequenceFlow>
312 <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant" />
313 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
314 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
315 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400316 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400317def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400318doCreateVfModule.preProcessRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400319 </bpmn2:scriptTask>
320 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="ExclusiveGateway_19933zh" />
321 <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" />
330 <camunda:in source="DCVFM_vfModuleId" target="newVfModuleId" />
331 <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">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400355 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList") != null &amp;&amp; !execution.getVariable("DCVFM_contrailNetworkPolicyFqdnList").isEmpty()</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400356 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400362 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400363def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400364doCreateVfModule.createNetworkPoliciesInAAI(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400365 </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">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400377 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">!execution.getVariable("DCVFM_oamManagementV4Address").isEmpty() || !execution.getVariable("DCVFM_oamManagementV6Address").isEmpty()</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400378 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400387 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400388def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400389doCreateVfModule.prepUpdateAAIGenericVnf(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400390 </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" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400403 <bpmn2:sequenceFlow id="SequenceFlow_0m382su" name="yes" sourceRef="ExclusiveGateway_2" targetRef="PreProcessSDNCVnfGetRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400404 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_sdncVersion" ) == '1707'}</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400405 </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">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400409 <bpmn2:incoming>SequenceFlow_0m382su</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400410 <bpmn2:outgoing>SequenceFlow_0g270u0</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400411 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400412def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400413doCreateVfModule.preProcessSDNCGetRequest(execution, 'vnf')</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400414 </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>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400431 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400432
433String response = execution.getVariable("DCVFM_getVnfSDNCAdapterResponse")
434
435def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400436doCreateVfModule.validateSDNCResponse(execution, response, "get")</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400437 </bpmn2:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400438 <bpmn2:sequenceFlow id="SequenceFlow_170kw7h" sourceRef="PostProcessSDNCVnfGetRequest" targetRef="IntermediateThrowEvent_3" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400439 <bpmn2:sequenceFlow id="SequenceFlow_1f53tby" sourceRef="Task_0kuj2a1" targetRef="IntermediateThrowEvent_1" />
440 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ffvqla" name="Is vf_module_name specified?" default="SequenceFlow_0270n5c">
441 <bpmn2:incoming>SequenceFlow_1y1ttqe</bpmn2:incoming>
442 <bpmn2:incoming>SequenceFlow_0lilmm3</bpmn2:incoming>
443 <bpmn2:outgoing>SequenceFlow_0270n5c</bpmn2:outgoing>
444 <bpmn2:outgoing>SequenceFlow_05og7iw</bpmn2:outgoing>
445 </bpmn2:exclusiveGateway>
446 <bpmn2:sequenceFlow id="SequenceFlow_0270n5c" name="yes" sourceRef="ExclusiveGateway_0ffvqla" targetRef="IntermediateThrowEvent_1" />
447 <bpmn2:sequenceFlow id="SequenceFlow_05og7iw" name="no" sourceRef="ExclusiveGateway_0ffvqla" targetRef="Task_0kuj2a1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400448 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_vfModuleName") == null}</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400449 </bpmn2:sequenceFlow>
450 <bpmn2:callActivity id="Task_0kuj2a1" name="Generate VF Module Name" calledElement="GenerateVfModuleName">
451 <bpmn2:extensionElements>
452 <camunda:in source="DCVFM_vnfId" target="vnfId" />
453 <camunda:in source="DCVFM_vnfName" target="vnfName" />
454 <camunda:in source="DCVFM_vfModuleLabel" target="vfModuleLabel" />
455 <camunda:in source="DCVFM_pesonaModelId" target="personaModelId" />
456 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
457 <camunda:out source="WorkflowException" target="WorkflowException" />
458 <camunda:out source="vfModuleName" target="DCVFM_vfModuleName" />
459 </bpmn2:extensionElements>
460 <bpmn2:incoming>SequenceFlow_05og7iw</bpmn2:incoming>
461 <bpmn2:outgoing>SequenceFlow_1f53tby</bpmn2:outgoing>
462 </bpmn2:callActivity>
463 <bpmn2:subProcess id="SubProcess_0ltzufk" name="Sub-process for Application Errors" triggeredByEvent="true">
464 <bpmn2:startEvent id="StartEvent_18lzc5m">
465 <bpmn2:outgoing>SequenceFlow_02lc25j</bpmn2:outgoing>
466 <bpmn2:errorEventDefinition errorRef="Error_1" />
467 </bpmn2:startEvent>
468 <bpmn2:endEvent id="EndEvent_0wsdptv">
469 <bpmn2:incoming>SequenceFlow_0z2rczk</bpmn2:incoming>
470 <bpmn2:incoming>SequenceFlow_1pgo10r</bpmn2:incoming>
471 </bpmn2:endEvent>
472 <bpmn2:callActivity id="CallDoCreateVfModuleRollback" name="Call DoCreateVfModuleRollback" calledElement="DoCreateVfModuleRollback">
473 <bpmn2:extensionElements>
474 <camunda:in source="rollbackData" target="rollbackData" />
475 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
476 <camunda:in source="isVidRequest" target="isVidRequest" />
477 <camunda:out source="rolledBack" target="rolledBack" />
478 <camunda:out source="rollbackError" target="rollbackError" />
479 <camunda:in source="disableRollback" target="disableRollback" />
480 <camunda:in source="sdncVersion" target="sdncVersion" />
481 <camunda:in source="DCVFM_aLaCarte" target="aLaCarte" />
482 </bpmn2:extensionElements>
483 <bpmn2:incoming>SequenceFlow_1i1q78e</bpmn2:incoming>
484 <bpmn2:outgoing>SequenceFlow_0112l2c</bpmn2:outgoing>
485 </bpmn2:callActivity>
486 <bpmn2:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">
487 <bpmn2:incoming>SequenceFlow_04bd5in</bpmn2:incoming>
488 <bpmn2:outgoing>SequenceFlow_1i1q78e</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400489 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400490def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400491doCreateVfModule.preProcessRollback(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400492 </bpmn2:scriptTask>
493 <bpmn2:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">
494 <bpmn2:incoming>SequenceFlow_0112l2c</bpmn2:incoming>
495 <bpmn2:outgoing>SequenceFlow_0z2rczk</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400496 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400497def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400498doCreateVfModule.postProcessRollback(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400499 </bpmn2:scriptTask>
500 <bpmn2:sequenceFlow id="SequenceFlow_02lc25j" sourceRef="StartEvent_18lzc5m" targetRef="ExclusiveGateway_039bib8" />
501 <bpmn2:sequenceFlow id="SequenceFlow_0z2rczk" sourceRef="PostProcessRollback" targetRef="EndEvent_0wsdptv" />
502 <bpmn2:sequenceFlow id="SequenceFlow_1i1q78e" sourceRef="PreProcessRollback" targetRef="CallDoCreateVfModuleRollback" />
503 <bpmn2:sequenceFlow id="SequenceFlow_0112l2c" sourceRef="CallDoCreateVfModuleRollback" targetRef="PostProcessRollback" />
504 <bpmn2:exclusiveGateway id="ExclusiveGateway_039bib8" name="Disable Rollback?" default="SequenceFlow_04bd5in">
505 <bpmn2:incoming>SequenceFlow_02lc25j</bpmn2:incoming>
506 <bpmn2:outgoing>SequenceFlow_04bd5in</bpmn2:outgoing>
507 <bpmn2:outgoing>SequenceFlow_1nh7m8d</bpmn2:outgoing>
508 </bpmn2:exclusiveGateway>
509 <bpmn2:sequenceFlow id="SequenceFlow_04bd5in" name="no" sourceRef="ExclusiveGateway_039bib8" targetRef="PreProcessRollback" />
510 <bpmn2:sequenceFlow id="SequenceFlow_1nh7m8d" name="yes" sourceRef="ExclusiveGateway_039bib8" targetRef="Task_1fm09pi">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400511 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("disableRollback" ) == true}</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400512 </bpmn2:sequenceFlow>
513 <bpmn2:scriptTask id="Task_1fm09pi" name="Process Error" scriptFormat="groovy">
514 <bpmn2:incoming>SequenceFlow_1nh7m8d</bpmn2:incoming>
515 <bpmn2:outgoing>SequenceFlow_1pgo10r</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400516 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400517def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400518doCreateVfModule.processBPMNException(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400519 </bpmn2:scriptTask>
520 <bpmn2:sequenceFlow id="SequenceFlow_1pgo10r" sourceRef="Task_1fm09pi" targetRef="EndEvent_0wsdptv" />
521 </bpmn2:subProcess>
522 <bpmn2:exclusiveGateway id="ExclusiveGateway_0jw7ymg" name="Is 2 Phased Design?" default="SequenceFlow_006rnym">
523 <bpmn2:incoming>SequenceFlow_0cc17yk</bpmn2:incoming>
524 <bpmn2:outgoing>SequenceFlow_17cp3tn</bpmn2:outgoing>
525 <bpmn2:outgoing>SequenceFlow_006rnym</bpmn2:outgoing>
526 </bpmn2:exclusiveGateway>
527 <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400528 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_volumeGroupId") != null &amp;&amp; execution.getVariable("DCVFM_volumeGroupId") != "" }</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400529 </bpmn2:sequenceFlow>
530 <bpmn2:exclusiveGateway id="ExclusiveGateway_19933zh" name="Is aLaCarte?" default="SequenceFlow_1y1ttqe">
531 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
532 <bpmn2:outgoing>SequenceFlow_1y1ttqe</bpmn2:outgoing>
533 <bpmn2:outgoing>SequenceFlow_1y8q87e</bpmn2:outgoing>
534 </bpmn2:exclusiveGateway>
535 <bpmn2:sequenceFlow id="SequenceFlow_1y1ttqe" name="no" sourceRef="ExclusiveGateway_19933zh" targetRef="ExclusiveGateway_0ffvqla" />
536 <bpmn2:exclusiveGateway id="ExclusiveGateway_02fd6gx" name="Is already PendingActivation or Assigned?" default="SequenceFlow_0lilmm3">
537 <bpmn2:incoming>SequenceFlow_1sf1091</bpmn2:incoming>
538 <bpmn2:outgoing>SequenceFlow_0lilmm3</bpmn2:outgoing>
539 <bpmn2:outgoing>SequenceFlow_15i583d</bpmn2:outgoing>
540 </bpmn2:exclusiveGateway>
541 <bpmn2:sequenceFlow id="SequenceFlow_0lilmm3" name="no" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_0ffvqla" />
542 <bpmn2:sequenceFlow id="SequenceFlow_1y8q87e" name="yes" sourceRef="ExclusiveGateway_19933zh" targetRef="Task_14n44kb">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400543 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_aLaCarte") == true</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400544 </bpmn2:sequenceFlow>
545 <bpmn2:sequenceFlow id="SequenceFlow_1sf1091" sourceRef="Task_14n44kb" targetRef="ExclusiveGateway_02fd6gx" />
546 <bpmn2:sequenceFlow id="SequenceFlow_17cp3tn" name="yes" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_0kqh1of">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400547 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_twoPhaseDesign") == true</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400548 </bpmn2:sequenceFlow>
549 <bpmn2:endEvent id="EndEvent_0pd6bbj">
550 <bpmn2:incoming>SequenceFlow_00bh7m7</bpmn2:incoming>
551 <bpmn2:terminateEventDefinition />
552 </bpmn2:endEvent>
553 <bpmn2:sequenceFlow id="SequenceFlow_15i583d" name="yes" sourceRef="ExclusiveGateway_02fd6gx" targetRef="ExclusiveGateway_1f6x9ii">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400554 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_orchestrationStatus") == "PendingActivation" || execution.getVariable("DCVFM_orchestrationStatus") == "Assigned"</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400555 </bpmn2:sequenceFlow>
556 <bpmn2:exclusiveGateway id="ExclusiveGateway_0gsliyw" name="Is aLaCarte?" default="SequenceFlow_1iyt5i4">
557 <bpmn2:incoming>SequenceFlow_1nh92s8</bpmn2:incoming>
558 <bpmn2:outgoing>SequenceFlow_16mgvsd</bpmn2:outgoing>
559 <bpmn2:outgoing>SequenceFlow_1iyt5i4</bpmn2:outgoing>
560 </bpmn2:exclusiveGateway>
561 <bpmn2:sequenceFlow id="SequenceFlow_16mgvsd" name="yes" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_08tnqe1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400562 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_aLaCarte") == true</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400563 </bpmn2:sequenceFlow>
564 <bpmn2:sequenceFlow id="SequenceFlow_1nh92s8" sourceRef="PostProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0gsliyw" />
565 <bpmn2:sequenceFlow id="SequenceFlow_0cc17yk" sourceRef="Task_08tnqe1" targetRef="ExclusiveGateway_0jw7ymg" />
566 <bpmn2:sequenceFlow id="SequenceFlow_1iyt5i4" name="no" sourceRef="ExclusiveGateway_0gsliyw" targetRef="Task_19zw1li" />
567 <bpmn2:sequenceFlow id="SequenceFlow_006rnym" name="no" sourceRef="ExclusiveGateway_0jw7ymg" targetRef="Task_19zw1li" />
568 <bpmn2:sequenceFlow id="SequenceFlow_0ynd0iy" sourceRef="Task_0kqh1of" targetRef="Task_08z2aai" />
569 <bpmn2:sequenceFlow id="SequenceFlow_00bh7m7" sourceRef="Task_16p51r4" targetRef="EndEvent_0pd6bbj" />
570 <bpmn2:sequenceFlow id="SequenceFlow_1mnipp8" sourceRef="Task_08z2aai" targetRef="Task_16p51r4" />
571 <bpmn2:callActivity id="Task_08z2aai" name="Update AAI VF Module PendingActivation" calledElement="UpdateAAIVfModule">
572 <bpmn2:extensionElements>
573 <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
574 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
575 <camunda:out source="WorkflowException" target="WorkflowException" />
576 <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" />
577 </bpmn2:extensionElements>
578 <bpmn2:incoming>SequenceFlow_0ynd0iy</bpmn2:incoming>
579 <bpmn2:outgoing>SequenceFlow_1mnipp8</bpmn2:outgoing>
580 </bpmn2:callActivity>
581 <bpmn2:scriptTask id="Task_0kqh1of" name="PrepareUpdateAAIVfModulePendingActivation" scriptFormat="groovy">
582 <bpmn2:incoming>SequenceFlow_17cp3tn</bpmn2:incoming>
583 <bpmn2:outgoing>SequenceFlow_0ynd0iy</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400584 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400585def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400586doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'PendingActivation')</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400587 </bpmn2:scriptTask>
588 <bpmn2:scriptTask id="Task_08tnqe1" name="Query Catalog DB" scriptFormat="groovy">
589 <bpmn2:incoming>SequenceFlow_16mgvsd</bpmn2:incoming>
590 <bpmn2:outgoing>SequenceFlow_0cc17yk</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400591 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400592def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400593doCreateVfModule.queryCatalogDB(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400594 </bpmn2:scriptTask>
595 <bpmn2:scriptTask id="Task_14n44kb" name="Query AAI for Orchestration Status" scriptFormat="groovy">
596 <bpmn2:incoming>SequenceFlow_1y8q87e</bpmn2:incoming>
597 <bpmn2:outgoing>SequenceFlow_1sf1091</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400598 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400599def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400600doCreateVfModule.queryAAIVfModuleForStatus(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400601 </bpmn2:scriptTask>
602 <bpmn2:scriptTask id="Task_16p51r4" name="Set Success Indicator 1st Phase" scriptFormat="groovy">
603 <bpmn2:incoming>SequenceFlow_1mnipp8</bpmn2:incoming>
604 <bpmn2:outgoing>SequenceFlow_00bh7m7</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400605 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400606def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400607doCreateVfModule.setSuccessIndicator(execution, true)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400608 </bpmn2:scriptTask>
609 <bpmn2:exclusiveGateway id="ExclusiveGateway_1f6x9ii" name="Is volume_group_id specified for stage 2?" default="SequenceFlow_0tfrcnc">
610 <bpmn2:incoming>SequenceFlow_15i583d</bpmn2:incoming>
611 <bpmn2:outgoing>SequenceFlow_0tfrcnc</bpmn2:outgoing>
612 <bpmn2:outgoing>SequenceFlow_0oadvvx</bpmn2:outgoing>
613 </bpmn2:exclusiveGateway>
614 <bpmn2:sequenceFlow id="SequenceFlow_0tfrcnc" name="no" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="ExclusiveGateway_09r5rvt" />
615 <bpmn2:sequenceFlow id="SequenceFlow_0oadvvx" name="yes" sourceRef="ExclusiveGateway_1f6x9ii" targetRef="Task_0dx8gpp">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400616 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVFM_volumeGroupId") != null &amp;&amp; execution.getVariable("DCVFM_volumeGroupId") != "" }</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400617 </bpmn2:sequenceFlow>
618 <bpmn2:exclusiveGateway id="ExclusiveGateway_09r5rvt">
619 <bpmn2:incoming>SequenceFlow_0tfrcnc</bpmn2:incoming>
620 <bpmn2:incoming>SequenceFlow_0c6p4aa</bpmn2:incoming>
621 <bpmn2:outgoing>SequenceFlow_1qzw172</bpmn2:outgoing>
622 </bpmn2:exclusiveGateway>
623 <bpmn2:sequenceFlow id="SequenceFlow_1qzw172" sourceRef="ExclusiveGateway_09r5rvt" targetRef="ExclusiveGateway_04msdir" />
624 <bpmn2:sequenceFlow id="SequenceFlow_03batve" sourceRef="Task_0dx8gpp" targetRef="Task_0e8s9xm" />
625 <bpmn2:sequenceFlow id="SequenceFlow_0c6p4aa" sourceRef="Task_0e8s9xm" targetRef="ExclusiveGateway_09r5rvt" />
626 <bpmn2:exclusiveGateway id="ExclusiveGateway_04msdir" name="Is Base VF Module for stage 2?" default="SequenceFlow_0p3cspl">
627 <bpmn2:incoming>SequenceFlow_1qzw172</bpmn2:incoming>
628 <bpmn2:outgoing>SequenceFlow_0xed5sn</bpmn2:outgoing>
629 <bpmn2:outgoing>SequenceFlow_0p3cspl</bpmn2:outgoing>
630 </bpmn2:exclusiveGateway>
631 <bpmn2:sequenceFlow id="SequenceFlow_0xed5sn" name="yes" sourceRef="ExclusiveGateway_04msdir" targetRef="ExclusiveGateway_1biy4yg">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400632 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">execution.getVariable("DCVFM_isBaseVfModule") == "true"</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400633 </bpmn2:sequenceFlow>
634 <bpmn2:sequenceFlow id="SequenceFlow_0p3cspl" name="no" sourceRef="ExclusiveGateway_04msdir" targetRef="Task_0cdjxcd" />
635 <bpmn2:exclusiveGateway id="ExclusiveGateway_1biy4yg">
636 <bpmn2:incoming>SequenceFlow_0xed5sn</bpmn2:incoming>
637 <bpmn2:incoming>SequenceFlow_1k7xbcu</bpmn2:incoming>
638 <bpmn2:outgoing>SequenceFlow_0p61zug</bpmn2:outgoing>
639 </bpmn2:exclusiveGateway>
640 <bpmn2:sequenceFlow id="SequenceFlow_0p61zug" sourceRef="ExclusiveGateway_1biy4yg" targetRef="PreProcessSDNCGetRequest" />
641 <bpmn2:sequenceFlow id="SequenceFlow_1k7xbcu" sourceRef="Task_0cdjxcd" targetRef="ExclusiveGateway_1biy4yg" />
642 <bpmn2:scriptTask id="Task_0dx8gpp" name="Query Cloud Region For Stage 2" scriptFormat="groovy">
643 <bpmn2:incoming>SequenceFlow_0oadvvx</bpmn2:incoming>
644 <bpmn2:outgoing>SequenceFlow_03batve</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400645 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400646def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400647return doCreateVfModule.queryCloudRegion(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400648 </bpmn2:scriptTask>
649 <bpmn2:callActivity id="Task_0e8s9xm" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant">
650 <bpmn2:extensionElements>
651 <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId" />
652 <camunda:in source="DCVFM_tenantId" target="tenantId" />
653 <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion" />
654 <camunda:in source="mso-request-id" target="mso-request-id" />
655 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
656 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
657 <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId" />
658 <camunda:out source="WorkflowException" target="WorkflowException" />
659 </bpmn2:extensionElements>
660 <bpmn2:incoming>SequenceFlow_03batve</bpmn2:incoming>
661 <bpmn2:outgoing>SequenceFlow_0c6p4aa</bpmn2:outgoing>
662 </bpmn2:callActivity>
663 <bpmn2:scriptTask id="Task_0cdjxcd" name="Query AAI Vf Module for Stage 2" scriptFormat="groovy">
664 <bpmn2:incoming>SequenceFlow_0p3cspl</bpmn2:incoming>
665 <bpmn2:outgoing>SequenceFlow_1k7xbcu</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400666 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400667def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400668doCreateVfModule.queryAAIVfModule(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400669 </bpmn2:scriptTask>
670 <bpmn2:scriptTask id="Task_19zw1li" name="PrepareUpdateAAIVfModuleAssign" scriptFormat="groovy">
671 <bpmn2:incoming>SequenceFlow_006rnym</bpmn2:incoming>
672 <bpmn2:incoming>SequenceFlow_1iyt5i4</bpmn2:incoming>
673 <bpmn2:outgoing>SequenceFlow_0thm33s</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400674 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400675def doCreateVfModule = new DoCreateVfModule()
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400676doCreateVfModule.preProcessUpdateAAIVfModuleRequestStatus(execution, 'Assigned')</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400677 </bpmn2:scriptTask>
678 <bpmn2:callActivity id="Task_01b1fio" name="Update AAI VF Module Assigned" calledElement="UpdateAAIVfModule">
679 <bpmn2:extensionElements>
680 <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
681 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
682 <camunda:out source="WorkflowException" target="WorkflowException" />
683 <camunda:out source="WorkflowResponse" target="DCVFM_updateAAIVfModuleResponse" />
684 </bpmn2:extensionElements>
685 <bpmn2:incoming>SequenceFlow_0thm33s</bpmn2:incoming>
686 <bpmn2:outgoing>SequenceFlow_0aegg0r</bpmn2:outgoing>
687 </bpmn2:callActivity>
688 <bpmn2:sequenceFlow id="SequenceFlow_0thm33s" sourceRef="Task_19zw1li" targetRef="Task_01b1fio" />
689 <bpmn2:sequenceFlow id="SequenceFlow_0aegg0r" sourceRef="Task_01b1fio" targetRef="PreProcessSDNCGetRequest" />
690 </bpmn2:process>
691 <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest" />
692 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
693 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
694 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule">
695 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400696 <dc:Bounds x="258" y="403" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400697 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400698 <dc:Bounds x="263" y="439" width="25" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400699 </bpmndi:BPMNLabel>
700 </bpmndi:BPMNShape>
701 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400702 <di:waypoint x="294" y="421" />
703 <di:waypoint x="367" y="421" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400704 <bpmndi:BPMNLabel>
705 <dc:Bounds x="99" y="171" width="0" height="0" />
706 </bpmndi:BPMNLabel>
707 </bpmndi:BPMNEdge>
708 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400709 <dc:Bounds x="367" y="381" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400710 </bpmndi:BPMNShape>
711 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400712 <dc:Bounds x="256" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400713 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400714 <dc:Bounds x="235" y="667" width="85" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400715 </bpmndi:BPMNLabel>
716 </bpmndi:BPMNShape>
717 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400718 <dc:Bounds x="1048" y="403" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400719 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400720 <dc:Bounds x="1090" y="423" width="85" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400721 </bpmndi:BPMNLabel>
722 </bpmndi:BPMNShape>
723 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400724 <dc:Bounds x="486" y="922" width="121" height="94" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400725 </bpmndi:BPMNShape>
726 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400727 <dc:Bounds x="474" y="1279" width="133" height="97" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400728 </bpmndi:BPMNShape>
729 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400730 <dc:Bounds x="364" y="618" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400731 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400732 <dc:Bounds x="356" y="597" width="84" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400733 </bpmndi:BPMNLabel>
734 </bpmndi:BPMNShape>
735 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400736 <dc:Bounds x="429" y="778" width="118" height="89" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400737 </bpmndi:BPMNShape>
738 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400739 <dc:Bounds x="779" y="618" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400740 <bpmndi:BPMNLabel>
741 <dc:Bounds x="584" y="423" width="0" height="0" />
742 </bpmndi:BPMNLabel>
743 </bpmndi:BPMNShape>
744 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400745 <di:waypoint x="414" y="643" />
746 <di:waypoint x="779" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400747 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400748 <dc:Bounds x="433" y="643" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400749 </bpmndi:BPMNLabel>
750 </bpmndi:BPMNEdge>
751 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400752 <dc:Bounds x="966" y="1281" width="121" height="97" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400753 </bpmndi:BPMNShape>
754 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400755 <dc:Bounds x="937" y="1461" width="117" height="97" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400756 </bpmndi:BPMNShape>
757 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400758 <dc:Bounds x="1259" y="1459" width="119" height="99" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400759 </bpmndi:BPMNShape>
760 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400761 <dc:Bounds x="1604" y="1484" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400762 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400763 <dc:Bounds x="1602" y="1456" width="84" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400764 </bpmndi:BPMNLabel>
765 </bpmndi:BPMNShape>
766 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400767 <dc:Bounds x="1908" y="1454" width="121" height="112" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400768 </bpmndi:BPMNShape>
769 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400770 <dc:Bounds x="2033" y="1322" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400771 <bpmndi:BPMNLabel>
772 <dc:Bounds x="1838" y="1127" width="0" height="0" />
773 </bpmndi:BPMNLabel>
774 </bpmndi:BPMNShape>
775 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400776 <di:waypoint x="2028" y="1510" />
777 <di:waypoint x="2058" y="1510" />
778 <di:waypoint x="2058" y="1412" />
779 <di:waypoint x="2058" y="1372" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400780 <bpmndi:BPMNLabel>
781 <dc:Bounds x="1834" y="1260" width="0" height="0" />
782 </bpmndi:BPMNLabel>
783 </bpmndi:BPMNEdge>
784 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400785 <di:waypoint x="1629" y="1484" />
786 <di:waypoint x="1629" y="1347" />
787 <di:waypoint x="2033" y="1347" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400788 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400789 <dc:Bounds x="1639" y="1394" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400790 </bpmndi:BPMNLabel>
791 </bpmndi:BPMNEdge>
792 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400793 <di:waypoint x="292" y="644" />
794 <di:waypoint x="340" y="644" />
795 <di:waypoint x="340" y="643" />
796 <di:waypoint x="364" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400797 <bpmndi:BPMNLabel>
798 <dc:Bounds x="117" y="394" width="6" height="6" />
799 </bpmndi:BPMNLabel>
800 </bpmndi:BPMNEdge>
801 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400802 <dc:Bounds x="580" y="797" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400803 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400804 <dc:Bounds x="585" y="746" width="88" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400805 </bpmndi:BPMNLabel>
806 </bpmndi:BPMNShape>
807 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400808 <di:waypoint x="547" y="822" />
809 <di:waypoint x="580" y="822" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400810 <bpmndi:BPMNLabel>
811 <dc:Bounds x="338" y="572" width="6" height="6" />
812 </bpmndi:BPMNLabel>
813 </bpmndi:BPMNEdge>
814 <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400815 <dc:Bounds x="673" y="778" width="109" height="89" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400816 </bpmndi:BPMNShape>
817 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400818 <di:waypoint x="630" y="822" />
819 <di:waypoint x="673" y="822" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400820 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400821 <dc:Bounds x="635" y="826" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400822 </bpmndi:BPMNLabel>
823 </bpmndi:BPMNEdge>
824 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400825 <di:waypoint x="605" y="797" />
826 <di:waypoint x="605" y="643" />
827 <di:waypoint x="779" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400828 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400829 <dc:Bounds x="616" y="700" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400830 </bpmndi:BPMNLabel>
831 </bpmndi:BPMNEdge>
832 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400833 <di:waypoint x="781" y="822" />
834 <di:waypoint x="804" y="822" />
835 <di:waypoint x="804" y="668" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400836 <bpmndi:BPMNLabel>
837 <dc:Bounds x="581" y="492" width="6" height="6" />
838 </bpmndi:BPMNLabel>
839 </bpmndi:BPMNEdge>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400840 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="ExclusiveGateway_19933zh_di">
841 <di:waypoint x="467" y="421" />
842 <di:waypoint x="522" y="421" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400843 <bpmndi:BPMNLabel>
844 <dc:Bounds x="275" y="156" width="0" height="0" />
845 </bpmndi:BPMNLabel>
846 </bpmndi:BPMNEdge>
847 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400848 <di:waypoint x="829" y="643" />
849 <di:waypoint x="848" y="643" />
850 <di:waypoint x="848" y="644" />
851 <di:waypoint x="916" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400852 <bpmndi:BPMNLabel>
853 <dc:Bounds x="636" y="394" width="0" height="0" />
854 </bpmndi:BPMNLabel>
855 </bpmndi:BPMNEdge>
856 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400857 <dc:Bounds x="329" y="924" width="121" height="94" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400858 </bpmndi:BPMNShape>
859 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400860 <dc:Bounds x="655" y="924" width="121" height="94" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400861 </bpmndi:BPMNShape>
862 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400863 <dc:Bounds x="2413" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400864 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400865 <dc:Bounds x="2402" y="667" width="59" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400866 </bpmndi:BPMNLabel>
867 </bpmndi:BPMNShape>
868 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400869 <dc:Bounds x="244" y="956" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400870 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400871 <dc:Bounds x="239" y="997" width="46" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400872 </bpmndi:BPMNLabel>
873 </bpmndi:BPMNShape>
874 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400875 <di:waypoint x="280" y="974" />
876 <di:waypoint x="301" y="974" />
877 <di:waypoint x="301" y="971" />
878 <di:waypoint x="329" y="971" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400879 <bpmndi:BPMNLabel>
880 <dc:Bounds x="78" y="722" width="6" height="6" />
881 </bpmndi:BPMNLabel>
882 </bpmndi:BPMNEdge>
883 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400884 <di:waypoint x="449" y="971" />
885 <di:waypoint x="468" y="971" />
886 <di:waypoint x="468" y="969" />
887 <di:waypoint x="486" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400888 </bpmndi:BPMNEdge>
889 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400890 <di:waypoint x="606" y="969" />
891 <di:waypoint x="631" y="969" />
892 <di:waypoint x="631" y="971" />
893 <di:waypoint x="655" y="971" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400894 </bpmndi:BPMNEdge>
895 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400896 <dc:Bounds x="318" y="1281" width="121" height="94" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400897 </bpmndi:BPMNShape>
898 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400899 <dc:Bounds x="654" y="1281" width="121" height="94" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400900 </bpmndi:BPMNShape>
901 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400902 <di:waypoint x="438" y="1328" />
903 <di:waypoint x="456" y="1328" />
904 <di:waypoint x="456" y="1327" />
905 <di:waypoint x="474" y="1327" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400906 <bpmndi:BPMNLabel>
907 <dc:Bounds x="251" y="1068" width="0" height="0" />
908 </bpmndi:BPMNLabel>
909 </bpmndi:BPMNEdge>
910 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400911 <di:waypoint x="606" y="1327" />
912 <di:waypoint x="629" y="1327" />
913 <di:waypoint x="629" y="1328" />
914 <di:waypoint x="654" y="1328" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400915 <bpmndi:BPMNLabel>
916 <dc:Bounds x="410" y="1078" width="0" height="0" />
917 </bpmndi:BPMNLabel>
918 </bpmndi:BPMNEdge>
919 <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400920 <dc:Bounds x="778" y="1461" width="118" height="97" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400921 </bpmndi:BPMNShape>
922 <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400923 <dc:Bounds x="1104" y="1460" width="118" height="98" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400924 </bpmndi:BPMNShape>
925 <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400926 <dc:Bounds x="1421" y="1461" width="121" height="95" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400927 </bpmndi:BPMNShape>
928 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400929 <di:waypoint x="896" y="1509" />
930 <di:waypoint x="937" y="1509" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400931 <bpmndi:BPMNLabel>
932 <dc:Bounds x="697" y="1234" width="0" height="0" />
933 </bpmndi:BPMNLabel>
934 </bpmndi:BPMNEdge>
935 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400936 <di:waypoint x="1053" y="1509" />
937 <di:waypoint x="1104" y="1509" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400938 <bpmndi:BPMNLabel>
939 <dc:Bounds x="859" y="1234" width="0" height="0" />
940 </bpmndi:BPMNLabel>
941 </bpmndi:BPMNEdge>
942 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400943 <di:waypoint x="1222" y="1509" />
944 <di:waypoint x="1240" y="1509" />
945 <di:waypoint x="1240" y="1508" />
946 <di:waypoint x="1259" y="1508" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400947 <bpmndi:BPMNLabel>
948 <dc:Bounds x="1035" y="1249" width="0" height="0" />
949 </bpmndi:BPMNLabel>
950 </bpmndi:BPMNEdge>
951 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400952 <di:waypoint x="1377" y="1508" />
953 <di:waypoint x="1421" y="1508" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400954 <bpmndi:BPMNLabel>
955 <dc:Bounds x="1179" y="1233" width="0" height="0" />
956 </bpmndi:BPMNLabel>
957 </bpmndi:BPMNEdge>
958 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400959 <di:waypoint x="1541" y="1508" />
960 <di:waypoint x="1573" y="1508" />
961 <di:waypoint x="1573" y="1509" />
962 <di:waypoint x="1604" y="1509" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400963 <bpmndi:BPMNLabel>
964 <dc:Bounds x="1368" y="1249" width="0" height="0" />
965 </bpmndi:BPMNLabel>
966 </bpmndi:BPMNEdge>
967 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400968 <dc:Bounds x="2327" y="1329" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400969 <bpmndi:BPMNLabel>
970 <dc:Bounds x="2125" y="1120" width="0" height="0" />
971 </bpmndi:BPMNLabel>
972 </bpmndi:BPMNShape>
973 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400974 <di:waypoint x="2083" y="1347" />
975 <di:waypoint x="2149" y="1346" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400976 <bpmndi:BPMNLabel>
977 <dc:Bounds x="1896" y="1082" width="0" height="0" />
978 </bpmndi:BPMNLabel>
979 </bpmndi:BPMNEdge>
980 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400981 <dc:Bounds x="1501" y="1310" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400982 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400983 <dc:Bounds x="1477" y="1351" width="85" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400984 </bpmndi:BPMNLabel>
985 </bpmndi:BPMNShape>
986 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400987 <dc:Bounds x="193" y="1491" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400988 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400989 <dc:Bounds x="185" y="1532" width="85" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400990 </bpmndi:BPMNLabel>
991 </bpmndi:BPMNShape>
992 <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400993 <dc:Bounds x="1722" y="1454" width="121" height="112" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400994 </bpmndi:BPMNShape>
995 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400996 <di:waypoint x="1843" y="1510" />
997 <di:waypoint x="1908" y="1510" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400998 <bpmndi:BPMNLabel>
999 <dc:Bounds x="1656" y="1245" width="0" height="0" />
1000 </bpmndi:BPMNLabel>
1001 </bpmndi:BPMNEdge>
1002 <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001003 <dc:Bounds x="803" y="1281" width="121" height="96" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001004 </bpmndi:BPMNShape>
1005 <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001006 <dc:Bounds x="1127" y="1283" width="116" height="92" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001007 </bpmndi:BPMNShape>
1008 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001009 <di:waypoint x="774" y="1328" />
1010 <di:waypoint x="789" y="1328" />
1011 <di:waypoint x="789" y="1329" />
1012 <di:waypoint x="803" y="1329" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001013 <bpmndi:BPMNLabel>
1014 <dc:Bounds x="584" y="1069" width="0" height="0" />
1015 </bpmndi:BPMNLabel>
1016 </bpmndi:BPMNEdge>
1017 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001018 <di:waypoint x="923" y="1329" />
1019 <di:waypoint x="966" y="1329" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001020 <bpmndi:BPMNLabel>
1021 <dc:Bounds x="725" y="1054" width="0" height="0" />
1022 </bpmndi:BPMNLabel>
1023 </bpmndi:BPMNEdge>
1024 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001025 <di:waypoint x="1086" y="1329" />
1026 <di:waypoint x="1127" y="1329" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001027 <bpmndi:BPMNLabel>
1028 <dc:Bounds x="887" y="1054" width="0" height="0" />
1029 </bpmndi:BPMNLabel>
1030 </bpmndi:BPMNEdge>
1031 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001032 <dc:Bounds x="1444" y="766" width="125" height="92" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001033 </bpmndi:BPMNShape>
1034 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001035 <dc:Bounds x="1348" y="618" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001036 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001037 <dc:Bounds x="1347" y="586" width="55" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001038 </bpmndi:BPMNLabel>
1039 </bpmndi:BPMNShape>
1040 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001041 <dc:Bounds x="1628" y="618" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001042 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001043 <dc:Bounds x="1616" y="579" width="73" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001044 </bpmndi:BPMNLabel>
1045 </bpmndi:BPMNShape>
1046 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001047 <di:waypoint x="1373" y="668" />
1048 <di:waypoint x="1373" y="812" />
1049 <di:waypoint x="1444" y="812" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001050 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001051 <dc:Bounds x="1346" y="700" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001052 </bpmndi:BPMNLabel>
1053 </bpmndi:BPMNEdge>
1054 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001055 <di:waypoint x="1398" y="643" />
1056 <di:waypoint x="1628" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001057 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001058 <dc:Bounds x="1510" y="643" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001059 </bpmndi:BPMNLabel>
1060 </bpmndi:BPMNEdge>
1061 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001062 <dc:Bounds x="1117" y="598" width="125" height="92" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001063 </bpmndi:BPMNShape>
1064 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001065 <di:waypoint x="1241" y="644" />
1066 <di:waypoint x="1295" y="644" />
1067 <di:waypoint x="1295" y="643" />
1068 <di:waypoint x="1348" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001069 <bpmndi:BPMNLabel>
1070 <dc:Bounds x="1072" y="394" width="6" height="6" />
1071 </bpmndi:BPMNLabel>
1072 </bpmndi:BPMNEdge>
1073 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001074 <di:waypoint x="1568" y="812" />
1075 <di:waypoint x="1598" y="812" />
1076 <di:waypoint x="1598" y="643" />
1077 <di:waypoint x="1628" y="643" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001078 <bpmndi:BPMNLabel>
1079 <dc:Bounds x="1393" y="468" width="0" height="0" />
1080 </bpmndi:BPMNLabel>
1081 </bpmndi:BPMNEdge>
1082 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001083 <dc:Bounds x="2149" y="1299" width="128" height="95" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001084 </bpmndi:BPMNShape>
1085 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001086 <di:waypoint x="2277" y="1347" />
1087 <di:waypoint x="2327" y="1346" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001088 <bpmndi:BPMNLabel>
1089 <dc:Bounds x="2082" y="1082" width="0" height="0" />
1090 </bpmndi:BPMNLabel>
1091 </bpmndi:BPMNEdge>
1092 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001093 <dc:Bounds x="321" y="690" width="134" height="81" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001094 </bpmndi:BPMNShape>
1095 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001096 <di:waypoint x="389" y="668" />
1097 <di:waypoint x="389" y="679" />
1098 <di:waypoint x="388" y="679" />
1099 <di:waypoint x="388" y="690" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001100 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001101 <dc:Bounds x="405" y="667" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001102 </bpmndi:BPMNLabel>
1103 </bpmndi:BPMNEdge>
1104 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001105 <di:waypoint x="388" y="770" />
1106 <di:waypoint x="388" y="774" />
1107 <di:waypoint x="388" y="831" />
1108 <di:waypoint x="428" y="831" />
1109 <di:waypoint x="429" y="831" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001110 <bpmndi:BPMNLabel>
1111 <dc:Bounds x="165" y="574" width="6" height="6" />
1112 </bpmndi:BPMNLabel>
1113 </bpmndi:BPMNEdge>
1114 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001115 <dc:Bounds x="916" y="598" width="121" height="92" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001116 </bpmndi:BPMNShape>
1117 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001118 <di:waypoint x="1036" y="644" />
1119 <di:waypoint x="1117" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001120 <bpmndi:BPMNLabel>
1121 <dc:Bounds x="857" y="369" width="0" height="0" />
1122 </bpmndi:BPMNLabel>
1123 </bpmndi:BPMNEdge>
1124 <bpmndi:BPMNShape id="ExclusiveGateway_183x8vk_di" bpmnElement="ExclusiveGateway_183x8vk" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001125 <dc:Bounds x="1296" y="1305" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001126 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001127 <dc:Bounds x="1281" y="1355" width="79" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001128 </bpmndi:BPMNLabel>
1129 </bpmndi:BPMNShape>
1130 <bpmndi:BPMNEdge id="SequenceFlow_1ushk1d_di" bpmnElement="SequenceFlow_1ushk1d">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001131 <di:waypoint x="1243" y="1329" />
1132 <di:waypoint x="1296" y="1330" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001133 <bpmndi:BPMNLabel>
1134 <dc:Bounds x="1050" y="1065" width="0" height="0" />
1135 </bpmndi:BPMNLabel>
1136 </bpmndi:BPMNEdge>
1137 <bpmndi:BPMNEdge id="SequenceFlow_0ery1pk_di" bpmnElement="SequenceFlow_0ery1pk">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001138 <di:waypoint x="1321" y="1305" />
1139 <di:waypoint x="1321" y="1229" />
1140 <di:waypoint x="1367" y="1229" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001141 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001142 <dc:Bounds x="1275" y="1517" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001143 </bpmndi:BPMNLabel>
1144 </bpmndi:BPMNEdge>
1145 <bpmndi:BPMNEdge id="SequenceFlow_0xfanpi_di" bpmnElement="SequenceFlow_0xfanpi">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001146 <di:waypoint x="1346" y="1330" />
1147 <di:waypoint x="1501" y="1328" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001148 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001149 <dc:Bounds x="1418" y="1304" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001150 </bpmndi:BPMNLabel>
1151 </bpmndi:BPMNEdge>
1152 <bpmndi:BPMNEdge id="SequenceFlow_0abffyj_di" bpmnElement="SequenceFlow_0abffyj">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001153 <di:waypoint x="1467" y="1229" />
1154 <di:waypoint x="1519" y="1229" />
1155 <di:waypoint x="1519" y="1310" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001156 <bpmndi:BPMNLabel>
1157 <dc:Bounds x="1273" y="964" width="0" height="0" />
1158 </bpmndi:BPMNLabel>
1159 </bpmndi:BPMNEdge>
1160 <bpmndi:BPMNShape id="ScriptTask_1dv7amn_di" bpmnElement="CreateNetworkPoliciesInAAI">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001161 <dc:Bounds x="1367" y="1189" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001162 </bpmndi:BPMNShape>
1163 <bpmndi:BPMNShape id="ExclusiveGateway_0f54imv_di" bpmnElement="ExclusiveGateway_0f54imv" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001164 <dc:Bounds x="284" y="1485" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001165 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001166 <dc:Bounds x="272" y="1450" width="74" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001167 </bpmndi:BPMNLabel>
1168 </bpmndi:BPMNShape>
1169 <bpmndi:BPMNShape id="ExclusiveGateway_1edqxlf_di" bpmnElement="ExclusiveGateway_1edqxlf" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001170 <dc:Bounds x="652" y="1485" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001171 <bpmndi:BPMNLabel>
1172 <dc:Bounds x="457" y="1285" width="0" height="0" />
1173 </bpmndi:BPMNLabel>
1174 </bpmndi:BPMNShape>
1175 <bpmndi:BPMNEdge id="SequenceFlow_0bi38s7_di" bpmnElement="SequenceFlow_0bi38s7">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001176 <di:waypoint x="309" y="1535" />
1177 <di:waypoint x="309" y="1688" />
1178 <di:waypoint x="362" y="1688" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001179 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001180 <dc:Bounds x="316" y="1612" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001181 </bpmndi:BPMNLabel>
1182 </bpmndi:BPMNEdge>
1183 <bpmndi:BPMNEdge id="SequenceFlow_1qm81ym_di" bpmnElement="SequenceFlow_1qm81ym">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001184 <di:waypoint x="462" y="1688" />
1185 <di:waypoint x="498" y="1688" />
1186 <di:waypoint x="498" y="1688" />
1187 <di:waypoint x="534" y="1688" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001188 <bpmndi:BPMNLabel>
1189 <dc:Bounds x="293" y="1438" width="0" height="0" />
1190 </bpmndi:BPMNLabel>
1191 </bpmndi:BPMNEdge>
1192 <bpmndi:BPMNEdge id="SequenceFlow_112los9_di" bpmnElement="SequenceFlow_112los9">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001193 <di:waypoint x="634" y="1688" />
1194 <di:waypoint x="677" y="1688" />
1195 <di:waypoint x="677" y="1535" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001196 <bpmndi:BPMNLabel>
1197 <dc:Bounds x="436" y="1423" width="0" height="0" />
1198 </bpmndi:BPMNLabel>
1199 </bpmndi:BPMNEdge>
1200 <bpmndi:BPMNEdge id="SequenceFlow_1k5uku2_di" bpmnElement="SequenceFlow_1k5uku2">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001201 <di:waypoint x="334" y="1510" />
1202 <di:waypoint x="652" y="1510" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001203 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001204 <dc:Bounds x="487" y="1495" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001205 </bpmndi:BPMNLabel>
1206 </bpmndi:BPMNEdge>
1207 <bpmndi:BPMNEdge id="SequenceFlow_1avfxsz_di" bpmnElement="SequenceFlow_1avfxsz">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001208 <di:waypoint x="702" y="1510" />
1209 <di:waypoint x="740" y="1510" />
1210 <di:waypoint x="740" y="1510" />
1211 <di:waypoint x="778" y="1510" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001212 <bpmndi:BPMNLabel>
1213 <dc:Bounds x="535" y="1260" width="0" height="0" />
1214 </bpmndi:BPMNLabel>
1215 </bpmndi:BPMNEdge>
1216 <bpmndi:BPMNEdge id="SequenceFlow_0363dz7_di" bpmnElement="SequenceFlow_0363dz7">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001217 <di:waypoint x="229" y="1509" />
1218 <di:waypoint x="284" y="1510" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001219 <bpmndi:BPMNLabel>
1220 <dc:Bounds x="37" y="1235" width="0" height="0" />
1221 </bpmndi:BPMNLabel>
1222 </bpmndi:BPMNEdge>
1223 <bpmndi:BPMNShape id="ScriptTask_0o3bcyq_di" bpmnElement="PreProcessUpdateAAIGenericVnf">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001224 <dc:Bounds x="362" y="1649" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001225 </bpmndi:BPMNShape>
1226 <bpmndi:BPMNShape id="CallActivity_0j45ic9_di" bpmnElement="UpdateAAIGenericVNFTask">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001227 <dc:Bounds x="534" y="1648" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001228 </bpmndi:BPMNShape>
1229 <bpmndi:BPMNEdge id="SequenceFlow_0zcfn2x_di" bpmnElement="SequenceFlow_0zcfn2x">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001230 <di:waypoint x="1678" y="643" />
1231 <di:waypoint x="2413" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001232 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001233 <dc:Bounds x="2042" y="619" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001234 </bpmndi:BPMNLabel>
1235 </bpmndi:BPMNEdge>
1236 <bpmndi:BPMNEdge id="SequenceFlow_0m382su_di" bpmnElement="SequenceFlow_0m382su">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001237 <di:waypoint x="1653" y="668" />
1238 <di:waypoint x="1653" y="771" />
1239 <di:waypoint x="1886" y="771" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001240 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001241 <dc:Bounds x="1585" y="673" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001242 </bpmndi:BPMNLabel>
1243 </bpmndi:BPMNEdge>
1244 <bpmndi:BPMNEdge id="SequenceFlow_0g270u0_di" bpmnElement="SequenceFlow_0g270u0">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001245 <di:waypoint x="1986" y="771" />
1246 <di:waypoint x="2036" y="771" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001247 <bpmndi:BPMNLabel>
1248 <dc:Bounds x="1791" y="506" width="0" height="0" />
1249 </bpmndi:BPMNLabel>
1250 </bpmndi:BPMNEdge>
1251 <bpmndi:BPMNEdge id="SequenceFlow_1yrlvgb_di" bpmnElement="SequenceFlow_1yrlvgb">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001252 <di:waypoint x="2136" y="771" />
1253 <di:waypoint x="2189" y="771" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001254 <bpmndi:BPMNLabel>
1255 <dc:Bounds x="1943" y="506" width="0" height="0" />
1256 </bpmndi:BPMNLabel>
1257 </bpmndi:BPMNEdge>
1258 <bpmndi:BPMNShape id="ScriptTask_1j22oyj_di" bpmnElement="PreProcessSDNCVnfGetRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001259 <dc:Bounds x="1886" y="731" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001260 </bpmndi:BPMNShape>
1261 <bpmndi:BPMNShape id="CallActivity_10t4tix_di" bpmnElement="CallSDNCAdapterVNFTopologyGET">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001262 <dc:Bounds x="2036" y="731" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001263 </bpmndi:BPMNShape>
1264 <bpmndi:BPMNShape id="ScriptTask_09wgk9p_di" bpmnElement="PostProcessSDNCVnfGetRequest">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001265 <dc:Bounds x="2189" y="731" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001266 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001267 <bpmndi:BPMNEdge id="SequenceFlow_170kw7h_di" bpmnElement="SequenceFlow_170kw7h">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001268 <di:waypoint x="2289" y="771" />
1269 <di:waypoint x="2351" y="771" />
1270 <di:waypoint x="2351" y="644" />
1271 <di:waypoint x="2413" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001272 <bpmndi:BPMNLabel>
1273 <dc:Bounds x="2146" y="447.5" width="0" height="0" />
1274 </bpmndi:BPMNLabel>
1275 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001276 <bpmndi:BPMNEdge id="SequenceFlow_1f53tby_di" bpmnElement="SequenceFlow_1f53tby">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001277 <di:waypoint x="996" y="532" />
1278 <di:waypoint x="1066" y="532" />
1279 <di:waypoint x="1066" y="439" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001280 <bpmndi:BPMNLabel>
1281 <dc:Bounds x="811" y="267" width="0" height="0" />
1282 </bpmndi:BPMNLabel>
1283 </bpmndi:BPMNEdge>
1284 <bpmndi:BPMNShape id="ExclusiveGateway_0ffvqla_di" bpmnElement="ExclusiveGateway_0ffvqla" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001285 <dc:Bounds x="812" y="396" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001286 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001287 <dc:Bounds x="795" y="348" width="84" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001288 </bpmndi:BPMNLabel>
1289 </bpmndi:BPMNShape>
1290 <bpmndi:BPMNEdge id="SequenceFlow_0270n5c_di" bpmnElement="SequenceFlow_0270n5c">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001291 <di:waypoint x="862" y="421" />
1292 <di:waypoint x="1048" y="421" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001293 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001294 <dc:Bounds x="920" y="395" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001295 </bpmndi:BPMNLabel>
1296 </bpmndi:BPMNEdge>
1297 <bpmndi:BPMNEdge id="SequenceFlow_05og7iw_di" bpmnElement="SequenceFlow_05og7iw">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001298 <di:waypoint x="837" y="446" />
1299 <di:waypoint x="837" y="532" />
1300 <di:waypoint x="896" y="532" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001301 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001302 <dc:Bounds x="846" y="489" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001303 </bpmndi:BPMNLabel>
1304 </bpmndi:BPMNEdge>
1305 <bpmndi:BPMNShape id="CallActivity_14nvmgk_di" bpmnElement="Task_0kuj2a1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001306 <dc:Bounds x="896" y="492" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001307 </bpmndi:BPMNShape>
1308 <bpmndi:BPMNShape id="SubProcess_0ltzufk_di" bpmnElement="SubProcess_0ltzufk" isExpanded="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001309 <dc:Bounds x="168" y="1828" width="1047" height="338" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001310 </bpmndi:BPMNShape>
1311 <bpmndi:BPMNShape id="StartEvent_18lzc5m_di" bpmnElement="StartEvent_18lzc5m">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001312 <dc:Bounds x="311" y="1932" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001313 <bpmndi:BPMNLabel>
1314 <dc:Bounds x="109" y="1723" width="0" height="0" />
1315 </bpmndi:BPMNLabel>
1316 </bpmndi:BPMNShape>
1317 <bpmndi:BPMNShape id="EndEvent_0wsdptv_di" bpmnElement="EndEvent_0wsdptv">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001318 <dc:Bounds x="1079" y="1932" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001319 <bpmndi:BPMNLabel>
1320 <dc:Bounds x="877" y="1723" width="0" height="0" />
1321 </bpmndi:BPMNLabel>
1322 </bpmndi:BPMNShape>
1323 <bpmndi:BPMNShape id="CallActivity_1ehr5kq_di" bpmnElement="CallDoCreateVfModuleRollback">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001324 <dc:Bounds x="727" y="1910" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001325 </bpmndi:BPMNShape>
1326 <bpmndi:BPMNShape id="ScriptTask_0upatdd_di" bpmnElement="PreProcessRollback">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001327 <dc:Bounds x="547" y="1910" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001328 </bpmndi:BPMNShape>
1329 <bpmndi:BPMNShape id="ScriptTask_0o1zc29_di" bpmnElement="PostProcessRollback">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001330 <dc:Bounds x="912" y="1910" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001331 </bpmndi:BPMNShape>
1332 <bpmndi:BPMNEdge id="SequenceFlow_02lc25j_di" bpmnElement="SequenceFlow_02lc25j">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001333 <di:waypoint x="347" y="1950" />
1334 <di:waypoint x="414" y="1950" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001335 <bpmndi:BPMNLabel>
1336 <dc:Bounds x="161" y="1685" width="0" height="0" />
1337 </bpmndi:BPMNLabel>
1338 </bpmndi:BPMNEdge>
1339 <bpmndi:BPMNEdge id="SequenceFlow_0z2rczk_di" bpmnElement="SequenceFlow_0z2rczk">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001340 <di:waypoint x="1012" y="1950" />
1341 <di:waypoint x="1044" y="1950" />
1342 <di:waypoint x="1044" y="1950" />
1343 <di:waypoint x="1079" y="1950" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001344 <bpmndi:BPMNLabel>
1345 <dc:Bounds x="839" y="1700" width="0" height="0" />
1346 </bpmndi:BPMNLabel>
1347 </bpmndi:BPMNEdge>
1348 <bpmndi:BPMNEdge id="SequenceFlow_1i1q78e_di" bpmnElement="SequenceFlow_1i1q78e">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001349 <di:waypoint x="647" y="1950" />
1350 <di:waypoint x="727" y="1950" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001351 <bpmndi:BPMNLabel>
1352 <dc:Bounds x="467" y="1685" width="0" height="0" />
1353 </bpmndi:BPMNLabel>
1354 </bpmndi:BPMNEdge>
1355 <bpmndi:BPMNEdge id="SequenceFlow_0112l2c_di" bpmnElement="SequenceFlow_0112l2c">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001356 <di:waypoint x="827" y="1950" />
1357 <di:waypoint x="912" y="1950" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001358 <bpmndi:BPMNLabel>
1359 <dc:Bounds x="650" y="1685" width="0" height="0" />
1360 </bpmndi:BPMNLabel>
1361 </bpmndi:BPMNEdge>
1362 <bpmndi:BPMNShape id="ExclusiveGateway_039bib8_di" bpmnElement="ExclusiveGateway_039bib8" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001363 <dc:Bounds x="414" y="1925" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001364 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001365 <dc:Bounds x="394" y="1897" width="89" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001366 </bpmndi:BPMNLabel>
1367 </bpmndi:BPMNShape>
1368 <bpmndi:BPMNEdge id="SequenceFlow_04bd5in_di" bpmnElement="SequenceFlow_04bd5in">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001369 <di:waypoint x="464" y="1950" />
1370 <di:waypoint x="547" y="1950" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001371 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001372 <dc:Bounds x="500" y="1935" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001373 </bpmndi:BPMNLabel>
1374 </bpmndi:BPMNEdge>
1375 <bpmndi:BPMNEdge id="SequenceFlow_1nh7m8d_di" bpmnElement="SequenceFlow_1nh7m8d">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001376 <di:waypoint x="439" y="1975" />
1377 <di:waypoint x="439" y="2074" />
1378 <di:waypoint x="727" y="2074" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001379 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001380 <dc:Bounds x="446" y="2025" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001381 </bpmndi:BPMNLabel>
1382 </bpmndi:BPMNEdge>
1383 <bpmndi:BPMNShape id="ScriptTask_05v20n0_di" bpmnElement="Task_1fm09pi">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001384 <dc:Bounds x="727" y="2034" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001385 </bpmndi:BPMNShape>
1386 <bpmndi:BPMNEdge id="SequenceFlow_1pgo10r_di" bpmnElement="SequenceFlow_1pgo10r">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001387 <di:waypoint x="827" y="2074" />
1388 <di:waypoint x="1097" y="2074" />
1389 <di:waypoint x="1097" y="1968" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001390 <bpmndi:BPMNLabel>
1391 <dc:Bounds x="742" y="1809" width="0" height="0" />
1392 </bpmndi:BPMNLabel>
1393 </bpmndi:BPMNEdge>
1394 <bpmndi:BPMNShape id="ExclusiveGateway_0jw7ymg_di" bpmnElement="ExclusiveGateway_0jw7ymg" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001395 <dc:Bounds x="1023" y="946" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001396 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001397 <dc:Bounds x="1018" y="903" width="59" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001398 </bpmndi:BPMNLabel>
1399 </bpmndi:BPMNShape>
1400 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001401 <di:waypoint x="1654" y="1509" />
1402 <di:waypoint x="1722" y="1510" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001403 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001404 <dc:Bounds x="1675" y="1515" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001405 </bpmndi:BPMNLabel>
1406 </bpmndi:BPMNEdge>
1407 <bpmndi:BPMNShape id="ExclusiveGateway_19933zh_di" bpmnElement="ExclusiveGateway_19933zh" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001408 <dc:Bounds x="522" y="396" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001409 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001410 <dc:Bounds x="515" y="446" width="63" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001411 </bpmndi:BPMNLabel>
1412 </bpmndi:BPMNShape>
1413 <bpmndi:BPMNEdge id="SequenceFlow_1y1ttqe_di" bpmnElement="SequenceFlow_1y1ttqe">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001414 <di:waypoint x="572" y="421" />
1415 <di:waypoint x="812" y="421" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001416 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001417 <dc:Bounds x="599" y="397" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001418 </bpmndi:BPMNLabel>
1419 </bpmndi:BPMNEdge>
1420 <bpmndi:BPMNShape id="ExclusiveGateway_02fd6gx_di" bpmnElement="ExclusiveGateway_02fd6gx" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001421 <dc:Bounds x="667" y="249" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001422 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001423 <dc:Bounds x="647" y="202" width="89" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001424 </bpmndi:BPMNLabel>
1425 </bpmndi:BPMNShape>
1426 <bpmndi:BPMNEdge id="SequenceFlow_0lilmm3_di" bpmnElement="SequenceFlow_0lilmm3">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001427 <di:waypoint x="692" y="299" />
1428 <di:waypoint x="692" y="421" />
1429 <di:waypoint x="812" y="421" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001430 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001431 <dc:Bounds x="702" y="350" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001432 </bpmndi:BPMNLabel>
1433 </bpmndi:BPMNEdge>
1434 <bpmndi:BPMNEdge id="SequenceFlow_1y8q87e_di" bpmnElement="SequenceFlow_1y8q87e">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001435 <di:waypoint x="547" y="396" />
1436 <di:waypoint x="547" y="314" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001437 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001438 <dc:Bounds x="554" y="345" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001439 </bpmndi:BPMNLabel>
1440 </bpmndi:BPMNEdge>
1441 <bpmndi:BPMNEdge id="SequenceFlow_1sf1091_di" bpmnElement="SequenceFlow_1sf1091">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001442 <di:waypoint x="597" y="274" />
1443 <di:waypoint x="667" y="274" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001444 <bpmndi:BPMNLabel>
1445 <dc:Bounds x="412" y="9" width="0" height="0" />
1446 </bpmndi:BPMNLabel>
1447 </bpmndi:BPMNEdge>
1448 <bpmndi:BPMNEdge id="SequenceFlow_17cp3tn_di" bpmnElement="SequenceFlow_17cp3tn">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001449 <di:waypoint x="1073" y="971" />
1450 <di:waypoint x="1121" y="970" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001451 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001452 <dc:Bounds x="1087" y="945" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001453 </bpmndi:BPMNLabel>
1454 </bpmndi:BPMNEdge>
1455 <bpmndi:BPMNShape id="EndEvent_0b33fd2_di" bpmnElement="EndEvent_0pd6bbj">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001456 <dc:Bounds x="1587" y="951" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001457 <bpmndi:BPMNLabel>
1458 <dc:Bounds x="1385" y="737" width="0" height="0" />
1459 </bpmndi:BPMNLabel>
1460 </bpmndi:BPMNShape>
1461 <bpmndi:BPMNEdge id="SequenceFlow_15i583d_di" bpmnElement="SequenceFlow_15i583d">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001462 <di:waypoint x="717" y="274" />
1463 <di:waypoint x="779" y="274" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001464 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001465 <dc:Bounds x="734" y="254" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001466 </bpmndi:BPMNLabel>
1467 </bpmndi:BPMNEdge>
1468 <bpmndi:BPMNShape id="ExclusiveGateway_0gsliyw_di" bpmnElement="ExclusiveGateway_0gsliyw" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001469 <dc:Bounds x="812" y="944" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001470 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001471 <dc:Bounds x="805" y="906" width="63" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001472 </bpmndi:BPMNLabel>
1473 </bpmndi:BPMNShape>
1474 <bpmndi:BPMNEdge id="SequenceFlow_16mgvsd_di" bpmnElement="SequenceFlow_16mgvsd">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001475 <di:waypoint x="862" y="969" />
1476 <di:waypoint x="888" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001477 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001478 <dc:Bounds x="862" y="946" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001479 </bpmndi:BPMNLabel>
1480 </bpmndi:BPMNEdge>
1481 <bpmndi:BPMNEdge id="SequenceFlow_1nh92s8_di" bpmnElement="SequenceFlow_1nh92s8">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001482 <di:waypoint x="776" y="970" />
1483 <di:waypoint x="812" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001484 <bpmndi:BPMNLabel>
1485 <dc:Bounds x="574" y="694.5" width="0" height="0" />
1486 </bpmndi:BPMNLabel>
1487 </bpmndi:BPMNEdge>
1488 <bpmndi:BPMNEdge id="SequenceFlow_0cc17yk_di" bpmnElement="SequenceFlow_0cc17yk">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001489 <di:waypoint x="988" y="970" />
1490 <di:waypoint x="1023" y="971" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001491 <bpmndi:BPMNLabel>
1492 <dc:Bounds x="786" y="705.5" width="0" height="0" />
1493 </bpmndi:BPMNLabel>
1494 </bpmndi:BPMNEdge>
1495 <bpmndi:BPMNEdge id="SequenceFlow_1iyt5i4_di" bpmnElement="SequenceFlow_1iyt5i4">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001496 <di:waypoint x="837" y="994" />
1497 <di:waypoint x="837" y="1049" />
1498 <di:waypoint x="318" y="1049" />
1499 <di:waypoint x="318" y="1131" />
1500 <di:waypoint x="339" y="1131" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001501 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001502 <dc:Bounds x="686" y="1026" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001503 </bpmndi:BPMNLabel>
1504 </bpmndi:BPMNEdge>
1505 <bpmndi:BPMNEdge id="SequenceFlow_006rnym_di" bpmnElement="SequenceFlow_006rnym">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001506 <di:waypoint x="1048" y="996" />
1507 <di:waypoint x="1048" y="1065" />
1508 <di:waypoint x="389" y="1065" />
1509 <di:waypoint x="389" y="1091" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001510 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001511 <dc:Bounds x="1027" y="1012" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001512 </bpmndi:BPMNLabel>
1513 </bpmndi:BPMNEdge>
1514 <bpmndi:BPMNEdge id="SequenceFlow_0ynd0iy_di" bpmnElement="SequenceFlow_0ynd0iy">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001515 <di:waypoint x="1221" y="969" />
1516 <di:waypoint x="1277" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001517 <bpmndi:BPMNLabel>
1518 <dc:Bounds x="1029" y="704" width="0" height="0" />
1519 </bpmndi:BPMNLabel>
1520 </bpmndi:BPMNEdge>
1521 <bpmndi:BPMNEdge id="SequenceFlow_00bh7m7_di" bpmnElement="SequenceFlow_00bh7m7">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001522 <di:waypoint x="1532" y="969" />
1523 <di:waypoint x="1587" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001524 <bpmndi:BPMNLabel>
1525 <dc:Bounds x="1340" y="704" width="0" height="0" />
1526 </bpmndi:BPMNLabel>
1527 </bpmndi:BPMNEdge>
1528 <bpmndi:BPMNEdge id="SequenceFlow_1mnipp8_di" bpmnElement="SequenceFlow_1mnipp8">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001529 <di:waypoint x="1377" y="969" />
1530 <di:waypoint x="1432" y="969" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001531 <bpmndi:BPMNLabel>
1532 <dc:Bounds x="1185" y="704" width="0" height="0" />
1533 </bpmndi:BPMNLabel>
1534 </bpmndi:BPMNEdge>
1535 <bpmndi:BPMNShape id="CallActivity_1bvhxkk_di" bpmnElement="Task_08z2aai">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001536 <dc:Bounds x="1277" y="929" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001537 </bpmndi:BPMNShape>
1538 <bpmndi:BPMNShape id="ScriptTask_05mwaoo_di" bpmnElement="Task_0kqh1of">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001539 <dc:Bounds x="1121" y="929" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001540 </bpmndi:BPMNShape>
1541 <bpmndi:BPMNShape id="ScriptTask_059xue9_di" bpmnElement="Task_08tnqe1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001542 <dc:Bounds x="888" y="929" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001543 </bpmndi:BPMNShape>
1544 <bpmndi:BPMNShape id="ScriptTask_1k3dub4_di" bpmnElement="Task_14n44kb">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001545 <dc:Bounds x="497" y="234" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001546 </bpmndi:BPMNShape>
1547 <bpmndi:BPMNShape id="ScriptTask_0okxyur_di" bpmnElement="Task_16p51r4">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001548 <dc:Bounds x="1432" y="929" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001549 </bpmndi:BPMNShape>
1550 <bpmndi:BPMNShape id="ExclusiveGateway_1f6x9ii_di" bpmnElement="ExclusiveGateway_1f6x9ii" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001551 <dc:Bounds x="779" y="249" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001552 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001553 <dc:Bounds x="762" y="299" width="84" height="53" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001554 </bpmndi:BPMNLabel>
1555 </bpmndi:BPMNShape>
1556 <bpmndi:BPMNEdge id="SequenceFlow_0tfrcnc_di" bpmnElement="SequenceFlow_0tfrcnc">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001557 <di:waypoint x="829" y="274" />
1558 <di:waypoint x="1166" y="274" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001559 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001560 <dc:Bounds x="992" y="259" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001561 </bpmndi:BPMNLabel>
1562 </bpmndi:BPMNEdge>
1563 <bpmndi:BPMNEdge id="SequenceFlow_0oadvvx_di" bpmnElement="SequenceFlow_0oadvvx">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001564 <di:waypoint x="804" y="249" />
1565 <di:waypoint x="804" y="187" />
1566 <di:waypoint x="836" y="187" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001567 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001568 <dc:Bounds x="811" y="208" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001569 </bpmndi:BPMNLabel>
1570 </bpmndi:BPMNEdge>
1571 <bpmndi:BPMNShape id="ExclusiveGateway_09r5rvt_di" bpmnElement="ExclusiveGateway_09r5rvt" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001572 <dc:Bounds x="1166" y="249" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001573 <bpmndi:BPMNLabel>
1574 <dc:Bounds x="971" y="49" width="0" height="0" />
1575 </bpmndi:BPMNLabel>
1576 </bpmndi:BPMNShape>
1577 <bpmndi:BPMNEdge id="SequenceFlow_1qzw172_di" bpmnElement="SequenceFlow_1qzw172">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001578 <di:waypoint x="1216" y="274" />
1579 <di:waypoint x="1294" y="274" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001580 <bpmndi:BPMNLabel>
1581 <dc:Bounds x="1035" y="9" width="0" height="0" />
1582 </bpmndi:BPMNLabel>
1583 </bpmndi:BPMNEdge>
1584 <bpmndi:BPMNEdge id="SequenceFlow_03batve_di" bpmnElement="SequenceFlow_03batve">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001585 <di:waypoint x="936" y="187" />
1586 <di:waypoint x="1016" y="187" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001587 <bpmndi:BPMNLabel>
1588 <dc:Bounds x="756" y="-78" width="0" height="0" />
1589 </bpmndi:BPMNLabel>
1590 </bpmndi:BPMNEdge>
1591 <bpmndi:BPMNEdge id="SequenceFlow_0c6p4aa_di" bpmnElement="SequenceFlow_0c6p4aa">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001592 <di:waypoint x="1116" y="187" />
1593 <di:waypoint x="1191" y="187" />
1594 <di:waypoint x="1191" y="249" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001595 <bpmndi:BPMNLabel>
1596 <dc:Bounds x="934" y="-78" width="0" height="0" />
1597 </bpmndi:BPMNLabel>
1598 </bpmndi:BPMNEdge>
1599 <bpmndi:BPMNShape id="ExclusiveGateway_04msdir_di" bpmnElement="ExclusiveGateway_04msdir" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001600 <dc:Bounds x="1294" y="249" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001601 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001602 <dc:Bounds x="1278" y="299" width="82" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001603 </bpmndi:BPMNLabel>
1604 </bpmndi:BPMNShape>
1605 <bpmndi:BPMNEdge id="SequenceFlow_0xed5sn_di" bpmnElement="SequenceFlow_0xed5sn">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001606 <di:waypoint x="1344" y="274" />
1607 <di:waypoint x="1558" y="274" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001608 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001609 <dc:Bounds x="1443" y="259" width="17" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001610 </bpmndi:BPMNLabel>
1611 </bpmndi:BPMNEdge>
1612 <bpmndi:BPMNEdge id="SequenceFlow_0p3cspl_di" bpmnElement="SequenceFlow_0p3cspl">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001613 <di:waypoint x="1319" y="249" />
1614 <di:waypoint x="1319" y="187" />
1615 <di:waypoint x="1410" y="187" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001616 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001617 <dc:Bounds x="1328" y="209" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001618 </bpmndi:BPMNLabel>
1619 </bpmndi:BPMNEdge>
1620 <bpmndi:BPMNShape id="ExclusiveGateway_1biy4yg_di" bpmnElement="ExclusiveGateway_1biy4yg" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001621 <dc:Bounds x="1558" y="249" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001622 <bpmndi:BPMNLabel>
1623 <dc:Bounds x="1363" y="49" width="0" height="0" />
1624 </bpmndi:BPMNLabel>
1625 </bpmndi:BPMNShape>
1626 <bpmndi:BPMNEdge id="SequenceFlow_0p61zug_di" bpmnElement="SequenceFlow_0p61zug">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001627 <di:waypoint x="1608" y="274" />
1628 <di:waypoint x="1656" y="274" />
1629 <di:waypoint x="1656" y="80" />
1630 <di:waypoint x="160" y="80" />
1631 <di:waypoint x="160" y="1328" />
1632 <di:waypoint x="318" y="1328" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001633 <bpmndi:BPMNLabel>
1634 <dc:Bounds x="688" y="-185" width="0" height="0" />
1635 </bpmndi:BPMNLabel>
1636 </bpmndi:BPMNEdge>
1637 <bpmndi:BPMNEdge id="SequenceFlow_1k7xbcu_di" bpmnElement="SequenceFlow_1k7xbcu">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001638 <di:waypoint x="1510" y="187" />
1639 <di:waypoint x="1583" y="187" />
1640 <di:waypoint x="1583" y="249" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001641 <bpmndi:BPMNLabel>
1642 <dc:Bounds x="1327" y="-78" width="0" height="0" />
1643 </bpmndi:BPMNLabel>
1644 </bpmndi:BPMNEdge>
1645 <bpmndi:BPMNShape id="ScriptTask_0ti2a86_di" bpmnElement="Task_0dx8gpp">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001646 <dc:Bounds x="836" y="147" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001647 </bpmndi:BPMNShape>
1648 <bpmndi:BPMNShape id="CallActivity_1r5f381_di" bpmnElement="Task_0e8s9xm">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001649 <dc:Bounds x="1016" y="147" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001650 </bpmndi:BPMNShape>
1651 <bpmndi:BPMNShape id="ScriptTask_0fajmo7_di" bpmnElement="Task_0cdjxcd">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001652 <dc:Bounds x="1410" y="147" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001653 </bpmndi:BPMNShape>
1654 <bpmndi:BPMNShape id="ScriptTask_065935d_di" bpmnElement="Task_19zw1li">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001655 <dc:Bounds x="339" y="1091" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001656 </bpmndi:BPMNShape>
1657 <bpmndi:BPMNShape id="CallActivity_11w102e_di" bpmnElement="Task_01b1fio">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001658 <dc:Bounds x="505" y="1091" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001659 </bpmndi:BPMNShape>
1660 <bpmndi:BPMNEdge id="SequenceFlow_0thm33s_di" bpmnElement="SequenceFlow_0thm33s">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001661 <di:waypoint x="439" y="1131" />
1662 <di:waypoint x="505" y="1131" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001663 <bpmndi:BPMNLabel>
1664 <dc:Bounds x="252" y="856" width="0" height="0" />
1665 </bpmndi:BPMNLabel>
1666 </bpmndi:BPMNEdge>
1667 <bpmndi:BPMNEdge id="SequenceFlow_0aegg0r_di" bpmnElement="SequenceFlow_0aegg0r">
Boslet, Coryfa9a7072020-04-16 10:43:38 -04001668 <di:waypoint x="605" y="1131" />
1669 <di:waypoint x="658" y="1131" />
1670 <di:waypoint x="658" y="1203" />
1671 <di:waypoint x="379" y="1203" />
1672 <di:waypoint x="379" y="1281" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001673 <bpmndi:BPMNLabel>
1674 <dc:Bounds x="453" y="917" width="0" height="0" />
1675 </bpmndi:BPMNLabel>
1676 </bpmndi:BPMNEdge>
1677 </bpmndi:BPMNPlane>
1678 </bpmndi:BPMNDiagram>
1679</bpmn2:definitions>