JBoss Community

Re: jBPM5 Web application

created by roxy1987 in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community