- Versionshinweise
- Bevor Sie beginnen
- Verwalten des Zugriffs
- Erste Schritte
- Integrationen
- Arbeiten mit Prozess-Apps
- Arbeiten mit Dashboards und Diagrammen
- Arbeiten mit Prozessdiagrammen
- Arbeiten mit Discover-Prozessmodellen und Import BPMN-Modellen
- Showing or hiding the menu
- Kontextinformationen
- Exportieren
- Filter
- Senden von Automatisierungsideen an den UiPath® Automation Hub
- Tags
- Fälligkeitsdaten
- Vergleichen
- Konformitätsprüfung
- Prozesssimulation
- Ursachenanalyse
- Simulation des Automatisierungspotenzials
- Starten eines Task Mining-Projekts über Process Mining
- Auslösen einer Automatisierung über eine Prozess-App
- Anzeigen von Prozessdaten
- Erstellen von Apps
- Laden von Daten
- Transforming data
- Structure of transformations
- Tips for writing SQL
- Exportieren und Importieren von Transformationen
- Anzeigen der Datenausführungsprotokolle
- Zusammenführen von Ereignisprotokollen
- Konfigurieren von Tags
- Konfigurieren von Fälligkeitsdaten
- Konfigurieren von Feldern für das Automatisierungspotenzial
- Aktivitätskonfiguration: Definieren der Aktivitätsreihenfolge
- Verfügbarmachen der Transformationen in Dashboards
- Datenmodelle
- Hinzufügen und Bearbeiten von Prozessen
- Anpassen von Dashboards
- Einführung in Dashboards
- Dashboards erstellen
- Dashboards
- Verwalten von Abweichungen
- Tabellen
- Autopilot™ for Business logic editor (preview)
- Automatisierungsmanager
- Veröffentlichen von Prozess-Apps
- App-Vorlagen
- Benachrichtigungen
- Zusätzliche Ressourcen

Process Mining
Autopilot for Business logic editor is a suite of AI-powered features that assists you in creating or modifying expressions using natural language. It reduces the need to manually construct complex syntax and helps you work faster and more intuitively.
When you enter a descriptive text prompt, Autopilot for Business logic editor interprets it and automatically generates or updates the corresponding expression.
Depending on the input, Autopilot can:
- Generate a new expression from scratch, or
- Modify an existing expression without requiring you to manually edit it.
To get started with Autopilot for Business logic editor, select the Autopilot icon from the header bar. This opens the Autopilot chat window, where you can choose from default prompts or enter a prompt yoursef to start an Autopilot chat.
Weitere Informationen finden Sie unter Über Autopilot Chat im Autopilot-Benutzerhandbuch.
- The prompt
Can you create an expression for average costs?generates a new expression to calculate the average costs. - The prompt
sum of event cost per casecreates an expression similar toSUM([Event cost]) GROUPED by[Case ID]in the logic configuration. - The prompt
Change to use throughput time instead of event costupdates the current expression, replacing theEvent costfield withThroughput time.