- Primeros pasos
- Para administradores
- Proyectos de flujo de trabajo de RPA
- Crear un flujo de trabajo RPA a partir de una idea
- Creación de un proyecto
- Cómo iniciar un flujo de trabajo de RPA
- Gestionar archivos y carpetas de proyecto
- Conectar flujos de trabajo de RPA a tus cuentas
- Configurar actividades
- Gestionar las actividades de un proyecto
- Transferir valores entre actividades
- Iterar a través de los elementos
- Gestionar los datos en un proyecto
- Configurar un proyecto para usar tus datos
- Usar recursos de archivos y carpetas
- Configuración local para proyectos de flujo de trabajo y aplicación RPA
- Proyectos de aplicación
- Aplicaciones en Studio Web
- Diseñar proyectos de aplicación
- Depuración de proyectos de aplicación
- Publicar, implementar y actualizar proyectos de aplicaciones
- Importar y exportar proyectos de aplicación
- Trabajar con entidades en un proyecto de aplicación
- Crear aplicaciones accesibles
- Añadir descriptores accesibles
- La etiqueta Accesible
- Uso del control Pestaña para la accesibilidad
- Diseñar listas y encabezados accesibles
- Diseño de aplicaciones receptivas
- Relación de contraste de color
- Estilos preestablecidos y asignaciones a nivel de aria para el control Encabezado
- Limitaciones conocidas
- Initializing a coded app project
- Working in your IDE
- Bindings and runtime resources
- Publishing and deploying coded app projects
- Visión general de los controles
- Botón
- Casilla de verificación
- HTML personalizado
- Selector de fechas
- Lista desplegable
- Cargador de archivos
- Cargador de archivos múltiples
- Lista desplegable de selección múltiple
- Botón de radio
- Editor de texto enriquecido
- Control deslizante
- Interruptor
- Área de texto
- Cuadro de texto
- Cuadro de texto (correo electrónico)
- Cuadro de texto (Número)
- Controles de iconos
- Establecer un contexto externo utilizando parámetros de consulta
- Establecer un contexto externo utilizando eventos externos
- Utilizar matrices para rellenar controles desplegables, desplegables de selección múltiple y botones de opción
- Utilizar controles tabulares con entidades de Data Service en proyectos de aplicación
- Insertar agentes conversacionales
- Actividades de la aplicación
- Procesos de agente
- Caso de Maestro
- Flujo de Maestro
- Agents
- Soluciones
- Flujos de trabajo de API
- Pruebas
Package a coded app as a NuGet package via the solution publish flow, deploy it to an Orchestrator environment, and access it at its uipath.host URL.
A coded app is published and deployed as part of the solution that contains it — you do not publish coded apps in isolation. This keeps the coded app's version in lockstep with the workflows, agents, and resources it depends on.
Publish flow
When the solution containing a coded app is published, Studio Web packages the last pushed source together with webAppManifest.json into a single NuGet package (.nupkg), and uploads that package to the target tenant feed alongside the other projects in the solution.
To trigger a publish:
- Open the solution and select Publish.
- Choose the target tenant feed.
- Provide release notes.
- Selecciona Confirmar.
Studio Web packages every project in the solution — coded app included — and uploads them together.
Deploy flow
Deploying a solution promotes a published version to a specific Orchestrator environment (development, staging, production, or a custom environment):
-
In Studio Web, open the solution and select Deploy for the version you want to promote.
-
Choose the target environment. For each declared binding, Studio Web shows the mapped Orchestrator resource for that environment.
-
Review the environment override for each declared resource, and remap any that need to point at different Orchestrator entities in this environment (for example, an asset or connection that points at production values).
The deploy wizard's Validate configuration step lists every resource the coded app declares (apps, assets, storage buckets, entities, processes, and so on) and lets you review or remap each one before the deployment runs. Any missing or incorrectly configured resource is surfaced under Issues at the bottom of the panel.
-
Selecciona Confirmar.
The coded app becomes available in the target environment at its runtime URL.
Runtime URL
Coded apps are served from a dedicated static-hosting domain, separate from the main UiPath app domain:
https://<orgname>.uipath.host/<appname>
https://<orgname>.uipath.host/<appname>
The runtime URL is stable across deployments — deploying a new version of the same coded app updates the content served at the same URL. See About Coded Apps for the reasoning behind the separate domain.
Rolling back
Para revertir a una versión anterior:
- Open the solution and locate the previously deployed version in the release history.
- Select Redeploy on that version.
- Selecciona Confirmar.
Studio Web repromotes the older package to the target environment, and the runtime URL now serves that version.
Control de acceso
Coded apps inherit the folder and permission model of the Orchestrator environment they are deployed to. To grant or restrict access to a coded app, adjust the folder assignments and role permissions in Orchestrator — see the Orchestrator user guide for details.