maestro
latest
false
Maestro user guide
- Introduction
- Getting started
- Building with Maestro BPMN
- Understanding Maestro BPMN modeling
- Opening the modeling canvas
- Modeling your process
- Aligning and connecting BPMN elements
- Autopilot for Maestro (Preview)
- Process Repository
- Implementing a simple BPMN process
- Implementing a complex BPMN process
- Debugging
- Simulating
- Common implementation scenarios
- Building with Maestro Case
- Introduction to Maestro Case
- Maestro BPMN vs. Maestro Case: when to use case management
- The Maestro Case lifecycle: from event trigger to app experience
- Build your first case with Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Defining case keys (system vs. external)
- Establishing task I/O and write-back contracts
- Exit rules and early stage termination
- Modeling primary and secondary stages
- Triggering a case from Data Fabric
- Implementing stage-level personas and permissions
- Setting SLAs and automated escalation rules
- Configuring a rework loop (re-entry)
- Configuring and testing the Case Manager Agent (preview)
- Case Manager input and output contract
- Maestro Case component dictionary
- Building with Maestro Flow
- Integrations
- Operating
- Monitoring
- Optimizing
- Reference information
Node that hangs up an active call started or answered by a Flow.
What it does
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.
Configuration reference
| Field | Required | Default | Description |
|---|---|---|---|
| Call context | Yes | None | 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 variables
| Path | Type | Description |
|---|---|---|
output.ended | boolean | Whether the call was ended successfully. |
error | object | Populated on failure. Refer to Error handling. |
Related pages
- Voice
- Voice Agent
- Incoming Call, Create Outgoing Call — how the call started.
- Get Conversation Context — fetch the conversation history.