Flowable 6.1.1 released

Hi all,

Today we released Flowable 6.1.1 (http://www.flowable.org/blog/2017/07/21/flowable-6.1.1-release.html).
The highlights of this release are:

  • Introduction of audit history in the DMN Engine. When history is enabled in the DMN Engine, an audit log of each decision execution is stored in the DMN database. By default the history is disabled.
  • Replaced the MVEL expression language in the DMN Engine with the same JUEL expression language as used in the BPMN and Form Engine.
  • Refactored DmnRuleService with new ExecuteDecisionBuilder and deprecated old execute decision methods.
  • Call activity: allow to set output parameters a local variables for multi instance executions.
  • Easier usage of async history in combination with a message queue (see https://github.com/flowable/flowable-examples/tree/master/async-history)
  • Performance improvement: introduce grouping and compression for async history data.
  • Various small bugfixes all around.

The following community members contributed to this release (thanks!):

  • Faizal Abdul Manan (faizal-manan)
  • David Malkovsky (dbmalkovsky)
  • Harsha Teja Kanna (h7kanna)
  • Lori Small (lsmall)
  • bsydow
  • stephraleigh

Let us know if you have any questions or comments!

Best regards,

Tijs

2 Likes

Huge thanks to the people that contributed!

Cheers
Paul.