nestjs-temporal-core
    Preparing search index...

    Interface ScheduleDiscoveryResult

    Schedule discovery result

    interface ScheduleDiscoveryResult {
        discoveredCount: number;
        duration: number;
        errors: { error: string; schedule: string }[];
        success: boolean;
    }
    Index

    Properties

    discoveredCount: number
    duration: number
    errors: { error: string; schedule: string }[]
    success: boolean