Hi, really loved the event triggering feature. Can...
# ask-metaflow
f
Hi, really loved the event triggering feature. Can we also have it for step_functions?
1
❤️ 2
v
that’s great to hear 🤗 can you tell more about your use case?
f
We have multiple flows running but most of them are flows have common steps. So… wanted to create a separate flow for those common steps and use
@tigger_on_finish
to trigger the flows once the flow with common steps get finished.
r
Similarly, I am relying heavily on scheduled trigger. But ideally I could just chain all pipelines together, for example: 1. prediction_flow -> monitoring_flow 2. training_flow -> prediction_flow -> monitoring_flow
v
yep, that should work beautifully well 🙂
would you be open to trying it on Argo Workflows?
r
Our current deployment revolves around AWS infrastructure (Step-Function) as the key orchestrator. Not sure how simple it would be to experiment with Argo (I believe it requires k8s deployment, right?) It would be great to have event triggering support outside kubernetes as well, perhaps using something like eventbridge shared-bus to post/listen to events