Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Sort by Create Time Capability to the Java Client #3927

Closed
1 task done
psavidis opened this issue Nov 8, 2023 · 0 comments
Closed
1 task done

Add the Sort by Create Time Capability to the Java Client #3927

psavidis opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
scope:external-task-client-java Changes to the Java external task client. type:subtask Issues that are subtasks of another issue. Must always be part of the breakdown of the parent issue.

Comments

@psavidis
Copy link
Contributor

psavidis commented Nov 8, 2023

Acceptance Criteria (Required on creation)

  • Expose the new parameter and fetch and lock Sorting options to the Java client
  • When useCreateTime is set to true and no Sorting Direction is specified (null value), DESC will be used as a sensible default
  • When useCreateTime and usePriority are both enabled, the Sorting should take place by:
    • First by applying priority DESC
    • On priority equality, the selected createTime direction should be used

Hints

Links

External Tasks are Sorted By Creation Date

Breakdown

Pull Requests

Preview Give feedback
  1. ci:all-as
    psavidis
@psavidis psavidis added the type:subtask Issues that are subtasks of another issue. Must always be part of the breakdown of the parent issue. label Nov 8, 2023
@psavidis psavidis self-assigned this Nov 8, 2023
@psavidis psavidis changed the title Add Sort by Create Time Capability to the Java Client Add the Sort by Create Time Capability to the Java Client Nov 8, 2023
@psavidis psavidis assigned mboskamp and unassigned psavidis Nov 8, 2023
@psavidis psavidis added potential:7.21.0 scope:external-task-client-java Changes to the Java external task client. labels Nov 9, 2023
@psavidis psavidis closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:external-task-client-java Changes to the Java external task client. type:subtask Issues that are subtasks of another issue. Must always be part of the breakdown of the parent issue.
Projects
None yet
Development

No branches or pull requests

3 participants