- Notes de publication
- Démarrage
- Installation et mise à niveau
- Activités
- Concevoir des workflows de longue durée
- Start Job And Get Reference
- Attendre le travail et reprendre
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait for Form Task and Resume
- Reprendre après le délai
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Terminer la tâche
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Actions
- Processus (Processes)
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.
Propriétés
Détails de l'action
- 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.
- CheminDossierAction : spécifie dans quel dossier Orchestrator l’action doit être créée, s’il est différent du dossier du processus actuel pour un utilisateur Robot enregistré automatiquement.
- PrioritéAction : spécifie le niveau de priorité de l’action. Les valeurs possibles sont : Basse, Moyenne, Haute et Critique. La valeur par défaut est Moyenne. Ce champ n’accepte que les valeurs de type
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.
Sortie d'action
- 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.
Commun
- ContinuerSurErreur (ContinueOnError) : spécifie si l’automatisation doit se poursuivre même lorsque l’activité génère une erreur. Ce champ prend uniquement en charge les valeurs booléennes (Vrai (True), Faux (False). La valeur par défaut est False. Par conséquent, si le champ est vide et qu’une erreur est générée, l’exécution du projet s’arrête. Si le champ indique au contraire Vrai (True), l’exécution du projet se poursuit même en cas d’erreurs.
- NomAffichage (DisplayName) : spécifie le nom affiché de l'activité.
- 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.
Entrée de données de validation du document
- 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.
Divers
- FieldsValidationConfidence % (Preview) - Set the upper limit confidence score to be used when rendering the Validation Station.
- Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).
- AfficherUniquementPlagePagesPertinente : si cette option est sélectionnée, seule la plage de pages mentionnée dans les résultats de l'extraction sera affichée et les pages en dehors de la plage seront masquées.
Détails du stockage
-
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". -
NomCompartiment : spécifie le nom d'un compartiment de stockage existant dans lequel l'action stocke ses données. Le compartiment doit exister dans le même dossier Orchestrator que celui dans lequel l'action sera créée.
Remarque :Veillez à bien avoir activé toutes les autorisations nécessaires pour Orchestrator. Accédez aux Autorisations de dossier pour le rôle du Robot dans Orchestrator et vérifiez les éléments suivants :
- Pour les autorisations des fichiers de stockage , les options
CreateetEditsont sélectionnées. - Pour les autorisations des compartiments de stockage , l'option
Viewest sélectionnée. - Pour les autorisations Actions , l'option
Createest sélectionnée.
- Pour les autorisations des fichiers de stockage , les options
Create Document Validation Action
The Create Document Validation Action activity can be used with Studio On-Premise, in Action Center, or with Orchestrator.