Versions Compared

Key

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

...

A SinglePageFlow acts as a grouping of actions that belong to one topic for the user in the 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 this flow will be used as a button caption a SinglePageFlow becomes a menu item of the AQ_NavigationMenu, which that the user can press .This flow type can contain more of all other nodes in a flow, but only the first page is linked to the AQ_NavigationMenuto 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.