From 376d204f889db017f35e81eaadfdbb64ba2c78aa Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 26 Apr 2018 10:35:15 +0000 Subject: Fix value for VFC sync response Fix value for VFC sync response. Change-Id: Ie663f9080c051b9302dd4729aea5640c5289e14c Issue-ID: SO-422 Signed-off-by: subhash kumar singh --- .../mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy | 1 + .../src/main/resources/process/DeleteVFCNSResource.bpmn | 2 ++ 2 files changed, 3 insertions(+) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy index 9ebd1fa0ba..72b88cb13d 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy @@ -58,6 +58,7 @@ public class DeleteVFCNSResource extends AbstractServiceTaskProcessor { } public void postProcessRequest (DelegateExecution execution) { + def isDebugEnabled = execution.getVariable("isDebugLogEnabled") utils.log("INFO"," ***** start postProcessRequest *****", isDebugEnabled) utils.log("INFO"," ***** end postProcessRequest *****", isDebugEnabled) diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteVFCNSResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteVFCNSResource.bpmn index d7a4bba1dd..280ee85128 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteVFCNSResource.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteVFCNSResource.bpmn @@ -35,6 +35,8 @@ ddsi.postProcessRequest(execution)]]> + + SequenceFlow_00vpfm3 SequenceFlow_1s4cyms -- cgit 1.2.3-korg