Skip to main content

BatchState

Batch execution state.

stateState (string)required
steps objectrequired
property name* Checkpoint

Step execution checkpoint.

stateState (string)required

Execution state (pending, running, completed, failed)

offsets objectrequired

Processing progress offsets

property name*integer
description object
anyOf
string
start_time object
anyOf
integer
end_time object
anyOf
integer
property name*any

Step execution checkpoint.

message object
anyOf
string
BatchState
{
"state": "string",
"steps": {},
"message": "string"
}