[jboss-user] [jBPM] - Re: Deploying a custom workitemhandler into demo

Timothy Charman do-not-reply at jboss.com
Thu May 10 10:51:30 EDT 2012


Timothy Charman [https://community.jboss.org/people/tcharman] created the discussion

"Re: Deploying a custom workitemhandler into demo"

To view the discussion, visit: https://community.jboss.org/message/734802#734802

--------------------------------------------------------------
Hi Dan

You could try using a drools.session.conf file, in which you put something like this:
drools.workItemHandlers = CustomWorkItemHandlers.conf

Then in CustomWorkItemHandlers.conf you put in entries:
[
          "+Task1+": new com.xyz.TaskHandler1(),
          "+Task2+": new com.xyz.TaskHandler2()
]

jBPM picks up these definitions and adds them itself without having to do so programatically.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/734802#734802]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120510/dd36936d/attachment-0001.html 


More information about the jboss-user mailing list