| Parameter | Type | Required | Description |
|---|---|---|---|
workflow_id / workflowId | str / string | Yes | The workflow permanent ID. |
parameters | dict / Record<string, unknown> | No | Workflow input parameters. |
template | bool / boolean | No | Whether it’s a template. |
title | str / string | No | Run display name. |
timeout | float / number | No | Max wait time in seconds. Default: 1800. |
WorkflowRunResponse.
