Fix property name for resource sequence 59/42659/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 13 Apr 2018 04:57:50 +0000 (04:57 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 13 Apr 2018 04:57:50 +0000 (04:57 +0000)
Fix property name for resource sequence

Change-Id: I722a78b5f976885b25b9f42b96d1d02945ca8685
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java

index fbc2bd3..acf8f05 100644 (file)
@@ -48,7 +48,7 @@ public class BPMNProperties {
     }
 
     public static List<String> getResourceSequenceProp() {
-        String resourceSequence = getProperty("mso.workflow.default.resource.sequence", null);
+        String resourceSequence = getProperty("mso.workflow.custom.VolTE.resource.sequence", null);
         if (resourceSequence != null) {
             return Arrays.asList(resourceSequence.split(","));
         }