From 530b7bf883d76f3afc21ed64b5f213ec1a29fd96 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 27 Jul 2018 13:04:31 +0530 Subject: Fix gateway condition in sdncresource Fix gateway condition in sdncresource workflow. Change-Id: Ie18e5dbf64c22ea3ed34c228dee6c77ff594ac47 Issue-ID: SO-689 Signed-off-by: subhash kumar singh --- .../src/main/resources/process/CreateSDNCNetworkResource.bpmn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn index ceb1371f9e..87248045a1 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn @@ -118,7 +118,9 @@ csi.sendSyncResponse(execution) SequenceFlow_1dww8ye SequenceFlow_05m2j56 - + + #{(execution.getVariable("isActivateRequired") == "true")} + -- cgit 1.2.3-korg