You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When attempting to retrieve the latest version of a workflow using the --latest flag with flytectl get workflow, I am presented with the oldest version instead of the expected latest version.
Expected behavior
Expected Result:
The latest version of the specified workflow should be returned.
Actual Result:
The oldest version of the workflow is returned.
Additional context to reproduce
Steps to Reproduce:
Run the following command:
flytectl get workflow -p MY_PROJECT -d DEV WORKFLOW_NAME --latest
Observe the returned workflow version.
Environment/Configuration:
Flytectl version: 0.6.45
Additional Notes:
This issue could potentially impact users who rely on fetching the latest version for their operational needs.
Screenshots
No response
Are you sure this issue hasn't been raised already?