Skip to content

Flowable 7.0.1 release

Latest
Compare
Choose a tag to compare
@tijsrademakers tijsrademakers released this 17 Jan 12:58
· 79 commits to main since this release
  • This is a minor release including support for Spring Boot 3.1.6.
  • Add support to dynamically create an event subscription to start a case or process instance.
  • Add support to register a filter class in the inbound channel pipeline that is invoked for all events that are being received through that channel.
  • Added an option to query for parent and root scope ids for (historic) case, process and task instances.
  • Added an option to not create a repetition counter variable for repetition elements in CMMN.
  • Fixed issue with incorrect stages getting activated on case instance migration.