Skip to content

Releases: flowable/flowable-engine

Flowable 7.2.0 Release

21 Aug 11:28
Compare
Choose a tag to compare
  • Support for setting Variables asynchronous for BPMN and CMMN
  • Support for Skip Expression for Receive Task and Send Event Task
  • Support for setting local variables when migration case instances
  • Support querying Historic Variables by collection of Case / Process instance ids
  • Support querying Process / Case instances excluding a set of definition keys
  • Support for including only defined variables when querying (Historic) Process / Case instances
  • Support for querying Case instances by parent ID
  • Support Input variables for Script Task
  • Support resolving Case / Plan Item instance in a task listener expression
  • Support DMN rule expressions with logic not at the beginning of the rule
  • Support for using available conditions for Variable Event Listeners
  • Support for secure HTTP Headers in the HTTP Task. When using these headers, then the header values are going to be masked when logging them and / or storing them as variables
  • Support for BigInteger and BigDecimal as variables
  • Support for configuring the max length for large variables (string, json, serializable, byte array)
  • Remove child deployments when un-deploying an App
  • Add completedBy to Activity Instance
  • Add assignee / completedBy to Plan Item Instance
  • Change REST API Date responses to use UTC instead of Server Timezone
  • Improve REST API to support querying dates without seconds or milliseconds
  • Improve Swagger Docs by including information for start, size, order, and sort in relevant places
  • Improve performance by avoiding dirty checks for Immutable entities
  • Improve BPMN performance for straight through processes by avoiding unnecessary selects during deletion
  • Improve CMMN performance by using a dedicated list for storing the evaluate criteria operations (which are executed once all other operations are done)
  • Improve Housekeeping performance
  • Fix issue when invoking get and path on JsonNode through expressions
  • Fix issue when parsing and validating XML with empty CDATA
  • Fix issue with matching incoming events when having channel definitions in the default tenant
  • Fix issue with optimistic locking for stages with async elements
  • Fix issue when using Apache HttpClient 5, and the response uses a non-compliant HTTP Status code
  • Fix issue when using a DMN Hit Policy Priority and no results
  • Fix issue with boundary events when dynamically moving the current state to the parent process instance
  • Deprecate support for JUnit 3 and JUnit 4
  • Deprecate support for Joda Time
  • Upgrade to Spring Boot 3.5.4

Note: Our current plan is the next Release (Flowable 8) to be based on Spring 7, Spring Boot 4 and use Jackson 3. We will also support Jackson 2, but by default we would use Jackson 3. See Path to Jackson 3.0.0 from the Jackson team

Flowable 7.1.0 release

07 Oct 12:04
Compare
Choose a tag to compare
  • Removed Liquibase from the App, CMMN, DMN and event registry engines and changed it to manual SQL files like it was already done for the BPMN, Common and IDM engines.
  • Improve support for Microsoft SQL Server nvarchar type and making sure that queries can use the correct index type.
  • Added support to reschedule a CMMN timer job or timer event listener in the CmmnManagementService.
  • Added support for multiple variable event listeners in BPMN and CMMN.
  • Fixed issue with event subscriptions using multiple correlation parameters not working with event listeners mapping different correlation parameters.
  • Added support for enabling event sub process start events in the process instance migration logic.
  • Added support for direct migration of async service tasks inh the process migration.
  • Added support for pre and post expressions in the case instance migration builder.
  • Fixed issue with task properties not getting updated in the case instance migration.
  • Added support to terminate sub case instances in the case migration.
  • Fixed issue with repetition counter variables in the case instance migration logic.
  • Added option to change the plan item and definition id in the case migration.
  • Added support for LocalDate and LocalDateTime for time expressions.
  • Added support for UUID variable types in the REST API.
  • Upgrade to Spring Boot 3.3.4

Flowable 6.8.1 release

