panaya_businessProcesses
List, retrieve, create, update, delete, and search Panaya business processes to manage process data in your projects.
Instructions
Unified tool for businessProcesses operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity identifier. Required for get, update, and delete. | |
| data | No | Request body for create and update operations. | |
| query | No | Search payload for search operations. | |
| action | Yes | Operation to perform against the Panaya entity. | |
| projectId | No | Optional project filter for list operations. | |
| pagination | No | Optional pagination helper for list and operation actions. | |
| pathParams | No | Path parameters for Swagger operation calls. | |
| operationId | No | Swagger operationId. Required when action is operation. | |
| queryParams | No | Query string parameters for Swagger operation calls. |