# `AttractorEx.Condition`
[🔗](https://github.com/Alezrik/attractor-phoenix/blob/main/lib/attractor_ex/condition.ex#L1)

Evaluates the compact condition-expression language used on pipeline edges.

Supported features include truthy path checks, equality and inequality, numeric
comparisons, `&&` clause chaining, and nested map access with dot notation.

# `evaluate`

Evaluates a condition string against the current execution context.

# `valid?`

Returns whether an expression parses successfully.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
