list_process_executions
Retrieve Huly Process workflow executions with filters for process, card, and status. Results include process name, card title, and current state.
Instructions
List read-only Huly Process workflow executions. Supports filters by process ID/name, card/document ID/title, and status. Rows are enriched with process name, card title, and current state title when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| process | No | a string that will be trimmed | |
| card | No | a string that will be trimmed | |
| status | No | Optional execution status filter: active, done, or cancelled. | |
| limit | No | Maximum number of executions to return (default: 50, maximum: 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |