diff options
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java b/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java index fbc2bd3b0a..acf8f052cd 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java +++ b/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/properties/BPMNProperties.java @@ -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(",")); } |