orchestrator
2023.10
false
Orchestrator 发行说明
2023.10.4
发布日期:2024 年 4 月 19 日
- 提高了从包含大量资产的文件夹中获取项目的性能。
- This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
- 提升权限检查不再包括来自已禁用服务的权限。因此,当您尝试为其他用户分配权限时,将不会再发生以下错误:“禁止操作:您选择的至少一个角色会授予更多权限。请删除 {role_name} 角色以继续操作。(#1437)”。
- 修复了阻止您将文件上传到 S3 存储桶的问题。
Erratum - added December 15, 2024: When configuring the email settings, you cannot save any custom configurations due to an issue with form validation. The Save button incorrectly appears grayed out, despite filling in all the required fields correctly. As a workaround, you can make a PUT request to the
/identity_/api/setting
endpoint.
Use the appropriate access token and make sure the request body contains the necessary details. Also make sure that
Email.Smtp.UseDefaultCredentials
is set to True
, like in the following example:
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "no-reply@uipath.com"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "no-reply@uipath.com"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
Erratum - added April 17, 2024
尝试运行
MigrateTo-ResourceCatalog.ps1
脚本时,有时会发生以下错误:This command cannot be run due to the error: The system cannot find the file specified.
仅当启动流程命令尝试执行无法找到的文件时,才会发生这种情况。
要解决此问题,我们建议将以下行添加到脚本中的
Init-TempFolder
命令中:$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
查看以下页面以获取 Automation Suite 下载链接: