- 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
- Benachrichtigungen
- Audit
- Fehlersuche und ‑behebung

Action Center-Benutzerhandbuch
Complete Task
UiPath.Persistence.Activities.Tasks.CompleteTask
Beschreibung
Schließt die angegebene Aktion ab, ohne dass ein entsprechender menschlicher Eingriff erforderlich ist.
Projektkompatibilität
Windows - Legacy | Windows | Plattformübergreifend
Windows, Windows – Legacy-Konfiguration
Designer-Panel
- 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.
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.
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 only strings and String variables.
Wenn der Benutzer, der diese Aktion ausführt, nicht über die erforderlichen Berechtigungen für den Zielordner verfügt, schlägt der Abschluss der Aufgabe fehl und es wird ein kritischer Fehler ausgegeben. Weitere Informationen zu den Ordnerberechtigungen finden Sie hier.
- 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.
Sonstiges
- Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
Plattformübergreifende Konfiguration
- 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.
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.
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 only strings and String variables.
Wenn der Benutzer, der diese Aktion ausführt, nicht über die erforderlichen Berechtigungen für den Zielordner verfügt, schlägt der Abschluss der Aufgabe fehl und es wird ein kritischer Fehler ausgegeben. Weitere Informationen zu den Ordnerberechtigungen finden Sie hier.