Anchorage API reference
    Preparing search index...
    interface RunStartInput {
        deadlineMs?: number;
        inputData: unknown;
        principal: ExecutionPrincipal;
        runId: string;
        scheduleId?: string;
        workflowId: string;
    }
    Index

    Properties

    deadlineMs?: number

    Relative deadline measured from the accepted start.

    inputData: unknown

    Full trusted identity stamped onto the target Durable Object request.

    runId: string
    scheduleId?: string

    Present only for a target-verifiable schedule fire.

    workflowId: string