> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riggery.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Condition

> Continue only when an expression is true.

A **Condition** is a boolean expression over the previous node's JSON.

When it is false, all following nodes on that branch are skipped. Prefer a single gate before a notify branch.
