Merge "Changed service orc status to Assigned" into dublin 1.4.3
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Thu, 6 Jun 2019 08:15:39 +0000 (08:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 6 Jun 2019 08:15:39 +0000 (08:15 +0000)
bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy

index a771741..fa3bfdb 100644 (file)
@@ -358,7 +358,7 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor
                        }
 
                        if (allActive){
-                               si.setOrchestrationStatus("Active")
+                               si.setOrchestrationStatus("Assigned")
                        }else {
                                si.setOrchestrationStatus("Pending")
                        }