- Introduction
- Démarrage
- Créer avec Maestro BPMN
- Compréhension de la modélisation BPMN de Maestro
- Ouverture du canevas de modélisation
- Modéliser votre processus
- Alignement et connexion des éléments BPMN
- Autopilot pour Maestro (aperçu)
- Référentiel de processus
- Implémenter un processus BPMN simple
- Implémenter un processus BPMN complexe
- Débogage
- Simulation
- Scénarios de mise en œuvre courants
- Building with Maestro Case
- Présentation de Maestro Case
- Maestro BPMN vs. Maestro Case : quand utiliser la gestion des incidents
- Le cycle de vie de Maestro Case : du déclencheur d'événement à l'expérience de l'application
- Créer votre premier incident avec Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Définition des clés de cas (système vs. externe)
- Établissement des contrats d'E/S et de réécriture de la tâche
- Règles de sortie et fin de l’étape précoce
- Modélisation des étapes primaires et secondaires
- Déclencher un cas à partir de Data Fabric
- Implémentation des personas et des autorisations au niveau de l'étape
- Définition des SLA et des règles d'escalade automatisées
- Configuration d'une boucle de retraitement (renouvellement)
- Configuring and testing the Case Manager Agent (preview)
- Contrat d’entrée et de sortie du gestionnaire de cas
- Dictionnaire des composants de Maestro Case
- Créer avec Maestro Flow
- Intégrations
- Opérations
- Surveillance
- Optimisation
- Informations de référence
Trigger that starts a published Flow when a connected phone number receives an inbound call.
Ce qu’il fait
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 sortie
| Chemin d'accès | Saisie de texte | Description |
|---|---|---|
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.
Débogage
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.
Pages liées
- Voice
- Create Outgoing Call — outbound counterpart.
- Voice Agent
- End Call
- Deployment — connecting a number and binding it to this trigger.