Search Human Tasks
Used to retrieve a list of human tasks by search criteria. This API is similar to the API List Human Tasks.
note
The invoking user should be a task owner, an ADMIN, or an assignee to the tasks returned. When using application credentials, the application should be the owner of the task in the workflow definition.
Input Payload
| Attribute | Description |
|---|---|
| queryId | Not used/supported at this time |
| start | Marks the start of the records list |
| size | Marks the number of records from the beginning that should be returned |
| freeText | Additional criteria of a free text - this can include input/output values and other indexed fields |
| query | Query for searching the tasks |
| jsonQuery | JSON query for searching the tasks |
| includeInputOutput | Boolean to indicate if the inputs and outputs of the task should be included in the response |
tip
Use the UI to make searches and you can see the payload sent in the network tab to get sample values for searching.
API Endpoint
GET human/tasks/search
Client SDK Methods
- Java
- Golang
- Python
- CSharp
- Javascript
- Clojure
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs