Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inside the FreeFlow itself, or one of its sub flows, a connected group of SinglePageFlows can be modelled to create a free navigable flow. These SinglePageFlows act as the entry points of navigation actions. It is advised to not have any logic in between the SinglePageFlows other than condition nodes. When navigating between SinglePageFlows by using the navigation actions, the outer flow of the SinglePageFlows is not used as the Runtime jumps between the SinglePageFlows. If logic is required make sure that it either resides in the SinglePageFlow (as it will be executed every time the flow is visited) or before first SinglePageFlow and after the last SinglePageFlow. 

...