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