Anchorage API reference
    Preparing search index...

    Ownership-bearing workflow dispatch input. A schedule-aware host adapter must resolve scheduleId to its registered owner before starting runId.

    interface ScheduleTickStartInput {
        dispatchId: string;
        initialState: unknown;
        inputData: unknown;
        requestContext: Record<string, unknown>;
        runId: string;
        scheduleId: string;
        workflowId: string;
    }
    Index

    Properties

    dispatchId: string

    Prepared trigger that authorizes this one fire.

    initialState: unknown
    inputData: unknown
    requestContext: Record<string, unknown>
    runId: string
    scheduleId: string
    workflowId: string