[rules-users] Configuring workitem handlers using guvnor

KiranP phadatarekiran at gmail.com
Tue Aug 31 08:23:09 EDT 2010


i am integrating guvnor into my already existing code which uses Drools
ruleflow, spring, JPA

i have configured earlier, workitem to handler mapping, using 2
configuration files as follows :

*********************CustomWorkItemHandlers.conf****************
[ 
	"Task" : new org.mkcl.insync.process.handlers.TaskHandler(),
	"Email" : new org.mkcl.insync.process.handlers.EmailHandler(),
	"UpdateProfile" : new
org.mkcl.insync.process.handlers.UpdateProfileHandler(),
] 
***********************************************************

and 

*********************drools.session.conf****************
drools.workItemHandlers = CustomWorkItemHandlers.conf
***************************************************

how can i now configure the above files in Guvnor so that i can change the
handlers from guvnor itself

Thanks,

-----
Keep Working >>
KiranP
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Configuring-workitem-handlers-using-guvnor-tp1393968p1393968.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list