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&...]