@servicenow/sdk - v4.7.0
    Preparing search index...
    type FlowStageStates = {
        complete?: string;
        error?: string;
        inProgress?: string;
        pending?: string;
        skipped?: string;
    }
    Index

    Properties

    complete?: string

    Label shown when the stage finishes successfully.

    error?: string

    Label shown when the stage encounters an error.

    inProgress?: string

    Label shown while the stage is executing.

    pending?: string

    Label shown when the stage has not yet started.

    skipped?: string

    Label shown when the stage is skipped.