<div dir="ltr"><div>See screenshot, I want to combine an entry-point and an accumulate function such as (the below is DRL, which works)<br><br><strong>rule &quot;GSS-Sev1-Monitor&quot;</strong><br><strong>        no-loop true</strong><br>
<strong>        dialect &quot;mvel&quot;</strong><br><strong>        when</strong><br><strong>            $ticketStatistics : TicketStatistics( $ID : ID == null )</strong><br><strong>            
accumulate($supportTicket:SupportTicket( ticketStatisticsID == $ID , 
severity == &quot;Sev-1&quot; ) over window:time (5m) from entry-point 
&quot;gss-support-stream&quot;, $num : count( $supportTicket ))</strong><br><strong>        then</strong><br><strong>            $ticketStatistics.currentTicketCount = $num;</strong><br><strong>            update( $ticketStatistics );</strong><br>
<strong>        end</strong><br><br><br></div>I can&#39;t seem to re-create this in Guvnor (BRL)<br><br><br></div>