22 Feb 07:09
Compare
Choose a tag to compare
  • This is a bug fix release.
  • Added async leave functionality to support leaving an activity with an async job.
  • Added support to listen to a variable event in multiple variable elements in BPMN and CMMN.
  • Added support for String collection and JSON array for mail recipients in the mail task.
  • Added an option to not create a repetition counter variable for repetition elements in CMMN.
  • Fixed issue with event subscriptions triggering a plan item instance in an unavailable state.
  • Added support for LocalDate and LocalDateTime for timer expressions in BPMN and CMMN.
  • Added support for adding and removing waiting for repetition in the case instance migration and change state API.
  • Added support for mapping plan item ids to a different value in the case instance migration.
  • Fixed issue with sentry part instances being in an incorrect state after case instance migration.
  • Fixed issue with incorrect stages getting activated on case instance migration.
  • Added support for adding repetition when reactivating a case instance.
  • Added support for batch case instance migration to the CMMN engine.
  • Added support to stop a housekeeping batch.
  • Improved history cleaning to limit the amount of sub process instances in one bulk delete.
  • Upgrade to Spring Boot 2.7.18

Flowable 7.0.1 release

17 Jan 12:58
Compare
Choose a tag to compare
  • 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.

Flowable 7.0.0 release

21 Sep 08:11
Compare
Choose a tag to compare
  • This is the first stable release for version 7 of the Flowable Engines focusing on the Spring Boot 3, Spring 6 and Java 17 upgrade.
  • The REST application requires a servlet container / application server that supports Jakarta 9.
  • This release focuses on the main Flowable Engines and REST APIs for the BPMN, CMMN, DMN and event registry engines. This means that there are no UI applications, no content and form engines and the modules for Mule and some others are removed.
  • Blog post with more information about the Flowable 7 release https://www.flowable.com/blog/engineering/flowable-open-source-7-0-0-release
  • Support batch migration for CMMN
  • Repetition support for case reactivation
  • Support for stopping housekeeping batch
  • Support for HTTP HEAD and OPTIONS for the Http Tasks
  • Remove relocated Spring Boot Starters
    • flowable-spring-boot-starter-basic - flowable-spring-boot-starter-process should be used instead
    • flowable-spring-boot-starter-rest-api - flowable-spring-boot-starter-process-rest should be used instead
  • Add flowable-bom with all the Flowable artifacts
  • Support for dynamic Kafka message key
  • Add TaskCompletionBuilder to CmmnTaskService
  • Add support for handling custom input parameters for error start and boundary events and for passing additional data in error end events
  • Add ability to store completer of human and user tasks in a variable
  • Support collection of string or json array as mail recipients in Mail Tasks
  • Upgrade to Spring Boot 3.1
  • Upgrade to Camel 4
  • Upgrade to CXF 4
  • Provide an abstraction for sending emails through a FlowableMailClient
  • Use Jakarta Mail instead of Javax Mail and replace Apache Commons Email with Eclipse Angus Mail
  • Remove message based executor
  • Remove some Flowable deprecated code
    • CmmnRepositoryService#getDecisionTablesForCaseDefinition - use CmmnRepositoryService#getDecisionsForCaseDefinition instead
    • RepositoryService#getDecisionTablesForProcessDefinition - use RepositoryService#getDecisionsForProcessDefinition instead
    • HistoricCaseInstanceQuery#limitCaseVariables - no replacement it was a noop
    • CaseInstanceQuery#limitCaseInstanceVariables - no replacement it was a noop
    • HistoricProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • ProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • TaskInfoQuery#limitTaskVariables - no replacement it was a noop
    • Removed query limit configurations from CmmnEngineConfiguration and ProcessEngineConfigurationImpl
    • Removed HistoryManager#recordActivityEnd - no replacement, Flowable was never calling that method
    • Removed org.flowable.engine.FlowableTaskAlreadyClaimedException - use org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException instead
    • Removed org.flowable.engine.cfg.MailServerInfo - use org.flowable.common.engine.impl.cfg.mail.MailServerInfo instead
    • Removed org.flowable.http.HttpRequest - use org.flowable.http.common.api.HttpRequest instead
    • Removed org.flowable.http.HttpResponse - use org.flowable.http.common.api.HttpResponse instead
    • Removed org.flowable.http.delegate.HttpRequestHandler - use org.flowable.http.common.api.delegate.HttpRequest instead
    • Removed org.flowable.http.delegate.HttpResponseHandler - use org.flowable.http.common.api.delegate.HttpResponse instead
    • Removed org.flowable.identitylink.service.IdentityLinkType - use org.flowable.identitylink.api.IdentityLinkType instead
    • Removed ManagedAsyncJobExecutor - configure the thread factory in the engine configuration
    • Removed org.flowable.spring.SpringCallerRunsRejectedJobsHandler - use org.flowable.spring.job.service.SpringCallerRunsRejectedJobsHandler instead
    • Removed org.flowable.spring.SpringRejectedJobsHandler - use org.flowable.spring.job.service.SpringRejectedJobsHandler instead
  • Remove async history support. In case you were using async history, make sure that you have no async history jobs before starting the new version

