- Notes de publication
- Démarrage
- Installation et mise à niveau
- Activités
- Concevoir des workflows de longue durée
- Create Document Classification Action
- Wait For Document Classification Action And Resume
- Create Document Validation Action
- Wait For Document Validation Action And Resume
- 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.CreateDocumentClassificationAction
Creates an action of type Document Classification in Orchestrator Action Center. The output of the Create Document Classification Action activity can be used with the Wait for Document Classification 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 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 si l’entité doit être créée ou interrogée à partir d’un répertoire différent de celui du processus actuel pour un utilisateur Robot enregistré automatiquement. Obligatoire (Mandatory).
- 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. - TitreAction : spécifie le titre de l’action. Toutes les actions doivent avoir un titre, à des fins d’identification et d’accès dans Action Center et/ou Orchestrator. Obligatoire (Mandatory).
Sortie d'action
- ActionObject - Provides the action object returned by Orchestrator. This action object should be passed in as an input to the Wait for Document Classification 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 classification du document
- AutomaticClassificationResults - The automatically generated classification results, stored in an
ClassificationResult[]proprietary variable. If a variable is added to this field, the results of the automatic classification results are displayed, enabling you to review and modify them. If left empty, the Classification Station opens for the user to validate the data manually. This field supports onlyClassificationResult[]variables. 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
- 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).
Détails du stockage
-
CheminRépertoireCompartiment : le chemin d’accès du répertoire à l’intérieur du compartiment de stockage où sont stockés et récupérés les fichiers utilisés dans le cadre de l’action. Ce champ prend uniquement en charge les valeurs de chaîne, avec
/comme séparateur permettant d’indiquer les sous-répertoires. Par exemple, « Finance/AccountsPayable » -
NomCompartiment : spécifie le nom d'un compartiment de stockage existant dans lequel l'action stocke ses données.
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
Utilisation de l'action Créer une classification de document (Create Document Classification)
The Create Document Classification Action activity can be used with Studio On-Premise, in Action Center, or with Orchestrator.