action-center
2023.10
false
- Installation und Upgrade
- Bevor Sie beginnen
- Erste Schritte
- Aktivitäten
- Gestalten von Workflows mit langer Ausführungszeit
- 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
- Nach Verzögerung fortsetzen
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Aktionen
- Prozesse
- Audit
Action Center-Benutzerhandbuch
Letzte Aktualisierung 5. Mai 2026
UiPath.Persistence.Activities.Tasks.GetTaskData
Beschreibung
Ruft den aktuellen Status der Aufgabendaten der angegebenen Aktion ab.
Projektkompatibilität
Windows - legacy | Windows | Cross-platform
Windows, Windows – Legacy-Konfiguration
Designer-Panel
- 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.
Eigenschaften-Panel
Allgemein
- 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.
Hinweis:
Wenn die Aktivität in Abfangen versuchen (Try Catch) enthalten ist und der Wert der Eigenschaft BeiFehlerFortfahren (ContinueOnError) auf Wahr (True) gesetzt ist, wird kein Fehler bei der Ausführung des Projekts abgefangen.
- AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.
- AuszeitMS (TimeoutMS) - Gibt die Wartezeit (in Millisekunden) bis zur Fehlerausgabe einer laufenden Aktivität an. Der Standardwert ist 30000 Millisekunden (30 Sekunden).
Eingabe
- 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.
Sonstiges
- Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
Ausgabe
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
Plattformübergreifende Konfiguration
- 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.
Erweiterte Optionen
Allgemein
- 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.
Hinweis:
Wenn die Aktivität in Abfangen versuchen (Try Catch) enthalten ist und der Wert der Eigenschaft BeiFehlerFortfahren (ContinueOnError) auf Wahr (True) gesetzt ist, wird kein Fehler bei der Ausführung des Projekts abgefangen.
- AuszeitMS (TimeoutMS) - Gibt die Wartezeit (in Millisekunden) bis zur Fehlerausgabe einer laufenden Aktivität an. Der Standardwert ist 30000 Millisekunden (30 Sekunden).
Eingabe
- 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.