Skip to main content

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.

Checkpoint
{
"state": "string",
"offsets": {},
"description": "string",
"start_time": 0,
"end_time": 0
}