-
Epic
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
Add filter by any column
-
False
-
-
False
-
0% To Do, 0% In Progress, 100% Done
-
-
The UI contains an option to filter by any column
So for example, if the user the string "ab" in the filter it will show also workflfow runs with status aborted, and also workflow runs with id containing "ab"
Currently this feature is implemented in the UI, but being that we are moving to use pagination the API /v2/workflows/instances must support this.
Refer to SonataFlow doc to see which operators are available for each attribute type.
Priority fields: ID, name (process name), status, category, started and duration
31 October 2021: requirements for this epic are:
Be able to filter only by these fields: ID, name (process name), status, category, started and duration
- blocks
-
FLPATH-1534 Use pagination for workflow instances list page
- New