cancel
Showing results for 
Search instead for 
Did you mean: 

Timer Catch Event : How has it been coded

durdada
Champ in-the-making
Champ in-the-making
Jst checking, if it is more of Batch processing kind of model, where we list all the entries in a table and keep on polling it or Is it thread based, where we are waiting for certain amount of time which has been request for delay
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Timers in Activiti are handled by the 'job executor' component.
Basically, it is indeed a threadpool that periodically polls a database table for timers that are due.