Hi,
1. I set that property in application-config.xml, I am working with spring.
bean id="defaultJobExecutor" class="org.activiti.engine.impl.jobexecutor.DefaultJobExecutor"
property name="waitTimeInMillis" value="500000"
/bean
2. I set in defaultJobExecutor bean
3. Before to have this property my intermediate timer event worked, however I had problems for debugging everything in mi IntelliJ , so I found out in internet this property and I can debug my component that is using Activiti now, however my intermediate timer event is not working now, it seems like I set PT0S in my timer event and I have PT20S.
Could you help me?
Thanks,
Gustavo Hernandez