cancel
Showing results for 
Search instead for 
Did you mean: 

process expiration and dynamic time

mghb2009
Champ in-the-making
Champ in-the-making
hi
I want to design expiration for any process from date field in db table
every time , date field changed , I want timer process duration change …
how can i do that?
thanks
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

The timers are created when process instance comes to the timer event (except timer start event). Timer due value is evaluated at that time and is static. If you want to support dynamic timers you have to implement new JobExecutor.

Regards
Martin