Expand description
Retry rule-level expression.
Parsed from Retry(count, condition) -> target_rule in a rule body.
When condition evaluates truthy, decrements the numeric value of
target_rule (if present, else uses count) and, if still > 0, yields
Value::Branch(target_rule) for the workflow engine; otherwise yields
Value::Empty.
Propagates existing error values from condition unchanged.