- 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
Automations folder with mock automations that you can import in Studio Web and publish to Orchestrator.
To set up and test a sample app, follow the steps below. For details on how to configure the app, see Configuring the CX Companion app.
- Create an app from the CX Companion template.
- Configure the data input mode. either external events or query parameters. We recommend external events when embedding the app in a host system and query parameters when deploying a standalone app. For details, see Configuring the CX Companion app > Configure the data input mode.
(Optional)If you don't want to use the default 360 process included in the template, set up the CX Companion app to use a different 360 process. For details, see Configuring the CX Companion app > Configure a 360 process.-
Create individual projects from a few of the downloaded mock automations by importing them to Studio Web and publishing the automations to Orchestrator. CX Companion is configured to load actions from Orchestrator folders that use the same structure as the downloaded folder, so make sure to place the automations in an identical Orchestrator folder structure. For example:
- Configure the folder for actions in the CX Companion app. For details, see Configuring the CX Companion app > Configure the folder for actions.
- Try to debug the app with the following query
parameter:For this step, query parameters mode must be enabled in the app (external events can only be tested after deploying the app). The app should load and you should be able to see all deployed actions.
&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000 - Try running the actions and view the results in Automation Tracker. For this step, make sure unattended or serverless machines are configured in the folder where actions are deployed.
- Publish and deploy the app to Orchestrator (you can use the same folder or a different one). You can use the app URL to embed it in your host environment, depending on the data input mode. If you want to use external events, query parameters mode must be disabled by setting the variable
ConfigEnableQueryParamModetoFalse. - When embedding the app in iframes of the host application, include
embed_in the URL to allow logging in through a pop-up. For information about getting the app URL, see Configuring the CX Companion app > Embedding the app - To test the app:
-
For external events mode, include the query parameter
targetand set the domain name as the value, e.g.&target=https://www.example.com.This is a sample deployed app URL to use in an iframe:
The event name configured in the sample App ishttps://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&target=https://www.example.comINITIATE_REQUEST. Send an event from the host with this name and one of the following payloads to test the sample app:Sample payload 1: (Type: Case)
{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Case/500gK000003MTaQQAW/view", "Type": "Case", "Id": "500gK000003MTaQQAW", "CaseNumber": "00001000", "Subject": "Starting generator after electrical failure", "Status": "Closed", "AccountId": "001gK0000048VSXQA2", "Origin": "Phone", "Priority": "High", "OwnerId": "005gK000001reLJQAY", "IncludeCaseHistory": true }{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Case/500gK000003MTaQQAW/view", "Type": "Case", "Id": "500gK000003MTaQQAW", "CaseNumber": "00001000", "Subject": "Starting generator after electrical failure", "Status": "Closed", "AccountId": "001gK0000048VSXQA2", "Origin": "Phone", "Priority": "High", "OwnerId": "005gK000001reLJQAY", "IncludeCaseHistory": true }Sample payload 2: (Type: Account)
{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Account/001gK0000048VSXQA2/view", "Type": "Account", "Id": "001gK0000048VSXQA2", "AccountNumber": "CD451796", "Name": "Edge Communications", "Website": "http://edgecomm.com", "Phone": "(512) 757-6000", "Industry": "Electronics", "BillingCountry": "United States", "BillingState": "TX", "BillingCity": "Austin", "BillingStreet": "312 Constitution Place\nAustin, TX 78767\nUSA", "OwnerId": "005gK000001reLJQAY", "RenewalDate": "2025-08-31", "thresholdDays": 5, "priorityCasesOnly": true }{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Account/001gK0000048VSXQA2/view", "Type": "Account", "Id": "001gK0000048VSXQA2", "AccountNumber": "CD451796", "Name": "Edge Communications", "Website": "http://edgecomm.com", "Phone": "(512) 757-6000", "Industry": "Electronics", "BillingCountry": "United States", "BillingState": "TX", "BillingCity": "Austin", "BillingStreet": "312 Constitution Place\nAustin, TX 78767\nUSA", "OwnerId": "005gK000001reLJQAY", "RenewalDate": "2025-08-31", "thresholdDays": 5, "priorityCasesOnly": true }Note: You can test external events using the following playground:https://uipath.github.io/apps-demo-pages/app-cx-companion/. -
For query parameters mode, Id and Type are required values. Pass the Id value in the
requestIdparameter and the Type in therequestTypeparameter. Additional parameters can be passed if needed. This is an example URL:https://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000https://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000
-