v0.28.0
June 29, 2026
Govern your process capacity: set how many items can be in progress, and the engine queues the overflow, releasing it by priority.
-
Feature
WIP limits per flow and per phase
Set a maximum number of active items on a flow (new items are refused past the cap, 0 = unlimited) or a capacity limit on a single phase. When a phase is full, the overflow items stay "waiting" — visible but running no tasks, automations or rules — until capacity frees up. Phase modes: warning only, allow manual override, or hard gate.
-
Feature
Release by priority, then FIFO + manual override
Mark a flow as prioritizable and choose the priority data field: when capacity frees, the highest-priority item enters first (higher number = more important), oldest-first on a tie; otherwise pure first-in-first-out. Priority never preempts work already admitted. On a phase that allows it, an Admin can force-admit a waiting item beyond the limit with a required reason.