Hi, I'm working on a flow that will trigger on mul...
# dev-metaflow
w
Hi, I'm working on a flow that will trigger on multiple other flows, using the @trigger_on_finish decorator. I want to test it locally, but I've only found documentation explaining how to test single-trigger flows. Does anyone know if it's possible to do this? e.g. I want to do something like this: python flow1.py --trigger flow2/id flow3/id run
1
d
I haven’t tried it but --trigger should support being listed multiple times.
w
That works, thanks!
d
awesome. glad it was easy 🙂