UiPath Documentation
activities
latest
false
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.
UiPath logo, featuring letters U and I in white

Actividades de Document Understanding

Última actualización 22 de abr. de 2026

Esperar la acción de clasificación de documentos y reanudar

UiPath.IntelligentOCR.Activities.WaitForDocumentClassificationActionAndResume

Descripción

The activity can be used to suspend the execution of the current workflow until a specified document classification action is completed. To designate a classification action, a DocumentClassificationActionData object obtained from the Create Document Classification Action activity must be supplied. Upon completion of the classification action provided as input, the execution of the workflow can be resumed.

Nota:

Al crear un nuevo proyecto de Studio que incluya esta actividad, debes seleccionar la plantilla Proceso de Document Understanding o ir a Configuración del proyecto y activar la marca Admite persistencia .

Para la integración de Action Center, se requiere la configuración de CORS/CSP. Consulta Configuración de CORS/CSP para obtener más información.

Compatibilidad de proyectos

Windows-Legacy | Windows

Configuración

Panel del Diseñador

Detalles de la acción

  • ActionObject(Input) - Specifies the input action, which is actually the output of the Create Document Classification Action activity.
Detalles de almacenamiento
  • DownloadDirectoryPath - Provides a path to a local directory used for downloading and storing the document associated with the action. If set, the document is downloaded to the specified directory path.
  • RemoveDataFromStorage - If selected, removes all data associated with the current action from the storage bucket. Once all data is removed, no completed actions are available in Orchestrator.
    Nota:

    Asegúrate de haber habilitado todos los permisos necesarios para Orchestrator. Ve a Permisos de carpeta para el rol de robot en Orchestrator y verifica lo siguiente:

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

Salida de la acción

  • ActionObject(Output) - Provides the updated action object returned by Orchestrator once the action is completed. These are the available action objects: AssignedToUser, CreatorUser, DeleterUser, LastModifierUser, and CompletedByUser.

Salida de datos de clasificación de documentos

  • AutomaticClassificationResults - If set, the automatically generated classification results used by the document classification action are downloaded from storage and set in the variable passed in. This field supports only ClassificationResult[] variables.
  • DocumentObjectModel - If set, the document object model used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only Document variables.
  • DocumentPath - If set, it returns the full local path of the downloaded document associated with the action in the specified DownloadDirectoryPath. This field supports only strings and String variables.
  • DocumentText - If set, the document text used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only String variables.
  • Taxonomy - If set, the taxonomy used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only DocumentTaxonomy variables.
  • ValidatedClassificationResults - If set, the human validated classification results from the document classification action are downloaded from storage and set in the variable passed in. This field supports only ClassificationResult[] variables.
Panel de propiedades

Detalles de la acción

  • ActionObject(Input) - Specifies the input action, which is actually the output of the Create Document Classification Action activity.

Salida de la acción

  • ActionObject(Output) - Provides the updated action object returned by Orchestrator once the action is completed. These are the available action objects: AssignedToUser, CreatorUser, DeleterUser, LastModifierUser, and CompletedByUser.

Común

  • ContinuarEnCasoDeError : especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores Boolean (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.
  • Nombre para mostrar: el nombre para mostrar de la actividad.
  • StatusMessage - The status message is displayed against the workflows in suspended mode while waiting for the action completion. This field supports only strings and String variables.
  • Tiempo de espera (milisegundos) : especifica cuánto tiempo esperar (en milisegundos) para que la actividad se conecte a Orchestrator antes de que se produzca un error. Esto no se refiere al tiempo que el flujo de trabajo pasa en suspensión. El valor predeterminado es 30 000 milisegundos (30 segundos). Este campo solo admite variables enteras y Int32 .

Salida de datos de clasificación de documentos

  • AutomaticClassificationResults - If set, the automatically generated classification results used by the document classification action are downloaded from storage and set in the variable passed in. This field supports only ClassificationResult[] variables.
  • DocumentObjectModel - If set, the document object model used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only Document variables.
  • DocumentPath - If set, it returns the full local path of the downloaded document associated with the action in the specified DownloadDirectoryPath. This field supports only strings and String variables.
  • DocumentText - If set, the document text used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only String variables.
  • Taxonomy - If set, the taxonomy used by the document classification action is downloaded from storage and set in the variable passed in. This field supports only DocumentTaxonomy variables.
  • ValidatedClassificationResults - If set, the human validated classification results from the document classification action are downloaded from storage and set in the variable passed in. This field supports only ClassificationResult[] variables.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Detalles de almacenamiento
  • DownloadDirectoryPath - Provides a path to a local directory used for downloading and storing the document associated with the action. If set, the document is downloaded to the specified directory path.
  • RemoveDataFromStorage - If selected, removes all data associated with the current action from the storage bucket. Once all data is removed, no completed actions are available in Orchestrator.
    Nota:

    Asegúrate de haber habilitado todos los permisos necesarios para Orchestrator. Ve a Permisos de carpeta para el rol de robot en Orchestrator y verifica lo siguiente:

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

Uso de la acción Esperar clasificación de documento y reanudar

La actividad Esperar a la acción de clasificación de documentos y reanudar puede utilizarse con Studio Desktop, en Action Center o con Orchestrator.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado