action-center
2023.10
false
- 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
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Action Center - Guide de l'utilisateur
Dernière mise à jour 29 avr. 2026
Get Task Data
UiPath.Persistence.Activities.Tasks.GetTaskData
Description
Récupère l’état actuel des données de tâche de l’action spécifiée.
Compatibilité du projet
Windows - legacy | Windows | Cross-platform
Windows, Windows - Configuration héritée
Module Designer
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
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.
Remarque :
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 strings and
String variablesonly. - TaskId - The ID of the Action you want to fetch the data from. The action may be outside of the current workflow. 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).
Sortie
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
Configuration multiplateforme
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
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.
Remarque :
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 strings and
String variablesonly.