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();