<@U06RKAMK0UC> pyflyte run has the `--name` argum...
# ask-ai
b
@ancient-wolf-19325 pyflyte run has the
--name
argument that specifies the execution id of a workflow. Is there a way to specify the name or execution id of a workflow when "Launching Workflow" in the web interface? If not, is there a way to specify a dynamic executionID for all workflows in a project
a
Sorry, there was a temporary error when processing your request. Please try again. If this problem persists, please contact support. 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
b
@ancient-wolf-19325 try again
a
Currently, specifying the execution name directly in the Flyte web interface (FlyteConsole) is not supported. This feature has been discussed but is not yet implemented (source, source). However, you can specify the execution name using the
--name
argument when launching workflows programmatically via
pyflyte run
or
flytectl
(source, source). For dynamic execution IDs, you can generate unique names programmatically and pass them during execution. Would you like more details on how to implement this programmatically? Sources: - Flyte Issue #2913 - Flyte Discussion on Execution Naming - https://discuss.flyte.org/t/16031026/hi-again-similar-question-about-naming-how-can-i-rename-a-wo/ - https://github.com/flyteorg/flyte/issues/2763 👍 1 button 👎 0 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.
f
This is available in union today, will come to Flyte soon
👍 1