This image shows a flow created in the Flow Diagram view. In the Flow Diagram view, the Actions category shows in the Components palette in addition to the Pages category.

The diagram area shows a flow, starting with the search-landing page that navigates to the result-list page. Navigation between the two pages is handled by the navigateToResults action chain. The search-landing also navigates to a profile page. In between these two pages is an switch action that uses multiple cases to call a custom action called SayHello. Essentially, users on the search-landing page see a Hello message based on whether they are admin, employee, manager, or guest before being navigated to the profile page.