Chris Arderne
11/04/2021, 10:07 AMstate_handler
to name a flow run based on context, but haven't figured out how to name it based on passed parameters.
Eg if I ran a Flow with a animal=cat
I'd like that Flow run (as viewed in the UI) to be named run-cat
or something…Anna Geller
11/04/2021, 11:08 AMprefect.context.get("parameters")
And you can also use this task : https://docs.prefect.io/api/latest/tasks/prefect.html#renameflowrunChris Arderne
11/04/2021, 11:46 AM