Avatar

Level 10

Well, the TaskManagerQueryService class from com.adobe.idp.taskmanager.dsc.client packacge helps you to retrieve one or more tasks based on the search criteria.

  * taskList() method does this

The FormInstance class from com.adobe.idp.taskmanager.dsc.client.task package helps you to retrieve the binary content of the form attached to a specific task.

  * getDocument() method does thi

All the above are there in the API reference manual.

Can't you render the pdf form thereafter?

Nith