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

    Default outputs available on all action instances. These are system-provided outputs that exist regardless of the action definition.

    type DefaultActionOutputs = {
        __action_status__: { code: number; message: string };
        __dont_treat_as_error__: boolean;
    }
    Index

    Properties

    __action_status__: { code: number; message: string }

    Status information for the action execution

    Type Declaration

    • code: number

      Status code of the action execution

    • message: string

      Status message describing the result

    __dont_treat_as_error__: boolean