ReadonlyidUnique checkpoint ID.
ReadonlyexecutionExecution ID this checkpoint belongs to.
ReadonlyschemaSchema version for deserialization.
ReadonlystepStep number when this checkpoint was taken.
ReadonlystateFull graph state at this point.
ReadonlypendingIDs of nodes ready to run next.
ReadonlycompletedResults of all completed nodes so far.
ReadonlycreatedISO timestamp when checkpoint was created.
Optional ReadonlymetadataOptional metadata for debugging.
Optional ReadonlyinterruptIf present, the checkpoint was created because a node returned an Interrupt. The resume API uses this to know which node to re-run and which interrupt id to match resume values against. (#1895)
A snapshot of graph execution state at a given step boundary. Contains all information needed to resume execution.