Flowable (V6) v6.2.1 Release Notes

Release Date: 2017-12-11 // over 6 years ago
  • Highlights

    • ๐Ÿ‘ Lots of additions to the CMMN 1.1 Engine, including timer support, repetition support, DMN and HTTP task support and variable query support.
    • ๐Ÿ“š Rest documentation is now also generated based on the Swagger definitions to ensure it's always in sync with the REST controller code.
    • ๐Ÿ‘Œ Improved support of ChangeActivityStateBuilder to move an execution in a process instance to another activity that's part of the process definition.
    • โœจ Enhanced the CMMN Modeler palette with timer event listeners, DMN and HTTP tasks and additional properties like timer expressions and repetition expressions.
    • ๐Ÿ‘Œ Improved support of CMMN in the Flowable Task app.
    • ๐Ÿ›  Various small bugfixes all around.

    Community contributors

    • Pascal Schumacher (PascalSchumacher)
    • Stijn de Pestel (stijndepestel)
    • Robert Hafner (roberthafner)
    • Xin Wang (dram)
    • David Malkovsky (dbmalkovsky)
    • Michael Lippens (mlippens)
    • Marco van Zwetselaar (zwets)
    • Yanming Zhou (quaff)
    • Christophe Deneux (cdeneux)

    โฌ†๏ธ Upgrade notes

    ๐Ÿš€ To harmonize the deployers between the BPMN and CMMN engine the ProcessEngineConfigurator interface has been renamed to EngineConfigurator and moved to the flowable-engine-common module.
    In addition a new flowable-spring-common module has been added to shared common Spring classes between the BPMN and CMMN spring modules.