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

    Output values from the WaitForADuration flow logic. These outputs can be referenced as datapills in subsequent steps.

    type WaitForADurationOutputs = {
        scheduled_end_date_time: DateColumnType;
        total_duration: Duration;
    }
    Index

    Properties

    scheduled_end_date_time: DateColumnType

    The scheduled end date/time when the wait completed

    total_duration: Duration

    The total duration that was waited (duration format string)