You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a means of listening to the execution flow via GraphEvaluator.onNodeEvaluation. It fires off NodeEvaluationEvents which you can then use to highlight nodes in the graph.
I think that maybe this should be paired with a "step" advance function rather than execute to end or something like this? Like a step-debugger?
The text was updated successfully, but these errors were encountered:
I've written a means of listening to the execution flow via
GraphEvaluator.onNodeEvaluation
. It fires off NodeEvaluationEvents which you can then use to highlight nodes in the graph.I think that maybe this should be paired with a "step" advance function rather than execute to end or something like this? Like a step-debugger?
The text was updated successfully, but these errors were encountered: