Versions Compared

Key

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

...

Element typeType nameExplanation
FlowTypeFreeFlowThe main flow which detect if an application should to using the free navigable strategy
FlowType

SinglePageFlow

Sub flows of the FreeFlow to which the user can navigated between
ContainerType

AQ_NavigationMenu

The menu container which displays menu-items for with the name first page of SinglePageFlow
ContentStyle

NavigationMenu

Default contentstyle of the AQ_NavigationMenu container 


How to use

...

it

Flow Structure

A free navigable application always starts with an exposed flow of the type "FreeFlow", this is mandatory for the Runtime to detect whether the free navigation strategy should be used or the default sequential strategy is used. Inside the FreeFlow one or multiple SinglePageFlows should be modelled, these flows will acts as the entry point of the navigation actions. It is advised to not have any logic in between the SinglePageFlows other than condition nodes, when navigating when between SinglePageFlows using the navigation actions of the navigation menu the outer flow of the FreeFlow is not used as the Runtime jumps between the SinglePageFlows. If logic is required make sure that is 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.

...