Hello
Is it possible to have an alternative/failover flow specified in the setting.js file?
In my use case, I'm loading a flow file from the network drive, and due to the issues with the network that is out of my control, it fails sometimes.
I would like to specify the alternative flow which will be used in the case loading of the main one will fail.
My idea is to create a series of bash scripts that could be launched to fix it, depends on the situation.
The default behaviour is to create an empty flow. Node-Red will try to deploy this empty flow to the location specified in the setting.js after pressing deploy button.