Hello,
I would like to run repeated timer process with both specified end date and intervals. For example: I would like to create a task instance weekly ( every 7 days ) starting from Jan 2, 2013 ( start date ) and April 20, 2013. ( end date ). So it should fire at 1/2/2013, 1/9/2013 …. and stops at 4/20/2013
From the docs, it doesn't appear that Activiti supports this. Advice? Thoughts?
Thanks!