- 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
- Configuration locale pour les projets de workflow RPA et d’application
- 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
- Définir un contexte externe à l'aide d'événements externes
- 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
- Intégrer des agents conversationnels
- Activités d'application
- Processus d’agent
- Cas Maestro
- Flux Maestro
- Agents
- Solutions
- Workflows d’API
- Tests
Maestro Flow is in Preview.
Maestro Flow is a visual canvas for building and deploying automations that connect APIs, AI agents, human approvals, document processing, and enterprise services. You design a Maestro Flow by placing nodes on a canvas and connecting them, then debug and publish it directly from Studio Web.
Flow processes run on the UiPath Maestro runtime alongside RPA workflows, API workflows, and Maestro BPMN processes. If you have used Maestro BPMN before, Flow is a different modeler built on the same runtime — designed for developers who prefer a visual, node-based experience over BPMN notation.
Types de nœuds
Nodes are organized into categories in the Add node panel:
| Catégorie | Description |
|---|---|
| Agent (Agent) | UiPath agents and external AI agents |
| Processus d’agent | Invoke a Maestro BPMN process |
| Workflow d’API | Call an API workflow |
| Connecteur | Integration Service connector actions |
| Contrôle | Branching, looping, and flow control nodes |
| Flux | Invoke another Flow as a subflow |
| Human task | Human approvals and action apps |
| RPA workflow | Invoke an RPA workflow |
| Outil | Data transformation and scripting nodes |
| Document processing | Summarize or extract data from documents |
Agent (Agent)
When you select Agent, the following options appear:
| Nœud | Description |
|---|---|
| Autonomous Agent | A UiPath AI agent that completes tasks autonomously |
| External AI agents | Third-party AI agents — includes Databricks Agent, Google Vertex, Microsoft Azure AI Foundry, and Snowflake Cortex |
Contrôle
When you select Control, the following options appear:
| Nœud | Description |
|---|---|
| Mock | Placeholder node for prototyping — does nothing at runtime |
| Décision | Branches to a true or false path based on a JavaScript expression |
| Boucle | Iterates over a collection, executing its body once per item |
| Fusionner | Joins parallel branches back into a single path |
| Commutateur (Switch) | Routes to one of several branches based on an ordered list of conditions |
| Retard (Delay) | Pauses execution for a specified duration or until a target date |
| Subflow | Groups a set of nodes into a reusable, self-contained unit |
| Terminer | Marks the end of a workflow path |
| Terminate | Ends the flow immediately with a success or failure status |
Human task
When you select Human task, the following options appear:
| Nœud | Description |
|---|---|
| Quick Form | Fast inline approvals with inline debug support |
| Action App | A customized coded action app service |
Outil
When you select Tool, the following options appear:
| Nœud | Description |
|---|---|
| Demande HTTP (HTTP Request) | Calls any REST API endpoint and returns the response |
| Script | Runs custom JavaScript code |
| Transformation par lots | Adds AI-generated columns to a CSV |
| Transformer | Reshapes and converts data |
| Filtrer (Filter) | Filters data by conditions |
| Carte | Renames and transforms fields |
| Group By | Groups data by a field with aggregation |
| Créer un élément de la file dʹattente | Adds an item to an Orchestrator queue |
| Créer et attendre un élément de la file d’attente | Adds a queue item and waits for it to complete |
Document processing
When you select Document processing, the following options appear:
| Nœud | Description |
|---|---|
| Résumer | Creates a complex summary of a document |
| Extraire | Extracts structured data using an IXP model deployed to a folder in your tenant |
For the full node reference, tutorials, and observability guidance, refer to the Maestro Flow documentation.