UiPath Documentation
action-center
2020.10
false
Action Center
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Crear acción de validación de documentos

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.

Nota:

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.

Propiedades

Detalles de la acción

  • 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.
  • RutaDeLaCarpetaDeAcciones : especifica en qué carpeta de Orchestrator debe crearse la acción, si es diferente de la carpeta del proceso actual para un usuario de Robot aprovisionado automáticamente.
  • PrioridadDeAcción : especifica el nivel de prioridad de la acción. Los valores posibles son Bajo, Medio, Alto y Crítico. El valor predeterminado es Medio. Esta entrada solo acepta valores de tipo 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.

Salida de la acción

  • 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.

Común

  • ContinuarEnCasoDeError : especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleanos (Verdadero, Falso). El valor predeterminado es Falso. Como resultado, si el campo está vacío y se produce un error, la ejecución del proyecto se detiene. Si el valor se establece en Verdadero, la ejecución del proyecto continúa independientemente de cualquier error.
  • NombreParaMostrar : especifica el nombre para mostrar de la actividad.
  • 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.

Entrada de datos de validación de documentos

  • AutomaticExtractionResults - The automatically generated extraction results, stored in an ExtractionResult proprietary 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 only ExtractionResult 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.

Otros

  • FieldsValidationConfidence % (Preview) - Set the upper limit confidence score to be used when rendering the Validation Station.
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
  • MostrarSoloRangoDePáginasRelevantes : si se selecciona, solo se muestra el rango de páginas mencionado en los resultados de la extracción y se ocultan las páginas que están fuera del rango.

Detalles de almacenamiento

  • 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".

  • NombreDeDepósito : especifica el nombre de un depósito de almacenamiento existente donde la acción almacena sus datos. El depósito debe existir en la misma carpeta de Orchestrator en la que se creará la acción.

    Nota:

    Asegúrate de haber habilitado todos los permisos necesarios para Orchestrator. Ve a Permisos de carpeta para el rol de UiPath Robot en Orchestrator y verifica que:

    • Para los permisos de Archivos de almacenamiento , se seleccionan las opciones Create y Edit .
    • Para los permisos de Depósitos de almacenamiento , se selecciona la opción View .
    • Para los permisos de Acciones , se selecciona la opción Create .

Usar la acción Crear validación de documento

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

  • Propiedades
  • Usar la acción Crear validación de documento

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado