diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-06-06 08:15:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-06 08:15:39 +0000 |
commit | b18228fdec0db5007e1feec55ba742bba740dc49 (patch) | |
tree | 7c3aaa49563eb9ee8e9ce5603d0a6e060fa80f41 | |
parent | c06246b9fdeaaebac1a0edde5921c9848c08bc33 (diff) | |
parent | e27b401eb0b34db92804230e1f63e0262b2a20fe (diff) |
Merge "Changed service orc status to Assigned" into dublin1.4.3
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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") } |