- Robot release notes
- May 2025
- February 2025

Robot release notes
May 2025
Build number: 2025.0.166
Background jobs in headless-with-user mode now also work with smartcard credentials, not just username and password.
Error logs now provide details about the activity that caused your workflow to fail, including the workflow file name, activity name, and container hierarchy. These details help you quickly locate the activity within your project, and are displayed in Studio, Orchestrator, and Robot logs.
-
The Robot Service incorrectly detected an interactive job as in progress, preventing new jobs from starting. The error message "Another interactive job is running for this user. A user can run a single interactive job at a time." was displayed, even when no jobs were running. This happened due to an improper service-level status update, which caused jobs to get stuck in terminating or stopping states.
-
After a machine was idle or locked, the Robot Service failed to reconnect to Orchestrator. It kept using a broken connection indefinitely. The connection to Orchestrator has a finite lifetime, with a default of 30 minutes. You can adjust this duration using
UIPATH_HTTP_CONNECTION_LIFETIME
, an environment variable that defines the connection lifetime in seconds.