Goto

Unconditionally jumps to another flow.

Example:

Goto("MainMenu")  # same effect
Goto("@MainMenu") # same effect

Explanation:

  • Immediately switches execution to the flow named @MainMenu.

Last updated