Yokohama Patch 7 Hotfix 5
Summarize
Summary of Yokohama Patch 7 Hotfix 5
The Yokohama Patch 7 Hotfix 5 release, updated on November 20, 2025, addresses key issues within the ServiceNow Yokohama platform. This update focuses on resolving problems related to API behavior, Virtual Agent session management, and concurrent workflow execution. It is part of the Yokohama release family and is compatible for upgrade from earlier Yokohama patches and hotfixes.
Show less
Key Fixes and Improvements
- setJournalEntry API Correction: Fixed an issue where the
setJournalEntry(data, 'user name')API did not set thesyscreatedbyfield correctly. Now, bothsysaudit.userandsyscreatedbyaccurately reflect the passed user, improving audit and tracking consistency. - Virtual Agent Session Timeout for AI User: Resolved a problem causing session timeouts when the AI user attempted to upload images during agentic workflows. Previously, the AI user would be logged out immediately after session expiration, preventing image uploads. This fix ensures stable session handling and successful image attachment in workflows.
- Concurrent Agentic Workflow Execution: Addressed an issue where multiple workflows triggered simultaneously would result in only one workflow executing successfully, while others failed with a "No session ID found" error. Now, each workflow execution plan independently manages its session ID, allowing all workflows to proceed concurrently without failure.
Upgrade Considerations
This hotfix can be safely applied as an upgrade from any prior Yokohama Patch or Hotfix versions, including Patch 7 Hotfix 4 down to Patch 1, as well as previous security and notable fixes. Customers should ensure they upgrade to the latest patch containing the fixes relevant to their environment to benefit from all resolved issues.
Additional Information
- This release supports ServiceNow AI Platform features now also available in Regulated Market environments, supporting isolated environment deployments.
- For upgrade procedures and the ServiceNow release cycle, customers should refer to official ServiceNow documentation for best practices and scheduling.
The Yokohama Patch 7 Hotfix 5 release contains fixes to these problems.
- Build information:
- Build date: 11-16-2025_1204
For more information about the release cycle, see the ServiceNow Release Cycle.
Fixed problem
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
History Set PRB1892171 |
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. |
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. |
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.