Whatโ€™s new? ๐Ÿ†•

โœ… Improved merge conflict handling with retry functionality
โœ… Enhanced error messages during failed merges
โœ… Streamlined workflow for resolving merge conflicts

Merge conflicts

Improved error messages when merge fails

Weโ€™ve enhanced the merge conflict resolution experience with more informative error messages and a new retry functionality:

  • When a merge fails, users can now see a โ€œRetry mergeโ€ button on the Merge failed modal
  • Clicking this button allows users to attempt the merge again without losing previous work

The system now handles two distinct scenarios:

1. When conflicts exist:

  • The system opens the Merge conflicts panel with the previous state of the merge before the failed attempt
  • This preserves all your conflict resolution work so you can fix the specific issues that caused the failure

2. When no conflicts exist:

  • The system automatically retries the merge operation
  • This streamlines the workflow when the merge failure was due to temporary issues rather than actual conflicts

Process engine

Deprecated DMN rules

In version 4.7.2, weโ€™ve deprecated the [DMN (Decision Model and Notation)] business rule actions. This change affects how business rules are configured on task/user task nodes in business processes.

Whatโ€™s changing:

  • DMN is no longer available as a language option when configuring business rule actions

Whatโ€™s next: For guidance on using alternative business rule languages, please refer to our supported scripting languages documentation.

Bug fixes ๐Ÿž

  • Resolved export/import issues with media library files, particularly for applications migrated from earlier versions
  • Fixed an issue where parallel multi-instance Call Activity would incorrectly trigger a subprocess when using an empty array list as a variable
  • Fixed a display issue where not all subprocesses were visible in the subprocess list on smaller screens
  • Fixed a bug where message events couldnโ€™t be caught when placed directly after an uninterrupting timer event
  • Resolved โ€œUnsupported Media Typeโ€ errors when importing application versions with media file binaries
  • Fixed an issue where color palette changes in Theme settings couldnโ€™t be saved at 100% browser resolution on smaller screens
  • Fixed a issue where OCR plugin failed due to missing correlation headers

Additional information

๐Ÿ“Œ Deployment Guidelines v4.7.2
๐Ÿ“Œ Migration Guide (from v4.7.0)
๐Ÿ“Œ Supported scripting languages