AI Decision

Use artificial intelligence to evaluate complex conditions and direct the workflow flow automatically.

What is the AI Decision node?

Unlike the traditional condition node (which evaluates explicit rules like "if amount > 1000"), the AI Decision node uses a language model to evaluate conditions that require contextual understanding. For example: "Is this email a customer complaint?", "Does this document look like a lease agreement?", or "Is the tone of this message positive or negative?".

How to configure it

  1. Drag the "AI Decision" node onto the canvas.
  2. Define the question the AI should answer (e.g., "Is this request urgent?").
  3. Connect the input variables the AI needs to make the decision.
  4. The node generates two outputs: True and False, like a classic conditional node.

When to use AI Decision vs Condition

Use the Condition node for simple value comparisons (numbers, empty fields). Use AI Decision when the evaluation requires natural language understanding, such as classifying sentiment, determining document validity, or assessing whether an email requires escalation.

Documentation | Gloo Platform by SYNOV