Hi, how can I check the status of a flow that migh...
# ask-metaflow
n
Hi, how can I check the status of a flow that might be currently running? I was trying to use the client API to do this. My assumption was that if
Run.finished
was
True
and
Run.successful
was
False
then the flow had failed. However, it seems like finished and successful are always the same value. The ui shows the status of the runs so I assume it is possible to get from the metadata api.