Find Activiti Version on a local machine

cancel
Showing results for 
Search instead for 
Did you mean: 
maayanl
Active Member II

Find Activiti Version on a local machine

Jump to solution

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 Solution

Accepted Solutions
paiyyavj13
Established Member II

Re: Find Activiti Version on a local machine

Jump to solution

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 solution in original post

4 Replies
paiyyavj13
Established Member II

Re: Find Activiti Version on a local machine

Jump to solution

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.

maayanl
Active Member II

Re: Find Activiti Version on a local machine

Jump to solution

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
Member II

Re: Find Activiti Version on a local machine

Jump to solution

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?

rallegre
Alfresco Employee

Re: Find Activiti Version on a local machine

Jump to solution

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