I'm working on a time off approval workflow, the process is long and has many steps. Let's say the process is like start->manager Level1->manager Leve2->manager level3->boss
What if manager at level 2 wants to ask for a time off? Should I add a start on "manager Level2", is there a better way to do this?
Thanks,
-- Bruce
Hi,
You can simply return the task of manager Leve2 to manager Level1 based on your conditions using sequence flows and again the loop will continue.
Thanks,
Kalpesh,
ContCentric