Problem with Workflow And Split step and Timeouts
In CQ 5.61 I have to create a workflow where three different participants have to approve something (in parallel) to advance to the next step. If any of them don't take an action after some time the workflow have to continue.
So what I did was: add an 'And Split' step with three branches, each branch has a participant step and those participant steps has configure 'Auto Advance' as timeout handler with an specific time (for example 1h).
The problem is that CQ execute the timeout handler only in the last branch, but not in the first two. So if none of them take an action only the third participant step advance but not the others.
Is this a bug in CQ? and, is there any other way to implement that use case?
Thanks, Claudio.