[jboss-dev-forums] [jBPM Development] - Creating a business process programatically, Jbpm5 tutorials for beginners

Feki Ahmed do-not-reply at jboss.com
Tue May 8 06:55:50 EDT 2012


Feki Ahmed [https://community.jboss.org/people/bardelman] created the discussion

"Creating a business process programatically, Jbpm5 tutorials for beginners"

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

--------------------------------------------------------------
Hi, 
i m a jbpm5 beginner and i m reading the  Drools Developer's Cookbook -[Packt Publishing, Jan 2012] and on its chapter 9 :"jBPM5: Managing ,Business Processes" there is a sample project for Creating a business process manually (creating-process-using-the-api) in i which there is an EventNode instanciation :

        EventNode eventNode = new EventNode();
        eventNode.setName("EventNode");
        eventNode.setId(2);
        eventNode.setScope("external");
        EventTypeFilter eventFilter = new EventTypeFilter();
        eventFilter.setType(eventType);
        eventNode.addEventFilter(eventFilter);


i want to understand what the "eventNode.setScope("external");" means and also about filters.
i googled for the jbpm-flow-builder API but didnt find any documentation.
i dont know where to find some tuorials for these stuffs..

thnx for help !
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120508/b0d7ef54/attachment.html 


More information about the jboss-dev-forums mailing list