You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The flow type NavigationMainFlow is to be used in combination with the AQ_NavigationMenu

It works in conjunction with the flowtype NavigationItemFlow, which is always a subflow of the NavigationMainFlow.

The new navigation concept is introduced as Runtime concept, that is triggered by a specific model structure and naming convention.

The constraints are:

  • The NavigationMainFlow must be the Exposed flow that acts as a starting point of the application
  • The NavigationMainflow consists of several flows of type NavigationItemFlow, that will populate the NavigationMenu container
  • (question)The NavigationMainFlow can also contain other flow types before the entering the first NavigationItemFlow, but not in between the NavigationItemFlows (question)
  • The NavigationMainFlow can contain condition nodes, they will act as preconditions for the buttons that make up the NavigationMenu container.
  • No labels