run_public_workflow
Run a public Langflow workflow by providing a Flow ID and optional inputs. Supports streaming execution.
Instructions
Run a public (unauthenticated-eligible) workflow (Langflow 1.11.0). Stream-only execution; streaming is not incrementally surfaced.
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 |