As far as I know, Guvnor doesn&#39;t expose processes sources. When you get the binary representation of a package, all the process are there though. Maybe it would be a nice feature to have.<div><br></div><div>What does dev-team think?</div>

<div><br></div><div>Best Regards, <br clear="all"><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com </a><br>- Blog @ <a href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>


<br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 12:31 PM, bob.breitling <span dir="ltr">&lt;<a href="mailto:bob.breitling@rrd.com">bob.breitling@rrd.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
I have a package in the Guvnor that has several rules and one BPMN process.<br>
When I get the package in my app by accessing the Guvnor, I download the<br>
ChangeSet.xml and I get all my rules but I never get the process.<br>
<br>
Here is a snipet of my code:<br>
<br>
UrlResource resource = (UrlResource)<br>
ResourceFactory.newUrlResource(myChangeSetURL);<br>
<br>
<br>
KnowledgeAgent   kagent =<br>
KnowledgeAgentFactory.newKnowledgeAgent(&quot;myAgent&quot;);<br>
kagent.applyChangeSet(resource);<br>
guvnorKnowledgeBase = kagent.getKnowledgeBase();<br>
<br>
Is there something I&#39;m missing to get my processes too?<br>
<br>
TIA,<br>
<br>
Bob<br>
<font color="#888888">--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Guvnor-and-BPMN-processes-tp2397932p2397932.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Guvnor-and-BPMN-processes-tp2397932p2397932.html</a><br>


Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br></div>