Action Center
最新
False
横幅背景图像
Action Center
上次更新日期 2024年4月18日

2021 年 5 月

2021 年 5 月 21 日

改进

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

错误修复

您可能已经知道,“全选” 功能将选择操作列表中的前 30 个项目。使用“全选”进行批量操作会将选定的项目从当前列表中删除,并自动加载下一组项目。此版本中已修复阻止加载的错误。

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

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

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.