Join Slack
Powered by
Hi Team, I have a failed metaflow run and I want ...
# ask-metaflow
k
kind-lock-51965
01/11/2023, 5:32 AM
Hi Team, I have a failed metaflow run and I want to programmatically fetch the state of this failed flow for knowing the step it got failed , is their any option available to get this state information?
✅ 1
a
alert-florist-32940
01/11/2023, 6:42 AM
You could use the client api! See
https://docs.metaflow.org/metaflow/client#navigating-the-object-hierarchy
You need to get into flow -> run -> step -> task, and there each task has
successful
flag
💯 3
2
Views
Open in Slack
Previous
Next