Docs
NodesProcessing Nodes
Edit Page on GitHub

Terminate Agent

Terminate the flow of the agent

terminatestopquitEasy0
Terminate Agent Node Screenshot

Description

The Terminate Agent node is used to stop the execution of an agent within a workflow. When this node is reached, it will immediately terminate the agent's process, preventing any further actions or nodes from being executed. This is useful for scenarios where you want to halt the workflow based on certain conditions or criteria.

Common Use Cases

  • Stopping an agent when a specific condition is met (e.g., an error occurs, or a certain threshold is reached).
  • Ending the workflow gracefully when the desired outcome has been achieved.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowReasonReason for terminating the agent (Optional)Text

Outputs

The output connections this node provides:

This node does not have any output ports.

Fields

The configurable fields this node provides:

NameDescriptionTypeReasonReason for terminating the agent (Optional)Value: text here ...TextArea

Last updated on