getProcessInstances
Retrieve a list of process instances from Camunda Engine, filterable by process definition, business key, and pagination.
Instructions
Get a list of process instances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processDefinitionId | No | Filter by the process definition the instances run on. | |
| processDefinitionKey | No | Filter by the key of the process definition the instances run on. | |
| businessKey | No | Filter by process instance business key. | |
| 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. |