nestjs-temporal-core
    Preparing search index...

    Interface ScheduleAction

    Schedule action definition

    interface ScheduleAction {
        args?: unknown[];
        taskQueue: string;
        type: "startWorkflow";
        workflowExecutionTimeout?: Duration;
        workflowId?: string;
        workflowRunTimeout?: Duration;
        workflowTaskTimeout?: Duration;
        workflowType: string;
    }
    Index

    Properties

    args?: unknown[]
    taskQueue: string
    type: "startWorkflow"
    workflowExecutionTimeout?: Duration
    workflowId?: string
    workflowRunTimeout?: Duration
    workflowTaskTimeout?: Duration
    workflowType: string