[rules-users] Creating a business process programatically, Jbpm5 tutorials for beginners

Ahmed Feki feki.ahmed.job at gmail.com
Wed May 9 04:17:38 EDT 2012


http://www.jboss.org/jbpm/documentation

http://docs.jboss.org/jbpm/v5.2/userguide/








2012/5/8 bardelman <feki.ahmed.job at gmail.com>

> 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 !
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Creating-a-business-process-programatically-Jbpm5-tutorials-for-beginners-tp3971577.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20120509/33ac09ed/attachment.html 


More information about the rules-users mailing list