v0.25.1
June 21, 2026
Resilient automation: retry failed tasks, per-state iteration cap, advanced data-gate rule
-
Feature
Retry failed automatic tasks
A failed **AI** or **automatic** task is no longer stuck: authorized users get a **Retry** button on the task detail. In the designer each automatic task has a **Retry** section — enable auto-retry, set max attempts and delay between tries (e.g. retry a payment every 5 min, up to 3 times).
-
Feature
Per-state iteration cap
To avoid infinite loops, a state can define a **maximum number of passes**: if an item re-enters the same state too many times, it is automatically routed to a chosen **fallback state** (same pattern as the timeout).
-
Improvement
Data Gate — advanced rule
Beyond required form fields, a state can require an **additional condition** on item data before proceeding (e.g. "amount > 0"), configured in the state designer (**Properties → Data gate**), in the same format as transition rules.