Flowable 7.0.0.M2 release

18 Aug 13:30
Compare
Choose a tag to compare
Pre-release
  • Support batch migration for CMMN
  • Repetition support for case reactivation
  • Support for stopping housekeeping batch
  • Support for HTTP HEAD and OPTIONS for the Http Tasks
  • Remove relocated Spring Boot Starters
    • flowable-spring-boot-starter-basic - flowable-spring-boot-starter-process should be used instead
    • flowable-spring-boot-starter-rest-api - flowable-spring-boot-starter-process-rest should be used instead
  • Add flowable-bom with all the Flowable artifacts
  • Support for dynamic Kafka message key
  • Add TaskCompletionBuilder to CmmnTaskService
  • Add support for handling custom input parameters for error start and boundary events and for passing additional data in error end events
  • Add ability to store completer of human and user tasks in a variable
  • Support collection of string or json array as mail recipients in Mail Tasks
  • Upgrade to Spring Boot 3.1
  • Upgrade to Camel 4
  • Upgrade to CXF 4
  • Provide an abstraction for sending emails through a FlowableMailClient
  • Use Jakarta Mail instead of Javax Mail and replace Apache Commons Email with Eclipse Angus Mail
  • Remove message based executor
  • Remove some Flowable deprecated code
    • CmmnRepositoryService#getDecisionTablesForCaseDefinition - use CmmnRepositoryService#getDecisionsForCaseDefinition instead
    • RepositoryService#getDecisionTablesForProcessDefinition - use RepositoryService#getDecisionsForProcessDefinition instead
    • HistoricCaseInstanceQuery#limitCaseVariables - no replacement it was a noop
    • CaseInstanceQuery#limitCaseInstanceVariables - no replacement it was a noop
    • HistoricProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • ProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • TaskInfoQuery#limitTaskVariables - no replacement it was a noop
    • Removed query limit configurations from CmmnEngineConfiguration and ProcessEngineConfigurationImpl
    • Removed HistoryManager#recordActivityEnd - no replacement, Flowable was never calling that method
    • Removed org.flowable.engine.FlowableTaskAlreadyClaimedException - use org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException instead
    • Removed org.flowable.engine.cfg.MailServerInfo - use org.flowable.common.engine.impl.cfg.mail.MailServerInfo instead
    • Removed org.flowable.http.HttpRequest - use org.flowable.http.common.api.HttpRequest instead
    • Removed org.flowable.http.HttpResponse - use org.flowable.http.common.api.HttpResponse instead
    • Removed org.flowable.http.delegate.HttpRequestHandler - use org.flowable.http.common.api.delegate.HttpRequest instead
    • Removed org.flowable.http.delegate.HttpResponseHandler - use org.flowable.http.common.api.delegate.HttpResponse instead
    • Removed org.flowable.identitylink.service.IdentityLinkType - use org.flowable.identitylink.api.IdentityLinkType instead
    • Removed ManagedAsyncJobExecutor - configure the thread factory in the engine configuration
    • Removed org.flowable.spring.SpringCallerRunsRejectedJobsHandler - use org.flowable.spring.job.service.SpringCallerRunsRejectedJobsHandler instead
    • Removed org.flowable.spring.SpringRejectedJobsHandler - use org.flowable.spring.job.service.SpringRejectedJobsHandler instead
  • Remove async history support. In case you were using async history, make sure that you have no async history jobs before starting the new version

