- Versionshinweise
- 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
- 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
- Legen Sie einen externen Kontext mithilfe von Abfrageparametern fest
- Set an external context using external events
- 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
- App-Aktivitäten
- Agent-Prozesse
- Agenten
- Lösungen
- API-Workflows – Vorschau

Studio Web-Benutzerhandbuch
External events are custom cross-window communication messages that enable secure data exchange between parent windows and apps embedded in child windows (iframes). At runtime, this enables apps to listen for configured external events and execute the associated automations.
External events bring:
- Event-driven architecture - Trigger specific actions based on custom event types.
- Secure messaging - Ensure communication only occurs between trusted origins.
- Real-time data exchange - Enable dynamic interactions between the host application and embedded UiPath Apps.
The external events functionality relies on the UiPath Communication Driver, a lightweight and secure communication library for cross-window messaging.
The UiPath Communication Driver must be installed in the host platform. Go to the npm package page to download the driver and read detailed documentation on how to install and use it.
- Open an app.
- Right-click App in the project explorer and select Properties.
- Expand the External events section and select Enable.
- In the Allowed origins field, enter the domain of the host application. You can add multiple entries by adding a comma-separated list of URLs.
Allowed origins are critical for the security of external events. Defining allowed origins enables:
-
Validation of message sources - Only processes messages from specified origins.
-
Targeted message delivery - Ensures responses go to intended recipients.
-
Prevention of CSRF attacks - Blocks unauthorised cross-site requests.
-
Maintaining data integrity - Ensures trusted communication channels.
-
-
Open an app and select a page in the project explorer.
-
Navigate to the Events tab in the Properties panel.
-
Select Create external event.
-
Enter a meaningful name for the external event.
-
Select Define workflow file to configure the workflow file to be executed for the defined event. The data received in the external event is available in the workflow argument named ExternalEventData.