License

All the software included in this distribution is distributed under Apache license V2 unless for these exceptions:

Documentation

Links for demo setup

After running the demo setup, you can open the Activiti Explorer

Other Links

A more elaborate collection of Activiti-links can be found on the Activiti Community page

Activiti Release Notes

Release Notes - Activiti - Version 5.8

Highlights

Bug

Improvement

New Feature

Release Notes - Activiti - Version 5.7

Highlights

Important

A couple of add-on applications have spun off from the Activiti download and started life on their own. Activiti Modeler continues as a Google code project called Signavio Core Components. Activiti Cycle now lives on as Camunda Fox. An evolved version of Activiti KickStart will become part of a new Alfresco cloud case management solution.

Activiti Explorer has acquired Activiti Probe for an undisclosed amount :-) The resulting Activiti Explorer has been restyled and includes more dynamic task management features.

The REST services were rewritten with the Restlet framework with backwards compatibility, so the REST interfaces haven't changed. The previous versions of Activiti included a REST services web application that used the Spring Surf and Webscripts framework. To implement a new or revised REST service you had to learn these frameworks. With moving to Restlet implementing new or revised REST services has become really simple.

The demo setup has been limited to H2 database only, as many people struggled with getting the demo setup to run on their databases. The demo setup is a quick way to get familiar with Activiti and its tools, but it is by no means meant for production purposes. A section 'Changing the database' has been added to the userguide and is intended for advanced users who want to run the Activiti tools on their servers and databases.

Sub-task

Bug

Improvement

New Feature

Task

Release Notes - Activiti - Version 5.6

Highlights

Known upgrade limitation

In the DB schema creation scripts, we've enlarged the max size of certain varchar columns from 255 to 4000. See ACT-236. These schema updates are not part of the automatic upgrade procedure.

Max length of following columns has been set to 4000:

If you want to perform these changes, you can do that manually. Check your database capabilities for the easiest way on changing the type of columns from varchar(255) to varchar(4000). As a fall back, for each table affected, you can:

  1. create a new temporary table
  2. copy the contents from the original to the temporary table
  3. delete the original table
  4. recreate the original table using the new create script with the proper lengths
  5. copy the contents from the temporary table back to the new original table
  6. drop the temporary table

Bug

Improvement

New Feature

Task

Release Notes - Activiti - Version 5.5

Highlights

Bug

Improvement

New Feature

Task

Test

Release Notes - Activiti - Version 5.4

Compatibility note

After releasing 5.3, we discovered that execution listeners and task listeners and expressions were still in non-public api. Those classes were in subpackages of org.activiti.engine.impl..., which has impl in it). org.activiti.engine.impl.pvm.delegate.ExecutionListener, org.activiti.engine.impl.pvm.delegate.TaskListener and org.activiti.engine.impl.pvm.el.Expression have been deprecated. From now on, you should use org.activiti.engine.delegate.ExecutionListener, org.activiti.engine.delegate.TaskListener and org.activiti.engine.delegate.Expression. In the new publicly available API, access to ExecutionListenerExecution.getEventSource() has been removed. Apart from the deprecation compiler warning, the existing code should run fine. But consider switching to the new public API interfaces (without .impl. in the package name).

Highlights

Sub-task

Bug

Improvement

New Feature

Task

Release Notes - Activiti - Version 5.3

Highlights

Bug

Improvement

New Feature

Task

Release Notes - Activiti - Version 5.2

Highlights

Sub-task

Bug

Improvement

New Feature

Task

Wish

Release Notes - Activiti - Version 5.1

Warning

The automatic upgrade does not have enough coverage to have full confidence. For more info, see the user guide, section Database upgrade.

Changes

Highlights

Sub-task

Bug

Improvement

New Feature

Task

Release Notes - Activiti - Version 5.0

Highlights

Bug

Improvement

New Feature

Task

5.0.rc1 (November 1, 2010)

Highlights

Known limitations

Sub-tasks

Bug

Improvement

New Feature

Task

Test

5.0.beta2 (October 1, 2010)

Highlights

Bug

Improvement

New Feature

Task

5.0.beta1 (September 1, 2010)

Known limitations

New Features

Bugs

Improvements

Tasks

5.0.alpha4 (August 1, 2010)

Improvements

New features

Bugfixes

5.0.alpha3 (July 1, 2010)

Improvements

5.0.alpha2 (June 1, 2010)

Improvements

Known limitations

5.0.alpha1 (May 17, 2010)

Known limitations