action-center
latest
false
- 发行说明 (Cloud Action Center)
- 入门指南
- 活动
- 操作
- 流程
- 通知
- 审核
2021 年 5 月
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Action Center
Last updated 2024年11月14日
2021 年 5 月
2021 年 5 月 21 日
您可能已经知道,“全选” 功能将选择操作列表中的前 30 个项目。使用“全选”进行批量操作会将选定的项目从当前列表中删除,并自动加载下一组项目。此版本中已修复阻止加载的错误。
2021 年 5 月 3 日
新区域
Action Center 现在托管在澳大利亚和加拿大。
注意:有关现有区域的信息,请单击此处。
跨文件夹共享队列
为了迎接 Orchestrator 的共享队列功能,我们通过向队列架构添加
FolderPath
属性来改进 Action Center 流程功能。
: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,请确保切换到其中一种受支持的浏览器。