Which version of Activiti is contained in Alfresco Process Services 1.6.4

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

Which version of Activiti is contained in Alfresco Process Services 1.6.4

 I have a system on which is installed Alfresco Process Services version 1.6.4 and I'm wondering which version of Activiti is shipped with this release.

3 Replies
paul_roth
Established Member

Re: Which version of Activiti is contained in Alfresco Process Services 1.6.4

Activiti 5.22

rupeshsawaliya
Established Member

Re: Which version of Activiti is contained in Alfresco Process Services 1.6.4

Hi,

In order to know exact Activiti version in Alfresco Process Services, you can check the following steps:

  1. Navigate to the home directory of Alfresco Process Service.
  2. Now navigate to the the <APS-Home>/process-services-1.8.1/tomcat/webapps/activiti-app/WEB-INF/lib
  3. Now check the jar which starts with activiti-engine , in the name of this jar you will get activiti version no. or else you can simply execute this command "ls activiti-engine-*.jar" to directly locate the jar.

I hope this will help.

Regards,

Rupesh

EnProwess Technologies

abarisone
Active Member II

Re: Which version of Activiti is contained in Alfresco Process Services 1.6.4

Thanks for the reply.

Is it possible to build a service layer in order to connect to Activiti directly or you have to use Alfresco REST API?