nestjs-temporal-core
    Preparing search index...

    Interface ListScheduleOptions

    Schedule summary — re-exports Temporal SDK's ScheduleSummary from @temporalio/client. Yielded by TemporalScheduleService.listSchedules().

    interface ListScheduleOptions {
        pageSize?: number;
        query?: string;
    }
    Index
    pageSize?: number

    How many results to fetch from the Server at a time.

    1000
    
    query?: string

    Filter schedules by a query string.