We are introducing a new system for archiving data related to old process instances. This enables the implementation of data retention policies, with more predictable storage usage and costs.
Some operations involving process instance data can be snappier, given the lower amount of data in the system and new structure. Archiving relies on partitioning data based on the process instance start time. Each partition is associated with a time period (day, week, month), and retention is defined by the number of periods maintained in the system.
Archived data remains in new tables in the database, optionally compressed, and is no longer accessible in FlowX. These tables can be compressed, copied, moved, archived, or deleted without affecting other processes in FlowX.For more details about process instance partitioning and archiving, including configuration of the feature, see:
We have enhanced the Task Manager plugin by adding the ability to update the baseUrl for tasks. If the task.baseUrl is specified in the process parameters, it will now be sent to the Task Manager to update the tasks accordingly.Example of a Business Rule:
UI Designer: When relocating UI elements between parents, the elements’ order doesn’t always get the memo, causing a mix-up in the family tree. We’re untangling this knot!