From 416faa25c06b4cf16bb532ea395f6732df102086 Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Thu, 27 Feb 2020 14:44:57 +0800 Subject: Add ActivateCommunicationService workflow Issue-ID: SO-2368 Change-Id: I9d1c591ea965e243fb9558ff24bc2f0acad4bf4c Signed-off-by: hetengjiao --- .../so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpmn/so-bpmn-infrastructure-common') diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy index d3a28eef25..dc33bc930a 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy @@ -168,7 +168,7 @@ class ActivateCommunicationService extends AbstractServiceTaskProcessor { } } else { msg = "the communication service has no e2e service" - exceptionUtil.buildAndThrowWorkflowException(execution, 7000, msg) + exceptionUtil.buildAndThrowWorkflowException(execution, 500, msg) } } -- cgit 1.2.3-korg