setting in the activiti config table. I have the event time duration set to PT3M which should mean 3 minutes. I am looking at the ACT_RU_JOB table and i seem to see corresponding jobs created with the appropriate duedate_ values. but nothing ever happens and those process and jobs just stay there forever and ever.
Any insight to what I am doing wrong would be appreciated.
You've attached a boundary timer event to a script task that executes in a couple of miliseconds. So the boundary timer event is never thrown. It's also not very useful to set a boundary timer event on a automatic task like a script task.