- Automation Cloud and Test Cloud
- Automation Cloud Public Sector and Test Cloud Public Sector
- Automation Cloud Dedicated and Test Cloud Dedicated

Action Center release notes
May 2021
21 May 2021
Improvements
Starting with this release, Action Center users can bulk self-assign actions from different Orchestrator folders.
Bug Fixes
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 May 2021
What's New
New Regions
Action Center is now hosted in Australia and Canada.
For information about the existing regions, click here.
Shared Queues Across Folders
To greet the shared queue feature from Orchestrator, we improved the Action Center Processes functionality by adding the FolderPath attribute to the queue schema.
To allow file uploads, it is mandatory to create a Storage Bucket in Orchestrator and provide the BucketName inside the queue schema.
:fa-unlock: You can use only the folders you have access to.
Consider the following scenarios:
| RPA Developer Perspective | Business User Perspective |
|---|---|
|
|
|
|
|
|
Example of a queue schema containing the FolderPath attribute:
{
"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 May 2021
Browser Update
Bye, bye, Internet Explorer!
Starting today, the Action Center cloud service is no longer available in Internet Explorer, as we have dropped support for this browser. To continue using Action Center, make sure you switch to one of the supported browsers.