Home > @aws/durable-execution-sdk-js > DurableExecutionInvocationInput > CheckpointToken
Unique token for the next checkpoint in this execution.
This token: - Ensures checkpoint operations are idempotent - Prevents duplicate checkpoints - Validates that checkpoint requests belong to the current execution cycle
Signature:
CheckpointToken: string;