--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
if ( context.global.keepgoing == true ) {
return msg;
} else {
return;
}
It's now on the list ☺ (but not for 0.10.8)
Disabling a node that is....
But that is an edit function.
Not programatically stopping.
If you want to do some of this right now:
Hi Julian, I think that's a reasonable summary.
Once the Switch node can access the shared context, it can be used to block/inhibit a flow based on some condition, so I don't think a separate node is needed.
Nick
--