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 for the `filters # Answer Yes, you can use the
SynchronousFlyteClient.list_executions_paginated
method to get all executions of a workflow. However, filtering executions by input parameter values is not supported yet, as mentioned in this discussion. You can filter by other attributes like
launch_plan.name
. Would you like more detail on how to use this method? Sources: - Flytekit Python SDK Discussion Slack Link https://.slack.com/archives/CP2HDHKE1/p1730360488.725389 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.