workflow_workflow_run
Run a workflow on provided input data to execute processing steps and receive the output, step details, elapsed time, and success status.
Instructions
[workflow] Run a workflow on input data. Returns {output, steps, elapsed_ms, ok}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| input | No | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |