FindJobsOptions: {
    batch?: number;
    cursor?: string;
    limit?: number;
    match?: string;
    namespace?: string;
}

Type declaration

  • Optionalbatch?: number

    How many records to scan at a time

  • Optionalcursor?: string

    The start cursor; defaults to 0

  • Optionallimit?: number

    The suggested response limit. Reduce batch size to reduce the likelihood of large overages.

  • Optionalmatch?: string

    The workflow name; include an asterisk for wilcard search; refer to Redis SCAN for the allowed format

  • Optionalnamespace?: string

    application namespace

    meshflow