UiPath Documentation
action-center
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

Action Center 发行说明

上次更新日期 2026年5月11日

2021 年 5 月

2021 年 5 月 21 日

改进

从此版本开始,Action Center 用户可以批量自行分配来自不同 Orchestrator 文件夹的操作。

错误修复

You may know that the Select all docs image 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
  • 未在队列架构中设置BucketFolderPath
  • 在 Action Center 中运行队列流程时,右侧面板允许您选择共享队列所在的文件夹之一。
  • 该流程会在所选文件夹中创建队列项目。
  • 文件将上传到所选文件夹的指定存储桶中。
  • 未在队列架构中设置FolderPath
  • 已在队列架构中设置BucketFolderPath
  • 在 Action Center 中运行队列流程时,右侧面板允许您选择共享队列所在的文件夹之一。
  • 该流程会在所选文件夹中创建队列项目。
  • 文件将上传到指定存储桶中,该存储桶位于队列架构中设置的路径中。
  • 已在队列架构中设置FolderPath
  • 已在队列架构中设置BucketFolderPath
  • 在 Action Center 中运行流程时,它会在您在队列架构中设置的文件夹内创建队列项目。
  • 文件将上传到指定存储桶中,该存储桶位于队列架构中设置的路径中。

包含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,请确保切换到其中一种受支持的浏览器

  • 改进
  • 错误修复
  • 新增功能
  • 浏览器更新

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新