Having enabled runtimeState in settings.js
runtimeState: {
/** enable or disable flows/state endpoint. Must be set to `false` to disable */
enabled: true,
/** show or hide runtime stop/start options in the node-red editor. Must be set to `false` to hide */
ui: true,
},
I see Stop Flows in the Deploy dropdown. When I click Stop the Stop entry changes to Start. Is there any difference between Start and Restart Flows in this situation? I had not expected Start to retrigger inject buttons configured to trigger on startup, but they do.