Hi
I have to create a page to display information from the Portal. Now this page will be like a summary page.
I need to display the pending tasks for a particular user based on user id.
I also need to display the Tasks completed by the same user.
Also I need to the show the available tasks and the allocated/assigned tasks.
I have come across the following url to retrieve data
http://yourserver:port/bonita/API/bpm/archivedHumanTask?p=0&c=5&o=archivedDate%20DESC&f=caseId%3d1&f=user_id%3d4
But this brings all tasks based on case id and not user id
Kindly suggest