From d19ffbc241d329218d9acb539ce3d6c72e66c0f3 Mon Sep 17 00:00:00 2001 From: sanket12345 Date: Sat, 17 Jul 2021 11:36:42 +0530 Subject: 5G core nssmf - Allocate api Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: sanket12345 Change-Id: I88f22f115c112d713f42f0a800aeb6530d7c6ade --- .../subprocess/DoAllocateCoreSharedSlice.bpmn | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreSharedSlice.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreSharedSlice.bpmn index 88902d1c91..4d9de6c9a8 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreSharedSlice.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreSharedSlice.bpmn @@ -170,12 +170,28 @@ allocateNssi.prepareFailedOperationStatusUpdate(execution) Flow_163kxug import org.onap.so.bpmn.infrastructure.scripts.* def allocateNssi = new DoAllocateCoreSharedSlice() -allocateNssi.timeDelay(execution) +allocateNssi.timeDelay() + + + + + + + + + + + + + + + + @@ -259,22 +275,6 @@ allocateNssi.timeDelay(execution) - - - - - - - - - - - - - - - - @@ -329,12 +329,6 @@ allocateNssi.timeDelay(execution) - - - - - - @@ -369,6 +363,12 @@ allocateNssi.timeDelay(execution) + + + + + + -- cgit 1.2.3-korg