[jboss-user] [jBPM] - Re: Determine the task node's actor ID.
Demian Calcaprina
do-not-reply at jboss.com
Thu Jul 28 18:29:56 EDT 2011
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&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110728/55db56d5/attachment.html
More information about the jboss-user
mailing list