Version 2025.10.3.4153
FIX: Duplicate key error inserting OrigamTraceWorkflowStep
We fixed an issue where inserting trace workflow steps could fail with a primary key violation (duplicate key) and related foreign key conflict when tracing workflows via the user API. This fix improves workflow trace handling and prevents the HTTP 500 error.
FIX: Path.Combine was incorrectly used for model path
Resolved an issue in Architect 2025.10 where expanding a menu binding dropdown could fail with an “Illegal characters in path” error due to System.IO.Path.Combine being used to build model paths containing characters such as “<>”. The fix removes the incorrect use of Path.Combine for model paths and restores the ability to list menu items in the dropdown.
FIX: Changed slash to backslash in metadata files paths
Fixed an issue where forward slashes in metadata .origam workflow file paths were incorrectly replaced by backslashes, restoring consistent path separators.