- リリース ノート
- 基本情報
- インストールとアップグレード
- Activities (アクティビティ)
- 長期実行ワークフローを設計する
- ドキュメント分類アクションを作成
- ドキュメント分類アクション完了まで待機し再開
- ドキュメント検証アクションを作成
- ドキュメント検証アクション完了まで待機し再開
- ジョブを開始し参照を取得 (Start Job And Get Reference)
- ジョブ完了まで待機し再開
- キュー アイテムを追加し参照を取得 (Add Queue Item And Get Reference)
- キュー アイテム完了まで待機し再開
- フォーム タスクを作成
- フォーム タスク完了まで待機し再開
- 時間差で再開 (Resume After Delay)
- タスクを割り当て
- 外部タスクを作成
- 外部タスクの完了を待機して再開 (Wait For External Task and Resume)
- タスクを完了する
- タスクを転送 (Forward Task)
- フォーム タスクを取得 (Get Form Tasks)
- タスク データを取得 (Get Task Data)
- タスクのコメントを追加
- タスクのラベルを更新
- アクション
- プロセス
UiPath.IntelligentOCR.Activities.CreateDocumentClassificationAction
Creates an action of type Document Classification in Orchestrator Action Center. The output of the Create Document Classification Action activity can be used with the Wait for Document Classification Action and Resume activity to suspend and resume orchestration workflows upon human action completion in Action Center.
Make sure that the connection between Robot and Orchestrator is correctly established. Here you can find more information about how to connect robots to Orchestrator.
プロパティ
アクションの詳細
- ActionCatalog - Specifies the name of the action catalog from Action Center. Make sure the action catalog exists prior to the action creation, otherwise action creation fails, resulting in an error. More information about Action catalogs can be found here. Mandatory.
- アクション フォルダー パス - 自動プロビジョニングされたロボット ユーザー用の現在のプロセスのディレクトリとは別のディレクトリから、エンティティを作成または検索する必要があるかどうかを指定します。 必須です。
- アクション優先度 - アクションの優先度を指定します。指定できる値は、低、中、高、緊急です。既定値は、中です。この入力は、
UiPath.IntelligentOCR.Activities.Actions.Model.DocumentActionPriority型の値のみ受け付けます。 - アクション タイトル - アクションのタイトルを指定します。Action Center や Orchestrator で識別/アクセスできるように、すべてのアクションにタイトルを付ける必要があります。必須。
アクションの出力
- ActionObject - Provides the action object returned by Orchestrator. This action object should be passed in as an input to the Wait for Document Classification Action and Resume activity.
共通
- エラー発生時に実行を継続 - アクティビティでエラーが発生した場合でも、オートメーションを継続するかどうかを指定します。このフィールドでは Boolean 値 (True、False) のみサポートされています。既定値は False です。その結果、フィールドが空白の場合にエラーが発生すると、プロジェクトの実行が停止します。値を True に設定すると、プロジェクトの実行はエラーに関係なく継続されます。
- 表示名 - アクティビティの表示名を指定します。
- タイムアウト (ミリ秒) - エラーをスローする前に、アクティビティが Orchestrator に接続するのを待機する時間 (単位: ミリ秒) を指定します。既定値は、30000 ミリ秒 (30 秒) です。このフィールドでは整数および
Int32変数のみをサポートします。
ドキュメント分類データ入力
- 自動分類結果 - 自動的に生成される分類結果です。プロプラエタリな
ClassificationResult[]変数に格納されます。このフィールドに変数が追加された場合、自動分類の結果が表示され、結果を確認して変更できます。このフィールドが空のままである場合、分類ステーションが開きます。ユーザーは手動でデータを検証します。このフィールドではClassificationResult[]型の変数のみがサポートされています。必須です。 - DocumentObjectModel - The Document Object Model you want to use to validate the document against. This model is stored in a
Documentvariable and can be retrieved from the Digitize Document activity. Please see the documentation of the activity for more information on how to do this. This field supports onlyDocumentvariables. Mandatory. - ドキュメント パス - 検証するドキュメントへのパスです。このフィールドは、文字列と
String型の変数のみをサポートします。必須です。 - DocumentText - The text of the document itself, stored in a
Stringvariable. This value can be retrieved from the Digitize Document activity. Please see the documentation of the activity for more information on how to do this. This field supports only strings andStringvariables. Mandatory. - Taxonomy - The Taxonomy against which the document is to be processed, stored in a
DocumentTaxonomyvariable. This object can be obtained by using a Load Taxonomy activity or by deserializing a string into aDocumentTaxonomyobject. This field supports onlyDocumentTaxonomyvariables. Mandatory.
その他
- プライベート - オンにした場合、変数および引数の値が Verbose レベルでログに出力されなくなります。
ストレージの詳細
-
バケット ディレクトリ パス - アクションの一部として使用されるファイルの保存および取得先となる、ストレージ バケット内のディレクトリのパスです。このフィールドは文字列値のみサポートし、サブディレクトリを示す区切り文字として
/を使用します。例 : "Finance/AccountsPayable" -
バケット名 - アクションがデータを格納する既存のストレージ バケットの名前を指定します。
注:Orchestrator に対する必要な権限をすべて有効化したことを確認します。Orchestrator の Robot ロールに対する [フォルダー アクセス許可] に移動し、以下を確認します。
- [ストレージ ファイル] の権限では、[
Create] オプションと [Edit] オプションを選択します。 - [ ストレージ バケット] 権限の場合は、
Viewオプションを選択します。 - [アクション
Create権限] で、このオプションが選択されます。
- [ストレージ ファイル] の権限では、[
[ドキュメント分類アクションを作成] を使用する
The Create Document Classification Action activity can be used with Studio On-Premise, in Action Center, or with Orchestrator.