- Introducción
- Primeros pasos
- Crear con Maestro BPMN
- Comprender el modelado de Maestro BPMN
- Abrir el lienzo de modelado
- Modelar tu proceso
- Alinear y conectar elementos BPMN
- Autopilot para Maestro (vista previa)
- Repositorio de procesos
- Implementar un proceso BPMN simple
- Implementar un proceso BPMN complejo
- Depuración
- Simular
- Escenarios de implementación comunes
- Crear con Maestro Case
- Introducción a Maestro Case
- Maestro BPMN frente a Maestro Case: cuándo utilizar la gestión de casos
- El ciclo de vida de Maestro Case: del desencadenador de eventos a la experiencia de la aplicación
- Crea tu primer caso con Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Definir claves de caso (de sistema o externo)
- Establecer contratos de entrada/salida y de escritura diferida de tareas
- Reglas de salida y terminación temprana de etapas
- Modelar las etapas principal y secundaria
- Iniciar un caso desde Data Fabric
- Implementar perfiles y permisos a nivel de etapa
- Establecer SLA y reglas de escalado automatizadas
- Configurar un bucle de reprocesamiento (reingreso)
- Configuring and testing the Case Manager Agent (preview)
- Contrato de entrada y salida del gestor de casos
- Diccionario de componentes de Maestro Case
- Crear con Maestro Flow
- Nodos del conector
- Integraciones
- En funcionamiento
- Supervisión
- Optimizando
- Información de referencia
Trigger that starts a published Flow when a connected phone number receives an inbound call.
Lo que hace
Starts the Flow when a call arrives on a phone number bound to this trigger. It is the entry point of an inbound voice Flow, and it hands the rest of the Flow the call it started for.
The number keeps ringing while Flow job starts. The caller is not answered until the Voice Agent node is ready, so a slow start sounds like a longer ring rather than dead air on pickup. That wait is capped at 12 seconds from the moment the call arrives:
- If the job does not start within it, the call is rejected.
- If the job starts but no agent attaches in time, UiPath answers anyway, and the caller hears silence until one does. A call that never attaches an agent ends after about 25 seconds.
The node is labeled Incoming call in the Trigger category of the node palette. An inbound Flow runs Incoming call → Voice Agent → End Call. The trigger has no canvas properties.
Variables de salida
| Ruta | Tipo | Descripción |
|---|---|---|
output.callContext.type | String | Call medium: phone or web. Only phone is supported today. |
output.callContext.id | String | The provider-side call identifier. |
output.callContext.conversationId | String | The UUID of the conversation associated with this call. |
Bind $vars.<triggerNode>.output.callContext to the Call context field on the Voice Agent and End Call nodes. For example, use $vars.incomingCall1.output.callContext.
Depurar
To test your Flow, publish the Flow, bind a number to it on the Flow, then dial in. See Deployment. Today, you cannot debug an incoming call trigger from the canvas.
Páginas relacionadas
- Voice
- Create Outgoing Call — outbound counterpart.
- Voice Agent
- End Call
- Deployment — connecting a number and binding it to this trigger.