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
- null
string
start_time object
anyOf
- integer
- null
integer
end_time object
anyOf
- integer
- null
integer
property name*any
Step execution checkpoint.
Checkpoint
{
"state": "string",
"offsets": {},
"description": "string",
"start_time": 0,
"end_time": 0
}