[jboss-user] [jBPM] - Re: jBPM5 Web application
roxy1987
do-not-reply at jboss.com
Wed Jan 2 10:05:40 EST 2013
roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion
"Re: jBPM5 Web application"
To view the discussion, visit: https://community.jboss.org/message/787065#787065
--------------------------------------------------------------
Thanks for the reply doboss. I have been able to create a web application. I can start processes, list tasks and details, complete and reassign tasks. What I am looking for now is to list processes.
To get task related details I use a TaskClient and make connection as follows :
TaskClient client =
**new** TaskClient((TaskClientConnector) **new** HornetQTaskClientConnector(name, **new**
HornetQTaskClientHandler(SystemEventListenerFactory.+getSystemEventListener+())));
**boolean** result = client.connect("127.0.0.1" , 5153);
logger.info("Connection Output : "+result);BlockingTaskOperationResponseHandler responseHandler =
**new** BlockingTaskOperationResponseHandler();
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/787065#787065]
Start a new discussion in jBPM at Community
[https://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/20130102/0e77dff1/attachment.html
More information about the jboss-user
mailing list