RPA Hub release notes

  • Release version: Zurich
  • Updated July 31, 2025
  • 6 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of RPA Hub Zurich Release Notes

    The ServiceNow® RPA Hub application delivers end-to-end automation capabilities, enhanced in the Zurich release to improve automation reliability, security, and AI integration. This release introduces updates to error handling, AI model provider options, security roles, and hardware/software requirements, enabling customers to deploy and manage robotic process automation more efficiently and securely within their organizations.

    Show full answer Show less

    Key Features

    • Enhanced Try-Catch Component (Patch 7): Allows selective inclusion of actions within Try-Catch blocks to refine error handling and improve workflow stability.
    • Role-Based Access Control (Patch 4): Only users with the snrpafdn.rpaadmin role can create, update, or delete Robot License Distribution records, enhancing security governance.
    • Long-Term Support (LTS) Models: Stable AI models within Now LLM Service provide extended stability suitable for regulated industries, supporting governance and compliance.
    • New AI Model Providers (Patch 1): Integration with Google Gemini and Anthropic Claude on AWS expands AI options for RPA bot generation alongside Now LLM Service and Azure OpenAI.
    • Python Connector: Enables execution of custom Python scripts within automation workflows in RPA Desktop Design Studio, complementing existing VB.NET, C#, and JavaScript connectors.
    • Smart Card Authentication: Supports secure unattended robot logins using physical smart cards, facilitating automation on machines requiring smart card credentials.
    • Enhanced Access Controls: Restricts RPA bot generation skill access to users with RPA developer or admin roles, aligning with AI security directives.

    Upgrade and Activation

    RPA Hub is available for installation via the ServiceNow Store. Customers upgrading from San Diego or Tokyo releases to Zurich must set the system property glide.rollback.blacklist.TableParentChange.change to false prior to upgrade to avoid table extension issues. Upgrading requires updating Microsoft Software Installers (MSIs) for RPA components to Zurich versions to ensure compatibility.

    Post-upgrade, bot process definitions transition to a new configuration structure requiring manual update if the system property is not set correctly.

    Hardware and Software Requirements

    • Unattended Robot: Minimum 2-core 1.8 GHz CPU, 4 GB RAM, 50 GB free disk; recommended 4-core 2.4 GHz CPU, 8 GB RAM, 100 GB disk; supports Windows 10 and Server 2016/2019/2022; .NET Framework 4.7.1+ required; DPI scaling disabled.
    • High-Density Robots: Hardware specs scale with the number of concurrent runtimes; VMs must be persistent and continuously running.
    • Attended Robot: Minimum Intel 1 vCPU, 4 GB RAM, 20 GB disk; recommended 4 vCPU, 8 GB RAM, 50 GB disk; Windows 10 or Server 2016/2019 supported; .NET Framework 4.7.1+ required; DPI scaling disabled.
    • RPA Desktop Design Studio: Minimum Intel Core i5, 4 GB RAM, 20 GB disk; recommended Core i7, 8 GB RAM, 50 GB disk; Windows 10 or Server 2016/2019 supported; .NET Framework 4.7.1+; 1920x1080 resolution monitor; DPI scaling disabled.

    Additional Information

    • Browser Support: ServiceNow workspaces for RPA Hub do not support mobile devices; supported browsers must be used.
    • Accessibility: Improvements have been made to support accessibility standards.
    • Localization: RPA Hub supports international languages for global deployments.
    • Integration: Workflow Studio integrates with RPA Hub for designing and managing automation flows and actions, providing visibility into execution results.

    The ServiceNow® RPA Hub application enables end-to-end automation for your organization. RPA Hub was enhanced and updated in the Zurich release.

    RPA Hub highlights for the Zurich release

    Zurich Patch 7
    • You can now selectively define which actions (components) are handled within a Try-Catch block and which are handled outside it.
    • Versions of model provider are now supported for RPA bot generation skill.
    Zurich Patch 4
    • Promote stability with the Long-Term Support (LTS) model for generative AI.
    • Only the sn_rpa_fdn.rpa_admin role can create, update, and delete records in the Robot License Distribution table.
    Zurich Patch 1
    • Use Google Gemini and Anthropic Claude on AWS as AI model providers for RPA bot generation skill in addition to Now LLM Service and Azure OpenAI.
    • Use the Python connector to execute custom Python scripts or files as part of an automation workflow.
    • Use a Smart Card authentication for enhanced security.
    • Enhanced access controls for RPA bot generation skill.

    See Robotic Process Automation (RPA) Hub for more information.

    Important:
    RPA Hub is available in the ServiceNow Store. For details, see the "Activation information" section of these release notes.

    Important information for upgrading RPA Hub to Zurich

    Upgrade any of these currently installed Microsoft Software Installers (MSIs) by downloading the RPA applications:
    • RPA Desktop Design Studio
    • Attended Robot
    • Unattended Robot
    • Unattended Robot Login Agent
    For more information, see Download the RPA applications from RPA Hub.

    The following upgrade information is applicable only when you’re upgrading from San Diego or Tokyo to Zurich.

    Based on the number of records in the application file table, you may experience a delay while upgrading the RPA Hub applications from Tokyo or earlier releases to Zurich.

    Before upgrading RPA Hub to Zurich, you must set the value of the glide.rollback.blacklist.TableParentChange.change system property to false. If this property doesn't exist in the System Property [sys_properties] table, add the property and set its value to false. For more information on how to add a property, see Add a system property.

    After you upgrade to Zurich, the bot process definitions change to the new structure, which is the bot process configuration.

    Although the bot process configuration doesn't replace the bot process completely, most fields are moved from the bot process to the bot process configuration. If you upgrade to Zurich without updating the system property value, the tables don’t extend the Application File [sys_metadata] table. To update the table changes manually, see the Restructuring RPA Hub tables to sys_metadata in Utah and beyond release [KB1223629] article in the Now Support Knowledge Base.

    New in the Zurich release

    Zurich Patch 7
    Try catch component enhancement
    You can now precisely control the scope of Try-Catch blocks by selecting which actions (components) to include within exception handling and which to manage outside it. This enhancement provides better control over error handling logic and improves workflow reliability.
    Zurich Patch 4
    Role changed for creating, updating, and deleting the Robot License Distribution records
    Role for Create, Update, and Delete ACLs in the Robot License Distribution table is changed from admin to sn_rpa_fdn.rpa_admin.
    Long term stable models
    Long term stable (LTS) models are part of Now LLM Service and provide longer model stability windows for regulated industries. These models can integrate with tools to provide governance, monitoring, and compliance controls.
    Zurich Patch 1
    New third-party AI model provider options available for all AI applications
    Google Gemini and AWS Claude are available for RPA bot generation skill in addition to Now LLM Service and Azure OpenAI.
    Python connector
    Execute custom Python scripts or files as part of an automation workflow in the RPA Desktop Design Studio.
    The connector comprises two methods:
    • Execute: Runs Python scripts set up in the configuration window.
    • InvokeScript: Runs Python script on local computers and gets the output.
    Ensure to install the Scripting plugin from the Plugins Manager as a prerequisite. Along with Python, VB.NET, C#, and Javascript connectors are available with this plugin.
    Smart Card authentication
    Use a physical smart card instead of a username and password for logging into a Windows machine.

    You can run unattended automations on the machines that use smart cards for authentication. While configuring a robot credential, you can store the smart card username and password to allow the unattended robot to log in to machines that use smart card.

    Enhanced ACLs for security measures
    Enhanced access controls for RPA bot generation skill for Now Assist for RPA Hub in compliance with AI security directives.

    Access to RPA bot generation skill is now restricted to users with the RPA developer or RPA admin role. These roles contain the RPA Hub Admin user role (sn_nowassist_admin.user).

    Activation information

    Install RPA Hub by requesting it from the ServiceNow Store. Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Additional requirements

    To use the Unattended Robot application, the hardware requirements for a single robot are as follows:
    Table 1. Hardware requirements for standard robots
    Resource Minimum Recommended
    CPU 2 cores of Intel 1.8 GHz 64-bit processor 4 cores of Intel 2.4 GHz 64-bit processor
    RAM 4-GB RAM 8-GB RAM
    Disk space Minimum 50-GB free disk space after installing the OS, patches, and base software Minimum 100-GB free disk space after installing the OS, patches, and base software
    To use the Unattended Robot application, the minimum and recommended hardware requirements for a high density robot are multiplied by the number of runtimes. Multiple robots execute jobs concurrently on the same Windows Server machine. For example, with three users concurrently executing jobs, the minimum hardware requirements for a high density robot are:
    • 6 cores of Intel 1.8GHz 64-bit (6 cores of 1.8GHz 64-bit per runtime).
    • 12 GB of RAM (4 cores per runtime).
    To use the Unattended Robot application, the software requirements for a standard robot are:
    • Operating system: Microsoft Windows 10, Windows Server 2016, Windows Server 2019, Windows Server 2022.
    • NET framework: Windows 4.7.1 or greater.
    • DPI scaling setting must be deactivated.
    To use the Unattended Robot application, the software requirements for a high density robot are:
    • Operating system: Windows Server 2022.
    • NET framework: Windows 4.7.1 or greater.
    • DPI scaling setting must be deactivated.

    If you are upgrading to Zurich, verify that you have the latest robot MSI from Zurich installed. The older versions of the robots do not work.

    An unattended robot is mapped to only one machine. This is applicable for standard robot.

    Virtual Machines (VMs) that are used for the Unattended Robot application must be persistent and constantly on.

    To use the Attended Robot application, the hardware requirements are:
    Table 2. Hardware requirements for Attended Robot
    Resource Minimum Recommended
    CPU Intel Processor (1vCPU) Intel Processor (4vCPU)
    RAM 4-GB RAM 8-GB RAM
    Disk space Minimum 20-GB free disk space after installing the OS, patches, and base software Minimum 50-GB free disk space after installing the OS, patches, and base software
    To use the Attended Robot application, the software requirements are:
    • Operating system: Microsoft Windows 10 or Windows Server 2016 or Windows Server 2019.
    • NET framework: Windows 4.7.1 or greater.
    • DPI scaling setting must be deactivated.

    An attended robot is mapped to only one user.

    To use the RPA Desktop Design Studio application, the hardware requirements are:
    Table 3. Hardware requirements RPA Desktop Design Studio
    Resource Minimum Recommended
    CPU Intel Processor (At least, Core i5) Intel Processor (Core i7).
    RAM 4-GB RAM 8-GB RAM
    Disk space Minimum 20-GB free disk space after installing the OS, patches, and base software Minimum 50-GB free disk space after installing the OS, patches, and base software
    To use the RPA Desktop Design Studio application, the software requirements are:
    • Operating system: Microsoft Windows 10 or Windows Server 2016 or Windows Server 2019.
    • NET framework: Windows 4.7.1 or greater.
    • Monitor with 1920x1080p resolution.
    • DPI scaling setting must be deactivated.

    Browser requirements

    ServiceNow workspaces don’t support mobile devices. For more information about the list of supported browsers, see Browser support.

    Accessibility information

    Accessibility improvements
    Improvements were completed to support accessibility.

    Localization information

    RPA Hub supports international languages. For more information, see Internationalization support for RPA Hub.