cancel
Showing results for 
Search instead for 
Did you mean: 

Find Activiti Version on a local machine

maayanl
Confirmed Champ
Confirmed Champ

Hi,

I wanted to know How can I find the version of Activiti installed on my machine.

I could find only the Apache-Tomcat Version.

Thank you Smiley Happy

1 ACCEPTED ANSWER

paiyyavj13
Star Contributor
Star Contributor

Hi mayan levi,

I am not sure what application you have installed on your end, but irrelevant of the application you can find the version installed by checking the jars in your installed application, for example:

Check the below screenshot:

These jars are within the Application "WEB-INF\lib" folder.

You can verify the Activiti BPM version as  5.21.0.3 and the Alfresco Activiti application version as 1.5.3.

Also the installation folder would have a Read-Me.txt file having the version information.

Regards.

View answer in original post

4 REPLIES 4

paiyyavj13
Star Contributor
Star Contributor

Hi mayan levi,

I am not sure what application you have installed on your end, but irrelevant of the application you can find the version installed by checking the jars in your installed application, for example:

Check the below screenshot:

These jars are within the Application "WEB-INF\lib" folder.

You can verify the Activiti BPM version as  5.21.0.3 and the Alfresco Activiti application version as 1.5.3.

Also the installation folder would have a Read-Me.txt file having the version information.

Regards.

Hi Paiyyavj13 _‌,

Thanks to your explanation I found the Activiti version in the jars name.


Apache Tomcat is installed on my end and the readMe.txt is refer to the Apache Tomcat version (Activiti version is not mentioned).

Thanks for your help.

activiti101
Champ in-the-making
Champ in-the-making

In the readme files I see Alfresco Process Services (powered by Activiti) 1.9.0.3.

In the jar file I see 5.14. None of them work.

I need to get the dependency version for activiti-app-logic stated in the link - https://docs.alfresco.com/process-services1.7/topics/custom_logic.html

<dependency>
<groupId>com.activiti</groupId>
<artifactId>activiti-app-logic</artifactId>
<version>????</version>
</dependency>

whatever version I put in there, eclipse throws a error - Missing artifact com.activiti:activiti-app-logic:jar:1.8.13

Any idea?

Hi,

activiti-app-logic is an Alfresco Process Services module.

You need to have a valid Alfresco Nexus account in order to download it.

Raphael