cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve Process Instance Information using REST

raveera
Champ in-the-making
Champ in-the-making
I am trying to use this URL for retrieve process instance information.I want get tasks information regarding to that process instance.
I found these details in activiti user guide.but i am unable to fetch data

http://kermit:kermit@localhost:8080/activiti-rest/service/process-instance/7824

response
————-
{
errorMessage: "Authentication is required"
statusCode: 403
}


Can someone help me please I think i provide user details in the URL
4 REPLIES 4

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I use firefox RESTClient plug-in. It  allows you to authenticate (and get auth. token)

Regards
Martin

raveera
Champ in-the-making
Champ in-the-making
Thank u very much it works

raveera
Champ in-the-making
Champ in-the-making
Also using this way i was only able to fetch current and completed tasks related  to a Processes Instance. Is there a way to fetch all tasks details  in a process instance before they are getting completed.I want a REST way.Could you please show me way


martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
What are you exactly looking for?
http://www.activiti.org/userguide/#N14688

Regards
Martin