Skip to main content
Do not forget, when upgrading to a new platform version, always check and make sure your installed component versions match the versions stated in the release. To do that, go to FLOWX.AI Designer > Platform Status.
After updating to 3.1.0 FLOWX.AI release, importing old processes definitions in the new platform release is not possible (available for exports from < 3.1.0 releases).

Component versions

With the release of FLOWX.AI 3.0, there have been some changes that you need to be aware when upgrading to the latest version:
  • The flowx-process-renderer has been migrated to @flowx\ui-sdk.
  • As of FlowX 4.0, the paperflow-web-components library is no longer being maintained. Instead, the new components can be found in @flowx/ui-toolkit.
For more information, check Using the Angular Renderer section.
FlowX.AI supports any version of the third-party components listed as prerequisites.For optimal performance and reliability, our internal QA process validates new releases using specific versions as indicated in the provided table. While exploring alternative versions that suit your companyโ€™s specific requirements, we recommend referring to the compatibility matrix for guidance.In the unlikely event that you encounter any compatibility issues with FlowX.AI, please open a support ticket here, and our dedicated team will address and resolve any identified bugs following our standard support process.Compatibility Matrix:
  • FLOWX.AI Platform: Recommended and tested versions
  • Third-Party Components: Supported versions based on specific requirements and client preferences

Additional configuration

Process engine - scheduler

Configuration for scheduler to be added on Process engine setup.

Undo/redo

Configuration for undo/redo actions in UI Designer to be added on Admin setup.

Advancing controller with Oracle

To use advancing controller with OracleDBs, the following .yml files must be edited, configuring the right environment variables:

Advancing controller

If the parallel advancing configuration already exists, resetting the โ€˜advancingโ€™ database must be done by executing the SQL command DROP DATABASE advancing;. Once the database has been dropped, the Liquibase script will automatically re-enable it.
  • SPRING_JPA_DATABASE - value: oracle
  • SPRING_JPA_DATABASE_PLATFORM
  • SPRING_DATASOUCE_URL
  • SPRING_DATASOURCE_DRIVERCLASSNAME
Advancing controller setup

Process engine

  • SPRING_JPA_DATABASE - value: oracle
  • SPRING_JPA_DATABASE_PLATFORM
  • SPRING_DATASOUCE_URL - environment variable used to configure a data source URL for a Spring application, it typically contains the JDBC driver name, the server name, port number, and database name
  • SPRING_DATASOURCE_DRIVERCLASSNAME - environment variable used to set the class name of the JDBC driver that the Spring datasource will use to connect to the database
  • ADVANCING_DATASOURCE_DRIVERCLASSNAME
  • ADVANCING_DATASOURCE_URL
  • ADVANCING_DATASOURCE_JDBC_URL
Process engine setup
Last modified on July 7, 2026