orchestrator
2023.10
true
Orchestrator Release Notes
Last updated Oct 17, 2024
2023.10.4
Release date: April 19, 2024
- The performance of fetching items from folders with large numbers of assets has been improved.
- This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
- 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)".
- An issue preventing you from uploading files to S3 buckets has been fixed.
Added April 17, 2024
The following error can sometimes occur while trying to run the
MigrateTo-ResourceCatalog.ps1
script: This command cannot
be run due to the error: The system cannot find the file specified.
This
only happens when the start process command tries to execute a file that cannot be
located.
To overcome this issue, we recommend adding the following line to the
Init-TempFolder
command within the
script:$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
We recommend that you regularly check the deprecation timeline for any updates regarding features that will be deprecated and removed.
Check out these pages for Automation Suite download links: