- 简介
- 入门指南
- 使用 Maestro BPMN 进行构建
- 使用 Maestro Case 构建
- Maestro Case 简介
- Maestro BPMN 与 Maestro Case 对比:何时使用 Case Management
- Maestro 案例生命周期:从事件触发到应用体验
- 使用 Maestro Case 构建第一个案例
- Build a Maestro Case with a coding agent (preview)
- 定义案例键(系统键与外部键)
- 建立任务 I/O 与回写契约
- 退出规则和早期阶段终止
- 主阶段和次阶段建模
- 从 Data Fabric 触发案例
- 实施阶段级角色和权限
- 设置 SLA 和自动升级规则
- 配置返工循环(重新进入)
- Configuring and testing the Case Manager Agent (preview)
- 案例管理器输入和输出合同
- Maestro Case 组件字典
- 使用 Maestro Flow 进行构建
- 集成
- 运营
- 监控
- 正在优化
- 参考信息
Trigger that starts a published Flow when a connected phone number receives an inbound call.
操作
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.
输出变量
| 路径 | 类型 | 描述 |
|---|---|---|
output.callContext.type | 字符串 | Call medium: phone or web. Only phone is supported today. |
output.callContext.id | 字符串 | The provider-side call identifier. |
output.callContext.conversationId | 字符串 | 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.
调试
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.
相关页面
- Voice
- Create Outgoing Call — outbound counterpart.
- Voice Agent
- End Call
- Deployment — connecting a number and binding it to this trigger.