- Introdução
- Compreensão do UiPath Robot
- UiPath Assistant
- Requisitos de instalação
- Instalando robôs para automações Unattended
- Configuração de robôs para automações Unattended
- Implantação de automações Unattended
- Conectar robôs para automações Unattended ao Orchestrator
- Configurar o Windows Server para robôs de alta densidade
- Redirecionando Robôs por meio de um Servidor de Proxy
- Implementação de autenticação
- Ajustando as configurações do registro para execução em janelas de RDP minimizadas
- Usando locais de rede
- Configuração de robôs do Linux
- Configurando a Verificação de Assinatura de Pacote
- Configuração de pastas de pacote e caminhos de rede
- Configuração de feeds de atividades
- Instalando robôs para automações assistidas
- Configuração de robôs para automações assistidas
- Integrações
- Solução de problemas
Componentes do Robô
Um UiPath Robot é construído com base em três componentes fundamentais:
-
UiPath Robot Service—This service is vital for maintaining the connection between the Robot and the Orchestrator, as it sends heartbeat signals at regular intervals to inform the Orchestrator of the Robot status. This communication helps monitor robot performance and manage orchestration.
-
The Executor—This is the workforce of a Robot. It performs activities within a workflow, such as clicking buttons, typing in fields, or extracting data – essentially replicating the actions a human takes on a computer.
-
The Command Line Interface—The UiPath Robot Command Line Interface (CLI) allows you to control and manage the execution of automation workflows directly from the command line, providing another method of interaction besides Assistant.