@servicenow/sdk - v4.7.0
    Preparing search index...
    SubflowToolDetails: BaseToolDetails & {
        subflowId: string | Record<"sys_hub_flow">;
        type: "subflow";
    }

    Subflow tool - references a Flow Designer flow

    Type Declaration

    • subflowId: string | Record<"sys_hub_flow">

      Subflow ID associated with the tool

    • type: "subflow"