narrow-waitress-79414
08/29/2023, 11:05 AMsuccessful
and finished
. For a successful metaflow run both flags work correctly.
However, we are observing a non obvious behaviour for finished
flag for failed runs that is finished flag is never set to True
for failed runs. because of this we cannot programatically know if a metaflow run is finished if a run has failed.
This seems like an obvious bug to notice, it is quite possible that we are missing something very obvious.
Does anyone has come across this behaviour? or anyone tried to used client api for programatically figuring metaflow run completed successfully or not?