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

    Input for Script tool - name and value (type is always 'string')

    interface ScriptToolInput {
        $id: ExplicitKey;
        name: string;
        value: ToolInputValue;
    }
    Index

    Properties

    Properties

    Unique identifier for the attribute mapping record - required for stable identity

    name: string

    Matches the input parameter name defined on the Script Include

    Input value - can be static string, template string ({{...}}), or tool output reference