Get instance of running process

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

Get instance of running process

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
gdharley
Intermediate

Re: Get instance of running process

fabiangambetta
Member II

Re: Get instance of running process

Hi Greg, thaks for you answer

I tried with 

gdharley
Intermediate

Re: Get instance of running process

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