cancel
Showing results for 
Search instead for 
Did you mean: 

Get instance of running process

fabiangambetta
Champ in-the-making
Champ in-the-making

HI everyone, I'm new yo Activiti-Rest, I'm trying to get the instance of a process I started but I do not know what I'm doing wrong

Im trting with this uri

http://localhost:8080/activiti-rest/service/runtime/process-instances?id=1645 

and the answer is:

In Activiti-eplorer I have this:

Thanks for the help!

3 REPLIES 3

gdharley
Elite Collaborator
Elite Collaborator

Hi Greg, thaks for you answer

I tried with 

Fabian,

I'll bet you are running activiei-explorer.war and activiti-rest.war applications deployed to a single tomcat server.

I also bet you havn't updated the db.properties to point to the same database.

Most likely each of your war files is using it's own embedded in memory H2 database, hence the rest application can't see any of the processes in activiti-explorer.

Check our db.properties and make sure both apps are ponting to a single "real" database.

Greg