- Notes de publication
- 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
- 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
- Définir un contexte externe à l'aide de paramètres de requête
- Set an external context using external events
- 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
- Activités d'application
- Processus d’agent
- Agents
- Solutions
- Workflows d’API - Aperçu

Guide de l'utilisateur Studio Web
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.