Hello team, Hope you're all doing well ! Whilst go...
# ask-metaflow
s
Hello team, Hope you're all doing well ! Whilst going through the documentation, there's a
trigger_on_finish
trigger that is available on argo workflows and I was wondering if ability to trigger workflow is available outside of argo particularly whilst running it as metaflow python file The use case I'm trying to achieve is that I've got 3 distinct Flow's that need to be invoked as steps from another 'master' workflow. Is that doable ?
1
v
yep, you can do that via events if you have deployed the flows on Argo Workflows
outside Argo, you can use the `Runner` API
s
Thanks @victorious-lawyer-58417 for the reply. I'll give it a go and figure out
👍 1
Thanks this works well !
🙌 1