Hi all, I am new to meta flow and have just start...
# ask-metaflow
f
Hi all, I am new to meta flow and have just started exploring it. Can the steps be triggered manually from the UI? For example, if I run a flow with steps a->b->c->d. While running the flow, if I do not get the results I want from step "b", could I manually terminate the flow or continue the flow based on the results of step "b". This would be a use case where, after filtering the data, it does not satisfy certain criteria, so I won't trigger training. Sorry if this question is stupid, but any help would be appreciated. Thank you.
i
No, the UI only displays information about Flows. It cannot take actions on those flows.
f
Thank you for clarifying. :)
s
@faint-motorcycle-8767 - if you are using step functions, airflow or argo workflows - then you can use their UIs for triggering flows. the open-source metaflow ui currently doesn't have that support - we have it in outerbounds ui today and will look into lifting it upstream at some point.
f
@square-wire-39606 - Thank you for your response I can look into agro or airflow workflows.