How can I stop a OL Connect Automate node from running? I am able to stop a flow by the stop option but the processing time of the all in one node continues once I have done this.
Note: To make the ‘stop flows’ option available I had to change the following properties to true in the file C:\Program Files\Objectif Lune\OL Connect Automate\node-red\node_modules\node-red\settings.json.
runtimeState: {
/** enable or disable flows/state endpoint. Must be set to `false` to disable */
enabled: false,
/** show or hide runtime stop/start options in the node-red editor. Must be set to `false` to hide */
ui: false,
},
To be more precise, you want to stop a particular node from ever running again or only to stop running on a specific occasion but then resume once the flow is triggerred again?
No, I just want to stop it when it seems to have run into an infinite loop. The reason why I am asking this question is because I had not enough engines allocated by the time the all in one node was being executed so it went on and on without me being able to cancel the node from being executed.
Ah! So you want to kill it whilst it runs…interesting. I suggest you post to the Node-RED forum.
But I really don’t see how this would be possible. The closest thing you could do would be to deactivate the node via the Information tab in your Automate configuration and then re-Deploy the configuration: