From 10eef7b0bd5362eeda3a27275a476f0c462d30a6 Mon Sep 17 00:00:00 2001 From: deepikasatheesh Date: Fri, 30 Jul 2021 17:06:18 +0000 Subject: Fix issues in AN NSSMF for allocate &modify flow Issue-ID: SO-3624 Signed-off-by: deepikasatheesh Change-Id: I3e11f1748706913621f54e8cd725ca00c71ba682 --- .../src/main/resources/process/AllocateSliceSubnet.bpmn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/process') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn index 4012467df9..bfc8ccacb2 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn @@ -55,13 +55,13 @@ nss.sendSyncResponse(execution) - #{execution.getVariable("networkType") == "CN"} + #{execution.getVariable("networkType") == "cn"} - #{execution.getVariable("networkType") == "TN"} + #{execution.getVariable("networkType") == "tn"} - #{execution.getVariable("networkType") == "AN"} + #{execution.getVariable("networkType") == "an"} -- cgit 1.2.3-korg