cancel
Showing results for 
Search instead for 
Did you mean: 

REST issue with completed processes in Activiti 5.11

hethcox
Champ in-the-making
Champ in-the-making
Hello,
I'm using the REST API with my web application. I'm able to create and run instances of the process. When the instances finish, I can see the completed data in the database, but cannot figure out how to access these completed process. The process-instances URL seems to only supply process instances that are active. Is that a current limitation of the REST API or am I doing something wrong?
Best regards,
John
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Yes, that is probably a limitation of the current REST api. For the next release (5.13) we'll do a major overhaul of the REST api to bring it completely up to par with the java api.

hethcox
Champ in-the-making
Champ in-the-making
Copy that. Thanks for all your goodwork.
R,
John