Add and show notes on past Workflow executions #3646
Closed
kasimiraula
started this conversation in
RFC Incubator
Replies: 2 comments 3 replies
-
Hi @kasimiraula and thanks for your contribution here! We were wondering if you could make it to this week's Contributor's meetup to discuss your idea with the maintainers, Steering Committee members and other contributors? In any case, thank you and we'll make sure to provide feedback. Event details: https://www.addevent.com/event/xn16931566 |
Beta Was this translation helpful? Give feedback.
3 replies
-
2023-11-0 Contributor's meetup notes: this discussion is already covered by an Issue: #3960. Further progress will be tracked there. |
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
-
TLDR; I would like the UI to have the option to add and show notes on past workflow executions to more quickly annotate/ understand eg. what caused an execution to succeed / fail. Adding a note on execution run should be optional.
Longer version:
As there can be several people working on the same Flyte project, and even developing the same workflow, it might be worrying and confusing to see failed workflow runs on the UI's dashboard. Some of these might be due to programming errors, DB not being up to date, bad inputs, you name it. It would be great if there was a way to add a note to a workflow execution (similarly to what you can do if you abort a workflow). This would help to track the history of failures easier instead of going to check the logs from tasks. Eg. Jack's question "Why did this workflow X started failing all of a sudden?" could be answered by having Bob leave a note: "The development DB hadn't been updated to contain the latest data, and there was no data to process which caused the entire workflow to fail". This would also make the workflow's debugging easier in the future when looking for culprits.
Beta Was this translation helpful? Give feedback.
All reactions