- Automation Cloud と Test Cloud
- Automation Cloud (公共部門向け) および Test Cloud (公共部門向け)
- Automation Cloud (専有型) および Test Cloud (専有型)
Action Center のリリース ノート
2021 年 5 月 21 日
改良点
今回のリリースから、自分に対するアクションの一括割り当てを別々の Orchestrator フォルダーからできるようになりました。
バグ修正
[すべての を選択] 機能では、アクション リストの最初の 30 個の項目が選択されます。[ すべて選択] を使用した一括操作 選択した項目を現在のリストから削除し、次の項目セットを自動的に読み込みます。今回のリリースでは、読み込みを妨げていたバグが修正されました。
2021 年 5 月 3 日
新着情報
新しいリージョン
Action Center がオーストラリアとカナダのリージョンでホストされるようになりました。
既存のリージョンについて詳しくは、 こちらをご覧ください。
フォルダー間の共有キュー
Orchestrator の共有キュー機能に対応するために Action Center の「Processes」機能を改良し、キュー スキーマに FolderPath 属性を追加しました。
ファイルのアップロードを許可するには、 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 のサポートを終了したため、Action Center のクラウド サービスが同ブラウザーで利用できなくなりました。詳しくはこちら (英語) をご覧ください。Action Center の使用を継続するには、サポート対象のブラウザーのいずれかに切り替えてください。