thread_id
and locate the desired checkpoint_id
.
Alternatively, set a breakpoint before the node(s) where you want execution to pause. You can then find the most recent checkpoint recorded up to that breakpoint.None
and the appropriate thread_id
and checkpoint_id
.Example graph
update_state
will create a new checkpoint. The new checkpoint will be associated with the same thread, but a new checkpoint ID.