I used a boundary timer to escalate a process from one task to another.The flow process works fine in activiti-explorer-5.11.In explorer-5.12 the timer does not wait for specified time duration and the escalation occurs right away. I have set the bean property jobExecutorActivate to true in activiti-standalone-context.xml file.Am I missing out something ? Kindly assist me on this.
I don't really see anything wrong with your process. Can you check the ACT_HI_ACTINST table for the activity-trace, so you can see what chain of events occurred for the started process-instance. This may enlighten us…