Hi all small question, Is is possible to name the ...
# ask-community
l
Hi all small question, Is is possible to name the runs themselves? I'm using Prefect Core and it's making up the names for the run itself. I would prefer to make own myself with timestamp_variable so that I can use the same flow for multiple configs (yaml files).
k
Hey @Luuk, try using the RenameFlowRun task ? It will pull the current flow run id from context if you don’t pass one.
1