How can I give a custom name to a flow-run when th...
# ask-community
m
How can I give a custom name to a flow-run when the flows are being created and called dynamically?
1
j
Hi Malavika, If you are creating a flow run from a deployment using
create_flow_run_from_deployment()
, if you pass a value for the
name
argument, it is used to set a custom flow run name. Here is an open issue for easily templating flow run names where you can add your use case if you would like to see that.