Anchorage API reference
    Preparing search index...

    Interface ScheduleSourceWorkflowTarget

    interface ScheduleSourceWorkflowTarget {
        initialState?: unknown;
        inputData?: unknown;
        requestContext?: Record<string, unknown>;
        type: "workflow";
        workflowId: string;
    }
    Index

    Properties

    initialState?: unknown
    inputData?: unknown
    requestContext?: Record<string, unknown>
    type: "workflow"
    workflowId: string