[rules-users] Drools Guvnor and BPMN processes...

bob.breitling bob.breitling at rrd.com
Tue Feb 1 10:31:28 EST 2011


I have a package in the Guvnor that has several rules and one BPMN process. 
When I get the package in my app by accessing the Guvnor, I download the
ChangeSet.xml and I get all my rules but I never get the process. 

Here is a snipet of my code:

UrlResource resource = (UrlResource)
ResourceFactory.newUrlResource(myChangeSetURL);


KnowledgeAgent   kagent =
KnowledgeAgentFactory.newKnowledgeAgent("myAgent");
kagent.applyChangeSet(resource);
guvnorKnowledgeBase = kagent.getKnowledgeBase();

Is there something I'm missing to get my processes too?

TIA,

Bob
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Guvnor-and-BPMN-processes-tp2397932p2397932.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list