- 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
- 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
- App-Aufgaben abrufen
- Add Task Comment
- Update Task Labels
- App-Aufgabe erstellen
- Wait For App Task and Resume
- Configure task timer
- Aktionen
- Autopilot im Action Center – Vorschau
- Prozesse
- Benachrichtigungen
- Audit

Action Center-Benutzerhandbuch
Add Task Comment
UiPath.Persistence.Activities.FormTask.AddTaskComment
Beschreibung
Weist den Roboter an, einen Kommentar zu einer vorhandenen Aktion hinzuzufügen, die durch ihre ID angegeben ist.
Projektkompatibilität
Windows - Legacy | Windows | Plattformübergreifend
The Add Task Comment activity is available starting with v1.3.0 of the Uipath.Persistence.Activities package.
Windows, Windows – Legacy-Konfiguration
Designer-Panel
- 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.
Eigenschaften-Panel
Allgemein
- 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.
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.
- 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).
Eingabe
- 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.
Hinweis: Wenn der Benutzer, der diese Aktion ausführt, nicht über die erforderlichen Berechtigungen für den Zielordner verfügt, schlägt das Hinzufügen des Kommentars fehl und es wird ein kritischer Fehler ausgegeben. Weitere Informationen zu Ordnerberechtigungen anzeigen.
- TaskId(Int32)—The unique identifier of the existing Action.
Warnung: Stellen Sie sicher, dass Sie sich im selben Orchestrator-Ordner befinden wie der Prozess, der die Aktion generiert hat.
Sonstiges
- Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
Plattformübergreifende Konfiguration
- 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.
Erweiterte Optionen
Allgemein
- 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.
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.
- 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).
Eingabe
- 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.
Hinweis: Wenn der Benutzer, der diese Aktion ausführt, nicht über die erforderlichen Berechtigungen für den Zielordner verfügt, schlägt das Hinzufügen des Kommentars fehl und es wird ein kritischer Fehler ausgegeben. Weitere Informationen zu Ordnerberechtigungen anzeigen.