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
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.