List<HumanTask> |
HumanTaskApi.searchHumanTasks(HumanTaskApi.SearchHumanTasksQueryParams queryParams) |
Finds HumanTasks
Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`,
`processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`,
`displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`,
`user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`,
`processDefinitionId`, `caseId`, `rootProcessInstanceId`, `parentProcessInstanceId`
Note, this is equivalent to the other searchHumanTasks method,
but with the query parameters collected into a single Map parameter.
|
ApiResponse<List<HumanTask>> |
HumanTaskApi.searchHumanTasksWithHttpInfo(HumanTaskApi.SearchHumanTasksQueryParams queryParams) |
Finds HumanTasks
Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`,
`processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`,
`displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`,
`user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`,
`processDefinitionId`, `caseId`, `rootProcessInstanceId`, `parentProcessInstanceId`
Note, this is equivalent to the other searchHumanTasks that receives the query parameters as a map,
but this one also exposes the Http response headers
|