Fix property name for resource sequence
Change-Id: I722a78b5f976885b25b9f42b96d1d02945ca8685
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
}
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(","));
}