live_replay_scenario
Replay a complete scenario in real time through the connected browser tab: flows execute sequentially, outputs pass between steps, and execution halts at the first failure for quick diagnosis.
Instructions
Replay a whole scenario live -- runs its composed flows strictly sequentially, in the side panel's own connected browser tab (real chrome.debugger, the user's real session/login), stopping at the first flow that fails, exactly like a single flow stops at its first failing step. A flow entry whose flow declares output (see add_flow_to_scenario) automatically has its captured out bound to a name every LATER entry's own expression-mode params/postprocess can reference. Requires the side panel open and connected. Targets whichever tab is pinned in the side panel's header, or the browser's actual active tab if none is pinned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| dataset | No | Name of an existing scenario-data dataset to use as the base scenario 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. | |
| scenarioId | Yes |