From 9843a950bc17b32189ebbb8668079c611f727bc3 Mon Sep 17 00:00:00 2001 From: hyu2010 Date: Wed, 21 Oct 2020 19:26:59 -0400 Subject: Fixes for bugs found in Transport Slicing integration This update contains for the fix for the following JIRA: SO-3326: Transport Slicing integration: AAI Exception in DeAllocate TN NSSI WF Issue-ID: SO-3326 Signed-off-by: hyu2010 Change-Id: I111ed3e386e77baf5fbe7b5d2398cc75f079eef4 --- .../subprocess/DoDeallocateTransportNSSI.bpmn | 54 ++++++++-------------- 1 file changed, 19 insertions(+), 35 deletions(-) (limited to 'bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateTransportNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateTransportNSSI.bpmn index 94279b7fe8..bd759caffd 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateTransportNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateTransportNSSI.bpmn @@ -26,7 +26,7 @@ ex.processJavaException(execution) Flow_0ca4l8d - SequenceFlow_0kixzdj + SequenceFlow_1jygjln SequenceFlow_1qv8qw1 import org.onap.so.bpmn.infrastructure.scripts.* def runScript = new TnAllocateNssi() @@ -34,15 +34,6 @@ runScript.prepareUpdateJobStatus(execution,"finished","100","Deallocated TN NSSI - - SequenceFlow_1jygjln - SequenceFlow_0kixzdj - import org.onap.so.bpmn.infrastructure.scripts.* -execution.setVariable("orchestrationStatus", "deallocated") -def runScript = new DoDeallocateTnNssi() -runScript.updateAAIOrchStatus(execution) - - SequenceFlow_07e12rt Flow_0cpctye @@ -91,7 +82,7 @@ def runScript = new DoDeallocateTnNssi() runScript.preProcessRequest(execution) - + @@ -121,6 +112,10 @@ runScript.preProcessRequest(execution) + + + + @@ -132,8 +127,8 @@ runScript.preProcessRequest(execution) - - + + @@ -144,30 +139,31 @@ runScript.preProcessRequest(execution) - + - - - - - - - - + + + - + + + + + + + @@ -189,18 +185,6 @@ runScript.preProcessRequest(execution) - - - - - - - - - - - - -- cgit 1.2.3-korg