- Erste Schritte
- Für Administrators
- RPA-Workflow-Projekte
- Erstellen eines RPA-Workflows aus einer Idee
- Erstellen eines Projekts
- So starten Sie einen RPA-Workflow
- Verwalten von Projektdateien und -ordnern
- Verbinden von RPA-Workflows mit Ihren Konten
- Konfigurieren von Aktivitäten
- Verwalten der Aktivitäten in einem Projekt
- Übergeben von Werten zwischen Aktivitäten
- Iterieren durch Elemente
- Verwalten der Daten in einem Projekt
- Konfigurieren eines Projekts zur Verwendung Ihrer Daten
- Verwenden von Datei- und Ordnerressourcen
- Lokale Einrichtung für RPA-Workflow- und App-Projekte
- App-Projekte
- Apps in Studio Web
- Entwerfen von App-Projekten
- Debuggen von App-Projekten
- Veröffentlichen, Bereitstellen und Aktualisieren von App-Projekten
- Importieren und Exportieren von App-Projekten
- Arbeiten mit Entitäten in einem App-Projekt
- Erstellen zugänglicher Apps
- Hinzufügen zugänglicher Deskriptoren
- Die Beschriftung „Zugänglich“.
- Verwenden des Registerkartensteuerelements für Barrierefreiheit
- Entwerfen barrierefreier Listen und Überschriften
- reaktionsfähiges App-Design
- Farbkontrastverhältnis
- Legen Sie Stile und Zuordnungen auf Aria-Ebene für das Header-Steuerelement vor
- Bekannte Einschränkungen
- Initializing a coded app project
- Working in your IDE
- Bindings and runtime resources
- Publishing and deploying coded app projects
- Legen Sie einen externen Kontext mithilfe von Abfrageparametern fest
- Legen Sie einen externen Kontext mithilfe externer Ereignisse fest
- Verwenden Sie Arrays, um Dropdown-Menüs, Dropdown-Menüs mit Mehrfachauswahl und Optionsfeld-Steuerelemente auszufüllen
- Verwenden Sie tabellarische Steuerelemente mit Data Service-Entitäten in App-Projekten
- Integrieren Sie Konversations-Agents
- App-Aktivitäten
- Agent-Prozesse
- Maestro-Fall
- Maestro-Flow
- Agents
- Solutions (Lösungen)
- API-Workflows
- 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.
- Wählen Sie Bestätigen aus.
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.
-
Wählen Sie Bestätigen aus.
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
So stellen Sie eine frühere Version wieder her:
- Open the solution and locate the previously deployed version in the release history.
- Select Redeploy on that version.
- Wählen Sie Bestätigen aus.
Studio Web repromotes the older package to the target environment, and the runtime URL now serves that version.
Zugriffskontrolle
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.