Hello everyone.
1) I have a process with 2 subprocesses which must execute sequentially. Each one has an userTask with a TimerBoundaryEvent. Normaly the TimerBoundaryEvent attached to the second task shoud fire only when the sequence flow comes to the second subProcess, but in fact it is fired at same time with the first.
2) When a userTask has a TimerBoundaryEvent attached with a recycle time (R/PT10M) it becomes candidate to completion only after waiting once the time period (so 10 minutes here). This is very anoying as I plan to extend this period to 24 hours.
Thank you very much if any one has a clue.