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!
Your URL should look like:
http://localhost:8080/activiti-rest/service/runtime/process-instances/1645
Cheers,
Greg
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
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.