From 47bf9e3ce3fffd831b041b41f643ec8546e9dfb2 Mon Sep 17 00:00:00 2001 From: deepikasatheesh Date: Wed, 24 Feb 2021 11:46:36 +0000 Subject: Fix issues in AN NSSMF for activate flow Issue-ID: SO-3554 Signed-off-by: deepikasatheesh Change-Id: I1bce6e7c48e9fcb92505304727ed1a04aed5be05 --- .../src/main/resources/subprocess/DoActivateAccessNSSI.bpmn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn index 2301b47639..841a23b3eb 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn @@ -284,7 +284,7 @@ String jobId = execution.getVariable("TN_FH_jobId") String networkType="tn" String nssiid=execution.getVariable("tnFhNssiId") -def def activator = new DoActivateAccessNSSI() +def activator = new DoActivateAccessNSSI() activator.prepareQueryJobStatus(execution, jobId,networkType, nssiid) @@ -385,7 +385,7 @@ String jobId = execution.getVariable("TN_MH_jobId") String networkType="tn" String nssiid=execution.getVariable("tnMhNssiId") -def def activator = new DoActivateAccessNSSI() +def activator = new DoActivateAccessNSSI() activator.prepareQueryJobStatus(execution, jobId,networkType, nssiid) @@ -466,13 +466,13 @@ activator.prepareUpdateJobStatus(execution,"processing","80","TN MH NSSI activat def activator = new DoActivateAccessNSSI() activator.updateTNFHStatus(execution) - + Flow_1i4cc7e Flow_0k5cyz7 import org.onap.so.bpmn.infrastructure.scripts.* def activator = new DoActivateAccessNSSI() -activator.updateTNFHStatus(execution) +activator.updateTNMHStatus(execution) -- cgit 1.2.3-korg