UiPath Documentation
action-center
2020.10
false
Action Center
  • 发行说明
    • 2020.10
      • 2020.10.7
      • 2020.10.6
      • 2020.10.5
      • 2020.10.4
      • 2020.10.3
      • 2020.10.2
  • 入门指南
  • 安装和升级
  • Activities (活动)
  • 操作
  • 流程
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

创建文档分类操作

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 中识别/访问。 必填。

操作输出

常见

  • 出错时继续- 指定在活动引发错误时是否应继续自动化操作。该字段仅支持“布尔值”(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 Int32 variables.

文档分类数据输入

  • AutomaticClassificationResults - The automatically generated classification results, stored in an ClassificationResult[] proprietary variable. If a variable is added to this field, the results of the automatic classification results are displayed, enabling you to review and modify them. If left empty, the Classification Station opens for the user to validate the data manually. This field supports only ClassificationResult[] variables. Mandatory.
  • DocumentObjectModel - The Document Object Model you want to use to validate the document against. This model is stored in a Document variable 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 only Document variables. Mandatory.
  • DocumentPath - The path to the document you want to validate. This field supports only strings and String variables. Mandatory.
  • DocumentText - The text of the document itself, stored in a String variable. 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 and String variables. Mandatory.
  • Taxonomy - The Taxonomy against which the document is to be processed, stored in a DocumentTaxonomy variable. This object can be obtained by using a Load Taxonomy activity or by deserializing a string into a DocumentTaxonomy object. This field supports only DocumentTaxonomy variables. Mandatory.

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

存储详情

  • 存储桶目录路径- 存储桶中的目录路径,用于存储和检索操作中使用的文件。此字段仅支持字符串值,并使用/作为分隔符来表示子目录。例如“财务/应付账款”。

  • 存储桶名称- 指定操作用于存储其数据的现有存储桶的名称。

    备注:

    请确保已为 Orchestrator 启用所有需要的权限。转到 Orchestrator 中机器人角色的“文件夹权限” ,并验证:

    • 对于存储文件权限,请选择CreateEdit选项。
    • 对于存储桶权限,选择了View选项。
    • 对于“操作”权限,选择了Create选项。

使用“创建文档分类”操作

The Create Document Classification Action activity can be used with Studio On-Premise, in Action Center, or with Orchestrator.

  • 属性
  • 使用“创建文档分类”操作

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新