Anchorage API reference
    Preparing search index...

    Exact suspension identity shared by a resume leg and its grants.

    interface ConnectorApprovalSuspension {
        resumeCount?: number;
        stepPath: readonly string[];
        suspendedAt: number;
    }
    Index

    Properties

    resumeCount?: number

    Runtime-owned ordinal; absent only for the step's first suspension.

    stepPath: readonly string[]

    Suspended workflow step path.

    suspendedAt: number

    Epoch-ms timestamp of the suspension in Mastra's persisted snapshot.