Hi there, we have a flow run by schedule frequentl...
# prefect-server
n
Hi there, we have a flow run by schedule frequently with different input params. All flows started by schedule have such names as
groovy-woodpecker
,
poetic-lorikeet
etc. And it's really hard to navigate on these runs in the UI because to check input params you need to open every link in flow's
RUNS
tab. I would like to include input params in the flow names. Is there a way to define these names by myself instead of default ones? PS: We use Prefect v1.0.0
k
You can rename the flow runs during the run by using the RenameFlowRun task. These can take in the parameters. You can also find a snippet here how to use it in a state handler
🙌 1
n
🙏 Thank you Kevin, that is exactly what I was looking for.
👍 2