blob: c7092ffb30d18e1066a82174207afd3c5a5b9877 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Arthur Martella62cd6aa2017-09-08 13:27:46 -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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
xg353yb6b7bef2017-04-11 13:30:42 +02003 <bpmn2:process id="DeleteVfModuleVolumeInfraV1" name="DeleteVfModuleVolumeInfraV1" isExecutable="true">
4 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
5 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
7 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +01008def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
9deleteVfMod.executeMethod('preProcessRequest', execution, isDebugLogEnabled)
10
xg353yb6b7bef2017-04-11 13:30:42 +020011]]></bpmn2:script>
12 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040013 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
xg353yb6b7bef2017-04-11 13:30:42 +020014 <bpmn2:startEvent id="deleteNetwork_startEvent" name="Start Flow">
15 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
16 </bpmn2:startEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040017 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="deleteNetwork_startEvent" targetRef="preProcessRequest_ScriptTask" />
xg353yb6b7bef2017-04-11 13:30:42 +020018 <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
19 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
20 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
21 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010022def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020023deleteVfMod.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
24 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040025 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="ScriptTask_callRestCloudRegion" />
xg353yb6b7bef2017-04-11 13:30:42 +020026 <bpmn2:scriptTask id="ScriptTask_callRestCloudRegion" name="Call REST Query Cloud Region " scriptFormat="groovy">
27 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
29 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010030def delVfModuleVol = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020031delVfModuleVol.executeMethod('callRESTQueryAAICloudRegion', execution, isDebugLogEnabled)]]></bpmn2:script>
32 </bpmn2:scriptTask>
33 <bpmn2:scriptTask id="prepareVnfAdapterDelete_ScriptTask_1" name="Prepare Vnf Adapter Delete" scriptFormat="groovy">
34 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
35 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
36 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010037def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020038deleteVfMod.executeMethod('prepareVnfAdapterDeleteRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
39 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040040 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="prepareVnfAdapterDelete_ScriptTask_1" targetRef="callVnfAdapterDeleteSubflow_CallActivity" />
xg353yb6b7bef2017-04-11 13:30:42 +020041 <bpmn2:endEvent id="EndEvent_5">
42 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040043 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020044 </bpmn2:endEvent>
45 <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="TenantId Match?" default="SequenceFlow_21">
46 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
47 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
48 <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
49 </bpmn2:exclusiveGateway>
50 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_3" targetRef="prepareVnfAdapterDelete_ScriptTask_1">
51 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_tenantId") == execution.getVariable("DELVfModVol_volumeGroupTenantId")}]]></bpmn2:conditionExpression>
52 </bpmn2:sequenceFlow>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040053 <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ExclusiveGateway_3" targetRef="ScriptTask_2" />
xg353yb6b7bef2017-04-11 13:30:42 +020054 <bpmn2:callActivity id="callVnfAdapterDeleteSubflow_CallActivity" name="Call Vnf Adapter Delete subflow" calledElement="vnfAdapterRestV1">
55 <bpmn2:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040056 <camunda:in source="DELVfModVol_deleteVnfARequest" target="vnfAdapterRestV1Request" />
57 <camunda:out source="vnfAdapterRestV1Response" target="DELVfModVol_deleteVnfAResponse" />
58 <camunda:in source="mso-request-id" target="mso-request-id" />
59 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
60 <camunda:in variables="all" />
61 <camunda:out source="WorkflowException" target="WorkflowException" />
62 <camunda:out source="VNFREST_SuccessIndicator" target="VNFREST_SuccessIndicator" />
xg353yb6b7bef2017-04-11 13:30:42 +020063 </bpmn2:extensionElements>
64 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
65 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
66 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040067 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="callVnfAdapterDeleteSubflow_CallActivity" targetRef="ExclusiveGateway_2" />
xg353yb6b7bef2017-04-11 13:30:42 +020068 <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Query AAI for Volume Group Info" scriptFormat="groovy">
69 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
71 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010072def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
73deleteVfMod.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled)
xg353yb6b7bef2017-04-11 13:30:42 +020074]]></bpmn2:script>
75 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040076 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="callAAIQuery_scriptTask" targetRef="ExclusiveGateway_3" />
xg353yb6b7bef2017-04-11 13:30:42 +020077 <bpmn2:scriptTask id="ScriptTask_2" name="Handle TenantId Mismatch" scriptFormat="groovy">
78 <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
79 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
80 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010081def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020082deleteVfMod.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)]]></bpmn2:script>
83 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040084 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_5" />
85 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_callRestCloudRegion" targetRef="ExclusiveGateway_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020086 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="is Cloud Region Ok?" default="SequenceFlow_4">
87 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
89 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
90 </bpmn2:exclusiveGateway>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040091 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_3" />
xg353yb6b7bef2017-04-11 13:30:42 +020092 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ExclusiveGateway_1" targetRef="callAAIQuery_scriptTask">
93 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_isCloudRegionGood") == true}]]></bpmn2:conditionExpression>
94 </bpmn2:sequenceFlow>
95 <bpmn2:endEvent id="EndEvent_3">
96 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040097 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020098 </bpmn2:endEvent>
99 <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">
100 <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">
101 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400102 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200103 </bpmn2:startEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400104 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ExclusiveGateway_synResponseSent" />
xg353yb6b7bef2017-04-11 13:30:42 +0200105 <bpmn2:exclusiveGateway id="ExclusiveGateway_synResponseSent" name="Sync response sent?" default="SequenceFlow_responseNotSent">
106 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
107 <bpmn2:outgoing>SequenceFlow_responseNotSent</bpmn2:outgoing>
108 <bpmn2:outgoing>SequenceFlow_responseSent</bpmn2:outgoing>
109 </bpmn2:exclusiveGateway>
110 <bpmn2:scriptTask id="ScriptTask_4" name="Send Sync Ack Error" scriptFormat="groovy">
111 <bpmn2:incoming>SequenceFlow_responseNotSent</bpmn2:incoming>
112 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
113 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100114def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200115deleteVfMod.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>
116 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400117 <bpmn2:sequenceFlow id="SequenceFlow_responseNotSent" name="No" sourceRef="ExclusiveGateway_synResponseSent" targetRef="ScriptTask_4" />
xg353yb6b7bef2017-04-11 13:30:42 +0200118 <bpmn2:sequenceFlow id="SequenceFlow_responseSent" name="Yes" sourceRef="ExclusiveGateway_synResponseSent" targetRef="prepareFalloutHandler_ScriptTask">
119 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DELVfModVol_syncResponseSent == true}</bpmn2:conditionExpression>
120 </bpmn2:sequenceFlow>
121 <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy">
122 <bpmn2:incoming>SequenceFlow_responseSent</bpmn2:incoming>
123 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
124 <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
125 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100126def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
127deleteVfMod.executeMethod('prepareFalloutHandler', execution, isDebugLogEnabled)
xg353yb6b7bef2017-04-11 13:30:42 +0200128]]></bpmn2:script>
129 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400130 <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity" />
xg353yb6b7bef2017-04-11 13:30:42 +0200131 <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
132 <bpmn2:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400133 <camunda:in variables="all" />
134 <camunda:out variables="all" />
135 <camunda:in source="DELVfModVol_FalloutHandlerRequest" target="FalloutHandlerRequest" />
136 <camunda:in source="mso-request-id" target="mso-request-id" />
137 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
138 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
139 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
140 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +0200141 </bpmn2:extensionElements>
142 <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
143 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
144 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400145 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200146 <bpmn2:endEvent id="EndEvent_1">
147 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400148 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200149 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400150 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_4" targetRef="prepareFalloutHandler_ScriptTask" />
xg353yb6b7bef2017-04-11 13:30:42 +0200151 </bpmn2:subProcess>
152 <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy">
153 <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
154 <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>
155 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100156def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
157deleteVfMod.executeMethod('prepareDBRequest', execution, isDebugLogEnabled)
158
xg353yb6b7bef2017-04-11 13:30:42 +0200159]]></bpmn2:script>
160 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400161 <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask" />
xg353yb6b7bef2017-04-11 13:30:42 +0200162 <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Prepare Completion Handler Request" scriptFormat="groovy">
163 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
164 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
165 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100166def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
167deleteVfMod.executeMethod('prepareCompletionHandlerRequest', execution, isDebugLogEnabled)
xg353yb6b7bef2017-04-11 13:30:42 +0200168]]></bpmn2:script>
169 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400170 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
xg353yb6b7bef2017-04-11 13:30:42 +0200171 <bpmn2:scriptTask id="ScriptTask_3" name="Set Success" scriptFormat="groovy">
172 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
173 <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
ChrisC025301d2017-01-31 11:40:03 +0100174 <bpmn2:script><![CDATA[// The following variable is checked by the unit test
xg353yb6b7bef2017-04-11 13:30:42 +0200175execution.setVariable("DELVfModVol_TransactionSuccessIndicator", true)]]></bpmn2:script>
176 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400177 <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ScriptTask_3" targetRef="EndEvent_2" />
xg353yb6b7bef2017-04-11 13:30:42 +0200178 <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
179 <bpmn2:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400180 <camunda:in variables="all" />
181 <camunda:out variables="all" />
182 <camunda:in source="DELVfModVol_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
183 <camunda:in source="mso-request-id" target="mso-request-id" />
184 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
185 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
186 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
187 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +0200188 </bpmn2:extensionElements>
189 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
190 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
191 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400192 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200193 <bpmn2:endEvent id="EndEvent_2" name="End">
194 <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400195 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200196 </bpmn2:endEvent>
197 <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update">
198 <bpmn2:extensionElements>
199 <camunda:connector>
xg353yb6b7bef2017-04-11 13:30:42 +0200200 <camunda:inputOutput>
Rob Daugherty9f48bf32017-10-19 21:42:19 -0400201 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
xg353yb6b7bef2017-04-11 13:30:42 +0200202 <camunda:inputParameter name="payload">${DELVfModVol_updateInfraRequest}</camunda:inputParameter>
203 <camunda:inputParameter name="headers">
204 <camunda:map>
xg353yb6b7bef2017-04-11 13:30:42 +0200205 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400206 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +0200207 </camunda:map>
208 </camunda:inputParameter>
209 <camunda:inputParameter name="method">POST</camunda:inputParameter>
210 <camunda:outputParameter name="DELVfModVol_createDBResponse">${response}</camunda:outputParameter>
211 <camunda:outputParameter name="DELVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter>
212 </camunda:inputOutput>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400213 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +0200214 </camunda:connector>
215 </bpmn2:extensionElements>
216 <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>
217 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
218 </bpmn2:serviceTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400219 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
xg353yb6b7bef2017-04-11 13:30:42 +0200220 <bpmn2:scriptTask id="callRESTDeleteVolGrpId_ScriptTask" name="Call REST Delete AAI Vol Grp Id" scriptFormat="groovy">
221 <bpmn2:incoming>SequenceFlow_vnfAdapterCallOK</bpmn2:incoming>
222 <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
223 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100224def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200225deleteVfMod.executeMethod('deleteVolGrpId', execution, isDebugLogEnabled)]]></bpmn2:script>
226 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400227 <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTDeleteVolGrpId_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask" />
xg353yb6b7bef2017-04-11 13:30:42 +0200228 <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Is call to VNF Adapter OK?" default="SequenceFlow_vnfAdapterCallNotOK">
229 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
230 <bpmn2:outgoing>SequenceFlow_vnfAdapterCallOK</bpmn2:outgoing>
231 <bpmn2:outgoing>SequenceFlow_vnfAdapterCallNotOK</bpmn2:outgoing>
232 </bpmn2:exclusiveGateway>
233 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallOK" name="" sourceRef="ExclusiveGateway_2" targetRef="callRESTDeleteVolGrpId_ScriptTask">
234 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{VNFREST_SuccessIndicator == true}</bpmn2:conditionExpression>
235 </bpmn2:sequenceFlow>
236 <bpmn2:endEvent id="EndEvent_6">
237 <bpmn2:incoming>SequenceFlow_vnfAdapterCallNotOK</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400238 <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200239 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400240 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallNotOK" name="" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200241 </bpmn2:process>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400242 <bpmn2:error id="Error_2" name="java.lang.Exception" errorCode="java.lang.Exception" />
243 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
xg353yb6b7bef2017-04-11 13:30:42 +0200244 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
245 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleVolumeInfraV1">
246 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteNetwork_startEvent">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400247 <dc:Bounds x="103" y="94" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200248 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400249 <dc:Bounds x="89" y="135" width="65" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNShape>
252 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400253 <dc:Bounds x="355" y="72" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400256 <di:waypoint xsi:type="dc:Point" x="139" y="112" />
257 <di:waypoint xsi:type="dc:Point" x="355" y="112" />
xg353yb6b7bef2017-04-11 13:30:42 +0200258 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400259 <dc:Bounds x="116" y="12" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNEdge>
262 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400263 <dc:Bounds x="864" y="72" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400266 <dc:Bounds x="438" y="360" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400269 <dc:Bounds x="993" y="985" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400272 <dc:Bounds x="37" y="288" width="660" height="337" />
xg353yb6b7bef2017-04-11 13:30:42 +0200273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400275 <dc:Bounds x="60" y="383" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200276 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400277 <dc:Bounds x="45" y="424" width="67" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400281 <dc:Bounds x="288" y="360" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200282 </bpmndi:BPMNShape>
283 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400284 <dc:Bounds x="993" y="877" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400287 <dc:Bounds x="993" y="660" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200288 </bpmndi:BPMNShape>
289 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400290 <dc:Bounds x="993" y="769" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400293 <di:waypoint xsi:type="dc:Point" x="455" y="112" />
294 <di:waypoint xsi:type="dc:Point" x="496" y="112" />
xg353yb6b7bef2017-04-11 13:30:42 +0200295 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400296 <dc:Bounds x="486" y="112" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
299 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400300 <dc:Bounds x="496" y="72" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200301 </bpmndi:BPMNShape>
302 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_255">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400303 <di:waypoint xsi:type="dc:Point" x="96" y="401" />
304 <di:waypoint xsi:type="dc:Point" x="118" y="401" />
305 <di:waypoint xsi:type="dc:Point" x="118" y="400" />
306 <di:waypoint xsi:type="dc:Point" x="144" y="400" />
xg353yb6b7bef2017-04-11 13:30:42 +0200307 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400308 <dc:Bounds x="99" y="401" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400312 <di:waypoint xsi:type="dc:Point" x="388" y="400" />
313 <di:waypoint xsi:type="dc:Point" x="438" y="400" />
xg353yb6b7bef2017-04-11 13:30:42 +0200314 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400315 <dc:Bounds x="413" y="400" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
318 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400319 <di:waypoint xsi:type="dc:Point" x="1043" y="849" />
320 <di:waypoint xsi:type="dc:Point" x="1043" y="877" />
xg353yb6b7bef2017-04-11 13:30:42 +0200321 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400322 <dc:Bounds x="1258" y="857" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400326 <di:waypoint xsi:type="dc:Point" x="1043" y="957" />
327 <di:waypoint xsi:type="dc:Point" x="1043" y="985" />
xg353yb6b7bef2017-04-11 13:30:42 +0200328 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400329 <dc:Bounds x="1289" y="898" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200330 </bpmndi:BPMNLabel>
331 </bpmndi:BPMNEdge>
332 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTDeleteVolGrpId_ScriptTask">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400333 <dc:Bounds x="993" y="528" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_83">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400336 <di:waypoint xsi:type="dc:Point" x="1043" y="608" />
337 <di:waypoint xsi:type="dc:Point" x="1043" y="660" />
xg353yb6b7bef2017-04-11 13:30:42 +0200338 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400339 <dc:Bounds x="1291" y="557" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200340 </bpmndi:BPMNLabel>
341 </bpmndi:BPMNEdge>
342 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400343 <di:waypoint xsi:type="dc:Point" x="1043" y="740" />
344 <di:waypoint xsi:type="dc:Point" x="1043" y="769" />
xg353yb6b7bef2017-04-11 13:30:42 +0200345 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400346 <dc:Bounds x="1258" y="751" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNEdge>
349 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_22" bpmnElement="callVnfAdapterDeleteSubflow_CallActivity">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400350 <dc:Bounds x="993" y="300" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200351 </bpmndi:BPMNShape>
352 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="prepareVnfAdapterDelete_ScriptTask_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400353 <dc:Bounds x="993" y="180" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_CallActivity_22">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400356 <di:waypoint xsi:type="dc:Point" x="1043" y="260" />
357 <di:waypoint xsi:type="dc:Point" x="1043" y="300" />
xg353yb6b7bef2017-04-11 13:30:42 +0200358 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400359 <dc:Bounds x="1112" y="280" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_22" targetElement="_BPMNShape_ExclusiveGateway_252">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400363 <di:waypoint xsi:type="dc:Point" x="1043" y="380" />
364 <di:waypoint xsi:type="dc:Point" x="1043" y="401" />
365 <di:waypoint xsi:type="dc:Point" x="1042" y="401" />
366 <di:waypoint xsi:type="dc:Point" x="1042" y="422" />
xg353yb6b7bef2017-04-11 13:30:42 +0200367 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400368 <dc:Bounds x="1039" y="415" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_163" bpmnElement="EndEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400372 <dc:Bounds x="588" y="382" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200373 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400374 <dc:Bounds x="606" y="423" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNShape>
377 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_163">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400378 <di:waypoint xsi:type="dc:Point" x="538" y="400" />
379 <di:waypoint xsi:type="dc:Point" x="588" y="400" />
xg353yb6b7bef2017-04-11 13:30:42 +0200380 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400381 <dc:Bounds x="558" y="400" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_167" bpmnElement="EndEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400385 <dc:Bounds x="1025" y="1201" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200386 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400387 <dc:Bounds x="1029" y="1242" width="29" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200388 </bpmndi:BPMNLabel>
389 </bpmndi:BPMNShape>
390 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_241">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400391 <di:waypoint xsi:type="dc:Point" x="1043" y="1065" />
392 <di:waypoint xsi:type="dc:Point" x="1043" y="1093" />
xg353yb6b7bef2017-04-11 13:30:42 +0200393 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400394 <dc:Bounds x="1258" y="1083" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNEdge>
397 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400398 <dc:Bounds x="120" y="492" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200399 </bpmndi:BPMNShape>
400 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_ScriptTask_251">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400401 <di:waypoint xsi:type="dc:Point" x="596" y="112" />
402 <di:waypoint xsi:type="dc:Point" x="623" y="112" />
403 <di:waypoint xsi:type="dc:Point" x="623" y="115" />
404 <di:waypoint xsi:type="dc:Point" x="636" y="115" />
xg353yb6b7bef2017-04-11 13:30:42 +0200405 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400406 <dc:Bounds x="613" y="112" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_203">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400410 <di:waypoint xsi:type="dc:Point" x="964" y="112" />
411 <di:waypoint xsi:type="dc:Point" x="1017" y="111" />
xg353yb6b7bef2017-04-11 13:30:42 +0200412 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400413 <dc:Bounds x="1067" y="113" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200414 </bpmndi:BPMNLabel>
415 </bpmndi:BPMNEdge>
416 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_203" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400417 <dc:Bounds x="1017" y="86" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200418 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400419 <dc:Bounds x="984" y="60" width="102" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200420 </bpmndi:BPMNLabel>
421 </bpmndi:BPMNShape>
422 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_240" bpmnElement="ScriptTask_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400423 <dc:Bounds x="1104" y="72" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200424 </bpmndi:BPMNShape>
425 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_160">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400426 <di:waypoint xsi:type="dc:Point" x="1042" y="136" />
427 <di:waypoint xsi:type="dc:Point" x="1043" y="180" />
xg353yb6b7bef2017-04-11 13:30:42 +0200428 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400429 <dc:Bounds x="1040" y="122" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200430 </bpmndi:BPMNLabel>
431 </bpmndi:BPMNEdge>
432 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_240">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400433 <di:waypoint xsi:type="dc:Point" x="1067" y="111" />
434 <di:waypoint xsi:type="dc:Point" x="1085" y="111" />
435 <di:waypoint xsi:type="dc:Point" x="1085" y="112" />
436 <di:waypoint xsi:type="dc:Point" x="1104" y="112" />
xg353yb6b7bef2017-04-11 13:30:42 +0200437 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400438 <dc:Bounds x="1216" y="113" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNEdge>
441 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_5">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400442 <dc:Bounds x="1242" y="95" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200443 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400444 <dc:Bounds x="1260" y="136" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200445 </bpmndi:BPMNLabel>
446 </bpmndi:BPMNShape>
447 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_240" targetElement="_BPMNShape_EndEvent_178">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400448 <di:waypoint xsi:type="dc:Point" x="1204" y="112" />
449 <di:waypoint xsi:type="dc:Point" x="1222" y="112" />
450 <di:waypoint xsi:type="dc:Point" x="1222" y="113" />
451 <di:waypoint xsi:type="dc:Point" x="1242" y="113" />
xg353yb6b7bef2017-04-11 13:30:42 +0200452 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400453 <dc:Bounds x="1220" y="113" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="ScriptTask_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400457 <dc:Bounds x="993" y="1093" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200458 </bpmndi:BPMNShape>
459 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_167">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400460 <di:waypoint xsi:type="dc:Point" x="1043" y="1173" />
461 <di:waypoint xsi:type="dc:Point" x="1043" y="1201" />
xg353yb6b7bef2017-04-11 13:30:42 +0200462 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400463 <dc:Bounds x="1040" y="1320" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNEdge>
466 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="ScriptTask_callRestCloudRegion">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400467 <dc:Bounds x="636" y="75" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200468 </bpmndi:BPMNShape>
469 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400470 <dc:Bounds x="774" y="89" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200471 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400472 <dc:Bounds x="735" y="40" width="125" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200473 </bpmndi:BPMNLabel>
474 </bpmndi:BPMNShape>
475 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_215" bpmnElement="EndEvent_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400476 <dc:Bounds x="781" y="170" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200477 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400478 <dc:Bounds x="799" y="211" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200479 </bpmndi:BPMNLabel>
480 </bpmndi:BPMNShape>
481 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_EndEvent_215">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400482 <di:waypoint xsi:type="dc:Point" x="798" y="139" />
483 <di:waypoint xsi:type="dc:Point" x="798" y="153" />
484 <di:waypoint xsi:type="dc:Point" x="799" y="153" />
485 <di:waypoint xsi:type="dc:Point" x="799" y="170" />
xg353yb6b7bef2017-04-11 13:30:42 +0200486 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400487 <dc:Bounds x="796" y="166" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200488 </bpmndi:BPMNLabel>
489 </bpmndi:BPMNEdge>
490 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ExclusiveGateway_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400491 <di:waypoint xsi:type="dc:Point" x="736" y="115" />
492 <di:waypoint xsi:type="dc:Point" x="754" y="115" />
493 <di:waypoint xsi:type="dc:Point" x="754" y="114" />
494 <di:waypoint xsi:type="dc:Point" x="774" y="114" />
xg353yb6b7bef2017-04-11 13:30:42 +0200495 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400496 <dc:Bounds x="752" y="114" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200497 </bpmndi:BPMNLabel>
498 </bpmndi:BPMNEdge>
499 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_62">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400500 <di:waypoint xsi:type="dc:Point" x="824" y="114" />
501 <di:waypoint xsi:type="dc:Point" x="844" y="114" />
502 <di:waypoint xsi:type="dc:Point" x="844" y="112" />
503 <di:waypoint xsi:type="dc:Point" x="864" y="112" />
xg353yb6b7bef2017-04-11 13:30:42 +0200504 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400505 <dc:Bounds x="841" y="113" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200506 </bpmndi:BPMNLabel>
507 </bpmndi:BPMNEdge>
508 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_252" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400509 <dc:Bounds x="1017" y="422" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200510 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400511 <dc:Bounds x="960" y="477" width="164" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200512 </bpmndi:BPMNLabel>
513 </bpmndi:BPMNShape>
514 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_vnfAdapterCallOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_ScriptTask_134">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400515 <di:waypoint xsi:type="dc:Point" x="1042" y="472" />
516 <di:waypoint xsi:type="dc:Point" x="1043" y="528" />
xg353yb6b7bef2017-04-11 13:30:42 +0200517 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400518 <dc:Bounds x="1040" y="500" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200519 </bpmndi:BPMNLabel>
520 </bpmndi:BPMNEdge>
521 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_236" bpmnElement="EndEvent_6">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400522 <dc:Bounds x="1168" y="430" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200523 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400524 <dc:Bounds x="1186" y="471" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200525 </bpmndi:BPMNLabel>
526 </bpmndi:BPMNShape>
527 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_vnfAdapterCallNotOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_EndEvent_236">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400528 <di:waypoint xsi:type="dc:Point" x="1067" y="447" />
529 <di:waypoint xsi:type="dc:Point" x="1117" y="447" />
530 <di:waypoint xsi:type="dc:Point" x="1117" y="448" />
531 <di:waypoint xsi:type="dc:Point" x="1168" y="448" />
xg353yb6b7bef2017-04-11 13:30:42 +0200532 </bpmndi:BPMNEdge>
533 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_synResponseSent" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400534 <dc:Bounds x="144" y="375" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200535 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400536 <dc:Bounds x="106" y="439" width="129" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200537 </bpmndi:BPMNLabel>
538 </bpmndi:BPMNShape>
539 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_responseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_234">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400540 <di:waypoint xsi:type="dc:Point" x="169" y="425" />
541 <di:waypoint xsi:type="dc:Point" x="169" y="458" />
542 <di:waypoint xsi:type="dc:Point" x="170" y="458" />
543 <di:waypoint xsi:type="dc:Point" x="170" y="492" />
xg353yb6b7bef2017-04-11 13:30:42 +0200544 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400545 <dc:Bounds x="159" y="458" width="22" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200546 </bpmndi:BPMNLabel>
547 </bpmndi:BPMNEdge>
548 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_responseSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_79">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400549 <di:waypoint xsi:type="dc:Point" x="194" y="400" />
550 <di:waypoint xsi:type="dc:Point" x="288" y="400" />
xg353yb6b7bef2017-04-11 13:30:42 +0200551 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400552 <dc:Bounds x="204" y="400" width="29" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200553 </bpmndi:BPMNLabel>
554 </bpmndi:BPMNEdge>
555 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_ScriptTask_79">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400556 <di:waypoint xsi:type="dc:Point" x="220" y="532" />
557 <di:waypoint xsi:type="dc:Point" x="254" y="532" />
558 <di:waypoint xsi:type="dc:Point" x="336" y="532" />
559 <di:waypoint xsi:type="dc:Point" x="336" y="508" />
560 <di:waypoint xsi:type="dc:Point" x="336" y="482" />
561 <di:waypoint xsi:type="dc:Point" x="337" y="440" />
xg353yb6b7bef2017-04-11 13:30:42 +0200562 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400563 <dc:Bounds x="317" y="532" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200564 </bpmndi:BPMNLabel>
565 </bpmndi:BPMNEdge>
566 </bpmndi:BPMNPlane>
567 </bpmndi:BPMNDiagram>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400568</bpmn2:definitions>