live_start_scenario_run
Start a scenario run live on the connected browser tab and immediately receive a run ID. Use that ID to poll for progress and outcome. Fails fast if the tab already has an active run.
Instructions
Starts a scenario running live on the side panel's target tab and returns immediately with a runId -- unlike live_replay_scenario, this does NOT wait for the run to finish. Poll live_get_scenario_run (or live_list_scenario_runs) with the returned runId to check progress/ outcome. Fails fast if that tab already has a run or single-step Play active. Requires the side panel open and connected.
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 |