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