@servicenow/sdk - v4.9.0
    Preparing search index...

    Base fields present in all scheduled trigger configurations.

    type ScheduledInputsBase = {
        condition?: TypeOf<SI["condition"]>;
        limit: TypeOf<SI["limit"]>;
        startDateAndTime: TypeOf<SI["startDateAndTime"]>;
        table: TypeOf<SI["table"]>;
        timeZone?: "floating" | TimeZone;
    }
    Index

    Properties

    condition?: TypeOf<SI["condition"]>
    limit: TypeOf<SI["limit"]>

    Maximum number of records to process per run. Max 1000.

    startDateAndTime: TypeOf<SI["startDateAndTime"]>

    Format: yyyy-MM-dd HH:mm:ss

    table: TypeOf<SI["table"]>
    timeZone?: "floating" | TimeZone

    Example: 'America/Los_Angeles'. floating is system time zone.