<div dir="ltr"><div class="jive-rendered-content"><p>Hi, </p><p>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 :</p><p style="min-height:8pt;height:8pt;padding:0px"> </p><p> EventNode eventNode = new EventNode();</p><p> eventNode.setName("EventNode");</p><p> eventNode.setId(2);</p><p> eventNode.setScope("external");</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 "eventNode.setScope("external");" 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>