License

The Flowable project is distributed under Apache license V2.

Documentation

Links

Flowable Release Notes

Release Notes - Flowable - 6.1.1

Highlights

Community contributors

Upgrade notes

CommandContext and related classes package changes:

As a result of a refactoring that involved consolidating various classes and moving them to the flowable-engine-common module, following internal classes have changed packages.

The following applies to all engines (process, dmn, form, content and idm):

The process engine now has the org.flowable.engine.impl.util.EngineServiceUtil utility class that can be used to get easily access to the configuration and services of the other engines.

FlowableCancelledEvent.getCause() return value change

The value that's passed in the cause of a org.flowable.engine.delegate.event.FlowableCancelledEvent has changed in the following cases:

Instead of passing an entity instance (MessageEventSubscriptionEntity, SignalEventSubscriptionEntity or JobEntity respectively) the BpmnModel counterpart, as an instance of a subclass of org.flowable.bpmn.model.FlowElement, is passed instead which is consistent with the general value of the cause property. Do note that due to the fact the return type of getCause() is Object, the compiler will not notice this, so best to look at the usage of the FlowableCancelledEvent in your code.

Release Notes - Flowable - 6.1.0

Highlights

Release Notes - Flowable - 6.0.1

Highlights

Release Notes - Flowable - 6.0.0

Highlights

Release Notes - Flowable - 6.0.0.RC1

Highlights

Release remarks