You can retrieve tasks that are assigned to users using
the Java API. That is, you can determine what tasks are located
in a user’s queue. By retrieving tasks assigned to users, you can
determine information related to the task such as the task’s identifier,
the task’s description, the task’s start date, the task’s status,
and so on.
Note: You cannot search for tasks assigned to users
by using the web service API. The reason is because you cannot invoke
the taskList method, which is a necessary method
call to perform this task.
Important: When invoking the TaskManagerQueryService object’s TaskSearch and
the TaskManager object’s TerminateTask method
in the same transaction and the database that LiveCycle uses is DB2, you will cause a run-time error. Instead, make these
calls in different transactions. The issue is related to how DB2
handles transactions.