During the execution of a flow graph I call FlownNode.Fail() in the case something goes wrong. This generates a nice error log entry in Unity’s console window. However, when clicking the message only the corresponding object with the Flow Script controller component is marked. How can I automatically select the node that has been failed in its flow canvas (the one marked with the red cross)? Ideally this should work in nested graphs (with macros) as well.