Closed bstopp closed 3 years ago
Excluding or proving an empty variablesToReplace in the configuration should not create an application exception.
variablesToReplace
if the `varaiblesToReplace file is missing or does not have at least an empty array value, the execution fails with:
********** Executing Dispatcher Converter ********** Converting Dispatcher Configurations... TypeError: Cannot convert undefined or null to object
Any configuration with an empty variablesToReplace property.
Expected Behaviour
Excluding or proving an empty
variablesToReplace
in the configuration should not create an application exception.Actual Behaviour
if the `varaiblesToReplace file is missing or does not have at least an empty array value, the execution fails with:
Reproduce Scenario (including but not limited to)
Any configuration with an empty
variablesToReplace
property.Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem