getProcessDefinitions
Retrieve a list of process definitions from the Camunda engine, with optional filtering for the newest versions and pagination control.
Instructions
Get a list of process definitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latestVersionOnly | No | Only include those process definitions that are latest versions | |
| 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. |