latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

AppModeling

Set coordinator run status to terminal state (internal)

Sets the coordinator run status to a terminal value (COMPLETED or ERROR). Called internally by the TypeScript markAppModelingRunComplete handler.

put/appModeling/run/{application_id}/status

Path parameters

application_idstring required

The application ID

Query parameters

workspaceIdstring required

The workspace ID

Request body

run_status'IDLE' | 'RUNNING' | 'COMPLETED' | 'ERROR' required

Lifecycle status of an app modeling run.

budget_cappedboolean

True when the run is completing because it hit the MAX_BATCHES budget ceiling while the work frontier was NOT exhausted (a truncated run); false on a true frontier-drain completion. Persisted in run_metrics so a bound-out is distinguishable from a full drain. Optional; defaults false.

Response

Run status updated

run_status'IDLE' | 'RUNNING' | 'COMPLETED' | 'ERROR' required

Lifecycle status of an app modeling run.