- Démarrage
- Pour les administrateurs
- Projets de workflow RPA
- Créer un workflow RPA à partir d'une idée
- Créer un projet
- Comment démarrer un workflow RPA
- Gestion des fichiers et dossiers du projet
- Connecter des workflows RPA à vos comptes
- Configurer les activités
- Gérer les activités d'un projet
- Transmission de valeurs entre les activités
- Naviguer dans les éléments
- Gérer les données d'un projet
- Configurer un projet pour utiliser vos données
- Utiliser des ressources de fichiers et de dossiers
- Configuration locale pour les projets de workflow RPA et d’application
- Projets d'application
- Applications dans Studio Web
- Concevoir des projets d'application
- Débogage de projets d'application
- Publier, déployer et mettre à niveau des projets d’application
- Importer et exporter des projets d'application
- Travailler avec des entités dans un projet d'application
- Créer des applications accessibles
- Ajout de descripteurs accessibles
- Le libellé Accessible
- Utilisation de la commande Onglet pour l'accessibilité
- Concevoir des listes et des en-têtes accessibles
- Conception d'application réactive
- Taux de contraste des couleurs
- Prédéfinir les styles et les mappages au niveau de l'air pour la commande En-tête
- Limites connues
- Initializing a coded app project
- Working in your IDE
- Bindings and runtime resources
- Publishing and deploying coded app projects
- Définir un contexte externe à l'aide de paramètres de requête
- Définir un contexte externe à l'aide d'événements externes
- Utiliser des tableaux pour remplir les commandes Liste déroulante, Liste déroulante à sélection multiple et Bouton radio
- Utiliser des contrôles tabulaires avec des entités Data Service dans les projets d'application
- Intégrer des agents conversationnels
- Activités d'application
- Processus d’agent
- Cas Maestro
- Flux Maestro
- Agents
- Solutions
- Workflows d’API
- Tests
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.
- Sélectionnez Confirmer (Confirm).
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.
-
Sélectionnez Confirmer (Confirm).
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
Pour revenir à une version précédente :
- Open the solution and locate the previously deployed version in the release history.
- Select Redeploy on that version.
- Sélectionnez Confirmer (Confirm).
Studio Web repromotes the older package to the target environment, and the runtime URL now serves that version.
Contrôle d'accès
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.