The Begin Action icon represents this page flow's begin() action method:
It is added automatically for you by the Page Flow Wizard. All page flows must have a begin(). It defines what page is loaded first when the page flow is started. By default, the Page Flow Wizard sets this first page as index.jsp, and creates the file in the page flow's directory. You can modify the begin() method to match the starting functionality required by your page flow.