durable-execution-sdk-js.durableexecutioninvocationinput.initialexecutionstate.md

December 2, 2025 ยท View on GitHub

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

DurableExecutionInvocationInput.InitialExecutionState property

Execution state including operation history and pagination information.

Contains the full context needed to resume execution including: - All previously completed operations with their results - Execution metadata and step identifiers - Pagination markers for long operation histories

Signature:

InitialExecutionState: {
        Operations: Operation[];
        NextMarker: string;
    };