- 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.FormTask.AddTaskComment
Description
Demande au robot d'ajouter un commentaire sur une action existante, indiquée par son ID.
Compatibilité du projet
Windows - Héritage | Windows | Multiplate-forme
The Add Task Comment activity is available starting with v1.3.0 of the Uipath.Persistence.Activities package.
Windows, Windows - Configuration héritée
Module Designer
- TaskId(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
Panneau propriétés
Commun
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, 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.
- DisplayName(String) - The display name of the activity.
- TimeoutMS (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
Entrée
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
- Orchestrator Folder Path (String) - 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 strings and
Stringvariables only.
Remarque: si l'utilisateur effectuant cette action ne dispose pas des autorisations requises pour le dossier cible, l'ajout de commentaire échoue et génère une erreur critique. Afficher plus d'informations sur Autorisations de dossier.
- TaskId(Int32)—The unique identifier of the existing Action.
Avertissement: vérifiez que vous vous trouvez dans le même dossier Orchestrator que le processus qui a généré l'action.
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(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
Options avancées
Commun
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, 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 (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
Entrée
- Orchestrator Folder Path (String) - 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 strings and
Stringvariables only.
Remarque: si l'utilisateur effectuant cette action ne dispose pas des autorisations requises pour le dossier cible, l'ajout de commentaire échoue et génère une erreur critique. Afficher plus d'informations sur Autorisations de dossier.