<div dir="ltr"><div class="jive-rendered-content"><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;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;height:8pt;padding:0px"> </p><p style="min-height:8pt;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;height:8pt;padding:0px"> </p><p>thnx for help !</p><p><br></p></div></div>