[jboss-user] [jBPM] - Re: How to use TaskClient.getTask method in jBPM5?
Matthew Wojtowicz
do-not-reply at jboss.com
Mon Dec 27 15:36:36 EST 2010
Matthew Wojtowicz [http://community.jboss.org/people/mattu16] created the discussion
"Re: How to use TaskClient.getTask method in jBPM5?"
To view the discussion, visit: http://community.jboss.org/message/577665#577665
--------------------------------------------------------------
This is how its done in the GWT console
BlockingGetTaskResponseHandler responseHandler = new BlockingGetTaskResponseHandler();
client.getTask(taskId, responseHandler);
Task task = responseHandler.getTask();
BlockingGetTaskResponseHandler responseHandler = new BlockingGetTaskResponseHandler();
client.getTask(taskId, responseHandler);
Task task = responseHandler.getTask();
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/577665#577665]
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/20101227/39b91c98/attachment-0001.html
More information about the jboss-user
mailing list