Re: [rules-users] Is work item configuration needed at run time? Can it be built programmatically?

2009-06-18 Thread Kris Verlaenen
Mike, The work item definitions file is only used in the graphical editor, to add custom nodes to the palette. It is not used at compile or runtime, as the variable definitions etc. are all part of the work item itself. So you probably don't need it in your environment. Kris Quoting msully

[rules-users] Is work item configuration needed at run time? Can it be built programmatically?

2009-06-17 Thread msully
Hi folks, I'm trying to use Drools Flow in a Spring DM environment. I've OSGified its jars and things look promising. The thing is, I want to use Work Items for my domain interface, and I want WorkItemHandler's to come from the service broker. I can see how most of this would work, except for