cancel
Showing results for 
Search instead for 
Did you mean: 

Alarms activiti version

juanb
Champ in-the-making
Champ in-the-making
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
3 REPLIES 3

trademak
Star Contributor
Star Contributor
activiti-pvm 5.0.beta2 dependency??? Why do you have a dependency on a very early version of the Activiti PVM?
You can read about the changes between 5.12 and 5.16 in the release notes that are part of every Activiti release.

Best regards,

juanb
Champ in-the-making
Champ in-the-making
I have no idea why they are using that version. Someone gave me the project and told me that I cant change any version from the pom.xml. They told me they are thinking to add a new requisite to the project that consists on alarms. Is it possible to do it with these versions?
What type of alarms does activiti include?

Thanks

trademak
Star Contributor
Star Contributor
Okay. What do you mean with an alarm?
We have support for multiple boundary events and other event types.

Best regards,