v3.1.0 - March 2023
Drumroll please... π₯ We are excited to announce FLOWX.AI 3.1 release π₯.
So, what are you waiting for? Grab a snack, sit back, and get ready to explore the newest version of FLOWX.AI.
New features πβ
UI Designer βοΈβ
Undo/redo actions in UI Designerβ
The latest update now allows users to easily undo or redo any actions they perform within the UI Designer. This includes tasks such as dragging, dropping, or deleting elements from the preview section, as well as adjusting settings within the styling and settings panel.
To undo or redo an action, users can simply click the corresponding icons in the UI Designer toolbar, or use the keyboard commands (undo: Cmd/Ctrl + Z, redo: Cmd/Ctrl + Shift + Z) for even quicker access. This new functionality provides users with greater control and flexibility, allowing them to easily make changes and adjustments without fear of losing progress or making mistakes.
New UI element: file previewβ
We are excited to announce the addition of a new ready-made UI component. This new component allows users to easily display previews of documents within their designs, whether the documents are uploaded, generated during a process, or static.
With this new feature, users can create more dynamic and interactive designs that incorporate real-time document previews.
Process designerβ
Generate data modelβ
A data model can be generated using data values from a process instance. This can be done by either merging the data model with an existing one or replacing it entirely.
Fixed π§β
- Fixed an issue where Engine and Advancing controller should be restarted if the advancing controller's database is down for a couple of minutes.
- Fixed an issue where image preview is not displayed.
- Fixed an issue where
GET child enumerations
request is not using the correct version. - Fixed an issue where the scheduler was sending messages multiple times.
Changed π οΈβ
FLOWX.AI Engine πβ
- Advancing controller now supports OracleDBs
UI Designer βοΈβ
UI Designer improvements:
- You can now select enumeration data source for Select, Checkbox, and Radio UI elements.
- Clear content button option is available in the UI Designer, as a setting at element level for form elements populated with content.
- Form elements under hidden containers can be disabled now.
Here is a brief example: form β disabled = true
+ child form element: disabled = false
β entire form is disabled.
- Improved UI element configuration error experience - when there is an error in the elementβs settings, then the element is marked and on hover, an error message is displayed.
- Added code editor in expression fields.
Process designerβ
- Added a new flag in process settings to use a process in task management.
Known issues πβ
Reportingβ
- Reporting plugin is not compatible with Oracle DBs.
UI Designerβ
- When configuring an Input UI element with a 'Has clear' (content clear) property, we recommend setting a fixed width value for the element. If the width is set to 'fill', it may cause the UI to break
- The 'auto' size property for Fit W is not available for input, select, switch, textarea and datepicker UI elements