I need to customize the behaviour of Timer Start Events in order to schedule a process according to a predefined calendar which contains some exclusions such as holidays etc.
Thank you for the advice, but the situation is made more complex by the fact that the dates to skip are stored in a database. I was wondering if there was a neat solution in Activiti different either from editing the Engine source code or from writing a custom scheduler, such as an example based on quartz, to start my process.