Flowable 6.4.2 released

Highlights

GENERAL

  • Support has been added for CockroachDB (https://github.com/cockroachdb/cockroach) as an alternative DB option. A blog post with more details and getting started can be found here http://blog.flowable.org/2019/07/10/getting-started-with-flowable-and-cockroachdb. The full list of changes can be found here #1716.

  • Extracted the event subscription logic from the BPMN engine into a service (similar to the variable and job service for example), so that event subscriptions can also be used from the CMMN engine and possibly other engines in the future.

  • The manual sql scripts that can be found in the distro download are updated to include convenient scripts that will update and create the engines in one sql script.

  • Various small bugfixes and improvements all around.

BPMN

  • Added support for BPMN escalation events.

CMMN

  • Added support to listen to signal events in a CMMN case model. This enables more options to interact from a BPMN process instance with a CMMN case instance.

  • Added ‘available condition’ to CMMN event listeners (e.g. user or timer event listener) to guard precisely when an event listener becomes available. See the documentation for examples.

This release has 3 assets:

  • flowable-6.4.2.zip
  • Source code (zip)
  • Source code (tar.gz)

Visit the release page to get the new content.

3 Likes