Version 2025.10.2.4117
FIX: Processing of state machine work queue hooks
We fixed a bug where state machine–triggered work queue actions were not executed for work queues that had a specific Queue Processor configured. The issue occurred because the state machine event logic filtered queues using the Queue Processor setting, causing the automated creation of queue entries to be skipped. This is now corrected so that state machine hooks work regardless of the WorkQueueProcessor configuration.
FIX: Start process wasn’t reflecting timeout value
Fixed an issue where the OperatingSystemService StartProcess method ignored the configured timeout, causing launched processes to run indefinitely instead of respecting the specified timeout. The timeout setting is now properly applied so that processes started via StartProcess are terminated and handled (the workflow step fails) when the timeout expires.
FIX: Could not open Architect because of LibGit2Sharp version error
Fixed an issue in Origam Architect where opening a project failed with a load error for the LibGit2Sharp assembly, preventing the IDE from starting. The correct LibGit2Sharp library version is now included and referenced, so Architect can open projects without this error.
FIX: Correct language reference in localization script
Resolved a bug in the Root package deployment scripts where localization inserts referenced fixed Language primary key values, causing failures on instances that don’t share those exact keys. Deployment now uses dynamic language lookup instead of hard-coded IDs, ensuring scripts run successfully across environments with different language key sets.
FIX: Failed password verification caused an error
Fixed an issue where the /account/ResetPassword endpoint crashed with a NullReferenceException when the password failed validation. Previously a hard-coded minimum length was applied and the configured PasswordConfig settings were ignored, leading to a 500 error on invalid passwords. Password validation now respects the configured rules and no longer causes an application crash.