start_workflow_run
Start a live run of a published workflow to test it against real infrastructure and models, optionally providing trigger input.
Instructions
Start a real run of a workflow — the way to TEST a workflow you just authored. This EXECUTES: it runs the PUBLISHED workflow against live infrastructure (models, connectors), so it can incur cost and cause real side effects. It does not run your unpublished draft. After starting, follow it with read_run / read_run_trace / read_run_cost. Optionally pass triggerInput to feed the workflow's trigger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow's id. | |
| manualPhases | No | Run with manual phase gating. Defaults to false. | |
| triggerInput | No | Input payload for the workflow's trigger. Omit for none. |