Link Nodes.
Link Nodes creates invisible wires - with the benefit of them being able to communicate with other links cross-flow.
- Create a schedule(s), with a
topic
for each
- Use a
switch
Node to direct the output based on that topic
- Connect the outputs of the
switch
node to a Link
node(s)
- Connect the other end(s) of the link(s) to another link on a different flow.
see this demo, for link nodes
[{"id":"1a5a254c6bcffc86","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"391dafe210bcd564","type":"inject","z":"1a5a254c6bcffc86","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":120,"wires":[["d6830f4552264831"]]},{"id":"d6830f4552264831","type":"link out","z":"1a5a254c6bcffc86","name":"link out 19","mode":"link","links":["29768a766ea5543b"],"x":305,"y":120,"wires":[]},{"id":"7558c94066d8a614","type":"tab","label":"Flow 2","disabled":false,"info":"","env":[]},{"id":"29768a766ea5543b","type":"link in","z":"7558c94066d8a614","name":"link in 11","links":["d6830f4552264831"],"x":185,"y":120,"wires":[["2e94b89eaf617173"]]},{"id":"2e94b89eaf617173","type":"debug","z":"7558c94066d8a614","name":"debug 388","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":330,"y":120,"wires":[]}]