action-center
latest
false
- Automation Cloud 和 Test Cloud
- Automation Cloud 公共部门和 Test Cloud 公共部门
- Automation Cloud (专属) 和 Test Cloud
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Action Center 发行说明
上次更新日期 2026年5月11日
2021 年 5 月 21 日
改进
从此版本开始,Action Center 用户可以批量自行分配来自不同 Orchestrator 文件夹的操作。
错误修复
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.
2021 年 5 月 3 日
新增功能
新区域
Action Center 现在托管在澳大利亚和加拿大。
备注:
有关现有区域的信息,请单击此处。
跨文件夹共享队列
为了迎接 Orchestrator 的共享队列功能,我们通过向队列架构添加 FolderPath 属性来改进 Action Center 流程功能。
备注:
要允许上传文件,必须在 Orchestrator 中创建一个存储桶并在队列架构中提供BucketName 。
:fa-unlock: 您只能使用有权访问的文件夹。
请考虑以下场景:
| RPA 开发者视角 | 业务用户视角 |
|---|---|
|
|
|
|
|
|
包含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"
}
}
}
2021 年 5 月 1 日
浏览器更新
再见,Internet Explorer!
从今天开始,Internet Explorer 中将不再提供 Action Center 云服务,因为我们已放弃对此浏览器的支持。要继续使用 Action Center,请确保切换到其中一种受支持的浏览器。