maestro
latest
false
Maestro 用户指南
- 简介
- 入门指南
- 使用 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 进行构建
- 集成
- 运营
- 监控
- 正在优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Node that hangs up an active call started or answered by a Flow.
操作
Hangs up an active call. If the call was already ended by the caller, then this node does nothing. A Voice Agent can end its own session mid-call. That stops the agent but leaves the line open for downstream nodes.
The node is labeled End call in the Tool > Voice tools category of the node palette.
配置参考
| 字段 | 必填 | 默认 | 描述 |
|---|---|---|---|
| Call context | 是 | 无 | The call to end. Bind it to the callContext from an Incoming Call trigger or a Create Outgoing Call node — for example, $vars.createOutgoingCall1.output.callContext. |
输出变量
| 路径 | 类型 | 描述 |
|---|---|---|
output.ended | boolean | Whether the call was ended successfully. |
error | object | Populated on failure. Refer to Error handling. |
相关页面
- Voice
- Voice Agent
- Incoming Call, Create Outgoing Call — how the call started.
- Get Conversation Context — fetch the conversation history.