Runtime Api from inside the node

Is there a way to get the entire flow configuration from a specific node, like it is possible using the runtime api? And is it possible for a node A to be notified when a node C that is not connected to A has received a message? My use-case is like a flow A->B->C and I would like to know in node A when a message has arrived at C, without wiring C into A.

I know it probably is a little bit stretched but I wanted to ask.

Thank you!
Catalin

By design, individual nodes are not meant to know about any other nodes in the flow (except for their own config node). If you need A to know when C has completed a task, you will need a feedback loop to feed that information back.

1 Like

I understand. It makes more sense to be like this indeed!

Thank you,

Catalin

mar., 28 aug. 2018, 18:58 Steve Rickus nodered@discoursemail.com a scris: