live_start_run
Start a flow live on the target tab and get a runId immediately. Poll with that runId to track progress; fails fast if the tab is busy.
Instructions
Starts a flow running live on the side panel's target tab (the pinned tab, or the active tab if none is pinned) and returns immediately with a runId -- unlike live_replay_flow, this does NOT wait for the run to finish. Poll live_get_run (or live_list_runs) with the returned runId to check progress/outcome. Fails fast if that tab already has a run or single-step Play active (one at a time per tab -- see live_cancel_run to free it up). Requires the side panel open and connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ||
| params | No | ||
| dataset | No | Name of an existing flow-data dataset to use as the base params | |
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |