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