Ask a question to get started
Enter to send•Shift+Enter new line
CheckpointTaskPayload()
TypedDict
Unique identifier for this task.
Name of the node being executed.
Error message, present only if the task failed.
Result of the task, present only if the task completed successfully.
List of interrupts, present when the task has been interrupted or completed.
Snapshot of the subgraph state. None if not a subgraph.
None
A task entry within a CheckpointPayload.
CheckpointPayload
The keys present depend on the task's state:
id
name
error
state
result
interrupts