https://prefect.io logo
b

Brian Phillips

04/21/2022, 4:30 PM
I'm curious why name templating isn't available for flow run names? Is anyone aware of a workaround for generating more readable names for simple, scheduled flows?
k

Kevin Kho

04/21/2022, 4:56 PM
Because it needs to be created during flow run creation which happens when it’s scheduled before it gets picked up. This page shows how to rename it
b

Brian Phillips

04/21/2022, 4:57 PM
Cool, thanks!
5 Views