orchestrator
2023.10
false
Orchestrator Release Notes
Última actualización 18 de dic. de 2024
2023.10.4
Fecha de lanzamiento: 19 de abril de 2024
- Se ha mejorado el rendimiento de la obtención de elementos de las carpetas con un gran número de activos.
- This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
- La comprobación de permisos de elevación ya no incluye los permisos procedentes de servicios deshabilitados. Por lo tanto, el siguiente error ya no se produce al intentar asignar permisos a otros usuarios: "Acción prohibida: has seleccionado al menos un rol que otorga más de tu conjunto de permisos. Elimine las siguientes funciones: {role_name} para continuar. (#1437)".
- Se ha corregido un problema que le impedía cargar archivos en depósitos 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
El siguiente error a veces puede ocurrir al intentar ejecutar el script
MigrateTo-ResourceCatalog.ps1
: This command cannot be run due to the error: The system cannot find the file specified.
Esto solo sucede cuando el comando de inicio del proceso intenta ejecutar un archivo que no se puede localizar.
Para superar este problema, recomendamos añadir la siguiente línea al comando
Init-TempFolder
dentro del script:$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
Te recomendamos comprobar periódicamente la fecha de caducidad para ver las actualizaciones relativas a las características que quedarán obsoletas y serán eliminadas.
Eche un vistazo a estas páginas para ver los enlaces de descarga de Automation Suite: