DECEMBER 15, 2016

Today we released the first Flowable 6 engine version (6.0.0.RC1). This release is a major milestone before the final 6.0.0 release and we consider the version feature complete. The focus now is to get as much feedback from the community as possible before we can release the final 6.0.0 version. Any help in this is really appreciated.

The 6.0.0.RC1 release has the following highlights:

Highlights

  • Package renaming to org.flowable, and renaming of config files to flowable.cfg.xml and flowable-context.xml. It was not an easy decision to go this route, but for the clear distinction and separation of the Flowable project this is the best way forward. The discussion for this choice can be found in this forum post http://forum.flowable.org/t/opinions-on-package-renaming-for-flowable-6-to-org-flowable/118/13

  • Class name renaming to use Flowable instead of Activiti where needed.

  • The identity functionality is separated in the IDM engine, and the identity database tables are managed by this engine. By default the IDM engine is enabled when starting the Flowable engine, but it can be disabled with the disableIdmEngine property.

  • Introduction of a content engine, which provides a simple file store for attaching files/documents to a task or process instance.

  • Support for non interrupting event sub processes. Until this version only interrupting event sub processes were supported, but now it’s possible to handle events and let the main process execution continue as well.

  • The task app has been refactored into 3 separate web applications. There’s a Flowable Modeler app that contains the modeling repository functionality + the BPMN, form and DMN editor. The second app is the Flowable IDM app that manages the users and groups and handles authentication for each app. For example the Flowable Modeler will redirect to the Flowable IDM app when no valid cookie is found. After logging in to the Flowable IDM app, a redirect to the Flowable Modeler is executed and you can access the Modeler repository. This is done to allow for single sign-on between the different apps. The third app is the Flowable task app, that allows you to start process instances and work with tasks and fill-in forms.

  • Introduction of the Flowable Admin application that allows for querying the BPM, DMN, Form and Content engines.

  • Introduction of Docker images to make it easy to start all apps in a convenient way. In the docker folder several docker start scripts can be found that use a Docker compose file. In an upcoming blog post we will share more information on how this can be used.

  • Persistency logic that was written in Hibernate has all been rewritten to MyBatis to have a common framework for all persistency logic.

  • Various and many small bugfixes all around.

Release remarks

  • This a major milestone to get to the final Flowable 6.0.0 release. All parts of the release are now considered feature complete, so the remaining work will be bug fixing and smaller features.

  • We will continue to improve the docs for the 6.0.0 release.

  • At this point all community testing is extremely important for the quality of the 6.0.0 release. So every contribution is this area is very welcome.

A big thank you to the whole Flowable team for making this release possible. We’ll do a number of blog posts in the coming days and weeks to explain the different components in the Flowable 6.0.0 RC1 package. In the meantime you can use the forum to ask specific questions and again to make the 6.0.0 release stable and well tested, please help us by testing your process definitions with this release.

Tijs_Rademakers_MG 8595

Tijs Rademakers

VP Engineering

BPM enthusiast and Flowable project lead.

Share this Blog post
iStock-1125550535
Engineering | JULY 3, 2024
Using AI with Flowable

In the past few months, this has culminated into a clear understanding of the strengths and weaknesses of the Generative AI (GenAI) technology; and where it makes sense to integrate with it and – perhaps more important – where it doesn’t make sense.

pexels-google-deepmind-18069697
Engineering | FEBRUARY 19, 2024
The Value of AI in Modeling

As AI gains prominence as a pivotal technology and enterprises increasingly seek to leverage its capabilities, we are actively exploring diverse avenues for integrating AI into process automation.

pixabay_egg-583163_1920_stevepb
Engineering | OCTOBER 3, 2023
Low-code, High Impact: Flowable & CMMN for Complex Use Cases

The key to managing complexity is to combine different and multiple tools leads to better, faster, and more maintainable solutions. For example, combining BPMN with CMMN.