Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: How to get a package from Guvnor and start it"

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

--------------------------------------------------------------
it should be enough to do like this:

KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
kbuilder.add(YOUR_URL_RESOURCE, ResourceType.BPMN2);
 
KnowledgeBase kbase = kbuilder.newKnowledgeBase();
 

and then do the same way as usualy to create session using kbase.
--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to