Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 719 Bytes

File metadata and controls

15 lines (9 loc) · 719 Bytes

Home > @aws/durable-execution-sdk-js > DurableExecutionInvocationInput > CheckpointToken

DurableExecutionInvocationInput.CheckpointToken property

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;