v2.10.0 - July 2022
Howdy ๐. Here is what we prepared for you on our latest release:
New featuresโ
๐ฉโ๐ญ FLOWX.AI Adminโ
NEW: Integrations Managementโ
Integration management helps you to keep a track of each integration (including scenarios) and its correspondent component. You can configure integrations between multiple components or different adapters.
For more information about Integration Management, check the following section:
ยปIntegration managementFixedโ
๐ฉโ๐ญ FLOWX.AI Adminโ
Platform Healthโ
- Fixed an issue when a component was incorrectly displayed as DOWN if the correct health status could not be retrieved for one of the services it depended on
๐ FLOWX.AI Content Managementโ
- Fixed an issue where the CMS content (taxonomies) is overwritten when 2 users are editing the same feature (instead of saving new changes)
FLOWX.AI Engine / FLOWX.AI License Manager/ FLOWX.AI Documents Pluginโ
- Fixed an issue where the Liquibase lock remained active in a certain scenario
For more details, check the following section:
ยปDeployment guidelines v2.9.0Changedโ
๐ฉโ๐ญ FLOWX.AI Adminโ
User menuโ
- The user menu is now accessible from the bottom-left corner, here you can also open the user settings menu where you can edit user details, credentials, roles & groups, and attributes
๐ FLOWX.AI Process Designerโ
- You can now set a process expiry time using a timer expression with a relative date (cron expression)
- New error status for process definitions duplication
๐ FLOWX.AI Documents pluginโ
S3 integrationโ
- Introduced a new property
application.file-storage.partition-strategy
with two possible values: NONE and PROCESS_DATE
Property | Value | Explanation |
---|---|---|
APPLICATION_FILESTORAGE_PARTITIONSTRATEGY | NONE | saving documents in minio/amazon-s3 will be done as before in a bucket for each process instance |
APPLICATION_FILESTORAGE_PARTITIONSTRATEGY | PROCESS_DATE | documents will be saved in a single bucket, with a subfolder, for example: bucket/2022/2022-07-04/process-id-xxxx/customer-id/file.pdf |
๐ FLOWX.AI Content Managementโ
Taxonomies
Granular access rights can be configured to restrict the access for manipulating taxonomies:
Languagesโ
- Added new user rights: read and edit
Source systemsโ
- Added new user rights: read and edit
Check the following section for more details on how to configure the access rights :
ยปConfiguring access rights for CMS๐ FLOWX.AI Engineโ
โ Kafka configurationโ
- Changed the environment variable for the topic used for sending notifications to the Task management plugin
Old | New |
---|---|
KAFKA_TOPIC_TASK_MAN_OUT | KAFKA_TOPIC_TASK_OUT |
For more details about how to configure Kafka topics, check the following section:
ยปFLOWX.AI engine setup guideAdditional information regarding the deployment for v2.10 is available below:
ยปDeployment Guidelines v2.10.0