v0.25.6
June 22, 2026
Sequential task execution, Flow Agent start form, drag&drop task reorder
-
Feature
Run tasks sequentially
New **"Run tasks sequentially"** option with **tenant → flow → phase** inheritance (default: parallel, as before). In sequential mode a blocking task (wait, manual, webhook) **completes before** the next one starts — useful when order matters (e.g. "wait 1 minute" then the AI). Plus: **task reorder via drag & drop** (drag the task number).
-
Improvement
Flow Agent start form + fixes
Starting a flow from the chat now shows the flow **start form** (with required fields) instead of creating an empty item. Event correlation with items is now tolerant of the key format (`entityRefId`/`EntityRefId`/…), and received events appear in the **history** even without a transition. **Fix:** some state-inspector settings (advanced Data Gate, max iterations, force-transition override, sequential mode) were not being saved — now persisted correctly.