UiPath Documentation
action-center
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Action Center のリリース ノート

最終更新日時 2026年5月11日

2021 年 5 月

2021 年 5 月 21 日

改良点

今回のリリースから、自分に対するアクションの一括割り当てを別々の 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 の共有キュー機能に対応するために Action Center の「Processes」機能を改良し、キュー スキーマに FolderPath 属性を追加しました。

注:

ファイルのアップロードを許可するには、 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 のサポートを終了したため、Action Center のクラウド サービスが同ブラウザーで利用できなくなりました。詳しくはこちら (英語) をご覧ください。Action Center の使用を継続するには、サポート対象のブラウザーのいずれかに切り替えてください。

  • 改良点
  • バグ修正
  • 新着情報
  • ブラウザーの更新

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得