- Avant de commencer
- Démarrage
- Activités
- Concevoir des workflows de longue durée
- Start Job And Get Reference
- Wait for Job and Resume
- 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)
- Notifications
- Audit
- Résolution des problèmes
Action Center - Guide de l'utilisateur
UiPath.Persistence.Activities.Tasks.CompleteTask
Description
Termine l'action spécifiée sans nécessiter l'intervention humaine correspondante.
Compatibilité du projet
Windows - Héritage | Windows | Multiplate-forme
Windows, Windows - Configuration héritée
Module Designer
- TaskID - The ID of the Action that you want to complete. This field supports integer values only.
- Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example,
"submit". This field supports string values only. - TaskData -The JSON format of the user input, where the
keyis the Property Name in the form, and thevalueis the user input.
Panneau propriétés
Commun
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
Si cette activité est incluse dans Tenter de capturer (Try Catch) et que la valeur de la propriété Poursuite sur erreur (ContinueOnError) est True, aucune erreur n'est détectée lors de l'exécution du projet.
- NomAffichage (DisplayName) - Nom affiché de l'activité.
- TimeoutMS - Spécifie la durée (en millisecondes) d'attente d'exécution de l'activité avant la génération d'un message d'erreur. La valeur par défaut est 30 000 millisecondes (30 secondes).
Entrée
- Orchestrator Folder Path - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports only strings and String variables.
Si l'utilisateur effectuant cette action ne dispose pas des autorisations requises pour le dossier cible, l'achèvement de la tâche échoue et génère une erreur critique. Vous pouvez afficher plus d'informations sur les autorisations de dossier ici.
- Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example,
"submit". This field supports string values only. - TaskData -The JSON format of the user input, where the
keyis the Property Name in the form, and thevalueis the user input. - TaskID - The ID of the Action that you want to complete. This field supports integer values only.
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).
Configuration multiplateforme
- TaskID - The ID of the Action that you want to complete. This field supports integer values only.
- Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example,
"submit". This field supports string values only. - TaskData -The JSON format of the user input, where the
keyis the Property Name in the form, and thevalueis the user input.
Options avancées
Commun
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
Si cette activité est incluse dans Tenter de capturer (Try Catch) et que la valeur de la propriété Poursuite sur erreur (ContinueOnError) est True, aucune erreur n'est détectée lors de l'exécution du projet.
- TimeoutMS - Spécifie la durée (en millisecondes) d'attente d'exécution de l'activité avant la génération d'un message d'erreur. La valeur par défaut est 30 000 millisecondes (30 secondes).
Entrée
- Orchestrator Folder Path - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports only strings and String variables.
Si l'utilisateur effectuant cette action ne dispose pas des autorisations requises pour le dossier cible, l'achèvement de la tâche échoue et génère une erreur critique. Vous pouvez afficher plus d'informations sur les autorisations de dossier ici.