orchestrator
2024.10
true
- Release notes
- 2024.10
Orchestrator Release Notes
Last updated Oct 21, 2024
2024.10
Release date: October 21, 2024
We have added a new parameter,
Webhooks.VerifyAvailability.Enabled
, to the UiPath.Orchestrator.dll.config
file, with a true
or false
value. Set the parameter to false
to disable webhook reachability validation when configuring the webhook target in the user interface.
- The
Path
column in theUiPath.dbo.OrganizationUnits
database table is updated based on theCode
column. If theCode
column contained incorrect or stale values for deleted child folders, the installer updated them asNULL
, which violated the validation requirement at upgrade time. This mainly occurred when child folders were deleted, and their parent folders were subsequently moved. This was solved by updating thePath
column based on theKey
column in these scenarios, such thatNULL
is no longer returned. - The elevate permission check no longer includes permissions coming from disabled services. Thus, the following error no longer occurs when you attempt to assign permissions to other users: "Action forbidden: You selected at least one role that grants more than your set of permissions. Please remove the following role(s): {role_name} to continue. (#1437)".
- When the user interface access was disabled and a user tried to sign in, Orchestrator displayed a misleading error that the user was not authenticated.
- The screen reader version of the Create new menu included items that were greyed out in the user interface. Now, if a menu item is not available for any reason, the screen reader also skips it.
- Timeouts occurred when a large number of configured robots retrieved CyberArk® credentials.
- When configuring the CyberArk credential store, the CyberArk Folder field did not support separators, the / or \ characters.
- As a result of the My profile page removal, the Orchestrator version was no longer visible in the user interface. You can now find the version at the bottom of the user profile section.
- API calls attempting to edit the details of unattended robots failed due to an unauthorized error. However, manual edits made through the user interface by the same user with identical permissions were successful.
- The Process filter on the Logs page did not include the process names of automations that were run in Studio.
- Assets could not be retrieved from the HashiCorp Vault, which resulted in a permission denied error.
- The time format in grid exports was not always consistent. Now, it is displayed as yyyy-mm-dd hh:mm:ss.fff in all scenarios.
- An error was displayed in the View transactions window when you attempted to export queue items, and had filtered for a specific robot.
- In an effort to improve the readability of the queue items side panel, we have changed its layout to a row format, and have made several minor font tweaks. These updates aim to solve a rendering issue which caused content to have too little space in the old side by side layout to accommodate values. The underlying issue stemmed from a rendering change meant to account for any whitespace formatting coming from automations or raw content.
- When an administrator tried to edit another administrator, it triggered an error that the authentication token was invalid, which logged out the initial user.
- When you upgrade to a major version, the upgrade might fail with an error that the
NLog extension
UiPath.Orchestrator.Logs.Elasticsearch.dll
is not compatible with the new version of Orchestrator. To avoid this issue, you should always use the latest patch version. - On the Monitoring page, under the Unattended sessions and User Sessions tabs, you cannot sort items by status. Alternatively, we recommend using the Status filter instead.
- Local users part of local and mail-enabled AD/AAD groups may receive duplicate emails for alerts that have been generated for both groups.
- SAML users cannot sign into Orchestrator if they are assigned to the Administrators group by a provisioning rule, and if their Allow Orchestrator UI Access setting is disabled. This issue occurs because the disabled user interface access setting overrides the group setting.