UiPath Documentation
action-center
2020.10
false
Action Center
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.

Create Document Validation Action

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.

Observação:

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.

Propriedades

Detalhes da Ação

  • 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.
  • ActionFolderPath - Especifica em qual pasta do Orchestrator a ação deve ser criada, se for diferente da pasta do processo atual para um usuário de robô provisionado automaticamente.
  • PrioridadeDaAção — especifica o nível de prioridade da ação. Os valores possíveis são Baixo, Médio, Alto e Crítico. O valor padrão é Medium. Essa entrada aceita apenas valores do 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.

Saída da Ação

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

Comum

  • ContinuarComErro — especifica se a automação deve continuar mesmo quando a atividade gera um erro. Este campo só aceita valores booleanos (True, False). 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.
  • NomeDeExibição — especifica o nome de exibição da atividade.
  • 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 Dados da Validação do Documento

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

Diversos

  • FieldsValidationConfidence % (Preview) - Set the upper limit confidence score to be used when rendering the Validation Station.
  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
  • MostrarApenasIntervaloDePáginasRelevantes - Se estiver selecionado, apenas o intervalo de páginas mencionado nos resultados da extração é mostrado e as páginas que estão fora do intervalo ficam ocultas.

Detalhes de Armazenamento

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

  • BucketName - especifica o nome de um depósito de armazenamento existente no qual a ação armazena seus dados. O depósito deve existir na mesma pasta do Orchestrator em que a ação será criada.

    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 de robô no Orchestrator e verifique se:

    • Para permissões de Arquivos de armazenamento , as opções Create e Edit 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 Create está selecionada.

Usando Criar ação de validação de documento

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

  • Propriedades
  • Usando Criar ação de validação de documento

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