https://prefect.io logo
#prefect-server
Title
# prefect-server
n

Nikita Samoylov

03/28/2022, 1:22 PM
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

Kevin Kho

03/28/2022, 1:51 PM
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

Nikita Samoylov

03/28/2022, 1:57 PM
🙏 Thank you Kevin, that is exactly what I was looking for.
👍 2
10 Views