Reply To: For Loop continues when it hits a Wait node

FlowCanvas Forums Support For Loop continues when it hits a Wait node Reply To: For Loop continues when it hits a Wait node

#3507
dmoticon
Participant

I’m wondering if part of the problem here is that I’m making a state machine that is combining NodeCanvas + FlowCanvas.  The issue I’m running into is in a sub flow graph in my state machine.  I was not able to get any combination of for loop + wait node to work properly.  I was able to work around it by instead using a behavior tree where the repeater + wait in a sequence worked correctly, although obviously that is not ideal.