latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

AppModeling

Dequeue next pending batch (internal)

Returns the next pending test invariant IDs for the coordinator to process and transitions the run status to RUNNING. Called internally by the TypeScript dequeueNextAppModelingBatch handler.

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

Path parameters

application_idstring required

The application ID

Query parameters

workspaceIdstring required

The workspace ID

Request body

batch_sizeinteger required

Number of test invariant IDs to dequeue.

Response

Next batch, or exhausted signal

exhaustedboolean required

True when the frontier is fully attempted and there is nothing left.

batch_item_countinteger

Number of test invariant IDs in this batch. Echo token passed back to markAppModelingBatchCompleteInternal.

test_invariant_idsstring[]

Test invariant IDs in this batch. Empty when exhausted is true.