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 4 Next »

What is it?

A SinglePageFlow acts as a grouping of actions that belong to one topic for the user in a free navigable application.

How to use it

The first page of a SinglePageFlow is used a navigable entry point in a free navigable application any following pages that are modelled in a SinglePageFlow will be handle by the sequential for flow engine. The title of the first page in a SinglePageFlow becomes a menu item of the AQ_NavigationMenu, that the user can press to navigate to set page.

Any logic which is modelled at the start and the end of a SinglePageFlow will be executed every time the SinglePageFlow is visited. Logic that is handled in between pages of the SinglePageFlow will only be executed when visited just like a normal sequential flow.  

Constraints

  1. Validations on a first page in a SinglePageFlow are non blocking.
  2. The title of the first page in a SinglePageFlow is used in the AQ_NavigationMenu.
  3. Logic which is modelled before the first page and before the EndNode of the SinglePageFlow will be executed every time the flow is visited.
  • No labels