Skip to main content

What’s new?

✅ Updated Spring Boot to the latest release for enhanced security and performance
✅ Updated Java libraries to fix vulnerabilities across all images
✅ Selectors support for substitution tags across all platforms (Web, iOS, Android)
✅ System substitution tags on all task management texts
✅ CMS - Added system substitution tags with migration script support

Security and Platform Updates

This release includes critical security updates to ensure your FlowX.AI platform remains secure and up-to-date:
  • Spring Boot Update: Updated to the latest release on the 4.7.x LTS branch
  • Java Libraries Update: Updated Java libraries to fix vulnerabilities across all LTS 4.7.x images

Selectors Support for Substitution Tags

You can now use selectors with substitution tags when the source type is process data across all platforms (Web, iOS, and Android). This enhancement provides more flexibility in displaying dynamic content from your process data in selector components. Available on:
  • Angular Web Renderer
  • React Web Renderer
  • iOS Renderer

System Substitution Tags for Task Management

Task management now includes comprehensive system substitution tags support:
  • Backend CMS: Added system substitution tags with a migration script to help you transition existing content
  • Web Renderers: System substitution tags are now available on all task management texts across Angular and React renderers
  • This allows for more dynamic and flexible task management configurations

Bug fixes

Fixed an issue where attempting to copy and paste nodes with misconfigurations, or importing an app version/build with misconfigured nodes, would result in an error. The system now handles misconfigured nodes gracefully during these operations.Issue: Error when trying to copy and paste nodes with misconfiguration or import an app version/build with nodes with misconfigurations
Resolved an issue where cards would not be expandable after finishing a subprocess that was started from the card in the React renderer.Issue: [React] Card not expandable after finishing subprocess started from it
Resolved an issue where cards would not be expandable after finishing a subprocess that was started from the card in the Angular renderer.Issue: [Angular] Card not expandable after finishing subprocess started from it
Fixed an issue where cards would collapse inappropriately when the next navigation area is a modal in the React renderer. Cards now maintain their expanded state correctly in these scenarios.Issue: [React] Card shouldn’t collapse when next nav area is modal
Fixed an issue where cards would collapse inappropriately when the next navigation area is a modal in the Angular renderer. Cards now maintain their expanded state correctly in these scenarios.Issue: [Angular] Card shouldn’t collapse when next nav area is modal
Fixed an issue where system substitution tags were not being displayed in the columns.displayName property of the Task Manager backend.Issue: [BE] Task manager | System substitutionTags are not displayed in columns.displayName
Resolved an issue where system substitution tags values were incorrectly overriding custom substitution tags when the value was not null in both React and Angular renderers.Issue: [React][Angular] Task manager | System subTags values override de custom subTags when value is not null
Fixed localization support in Task Manager table view for Russian and Uzbek languages, ensuring proper display of translated content.Issue: [Task manager localisation] Table view - Missing localisation support for Russian and Uzbek
Resolved an issue where the view search field placeholder in Task Manager was not being localized for any language. The placeholder now properly supports all configured languages.Issue: [Task manager localisation] View search field placeholder not localised for any language