nestjs-temporal-core
    Preparing search index...

    Interface WorkerInitResult

    Worker initialization result

    interface WorkerInitResult {
        activitiesCount: number;
        error?: Error;
        namespace: string;
        success: boolean;
        taskQueue: string;
        worker?: Worker;
    }
    Index

    Properties

    activitiesCount: number
    error?: Error
    namespace: string
    success: boolean
    taskQueue: string
    worker?: Worker