8000 Support advanced filtering in process definitions search endpoint · Issue #31831 · camunda/camunda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support advanced filtering in process definitions search endpoint #31831

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

Open
vsgoulart opened this issue May 8, 2025 · 1 comment
Open

Support advanced filtering in process definitions search endpoint #31831

vsgoulart opened this issue May 8, 2025 · 1 comment
Labels
component/c8-api All things unified C8 API, e.g. C8 REST kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@vsgoulart
Copy link
Contributor
vsgoulart commented May 8, 2025

User Story

To fully migrate Tasklist UI to the V2 API we need the endpoint /v2/process-definitions/search to support complex queries because the Tasklist processes tab has a search by name/process definition id.

To achieve that, we need the filters to at least support a query like WHERE name LIKE 'search string' OR processDefinitionId LIKE 'search string'

Design

All attributes of process definitions search support advanced filtering where it makes sense.

Technical requirements

  • We transform the filter attributes for process definition search to their advanced counterparts like other endpoints do already.
  • We adjust the OpenAPI spec, API controllers, and Java client accordingly.

Dev -> QA handover

No response

QA test case

No response

Links

No response

@vsgoulart vsgoulart added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label May 8, 2025
@github-actions github-actions bot added the component/c8-api All things unified C8 API, e.g. C8 REST label May 8, 2025
@tmetzke

This comment has been minimized.

@tmetzke tmetzke changed the title Add complex filter to search process definitions endpoint Support advanced search in process definitions search endpoint May 8, 2025
@tmetzke tmetzke changed the title Support advanced search in process definitions search endpoint Support advanced filtering in process definitions search endpoint May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/c8-api All things unified C8 API, e.g. C8 REST kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

2 participants
0