getTasks
Retrieve a list of tasks from Camunda, filterable by process instance, task definition key, assignee, and pagination.
Instructions
Get a list of tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processInstanceId | No | Filter by process instance id. | |
| taskDefinitionKey | No | Filter by key of the task. | |
| assignee | No | Filter by assignee. | |
| firstResult | No | Pagination of results. Specifies the index of the first result to return. | |
| maxResults | No | Pagination of results. Specifies the maximum number of results to return. |