- Erste Schritte
- Grundlegendes zu UiPath Robot
- UiPath Assistant
- Installationsanforderungen
- Installieren von Robotern für Unattended-Automatisierungen
- Konfigurieren von Robotern für Unattended-Automatisierungen
- Verbinden von Robotern für Unattended-Automatisierungen mit dem Orchestrator
- Einrichtung von Windows Server für High-Density-Roboter
- Weiterleitung von Robotern über einen Proxy-Server
- Implementieren der Authentifizierung
- Anpassen der Registrierungseinstellungen für die Ausführung in minimierten RDP-Fenstern
- Verwenden von Netzwerkspeicherorten
- Einrichten von Linux-Robotern
- Konfigurieren der Paketsignaturüberprüfung
- Einrichten von Paketordnern und Netzwerkpfaden
- Konfigurieren von Aktivitätsfeeds
- Bereitstellen von unbeaufsichtigten Automatisierungen
- Installieren von Robotern für Attended-Automatisierungen
- Konfigurieren von Robotern für Attended-Automatisierungen
- Integrationen
- Fehlersuche und ‑behebung
UiPath-Roboterdienst
The Robot uses a Windows service that always runs when the machine is powered on. This service maintains a consistent connection with the UiPath Orchestrator to ensure the Robot can accept and execute jobs anytime. Some of the main capabilities of the Robot Service are:
-
Inter-process communication (IPC)—Once you run an automation, the Robot Service receives and breaks down the process data into actions that the Robot Executor can understand and perform. This is done through communication channels that let different software parts on the same device share data.
-
Connection to Orchestrator—The Robot Service maintains steady contact with the Orchestrator, constantly updating it with its operating status and receiving new instructions. It sends a heartbeat to Orchestrator, a signal that indicates the Robot Service is online and functioning.
-
Session and credential management—The Robot Service manages Windows sessions, creating isolated task environments for each robot. Concurrently, the Robot Service upholds the security of sensitive data by managing the credentials for the Robot. In tasks requiring authentication, the Robot Service retrieves the necessary credentials securely, providing them to the robot.
-
Operational modes—The Robot Service can operate in two modes - Service Mode or User Mode. These modes primarily differ in the way they are installed and operated, and the kind of tasks they tend to support.
-
Unattended automation—The Robot Service executes processes in the background, even on virtual environments or when the user is not logged in. It makes decisions based on predefined rules, and it is suitable for large-scale, high-volume tasks, which improves operational efficiency.
-
Attended automation—The Robot Service works alongside a user providing help with routine tasks. These might be rule-based tasks that require human judgment, aiding accuracy and productivity.
UiPath.Service.Host.exe
der Dienst, der alles bezüglich der Auftragsausführung im Hintergrund ausführt.
In Service Mode, the Robot runs under the Local System, meaning it starts together with the system.
UiPath.Service.Host.exe
service manages how and when the Robot opens a Windows session for execution, and is responsible for launching and maintaining the Robot Executor in those sessions.
UiPath.Service.Host.exe
ist ein zentraler Bestandteil der Roboterfunktionalität, da er sicherstellt, dass Automatisierungsprozesse im Hintergrund korrekt ausgeführt werden, ohne dass eine Benutzerinteraktion erforderlich ist. Sie wird unabhängig davon ausgeführt, dass ein Benutzer angemeldet ist.
UiPath.Service.UserHost.exe
ist ein Dienst, der mit dem UiPath Roboter verknüpft ist, wenn er im Benutzermodus installiert wird.
Im Benutzermodus läuft der Roboter unter dem angemeldeten Benutzer und kann nur in einer aktiven Windows-Sitzung funktionieren. Es erfordert keine speziellen Systemberechtigungen und wird heruntergefahren, wenn der Benutzer sich abmeldet.
UiPath.Service.UserHost.exe
-Dienst führt die vom Orchestrator geplanten Aufgaben aus und startet den Roboter für die Auftragsausführung.