github flowable/flowable-engine flowable-6.1.1
Flowable 6.1.1 release

6 years ago
  • 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.

Don't miss a new flowable-engine release

NewReleases is sending notifications on new releases.