If you are on a more recent Activiti version or if you have any trouble migrating, ask for assistance in the or turn to our Consulting services. We are happy to help you!

The changes in short are:

  • Maven Dependencies, e.g., activiti.jar changed to camunda-engine.jar.
  • Package Names changed from org.activiti to org.camunda.bpm for all modules (including engine, CDI and spring).
  • Database schema and table names. Note that we based our fork on Activiti 5.11 and the tables existent in that version.

Exchange Library

Exchange the existing library (here shown as Maven dependency)

Make sure that you have the Camunda Maven Repository set correctly:

Adjust Package Names

Just do an Organize Imports in your IDE, that should do the trick as the API class names have not changed.Your IDE should figure out the rest for you.For Eclipse this can be done by clicking on the project and hitting .