Hello, I'm new to prefect and I'm using the python SDK to create my flows. I'm trying to get a list of all my flows deployed in my prefect UI environment and run them with their default parameters that I've set. Is there a call I can make that can get a list of all my flows and another call I can make that runs them by
name
or
id
?
Kenneth
07/10/2023, 8:16 PM
What I'm generally trying to achieve is that I need to run a data refresh every so often that requires me to run 50 prefect flows I have deployed. Rather than going through each one of them individually and running them I wanted a "one button" solution.
All my flows also have default parameters on them I would like to still have when I batch run them