Any updates on this feature? It would be really he...
# ask-metaflow
s
Any updates on this feature? It would be really helpful 🙂 I am trying to monitor a run triggered using
python run.py argo-workflows trigger
and then had to take inspiration from this thread with:
python metaflow_test_run.py argo-workflows status argo-testflow-xjzqf 2>&1 | tail -n 1
and then decide the status based on
Succeeded | Failed | Running
.