cancel
Showing results for 
Search instead for 
Did you mean: 

What the equivalent of REST request /process-instance/{processInstanceId} in 5.17 ?

jpmerlin1
Champ in-the-making
Champ in-the-making
Hello,

I was developping in 5.16.3 and i plan to migrate in 5.17 for the new modeler.
I'm using a custom client app.

I was using the /process-instance/{processInstanceId}  request in 5.16.3 to get details on process instance (running or finish).
How to do it in the new version 5.17 ?
I can't find the equivalent in the manual.

Thanks.

Jean-Paul


2 REPLIES 2

jpmerlin1
Champ in-the-making
Champ in-the-making
Solved,

i find it : the REST request "GET history/historic-activity-instances" have a pretty similar response.

thanks.

Jean-Paul

jbarrez
Star Contributor
Star Contributor
So you mean you've tried the one described in http://activiti.org/userguide/index.html#_process_instances and it wasn't working? If so, then that's a bug!