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

    Defines the parameters for the WaitForADuration flow logic.

    type ExplicitDurationParams = {
        annotation?: string;
        duration: Duration;
        durationType: "explicit_duration";
        schedule?: Record<"cmn_schedule"> | string;
        uuid?: string;
    }
    Index

    Properties

    annotation?: string

    An optional annotation for this step.

    duration: Duration

    The duration to wait. The format depends on the durationType.

    durationType: "explicit_duration"

    Specifies the type of duration.

    schedule?: Record<"cmn_schedule"> | string

    An optional schedule for the wait. This can be a reference to a schedule record or a string.

    uuid?: string

    UUID for referencing this instance's outputs as datapills