Search Human Tasks
Used to retrieve a list of human tasks by search criteria.
note
The invoking user should be a task owner, an ADMIN, or an assignee to the tasks returned.
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 |
outputfreeText | 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
- Go
- 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