From e27b401eb0b34db92804230e1f63e0262b2a20fe Mon Sep 17 00:00:00 2001 From: "marios.iakovidis" Date: Wed, 5 Jun 2019 20:31:51 +0300 Subject: [PATCH] Changed service orc status to Assigned Issue-ID: SO-1938 Signed-off-by: MariosIakovidis Change-Id: I68d684f837f2dea9decb2e577742ab905f825d04 --- .../bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy index a771741e18..fa3bfdb0e3 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy @@ -358,7 +358,7 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor } if (allActive){ - si.setOrchestrationStatus("Active") + si.setOrchestrationStatus("Assigned") }else { si.setOrchestrationStatus("Pending") } -- 2.16.6