Anchorage API reference
    Preparing search index...
    interface ScheduleTickStartAgentInput {
        deploymentTag?: string;
        dispatchId: string;
        entryPath: "schedule.fire";
        providerOptions: Record<string, unknown>;
        requestContext: Record<string, unknown>;
        runId: string;
        scheduleId: string;
        streamRequestContext: Record<string, unknown>;
        target: AgentScheduleTarget;
        threaded: boolean;
        topologyThreadId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deploymentTag?: string

    Infrastructure-verified tag for audit attribution.

    dispatchId: string

    Prepared trigger that authorizes this one fire.

    entryPath: "schedule.fire"
    providerOptions: Record<string, unknown>

    JSON-safe provider options with authoritative schedule correlation.

    requestContext: Record<string, unknown>
    runId: string
    scheduleId: string

    The schedule whose owner must own all resources minted by this fire.

    streamRequestContext: Record<string, unknown>
    target: AgentScheduleTarget
    threaded: boolean
    topologyThreadId: string

    Stable target DO address, including for an unthreaded fire.