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

    Output for FlowAction tool - name, type, and truncate (dynamic per action)

    interface FlowActionToolOutput {
        $id: ExplicitKey;
        name: string;
        truncate?: boolean;
        type: ToolDataType;
    }
    Index

    Properties

    Properties

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

    name: string

    Matches the output parameter name defined on the Flow Action

    truncate?: boolean

    Whether to truncate the output to prevent exceeding token limits

    false
    

    Output type - must be a valid ToolDataType. Invalid types ('Document ID', 'Reference', 'Snapshot Template Value') are not supported.