Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agent.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Evaluate conditions to decide whether to continue or exit the workflow, providing control over the process flow.

Use Cases

  • Conditional Completion: End a workflow if certain criteria are met.
  • Dynamic Navigation: Determine the next step in the workflow based on user input or data.

Configuration Fields

Condition Logic

  • Description: Define the condition logic using Jinja template syntax.
  • Example: “if user_age > 18” or “agent_control = ‘exit’.”
  • Required: Yes