Demian Calcaprina [
http://community.jboss.org/people/calca] created the discussion
"Re: Determine the task node's actor ID."
To view the discussion, visit:
http://community.jboss.org/message/618244#618244
--------------------------------------------------------------
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
[
http://community.jboss.org/message/618244#618244]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]