Describe the bug
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:
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?
Have you read the Code of Conduct?
Describe the bug
Description:
When attempting to retrieve the latest version of a workflow using the
--latestflag withflytectl 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:
Environment/Configuration:
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?
Have you read the Code of Conduct?