Hi, I am currently developing an app with these Activiti's dependences:
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-engine</artifactId>
<version>5.12</version>
</dependency>
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-pvm</artifactId>
<version>5.0.beta2</version>
</dependency>
I can't change this version due to the way the app is done.
My question is if I can deal with alarms with these versions. Also I would like to know what changes from version 5.12 to the last one (5.16). I mean if there are major changes (such as something new).
Thanks