From 9fa22d016a6aa0d818831119c6bf2108449d9aba Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Aug 2021 19:36:36 +0300 Subject: Changes in Modify and Deallocate Core NSSI flows Issue-ID: SO-3703 Change-Id: I22391ae0ff142fd6923cb62621fb537708a3cd19 Signed-off-by: Alex --- .../resources/subprocess/DoModifyCoreNSSI.bpmn | 201 +++++++++++---------- 1 file changed, 108 insertions(+), 93 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyCoreNSSI.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyCoreNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyCoreNSSI.bpmn index e0c0b9a994..80e154ca91 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyCoreNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyCoreNSSI.bpmn @@ -1,6 +1,6 @@ - + Flow_0e007rx @@ -53,9 +53,6 @@ def mcnssi= new DoModifyCoreNSSI() def mcnssi= new DoModifyCoreNSSI() mcnssi.prepareUpdateResourceOperationStatus(execution) - - Flow_1yphs5r - Flow_1twqfsc @@ -176,9 +173,8 @@ mcnssi.prepareFailedOperationStatusUpdate(execution) Flow_0yq24um - Flow_1yphs5r + Flow_0yp03pi - Flow_0s31teg Flow_0fj4doc @@ -222,9 +218,57 @@ mcnssi.timeDelay(execution) #{(execution.getVariable("putStatus" ) == "processing" )} + + Flow_0yp03pi + Flow_0abxsbd + import org.onap.so.bpmn.infrastructure.scripts.* +def mcnssi= new DoModifyCoreNSSI() + mcnssi.postProcessRequest(execution) + + + + Flow_0abxsbd + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -285,45 +329,13 @@ mcnssi.timeDelay(execution) - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -331,9 +343,6 @@ mcnssi.timeDelay(execution) - - - @@ -343,19 +352,10 @@ mcnssi.timeDelay(execution) - - - - - - - - - - - + + - + @@ -364,23 +364,14 @@ mcnssi.timeDelay(execution) - - - - - - - - - - - + + @@ -388,51 +379,54 @@ mcnssi.timeDelay(execution) - - - - - - - - + + - - + + + + + + + + - - + + + + + - + - - - - - - - + + + - - - + + + + + + + @@ -449,6 +443,27 @@ mcnssi.timeDelay(execution) + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg