This is a Long-Term Support (LTS) maintenance release focusing on bug fixes and stability improvements. Upgrades from 5.1.4 → 5.1.5 are non-breaking and fully compatible.
Release Highlight
Maintenance Release: FlowX.AI 5.1.5 delivers bug fixes and stability improvements:
- Fixes for process loop rendering issues in the Angular renderer
- Fix for subprocess output data not being returned from embedded processes
- No breaking changes — fully compatible upgrade from 5.1.4
What’s new? 🆕
- Highlights
- Info
FlowX.AI 5.1.5 delivers bug fixes and stability improvements across the platform.🐛 Bug Fixes — Renderer and process engine fixes for process loop scenarios
Bug Fixes
Bug Fixes
- Renderer fixes
- Process engine fixes
Issues resolved in the Angular renderer:
Validation shown without user interaction on process loop
Validation shown without user interaction on process loop
Summary:When a process loop returned to a user task for the second time, form validation errors were displayed immediately without any user interaction. Validation now correctly waits for user input before showing errors.
Action executed continuously on process loop
Action executed continuously on process loop
Summary:When a process loop returned to a user task that had a UI action configured on a form element, the action was executed continuously in a loop. Actions are now correctly triggered only on user interaction.

