- Release notes Cloud Action Center
- Getting started
- Activities
- Designing long-running workflows
- Start Job And Get Reference
- Wait For Job And Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Wait For Form Task And Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task And Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Get App Tasks
- Add Task Comment
- Update Task Labels
- Create App Task
- Wait For App Task And Resume
- Configure task timer
- Actions
- Processes
- Notifications
- Audit
May 2021
21 May 2021
Starting with this release, Action Center users can bulk self-assign actions from different Orchestrator folders.
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
New Regions
Action Center is now hosted in Australia and Canada.
Shared Queues Across Folders
FolderPath
attribute to the queue schema.
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 |
---|---|
|
|
|
|
|
|
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
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.