Re: [rules-users] MinaTaskClientHandler Reference Object

2010-08-06 Thread drooRam
Thanks for your prompt response Exactly..this is what i pretty much wanted to try out... i referred to the book drools 5 dev guide... It is mentioned that I need to use MinaTaskClientHandler to retrieve task's status like claim, complete, wait e.t.c.. At this point, I am not aware of writing

Re: [rules-users] MinaTaskClientHandler Reference Object

2010-08-06 Thread Kris Verlaenen
Why do you need that specific client? I think you should just create your own client if you want to do operations like complete and claim? Kris - Original Message - From: "drooRam" To: Sent: Thursday, August 05, 2010 8:05 PM Subject: [rules-users] MinaTaskClientHandler

[rules-users] MinaTaskClientHandler Reference Object

2010-08-05 Thread drooRam
How can I obtain reference to MinaTaskClientHandler through drools config tags? I mean .. we have tag for KnowledgeBase...similarly, do we have anything for MinaTaskClientHandler... I basically need to call the methods, TaskClient.claim, TaskClient.complete etc thro MinaTaskClientHandler.getClie