FlowX.AI 5.10 is a SaaS release. New capabilities are available on managed (SaaS) deployments; self-hosted deployments receive them with the next LTS release.
Deployment models:
- SaaS Managed FlowX cloud deployments
- All Deployments Available in both self-hosted and SaaS
What’s new?
- Core & Platform
- Designer & Renderer
- Integrations & Data
- AI & Documents
🗂️ Expanded audit logging - Broader coverage of access and lifecycle actions
📑 Copy with roles - Roles travel with copied resources
⚡ Platform performance and fixes - Task-manager user fetch, project versioning, export/merge
📑 Copy with roles - Roles travel with copied resources
⚡ Platform performance and fixes - Task-manager user fetch, project versioning, export/merge
Expanded audit logging
Broader audit coverage for access and lifecycle actions
Audit logging now records a wider set of actions: sharing, user invitations, designer-user, end-user, and group management, and actions on process instances and UI flows. Adding a dependency is now audited, and terminating process, workflow, or UI-flow instances is captured as well.
All Deployments
Copy with roles
Roles travel with copied resources
Copying a process or UI flow to another project now also copies the resource’s associated roles, so access configuration no longer has to be recreated by hand after a copy.
All Deployments
Platform performance and fixes
Platform performance and fixes
- Performance
- Bug fixes
The task manager fetches users through the authorization-system instead of calling Keycloak directly, cutting per-request identity lookups. MongoDB partition archiving scales for large datasets, with partition-ID backfill for legacy data and archiving fixes on PostgreSQL and Oracle.
PostgreSQL data source
Connect to PostgreSQL databases from workflows
- Overview
- Key Features
Integration Designer adds PostgreSQL as a data source type, alongside Oracle. Connect a workflow directly to a PostgreSQL database and run SQL queries against it as a workflow node, without a custom REST wrapper. See the PostgreSQL Database documentation.
SOAP integration
Call SOAP web services from workflows
- Overview
- Key Features
Integration Designer adds a SOAP System data source. Import the service’s WSDL — from a URL or an uploaded file — and FlowX discovers the operations with their input, output, and fault schemas, composes the SOAP envelope at runtime, and lets you call each operation from workflows through a SOAP Operation node. See the SOAP System documentation.
Reusable UI templates
Reusable UI template fixes
Reusable UI templates get more reliable action mapping, undo/redo, and dependency-version handling.All Deployments
Chat file upload
Attach multiple files in conversational apps
End users can attach multiple files at once in chat-driven apps, and conversational workflows can receive those files as input. Uploaded files are extracted and indexed into a knowledge base scoped to the chat session, so AI nodes answer grounded in that content. Configurable in the Designer and themable, with runtime support on the web renderer.Session knowledge bases are isolated per conversation and per tenant, and are excluded from app export.Learn more about chat-driven workflows.
All Deployments
File download component
Download files from a rendered app
A new File Download component lets end users download files directly from a rendered app. Configured in the Designer, with runtime support on web and Android.
All Deployments
Conditional event-handler triggers
Fire event handlers based on a condition
Event handlers can now fire conditionally, configured in the Designer and honored by the web and Android renderers.For more information, see the event handlers documentation.
All Deployments
Image color property
Color control on the IMAGE component
The IMAGE component now honors a color property, configured in the Designer and rendered on web and Android.See the Image component documentation.
All Deployments
Save local variable action
Capture a collection row into local data
Event handlers gain a Save Local Variable action type: on a component inside a collection, it saves the clicked row’s item into local data under a configurable key, entirely client-side with no backend roundtrip — useful for capturing the selected row before a follow-up action fires. Not available inside Reusable UI Templates.See the Save Local Variable documentation.
All Deployments
Global header and footer
Consistent header and footer across a UI Flow
UI Flows can now define a global header and footer that display consistently across every page of the flow. Each holds content components — containers, forms, buttons, links, custom components — with fixed or static positioning (header fixed by default), so you can build persistent navigation or action bars in one place instead of per page.See the Global Header and Footer documentation.
All Deployments
AI & document intelligence
Tabular data extraction node
Extract spreadsheet and CSV data into workflows
A new workflow node reads a spreadsheet or CSV file and returns its contents as structured JSON in the node’s response key, so the data can drive conditions and data operations downstream. Choose a row shape (keyed objects from the header row, or raw arrays) and select a sheet.
All Deployments
Knowledge Base error handling and retry
Recover from failed Knowledge Base ingestion
When Knowledge Base ingestion fails, the Knowledge Base page now shows a clear failure status and reason, and a Retry button re-runs the last operation after cleaning up partial content so the store is not left inconsistent. The Update Knowledge Base workflow node gains a FAIL exit handle with per-operation rollback.Learn more about Knowledge Bases.
All Deployments
AI Developer: generate script-node code
Generate script-node code with AI Developer
In the workflow designer, a script node can call AI Developer to generate or refactor its code from a natural-language prompt. Output streams into the test area for a Keep or Discard review, with edits shown as a diff. Supports JavaScript and Python, and respects existing AI Developer permissions.Learn more about AI Developer.
All Deployments
FlowX Database aggregation
Aggregation pipelines in FlowX Database
The FlowX Database data source adds MongoDB aggregation pipeline support, so configurators can group, join, reshape, and compute across documents beyond what a single query allows.Learn more about the FlowX Database data source.
All Deployments
AI evaluation experiments
Richer AI evaluation experiments
- Multiple datasets
- Improvement suggestions
An evaluation experiment can run against multiple datasets at once (datasets sharing the same AI node), with overall metrics aggregated across them and a dataset column added to the report.
AI node output reliability
Schema validation with auto-repair and clearer run errors
- Validation and repair
- Schema placeholders
When an AI node has a Response Schema, the response is validated against it and automatically retried with a repair prompt on mismatch. Nodes that still fail return a categorized error instead of passing malformed output downstream, and the node’s Logs show the failure reason, rejected output, the model’s reasoning summary, and the retry count.
Template Filling node
Generate documents from templates in workflows
Integration workflows gain a Template Filling node, under Tools in the node palette, that generates a document from a document template populated with workflow data. Select a template and language, fill the template’s variables from workflow data, and choose PDF or DOCX output. The generated file’s ID and download path are returned on the node’s response key.See the Template Filling node documentation.
All Deployments
File manipulation nodes
Combine and split files in workflows
Integration workflows add two document nodes, under Tools in the node palette: Combine Files merges multiple PDFs into one in a given order, and Split File breaks a PDF into multiple files by page ranges or one file per page. Both bring document handling that was previously process-only into workflows.See the Combine Files and Split File documentation.
All Deployments
DOCX document generation
Generate documents as DOCX
Template-based document generation can now produce DOCX files in addition to PDF. Set
outputFormat (PDF or DOCX; defaults to PDF) on the generation request, or pick the format from the new Output format dropdown when testing a template in the Designer. Generated DOCX files preserve the template’s styles, data, and images. Barcodes apply to PDF output only.Learn more in the Generating documents documentation.
All DeploymentsDocument Tag (renamed from Document Type)
Document Type is now Document Tag
The Document Type field is renamed Document Tag across the surfaces where a document is tagged for storage (Upload File action, Document-Plugin REST responses, AI Document Generation, and the Web Page Extractor). This is a label change; behavior is unchanged.
All Deployments
Documents tab in database testing
Inspect data while testing database operations
The Database Query testing modals gain a Documents tab, so you can inspect the database right after running an operation. Multi-record operations report an affected-record count.
All Deployments
Mistral model provider
Bring your own Mistral API key
Mistral joins the model provider catalog as a bring-your-own-key provider. Add it with your own API key under Organization Settings → AI Settings → Model Providers, then assign its models per capability: chat, image understanding, embeddings, and document OCR. The seeded catalog covers the Mistral Large, Medium, Small, Magistral, Codestral, Pixtral, OCR, and Embed model lines.Learn more about AI providers.
All Deployments

