OK as far I spotted - If I would get in problem like this, basing on this you showed on SS:
Check your action id: 100100000
as you see when it begin - it has choice - or stop (0) when failed or if tru run AGAIN 100100000 then certain actions from param (if I well understood)...
now to all of this I would start looking inside this place to be sure it can be like this way.
I believe you tried to achieve result like:
If true - run certain id action from list in param.... like 100100001.... if criteria other then 100100009 etc etc...
but you see case is this query in my opinion is all time repeating .... since 100100000 action is all time request checking it even if it was already decided.
Try to change this id_next in action 100100000 - from 100100000 to something else.. (like even 0

)
Anyway thats my opinion here
Regards