Support advanced filtering in process definitions search endpoint #31831
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
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
Dev -> QA handover
No response
QA test case
No response
Links
/v1/internal/processes
with/v2/process-instances/search
#23009No response
The text was updated successfully, but these errors were encountered: