Backloops
There are 2 constraints to respect when you make back loops :
- from the "OR split" (2) there can be only 2 branches(loop back & continue)
- the branch that leave the loop must have "default" as condition
If you don't follow this advice :
It may lead to an unstable behaviour
Please give details of the problem