New RunLLM response generated: >>>*# Question* I'...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* I'm trying to figure out if I want to get all the executions of a workflow, can I use the SynchronousFlyteClient.list_executions_paginated method? Can I specify the workflow name (e.g.,
xxx.abc_workflow
) for the
filters
parameter? If so, does anyone know how? # Answer Yes, you can use the
SynchronousFlyteClient.list_executions_paginated
method to get all executions of a workflow. However, filtering executions by workflow name directly using the
filters
parameter is not supported. According to this discussion, filtering executions by input parameters or workflow name is not currently supported. Would you like more detail on how to use the
list_executions_paginated
method? Sources: - this discussion Slack Link https://.slack.com/archives/CP2HDHKE1/p1730360558.548349 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.