latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

AppModeling

Mark batch as processed (internal)

Marks batch test invariant IDs as attempted, records the inner session ID, clears in-flight state, and returns whether the frontier is now exhausted. Called internally by the TypeScript markAppModelingBatchComplete handler.

post/appModeling/run/{application_id}/batch/complete

Path parameters

application_idstring required

The application ID

Query parameters

workspaceIdstring required

The workspace ID

Request body

batch_item_countinteger required

The batch_item_count returned by dequeueAppModelingBatchInternal; echoed back for audit.

inner_session_idstring required

The inner AMA session ID that processed this batch.

successboolean required

Whether the batch completed successfully.

test_invariant_idsstring[]

The test invariant IDs that were attempted in this batch.

Response

Batch recorded; frontier exhaustion reported

frontier_exhaustedboolean required

Whether every item in the frontier has now been attempted.