JBoss Community

Re: Determine the task node's actor ID.

created by Demian Calcaprina in jBPM - View the full discussion

Hi Benson,

 

This can help you:

BlockingGetTaskResponseHandler handler = new BlockingGetTaskResponseHandler();

client.getTask(taskId, handler);

Task task = handlerT.getTask();

User user = task.getTaskData().getActualOwner();

 

Demian

Reply to this message by going to Community

Start a new discussion in jBPM at Community