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
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