- Introducción
- Primeros pasos
- Modelado de procesos
- Opening the modeling canvas
- Modelar tu proceso
- Aligning and connecting BPMN elements
- Autopilot™ para Maestro (vista previa)
- Implementación del proceso
- Depuración
- Simulating
- Publicar y actualizar procesos de agente
- Extraer y validar documentos
- Reglas empresariales (vista previa)
- Aplicaciones de proceso (vista previa)
- Operaciones de proceso
- Supervisión de procesos
- Optimización de procesos
- Información de referencia

Guía del usuario de Maestro
Tasks provide the building blocks for process execution. UiPath Platform™ capabilities are accessed via standard BPMN task types. The Implementation configuration defines how each task interacts with external systems or internal logic. Depending on the task type—Service, User, or Send—you can trigger automations, route work to agents, wait for connector events, or send messages to other systems. The available actions vary by task type but follow a consistent design: select an action, define inputs and outputs, and optionally update process variables.
In Maestro, the task type you select determines what the step does at runtime and which UiPath Platform components it calls. Some types run work inside Maestro, others orchestrate Robots, agents, API workflows, queues, or Business Rules. Use this table to pick the task type that matches your outcome and to see which platform capability it invokes.
| Tipo de tarea | Descripción | UiPath Platform component(s) involved |
|---|---|---|
| Ninguno | No action is triggered. Typically used as a placeholder or when a step does not need to perform any automation. | Ninguno |
| Crear tarea de aplicación de acción | Crea una tarea para un usuario humano en UiPath Action Center para entrada o aprobación manual. | Apps (solo Apps de acción), Action Center |
| Iniciar y esperar el flujo de trabajo de RPA | Inicia un proceso de RPA unattended (UiPath Robot) y espera a que se complete antes de continuar. | Robots |
| Iniciar y esperar al agente | Inicia un agente de IA o software registrado con UiPath Autopilot/Maestro y espera la salida del agente antes de continuar. | Agent Builder |
| Iniciar y esperar al agente externo | Launches and waits for the result from an externally hosted agent (outside the UiPath ecosystem), often via HTTP or a messaging interface. | External agents via APIs |
| Start and wait for external workflow | Launches and waits for the result from an externally hosted workflow (outside the UiPath ecosystem), often via HTTP or a messaging interface. | External workflows via APIs |
| Iniciar y esperar el flujo de trabajo de la API [Vista previa] | Inicia un flujo de trabajo API-primero (creado con UiPath Integration Service) y espera su respuesta. | API Workflows (preview), Integration Service |
| Iniciar proceso de agente | Inicia un proceso compuesto por tareas/decisiones, creado con UiPath Maestro. No espera finalización. | Maestro |
| Iniciar y esperar el proceso de agente | Starts a process composed of tasks/decisions, built using UiPath Maestro. Waits for completion before continuing. | Maestro |
| Ejecutar regla empresarial [Vista previa] | Evaluates business rule logic (defined via UiPath Business Rules / DMN) and returns the outcome. | DMN files |
| Crear elemento de la cola | Adds a new item to a UiPath Orchestrator queue for background processing or load balancing. | Colas, Robots |
| Crear y esperar el artículo en cola | Añade un artículo en cola y espera a que se procese y complete el resultado antes de continuar. | Colas, Robots |
| Ejecutar actividad del conector | Calls a prebuilt connector activity (for example, Salesforce, SAP, ServiceNow) from UiPath Integration Service. | Integration Service, Data Fabric |
| Esperar el evento del conector | Listens for an event from a connector (for example, a record created in Salesforce) and continues the workflow once the event is triggered. | Integration Service, Data Fabric |
| Ejecutar script | Runs a custom script (for example, JavaScript) to call coded functions. | Maestro |