run_simulation
Execute an AFSIM simulation for a specified scenario. Use dry run mode to simulate completion without actual execution.
Instructions
Run an AFSIM simulation for the specified scenario.
If no AFSIM binary is configured (or dry_run is True), the simulation is recorded as completed immediately without executing AFSIM.
Parameters
scenario_id: UUID of the scenario to simulate. dry_run: If True, skip actual AFSIM execution (useful for testing).
Returns
JSON with run_id, status, and other run metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| dry_run | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |