Navigating Between Flows and Pages

Flows and pages are loaded on demand at the time the application navigates to them. All pages located in the pages/ folder are contained by this flow and it is possible to navigate from one page to an other page using the navigateToPageAction using the path <pageId>. It is also possible to navigate between flows within the same page, in this case the path to use is <pageId>/<flowId>, or just <flowId>.