When an order is modify via VA02, the WF is triggered. In WF we have a loop for the approval process, what happens
is that sometimes the WF execution doesn't send some notifications because the loop gets false in the condition. Both executions are the same, we take same order number and make some modification to trigger the WF and then we reject at the last level of approvals, sometimes finish the loop another times it doesn't finish.. why could that be happening?
In this execution we got true.
In this one, we have false in the first iteration of the loop.



