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

    Input for Subflow tool - name, type, and value (dynamic per subflow)

    interface SubflowToolInput {
        $id: ExplicitKey;
        name: string;
        type?: ToolDataType;
        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 Subflow

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

    'string'
    

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