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

[Bug]: Processes can't be filtered or sorted on workflow name #648

Closed
dmarjenburgh opened this issue May 13, 2024 · 0 comments · Fixed by #647
Closed

[Bug]: Processes can't be filtered or sorted on workflow name #648

dmarjenburgh opened this issue May 13, 2024 · 0 comments · Fixed by #647
Labels
bug Something isn't working triage Issue that need to be triaged

Comments

@dmarjenburgh
Copy link
Contributor

Contact Details

No response

What happened?

Description

Searching processes with GraphQL does not allow sorting the results on workflowName. Also, it is hard to find a process by workflow name, since it only looks at full exact matches.

Desired behaviour

  • We should be able to sort the processes list results using "orderBy": [{"field": "workflowName", "order": "ASC"}]

-We should be able to filter the processes by workflow name using the "query" parameter and match if the query is contained in the workflow name

Version

2.3.0rc1

What python version are you seeing the problem on?

All

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue that need to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant