Hi all, just wondering if there’s an easy way to d...
# ask-community
j
Hi all, just wondering if there’s an easy way to define flow run name in code as default instead of just having the random generated names? and not using
run_deployment(flow_run_name="xxx")
because I want to start the flow run on the UI…
j
Not possible as far as I’m aware, flow run name gets generated on run start.
j
i could imagine to have something like
Deployment.build_from_flow(flow_name_prefix='abc')
when deploying the Flow