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

    Type Alias StandardStepValues

    type StandardStepValues = {
        active?: boolean;
        description?: string;
        notes?: string;
        timeout?: Duration;
        warning?: string;
    }
    Index

    Properties

    active?: boolean

    Whether the step is active. Defaults to true if not set.

    description?: string

    Description of the step.

    notes?: string

    Field to store useful notes about the step.

    timeout?: Duration

    Sets the timeout duration for the step.

    warning?: string

    Warning message that displays in the step form.