- Automation Cloud y Test Cloud
- Sector público de Automation Cloud y Sector público de Test Cloud
- Automation Cloud dedicado y Test Cloud dedicado
Notas de la versión de Action Center
21 de mayo de 2021
Mejoras
A partir de esta versión, los usuarios de Action Center pueden asignarse acciones en masa de diferentes carpetas de Orchestrator.
Corrección de errores
You may know that the Select all
feature selects the first 30 items in an action list. Bulk operations using Select all remove the selected items from the current list and automatically load the next set of items. A bug that prevented the loading was fixed in this release.
3 de mayo de 2021
Novedades
Nuevas regiones
Ahora Action Center se aloja en Australia y en Canadá.
Para obtener información sobre las regiones existentes, haz clic aquí.
Colas compartidas en carpetas
Para dar la bienvenida a la característica de cola compartida de Orchestrator, hemos mejorado la funcionalidad de procesos de Action Center añadiendo el atributo FolderPath al esquema de cola.
Para permitir la carga de archivos, es obligatorio crear un Depósito de almacenamiento en Orchestrator y proporcionar el BucketName dentro del esquema de cola.
:fa-unlock: Solo puedes usar las carpetas a las que tienes acceso.
Ten en cuenta las siguientes situaciones:
| Perspectiva de RPA Developer | Perspectiva de usuario empresarial |
|---|---|
|
|
|
|
|
|
Ejemplo de un esquema de cola que contiene el atributo FolderPath :
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://example.com/root.json",
"type": "object",
"title": "The Root Schema",
"additionalProperties": {
"type": "string"
},
"required": [
"stringTest",
"intTest",
"boolTest"
],
"properties": {
"stringTest": {
"$id": "#/properties/stringTest",
"type": "string",
"title": "The Stringtest Schema",
"default": "",
"examples": [
"stringTest"
],
"pattern": "^(.*)$"
},
"intTest": {
"$id": "#/properties/intTest",
"type": "integer",
"title": "The Inttest Schema",
"default": 0,
"examples": [
30
]
},
"boolTest": {
"$id": "#/properties/boolTest",
"type": "boolean",
"title": "The Booltest Schema",
"default": false,
"examples": [
false
]
},
"BucketName": {
"$id": "#/properties/BucketName",
"type": "string",
"title": "Bucket Name",
"default": "Local_OR"
},
"FolderPath": {
"$id": "#/properties/FolderPath",
"type": "string",
"title": "FolderPath",
"default": "NewModernFolder"
},
"Photo_storage": {
"title": "Photo",
"type": "string"
},
"Signature_storage": {
"title": "Photo",
"type": "string"
}
}
}
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://example.com/root.json",
"type": "object",
"title": "The Root Schema",
"additionalProperties": {
"type": "string"
},
"required": [
"stringTest",
"intTest",
"boolTest"
],
"properties": {
"stringTest": {
"$id": "#/properties/stringTest",
"type": "string",
"title": "The Stringtest Schema",
"default": "",
"examples": [
"stringTest"
],
"pattern": "^(.*)$"
},
"intTest": {
"$id": "#/properties/intTest",
"type": "integer",
"title": "The Inttest Schema",
"default": 0,
"examples": [
30
]
},
"boolTest": {
"$id": "#/properties/boolTest",
"type": "boolean",
"title": "The Booltest Schema",
"default": false,
"examples": [
false
]
},
"BucketName": {
"$id": "#/properties/BucketName",
"type": "string",
"title": "Bucket Name",
"default": "Local_OR"
},
"FolderPath": {
"$id": "#/properties/FolderPath",
"type": "string",
"title": "FolderPath",
"default": "NewModernFolder"
},
"Photo_storage": {
"title": "Photo",
"type": "string"
},
"Signature_storage": {
"title": "Photo",
"type": "string"
}
}
}
1 de mayo de 2021
Actualización del navegador
¡Adiós, Internet Explorer!
A partir de hoy el servicio de la nube de Action Center ya no estará disponible en Internet Explorer, puesto que hemos abandonado la compatibilidad con este navegador. Para seguir usando Action Center, asegúrate de que cambias a uno de los navegadores compatibles.