Skip to main content

Syntax

resetNextNodes()

Description

Clears any active overrides for the next Node in the Flow. This function is useful when:
  • You’ve changed the next Node using a setNextNode() function and you want to return to the default Flow behavior.
  • You want to call executeFlow() with config.flowNode.isGoto = true and keep the execution in the target Flow.
Returns: void

Example

Last modified on April 21, 2026