Flowable 7.0.0.M1 release

23 Dec 14:00
Compare
Choose a tag to compare
Pre-release
  • This is the first milestone for version 7 of the Flowable Engines focusing on the Spring Boot 3, Spring 6 and Java 17 upgrade.
  • The plan forward is to keep maintaining the 6.x and 7.x versions for at least the next year, so we will do both 6.x and 7.x releases.
  • The REST application requires a servlet container / application server that supports Jakarta 9.
  • This release focuses on the main Flowable Engines and REST APIs for the BPMN, CMMN, DMN and event registry engines. This means that there are no UI applications, no content and form engines and the modules for Mule and some others are removed.

Flowable 6.8.0 release

22 Dec 20:54
Compare
Choose a tag to compare
  • Added support for using scripts in task and execution listeners and HTTP request and response handlers.
  • Added support for new task and instance history levels to provide more options to reduce the amount of historic data stored.
  • Added support to throw BPMN errors in scripts.
  • Added support for headers in an event model that can be used with event registry events in case and process definitions.
  • Improved support for starting case and process instances with the unique feature enabled on event registry start events.
    The event subscription for the event registry event is locked while starting the case and process instance to prevent any duplicate instances.
  • Added support for async leave in addition to the already long existing async (before) attribute for async tasks in BPMN and CMMN.
    An async job will be created to execute the leave of a task when the async leave attribute is set to true.
  • Improved support for parallel repeatable event listeners in case definitions.
  • Added interface to provide an implementation for non-matching events that are received in the event registry.
  • Added support to query directly on runtime variable instances both in the Java API and REST API.
  • Improved housekeeping logic to reduce the throughput time.
  • Added support for retries in Kafka channels in the event registry.
  • Expose topic, partitions and offset consumer record for inbound Kafka channel and provide custom partition support for outbound Kafka channel.
  • Added bulk support for deleting case and process instances, terminating case instances and moving deadletter jobs to executable.
  • Added activity instance REST API query support.
  • Fixed issue with event listeners in a repeatable stage in a case definition.
  • Fixed issue with having multiple event registry start events in a process definition.
  • Add dedicated task executor for the task invoker. This is fixing an issue with a potential deadlock when using the "true parallel" HTTP task feature.
  • Improved channel definition caching logic to prevent channels from getting unregistered when they should not.
  • Added support for providing an owner and assignee when starting a case or process instance.
  • Upgrade to Spring Boot 2.7.6.

Flowable 6.7.2 release

28 Dec 14:38
Compare
Choose a tag to compare
  • Fixed issue with vulnerable Log4j dependency. The Flowable apps now use the default Spring Boot logging framework, which is Logback.
  • Added support to execute a decision service in the DMN REST API.
  • Added support to query tasks with case instance variables.
  • Fixed issue with migrating a process instance to a new process definition with a call activity and a new boundary event.
  • Upgraded to Spring boot 2.6.2.

Flowable 6.7.1 release

12 Nov 11:36
Compare
Choose a tag to compare
  • A case and process instance has support for a business status value, similar to a business key.
  • Added support for deleting historic case and process instances and their related data using batches and batch parts.
  • Fixed issue with the global lock mechanism when running a cluster of Flowable instances.
  • Fixed issue with transient variables made persistent when passing all variables to a sub process instance with a call activity task.
  • Added support for querying tasks, jobs and event subscriptions without the BPMN or CMMN entities. By using withoutProcessInstanceId on the task query for example you can make sure that only CMMN tasks and standalone tasks are returned without the BPMN tasks.
  • Added MariaDB to the Flowable QA databases in Github Actions.