orchestrator
2023.10
false
Orchestrator Release Notes
Última atualização 18 de dez de 2024
2023.10.4
Data de lançamento: 19 de abril de 2024
- O desempenho da busca de itens de pastas com grande número de ativos foi melhorado.
- This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
- A verificação elevar permissão não inclui mais permissões provenientes de serviços desabilitados. Assim, o seguinte erro não ocorre mais quando você tenta atribuir permissões a outros usuários: "Ação proibida: você selecionou pelo menos uma função que concede mais do que seu conjunto de permissões. Remova a(s) seguinte(s) função(ões): {role_name} para continuar. (#1437)".
- Um problema que impedia que você carregasse arquivos para buckets do S3 foi corrigido.
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
O erro a seguir às vezes pode ocorrer ao tentar executar o
MigrateTo-ResourceCatalog.ps1
script: This command cannot be run due to the error: The system cannot find the file specified.
Isso só acontece quando o comando Start process tenta executar um arquivo que não pode ser localizado.
Para superar esse problema, recomendamos adicionar a seguinte linha ao
Init-TempFolder
comando dentro do script:$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
Recomendamos que você verifique regularmente o cronograma de obsolescência para ver se há atualizações relacionadas a funcionalidades que serão descontinuadas e removidas.
Confira estas páginas para links de download do Automation Suite: