- Primeros pasos
- Instalación y configuración
- Requisitos de hardware y software
- Acerca de las Licencias de Precios Unificados
- Acerca de las Licencias Flexibles
- Activar Studio
- Actualizar Studio
- Parámetros de la línea de comandos
- Aplicaciones y tecnologías compatibles
- Habilitación de Gmail para actividades de correo electrónico
- Deshabilitar la telemetría
- Studio Executables
- Proyectos de automatización
- Dependencias
- Tipos de flujos de trabajo
- Flujo de control
- Comparación de archivos
- Mejores prácticas de automatización
- Integración del control de código fuente
- Depuración
- Registro
- La herramienta de diagnóstico
- Analizador de flujo de trabajo
- Acerca del analizador de flujo de trabajo
- ST-NMG-001: convención sobre nombres de variables
- ST-NMG-002: convención de nombres de argumentos
- ST-NMG-004: duplicación de nombres de visualización
- ST-NMG-005: anulación de variables
- ST-NMG-006: argumentos de anulación de variables
- ST-NMG-008: longitud variable excedida
- ST-NMG-009: variables de datos prefijados
- ST-NMG-011: argumentos de prefijo Datatable
- ST-NMG-012: valores predeterminados de los argumentos
- ST-NMG-016: longitud del argumento excedida
- ST-NMG-017: el nombre de la clase coincide con el espacio de nombres predeterminado
- ST-DBP-002: recuento de Argumentos elevado
- ST-DBP-003: bloque de Catch vacío
- ST-DBP-007: múltiples capas de diagramas de flujo
- ST-DPB-010: varias instancias de [flujo de trabajo] o [caso de prueba]
- ST-DBP-020: propiedades de salida no definidas
- ST-DBP-021: tiempo de espera codificado
- ST-DBP-023: flujo de trabajo vacío
- ST-DBP-024: comprobación de actividad de persistencia
- ST-DBP-025: requisito previo para la serialización de variables
- ST-DBP-027: mejor práctica de persistencia
- ST-DBP-028: requisito de serialización de argumentos
- ST-USG-005 - Propiedades de la actividad codificadas
- ST-USG-009: variables no utilizadas
- ST-USG-010: dependencias sin utilizar
- ST-USG-014: restricciones de los paquetes
- ST-USG-017: modificador de parámetro no válido
- ST-USG-020: mensajes de registro mínimos
- ST-USG-024: guardado sin usar para más adelante
- ST-USG-025: uso incorrecto de los valores guardados
- ST-USG-026: restricciones de actividad
- ST-USG-027: paquetes necesarios
- ST-USG-028: Restringir la invocación de plantillas de archivo
- ST-USG-032 - Etiquetas obligatorias
- ST-USG-034 - URL Automation Hub
- Variables
- Argumentos
- Espacios de nombres importados
- Automatizaciones codificadas
- Introducción
- Registrar servicios personalizados
- Contextos Antes y Después
- Generando código
- Generar casos de prueba codificados a partir de casos de prueba manuales
- Integración de OpenAI con los flujos de trabajo codificados
- Solicita un préstamo con UiBank
- Generación de colas con flujos de trabajo codificados y API de Orchestrator
- Utilizar proyectos de biblioteca importados en automatizaciones codificadas
- Uso de la autenticación de dos factores dentro de automatizaciones codificadas
- Conectar a MongoDB Atlas con automatizaciones codificadas
- Solución de problemas
- Automatización atendida basada en desencadenadores
- Repo. de objetos
- La herramienta ScreenScrapeJavaSupport
- Extensiones
- Acerca de las extensiones
- Herramienta SetupExtensions
- UiPathRemoteRuntime.exe no se está ejecutando en la sesión remota
- UiPath Remote Runtime impide que la sesión de Citrix pueda cerrarse
- UiPath Remote Runtime provoca una fuga de memoria
- Las versiones del paquete UiPath.UIAutomation.Activities y UiPath Remote Runtime no coinciden
- La extensión de UiPath necesaria no está instalada en la máquina remota
- Configuración de la resolución de la pantalla
- Políticas de grupo
- No se puede comunicar con el navegador
- La extensión de Chrome se elimina automáticamente
- Es posible que la extensión se haya dañado
- Comprueba si la extensión para Chrome está instalada y habilitada
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Habilitar el acceso a las URL de archivos y el modo de incógnito
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- Lista de extensiones para Chrome
- Extensión de Chrome en Mac
- Políticas de grupo
- No se puede comunicar con el navegador
- La extensión de Edge se elimina automáticamente
- Es posible que la extensión se haya dañado
- Check if the Extension for Microsoft Edge is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and InPrivate mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- Lista de extensiones para Edge
- Extensión para Safari
- Extensión para VMware Horizon
- Extensión para Amazon WorkSpaces
- Complemento SAP Solution Manager
- Add-in de Excel
- Pruebas de Studio
- Solución de problemas
- Acerca de la resolución de problemas
- Errores de compilación del ensamblado
- Compatibilidad y limitaciones de Microsoft App-V
- Solución de problemas de Internet Explorer x64
- Problemas de Microsoft Office
- Identificación de elementos de la interfaz de usuario en PDF con opciones de accesibilidad
- Reparar Soporte Active Accessibility
- Validation of large Windows-legacy projects takes longer than expected

Guía del usuario de Studio
The Source Control Panel
The Source Control panel provides a complete Git workflow inside Studio. The panel is available whenever a project that belongs to a Git repository is open. It is docked to the left of the designer together with other panels (Explorer, Activities, Snippets, etc.).
The Source Control panel works only with Git repositories. Projects managed with TFS and SVN are still managed from the Team backstage tab.
The first time you open the panel, you are instructed to initialize a local Git repository. This step is mandatory and is performed automatically by selecting the Initialize Repository button.
The panel contains two distinct sections:
- Changes: Lists all files that have been modified, added, deleted, or renamed in the working tree and hosts the commit controls.
- Graph: Renders the repository's commit history as an interactive visual graph.
Clicking each section header collapses or expands the corresponding section. When a section is collapsed, its header displays the number of items it contains, allowing you to monitor activity at a glance.
The Changes section
The Changes section lists all pending file changes, separated into staged and unstaged groups.
Each file entry features a color-coded status letter (M – modified, A – added, D – deleted, R – renamed, U – untracked).
Hover over or right-click a file to access file-specific options:
- Open File, to open the file in the Designer panel.
- Discard Changes, to revert the file to its last committed state.
- Stage or Unstage.
- Add to .gitignore, to exclude the file from future tracking.
- Reveal in File Explorer, to open the file's location on your machine.
- Reveal in Explorer View, to open the Explorer panel.
Use the Message field to write your commit message. After writing your message, select Commit or use the CTRL + Enter keyboard shortcut. If no files are explicitly staged when you commit, all changes are staged automatically.
Select the arrow next to the Commit button to access more options:
- Commit: Commits staged changes locally.
- Commit (Amend): Adds staged changes to the most recent commit.
- Commit and Push: Commits then pushes to the remote branch.
- Commit and Sync: Commits staged changes, then pulls and pushes to sync with the remote branch.
Select the Refresh button at the top of the Changes section to reload the section.
You can also select the More options button to:
- Access the Pull, Push, and Fetch all remotes operations.
- Stage all changes.
- Open the Manage Branches window.
An ahead/behind badge next to the branch name in the toolbar shows the number of commits your local branch is ahead of and behind the remote tracking branch.
The Graph section
The Graph section renders your repository's commit history as a visual, multi-lane graph. The section displays up to 200 commits, with branch and tag labels, color-coded branch lines, and Bezier curves to illustrate merge connections.
Select the branch filter button to switch between which commits to display:
- Auto: commits on the current branch.
- All: commits across all branches.
- Commits only on a specific branch.
Separate buttons allow you to access functions such as:
- Fetch all remotes: Downloads remote changes without merging them.
- Pull: Downloads and merges remote changes into the current branch.
- Push: Uploads committed local changes to the remote branch.
You can also Refresh the section from the dedicated button.
Each row in the Graph section represents one commit. Hovering over a commit shows you the commit author, date, message, and abbreviated SHA. You can also copy the full SHA to the clipboard.
Files that have been changed are listed under the Changed files list. Right-click a file to from the list and select Compare with Previous Commit to open a diff view in the designer.
Right-clicking a commit gives you access to the following options:
- Checkout Commit: Checks out the repository at the selected commit.
- Cherry-Pick Commit: Applies the commit's changes to the current branch.
- Compare with Working Tree: Opens a diff between the commit and your current local files.
- Compare with Previous Commit: Opens a diff between the commit and its parent commit.
- Copy Commit SHA: Copies the full commit SHA to the clipboard.
Clicking a file anywhere in the Source Control panel (in the Changes area or in an expanded commit row in the Graph area) opens the diff view.
