Reply To: Helping understand dynamic behaviour

NodeCanvas Forums Support Helping understand dynamic behaviour Reply To: Helping understand dynamic behaviour

#13225
timv
Participant

After control flow has reached the action node with ‘Run Forever’, the dynamic sequencer reevaluates every child node to the left of that node. (i.e. both the leftmost initial condition and the selector node are reevaluated)

If you want the dynamic behavior only for the first condition you´ll have to place a regular sequencer under the dynamic sequencer. (See attachment)

Attachments:
  1. dynamic_example.png