Yokohama Patch 7 Hotfix 5

  • Release version: Yokohama
  • Updated November 20, 2025
  • 2 minutes to read
  • The Yokohama Patch 7 Hotfix 5 release contains fixes to these problems.

    Build information:
    Build date: 11-16-2025_1204
    Build tag: glide-yokohama-12-18-2024__patch7-hotfix5-11-11-2025
    Important:
    For more information about how to upgrade an instance, see ServiceNow upgrades.

    For more information about the release cycle, see the ServiceNow Release Cycle.

    Note:
    This ServiceNow AI Platform major family release is now available in ServiceNow's Regulated Market environments. For more information about services available in isolated environments, see KB0743854.

    Fixed problem

    Problem Short description Description Steps to reproduce

    History Set

    PRB1892171

    KB2565900

    setJournalEntry(data, 'user name') API doesn't work as expected When the API setJournalEntry(data, 'user name')​ is used, the sys_audit.user correctly reflects the user passed into the API, but sys_created_by captures the user that's currently logged in.

    Refer to the listed KB article for details.

    Virtual Agent

    PRB1936445

    Instance is getting 'session out' because the AI user doesn't work properly During the agentic workflow, the instance calls the image processor agent and asks to upload an image. After some time, the session times out. This only happens for the AI user; it works correctly for the dynamic user.
    1. Log in to an instance.
    2. Navigate to AI Studio.
    3. Select Create Work Order.
    4. Save it.
    5. Try to create a work order with a description.
    6. Say 'yes' to 'create a work order'.
    7. When it asks to upload an image, select the link.
    8. Attach an image from local.

    Expected behavior: It doesn't session out. Ideally, it should attach the image to the work order.

    Actual behavior: The instance says 'session out' and logs out the user. Every time the user attempts to log in again, it immediately logs out.

    Virtual Agent

    PRB1947698

    Only one agentic workflow executes successfully when the same trigger fires simultaneously When a workflow trigger fires simultaneously multiple times, only one of the resulting agentic workflows executes successfully. The other workflows terminate immediately with an error indicating that no session ID could be found. Each trigger correctly creates a new execution plan and a new conversation record, but only one conversation proceeds, while the others fail at the start.
    1. Create the agentic workflow named 'Test multiple case executions'.
    2. Select three or more case records and update them simultaneously so that the trigger fires for all at once.
    3. Notice that the three execution plans (sn_aia_execution_plan) and three conversation records are created. Only one conversation and execution plan executes successfully. The other conversations don't continue after the first task with the error 'No session ID found'.

    Expected behavior: Each triggered workflow should independently create or resolve its own valid session so that all conversations execute successfully, even under concurrent trigger conditions.

    Actual behavior: Only one conversation executes successfully. The other conversations either terminate immediately or don't continue after the first task with 'No session ID found' error.

    Fixes included

    Unless any exceptions are noted, you can safely upgrade to this release version from any of the versions listed below. These prior versions contain PRB fixes that are also included with this release. Be sure to upgrade to the latest listed patch that includes all of the PRB fixes you are interested in.