Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

send a command from one flow to another flow in node-red

Tags:

node-red

I would like to use Nodered in our project. In order to make things simpler I am planning to create several flows and then send commands from one flow to other flow but I don't see any option to do this.

Is it possible at all and if so, could some one give me an idea to do that?

like image 714
User1836 Avatar asked Sep 07 '25 20:09

User1836


1 Answers

Have a look at the Link node, it will do exactly what you need

enter image description here

like image 61
hardillb Avatar answered Sep 11 '25 00:09

hardillb