start_process
Start a workflow execution on a Huly card by providing the process and card identifiers. If the process forbids parallel runs, the active execution ID is returned to prevent duplicates.
Instructions
Start a new active Huly Process workflow execution on a card/document. Accepts process ID or exact process name, and card/document ID or exact title; ambiguous names or titles fail with candidate IDs. This is not idempotent: each successful call creates a new execution unless the process forbids parallel active executions for the same card, in which case the existing active execution ID is returned in a typed error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| process | Yes | a string that will be trimmed | |
| card | Yes | a string that will be trimmed |
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. |