Skip to content

FEAT: Adding Scenario run to the REST API#1696

Open
rlundeen2 wants to merge 5 commits intomicrosoft:mainfrom
rlundeen2:users/rludneen/scenario-rest
Open

FEAT: Adding Scenario run to the REST API#1696
rlundeen2 wants to merge 5 commits intomicrosoft:mainfrom
rlundeen2:users/rludneen/scenario-rest

Conversation

@rlundeen2
Copy link
Copy Markdown
Contributor

Adds backend endpoints for running, monitoring, and cancelling scenario executions via the REST UI.

  • New ScenarioRunService with in-memory run tracking, background asyncio execution, and cancellation support (max 3
    concurrent runs)
  • New routes: POST /runs, GET /runs, GET /runs/{id}, DELETE /runs/{id}, GET /runs/{id}/results
  • Comprehensive unit tests for service and route layers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant