- 发行说明
- 入门指南
- 安装和升级
- Activities (活动)
- 操作
- 流程
UiPath.IntelligentOCR.Activities.CreateDocumentValidationAction
Creates an action of type Document Validation in Orchestrator Action Center. The output of the Create Document Validation Action activity can be used with the Wait for Document Validation 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 UiPath® 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.
- “操作文件夹路径”- 如果与自动配置的机器人用户的当前流程的文件夹不同,则指定应在其中创建操作的 Orchestrator 文件夹。
- 操作优先级- 指定操作的优先级。可能的值为“低” 、 “中” 、 “高”和“关键” 。默认值为“中” 。此输入仅接受
UiPath.IntelligentOCR.Activities.Actions.Model.DocumentActionPriority类型的值。 - ActionTitle - Specifies the title of the action. All actions should have a title for identification/accessing purposes in Action Center and/or Orchestrator. Mandatory.
操作输出
- ActionObject(Output) - Provides the action object returned by Orchestrator. This action object should be passed in as an input to the Wait for Document Validation Action and Resume activity.
常见
- 出错时继续- 指定在活动引发错误时是否应继续自动化操作。该字段仅支持“布尔值”(True、False)。默认值为False 。因此,如果该字段为空且活动引发错误,系统将停止执行项目。如果该值设为True ,则无论出现何种错误,系统都将继续执行项目。
- 显示名称- 指定活动的显示名称。
- Timeout (milliseconds) - Specifies how long to wait (in milliseconds) for the activity to connect to Orchestrator before an error is thrown. The default value is 30000 milliseconds (30 sec). This field supports only integer and
Int32variables.
文档验证数据输入
- AutomaticExtractionResults - The automatically generated extraction results, stored in an
ExtractionResultproprietary variable. If a variable is added to this field, the results of the automatic extraction results are displayed, enabling you to review and modify them. If left empty, the Validation Station opens for the user to validate the data manually. This field supports onlyExtractionResultvariables. Mandatory. - 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. - DocumentPath - The path to the document you want to validate. This field supports only strings and
Stringvariables. Mandatory. - 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.
其他
- FieldsValidationConfidence % (Preview) - Set the upper limit confidence score to be used when rendering the Validation Station.
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
- 仅显示相关页面范围 - 如果选中,则仅显示提取结果中提及的页面范围,并隐藏该范围之外的页面。
存储详情
-
BucketDirectoryPath - Required. The path of the directory inside the storage bucket where the files used as part of the action are to be stored and retrieved. This field only supports string values, with
/as the separator to indicate subdirectories. For example "Finance/AccountsPayable". -
存储桶名称- 指定操作用于存储其数据的现有存储桶的名称。该存储桶应与将要在其中创建操作的存储桶位于同一个 Orchestrator 文件夹中。
备注:请确保已为 Orchestrator 启用所有需要的权限。转到 Orchestrator 中机器人角色的“文件夹权限” ,并验证:
- 对于存储文件权限,请选择
Create和Edit选项。 - 对于存储桶权限,选择了
View选项。 - 对于“操作”权限,选择了
Create选项。
- 对于存储文件权限,请选择
创建文档验证操作
The Create Document Validation Action activity can be used with Studio On-Premise, in Action Center, or with Orchestrator.