UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do Document Understanding

Última atualização 22 de abr de 2026

Aguardar ação de classificação do documento e retomar

UiPath.IntelligentOCR.Activities.WaitForDocumentClassificationActionAndResume

Description

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.

Observação:

Ao criar um novo projeto do Studio que inclui essa atividade, você deve selecionar o modelo Processo do Document Understanding ou acessar Configurações do projeto e ativar o sinalizador Oferece suporte à persistência .

Para a integração do Action Center, as configurações de CORS/CSP são necessárias. Acesse Configuração do CORS/CSP para obter mais detalhes.

Compatibilidade do projeto

Windows-Legacy | Windows

Configuração

Painel do Designer

Detalhes da Ação

  • ActionObject(Input) - Specifies the input action, which is actually the output of the Create Document Classification Action activity.
Detalhes de Armazenamento
  • 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.
    Observação:

    Certifique-se de ter ativado todas as permissões necessárias para o Orchestrator. Acesse Permissões de pasta para a função UiPath Robot no Orchestrator e verifique o seguinte:

    • Para permissões de Arquivos de armazenamento , as opções View e Delete são selecionadas.
    • Para permissões de Buckets de armazenamento , a opção View está selecionada.
    • Para permissões de ações , a opção View está selecionada.

Saída da Ação

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

Saída de Dados de Classificação do Documento

  • 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.
Painel de Propriedades

Detalhes da Ação

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

Saída da Ação

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

Comum

  • ContinuarComErro — especifica se a automação deve continuar mesmo quando a atividade gera um erro. O campo aceita apenas valores Boolean (Verdadeiro, Falso). O valor padrão é False. Como resultado, se o campo estiver em branco e um erro for lançado, a execução do projeto será interrompida. Se o valor for definido como True, a execução do projeto prosseguirá mesmo com erros.
  • DisplayName - O nome de exibição da atividade.
  • 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.
  • Tempo limite (milisegundos) - Especifica quanto tempo esperar (em milissegundos) para que a atividade se conecte ao Orchestrator antes que um erro seja gerado. Isso não se refere ao tempo gasto em suspensão pelo fluxo de trabalho. O valor padrão é 30.000 milissegundos (30 segundos). Esse campo é compatível apenas com números inteiros e variáveis Int32 .

Saída de Dados de Classificação do Documento

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

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Detalhes de Armazenamento
  • 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.
    Observação:

    Certifique-se de ter ativado todas as permissões necessárias para o Orchestrator. Acesse Permissões de pasta para a função UiPath Robot no Orchestrator e verifique o seguinte:

    • Para permissões de Arquivos de armazenamento , as opções View e Delete são selecionadas.
    • Para permissões de Buckets de armazenamento , a opção View está selecionada.
    • Para permissões de ações , a opção View está selecionada.

Usando a Ação Aguardar Classificação do Documento e Continuar

A atividade Wait for Document Classification Action and Resume pode ser usada com o Studio Desktop, no Action Center ou com o Orchestrator.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades