- Notas relacionadas
- Primeros pasos
- Instalación y actualización
- Actividades
- Diseñar flujos de trabajo de larga duración
- Crear acción de clasificación de documentos
- Esperar la acción de clasificación de documentos y reanudar
- Crear acción de validación de documentos
- Esperar la acción de validación de documentos y reanudar
- Comenzar trabajo y obtener referencia
- Esperar trabajo y continuar
- Agregar elemento de la cola y obtener referencia
- Esperar elemento de la cola y continuar
- Crear tarea de formulario
- Esperar la tarea de formulario y continuar
- Reanudar después del retraso
- Asignar tareas
- Crear Tarea Externa
- Esperar la Tarea Externa y continuar
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Agregar comentario de tarea
- Actualizar etiquetas de la tarea
- Acciones
- Procesos
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.
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
Int32variables.
Entrada de datos de validación de documentos
- 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.
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
CreateyEdit. - 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.
- Para los permisos de Archivos de almacenamiento , se seleccionan las opciones
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.