run_flow_advanced
Execute Langflow workflows with advanced control: configure tweaks, input/output types, session persistence, and streaming for customized flow execution.
Instructions
Advanced flow execution with full parameter control including tweaks, input/output types, session management, and streaming. Supports both flow UUID and flow name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream | No | Enable streaming mode (default: false) | |
| tweaks | No | Component-specific parameter overrides | |
| user_id | No | User ID (UUID) for user-scoped execution | |
| input_type | No | Type of input (e.g., "chat", "text") | |
| session_id | No | Session ID for conversation continuity | |
| input_value | No | Input value for the flow | |
| output_type | No | Expected output type (e.g., "chat", "text", "json") | |
| flow_id_or_name | Yes | Flow ID (UUID) or flow name to execute | |
| output_component | No | Specific output component to retrieve results from |