hi Prefect - another question I had relating to th...
# prefect-ui
s
hi Prefect - another question I had relating to this https://discourse.prefect.io/t/define-task-name-dynamically/1862 - i remember in prefect 1 it was easy to set custom task + flow names based on input parameters, but I haven't been able to get this to work in prefect 2, are there any plans to address this, or have I missed something already implemented? Thanks
c
you can call the task.with_options(name=)
s
will give it a go, thank you!