Yokohama Patch 7 Hotfix 5
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.