<div dir="ltr"><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ahmed Feki</b> <span dir="ltr">&lt;<a href="mailto:feki.ahmed.job@gmail.com">feki.ahmed.job@gmail.com</a>&gt;</span><br>
Date: 2012/5/8<br>Subject: Creating a business process programatically, Jbpm5 tutorials for beginners<br>To: Rules Users List &lt;<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>&gt;<br><br><br>
<div dir="ltr"><div><p>Hi, </p><p>i m a jbpm5 beginner 
and i m reading the  Drools Developer&#39;s Cookbook -[Packt Publishing, Jan
 2012] and on its chapter 9 :&quot;jBPM5: Managing ,Business Processes&quot; there
 is a sample project for Creating a business process manually 
(creating-process-using-the-api) in i which there is an EventNode 
instanciation :</p><p style="min-height:8pt;min-height:8pt;padding:0px"> </p><p>        EventNode eventNode = new EventNode();</p><p>        eventNode.setName(&quot;EventNode&quot;);</p><p>        eventNode.setId(2);</p>
<p>        eventNode.setScope(&quot;external&quot;);</p>
<p>        EventTypeFilter eventFilter = new EventTypeFilter();</p><p>        eventFilter.setType(eventType);</p><p>        eventNode.addEventFilter(eventFilter);</p><p style="min-height:8pt;min-height:8pt;padding:0px"> </p>
<p style="min-height:8pt;min-height:8pt;padding:0px">
 </p><p>i want to understand what the &quot;eventNode.setScope(&quot;external&quot;);&quot; means and also about filters.</p><p>i googled for the jbpm-flow-builder API but didnt find any documentation.</p><p>i dont know where to find some tuorials for these stuffs..</p>

<p style="min-height:8pt;min-height:8pt;padding:0px"> </p><p>thnx for help !</p><p><br></p></div></div>
</div><br></div>