run_workflow
Execute a Langflow workflow with custom inputs, optional streaming, and background execution.
Instructions
Run a workflow (V2) for a flow with inputs. Supports streaming and background execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | Workflow inputs | |
| stream | No | Stream the run | |
| flow_id | Yes | Flow ID | |
| globals | No | Request-level global variables (Langflow 1.10.0) | |
| background | No | Run in background |