Replies: 1 comment
-
Hi @hoomank , in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for an efficient process to get visibility of why some nodes failed, for instance when doing a batch run, and to then correct the code in the failed nodes (or the ones supplying invalid inputs) until they stop failing. So far, what I do is use the "visualize run" feature which lets me quickly see what runs failed in a batch run. But once I know what node failed, I want to debug it.
Is there any way to re-run the failed node without re-running the whole flow? This would allow one to keep tweaking that node (such as a python module) until it stops failing.
Beta Was this translation helpful? Give feedback.
All reactions