05-14-2017 10:37 AM
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!
05-15-2017 12:44 PM
Your URL should look like:
http://localhost:8080/activiti-rest/service/runtime/process-instances/1645
Cheers,
Greg
05-15-2017 05:20 PM
Hi Greg, thaks for you answer
I tried with
05-15-2017 05:36 PM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.