node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

Feedback on 'Trigger a flow at regular intervals' #73

Closed jamestharpe closed 3 years ago

jamestharpe commented 4 years ago

Please include instructions to stop the flow once it has been started.

knolleary commented 4 years ago

You either change the Inject node's configuration to not inject repeatedly or you delete it. Then deploy those changes.

jamestharpe commented 4 years ago

Right. This should be reflected in the documentation.

knolleary commented 4 years ago

Fair enough. I took it as a given that to stop a node from doing what you've configured it to do, you would either delete it or change its configuration. Will consider that for the next update.