nestjs-temporal-core
    Preparing search index...

    Interface ScheduleWorkflowOptions

    Schedule workflow options

    interface ScheduleWorkflowOptions {
        args?: unknown[];
        retryPolicy?: Record<string, unknown>;
        taskQueue?: string;
        workflowExecutionTimeout?: Duration;
        workflowId?: string;
        workflowRunTimeout?: Duration;
        workflowTaskTimeout?: Duration;
    }
    Index

    Properties

    args?: unknown[]
    retryPolicy?: Record<string, unknown>
    taskQueue?: string
    workflowExecutionTimeout?: Duration
    workflowId?: string
    workflowRunTimeout?: Duration
    workflowTaskTimeout?: Duration