@@ -28,6 +28,37 @@ <h1>Links</h1>
2828
2929< h1 > Flowable Release Notes</ h1 >
3030
31+ < h3 > Release Notes - Flowable - 6.8.0</ h3 >
32+
33+ < ul >
34+ < li > Added support for using scripts in task and execution listeners and HTTP request and response handlers.</ li >
35+ < li > Added support to throw BPMN errors in scripts.</ li >
36+ < li > Added support for headers in an event model that can be used with event registry events in case and process definitions.</ li >
37+ < li > Improved support for starting case and process instances with the unique feature enabled on event registry start events.
38+ The event subscription for the event registry event is locked while starting the case and process instance to prevent any duplicate instances.</ li >
39+ < li > Added support for async leave in addition to the already long existing async (before) attribute for async tasks in BPMN and CMMN.
40+ An async job will be created to execute the leave of a task when the async leave attribute is set to true.</ li >
41+ < li > Improved support for parallel repeatable event listeners in case definitions.</ li >
42+ < li > Improved housekeeping logic to reduce the throughput time.</ li >
43+ < li > Added bulk support for deleting case and process instances, terminating case instances and moving deadletter jobs to executable.</ li >
44+ < li > Added activity instance REST API query support.</ li >
45+ < li > Fixed issue with event listeners in a repeatable stage in a case definition.</ li >
46+ < li > Fixed issue with having multiple event registry start events in a process definition.</ li >
47+ < li > Improved channel definition caching logic to prevent channels from getting unregistered when they should not.</ li >
48+ < li > Added support for providing an owner and assignee when starting a case or process instance.</ li >
49+ < li > Upgrade to Spring Boot 2.7.6.</ li >
50+ </ ul >
51+
52+ < h3 > Release Notes - Flowable - 6.7.2</ h3 >
53+
54+ < ul >
55+ < li > Fixed issue with vulnerable Log4j dependency. The Flowable apps now use the default Spring Boot logging framework, which is Logback.</ li >
56+ < li > Added support to execute a decision service in the DMN REST API.</ li >
57+ < li > Added support to query tasks with case instance variables.</ li >
58+ < li > Fixed issue with migrating a process instance to a new process definition with a call activity and a new boundary event.</ li >
59+ < li > Upgraded to Spring boot 2.6.2.</ li >
60+ </ ul >
61+
3162< h3 > Release Notes - Flowable - 6.7.1</ h3 >
3263
3364< ul >
0 commit comments