studio-web
latest
false
- 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
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Guide de l'utilisateur Studio Web
Dernière mise à jour 27 oct. 2025
You can find the CX Companion solution in the list of templates in Studio Web and in the UiPath Marketplace. This page describes the components of an app created from this template and offers an overview of the solution project created from the template. The solution project contains an RPA workflow project called
360DataProcess and an app project called CX Companion.
For information on how to customize the app, see Configuring the CX Companion app.
If you want to configure and test a working sample app, see Set up a sample app.
The CX Companion app consists of three main areas:
- Customer 360 - The top panel displays data from the host third-party system such as Salesforce, based on incoming call or ticket context. The data can be customized according to your needs, it can include information such as customer name, case number, contact details, account details, or request context.
- Actions - A list of available automations, apps, and agents that can be run based on the incoming call / ticket context.
- Automation Tracker - Real-time display of execution details, including outcomes and outputs generated by automations and agents during execution.
The CX Companion template contains the following pages:
MainPagecontains the main app design. The content is split in two panels:Data360Panel- Displays the 360 customer data pulled from the host platform.AutomationsPanel- Displays the automation data. The Actions sub-panel displays a list of actions available in the current context, and the Automation Tracker displays real-time execution data and all output arguments when execution is completed.
ActionListPage- Displays the available actions.ActionInputFormPage- Displays the form with input arguments of actions.
The CX Companion template contains the following workflow files:
MainPage_Initiate_Request.xaml- Initiate request workflow for external events mode. This workflow is triggered whenever an event is received from the host system. For details about external events mode, see Configuring the CX Companion app > Configure the data input mode.MainPage_Load_Initiate_Request_QueryParam.xaml- Initiate request workflow for query parameter mode. This workflow is triggered on page load. For details about query parameter mode, see Configuring the CX Companion app > Configure the data input mode.-
MainPage_Action_Folder_Change.xaml- Workflow triggered by selecting folder tabs in the Actions panel. ActionListPage_StartActionButton_click.xaml- Workflow triggered by clicking the Play button of an action in the list of actions.ActionInputFormPage_InputFormSubmit_click.xaml- Workflow triggered by clicking Start to start execution in an input form.ActionInputFormPage_InputFormCancel_click.xaml- Workflow triggered by clicking Cancel in an action input form.