orchestrator
2023.10
false
2023.10.1
Orchestrator 发行说明
Last updated 2024年10月21日
2023.10.1
发行日期:2023 年 12 月 6 日
“会话”组件的“审核数据”窗口现在包含“维护”字段,该字段显示 Unattended 计算机的“维护”选项的状态。1 表示已启用计算机维护模式,0 表示已禁用。
已从 Orchestrator 用户编辑窗口中删除“始终允许该用户进行基本身份验证”选项,该选项现在只能通过身份进行配置。除此之外,也不能再使用
Auth.RestrictBasicAuthentication
和 Auth.EnableBasicAuthenticationForHostTenant
参数。
- 升级时错误地禁用了警示“作业执行失败后自动禁用触发器”。现在,在升级时,系统会按照最初的预期默认启用警示。
The 'queue name' has reached max attempts while scheduling task
验证规则不会再在事件查看器中生成错误消息。- 应用程序升级期间显示的日语警告消息并非完全可读。现在,系统已正确显示这些消息。
-
如果 SQL 验证程序在应用程序升级期间遇到错误,现在 MSI 日志中会显示异常详细信息。
勘误 - 于 2024 年 7 月 3 日添加:在配置电子邮件设置时,由于表单验证存在问题,您无法保存任何自定义配置。尽管您已正确填写所有必填字段,但“保存”按钮错误地显示为灰色。作为解决方法,您可以向
/identity/api/setting
端点发出 PUT 请求。使用适当的访问令牌,并确保请求正文中包含必要的详细信息,如以下示例所示:
{
"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": ""
},
{
"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": ""
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
您可以从 Customer Portal 下载最新的产品版本。