4. What Is the Makeup of a Typical Flow?

In Spring Web Flow, a flow consists of a series of steps called “states”. Entering a state typically results in a view being displayed to the user. On that view, user events occur and are handled by the state. These events can trigger transitions to other states that result in view navigations.spring-doc.cn

The following image shows the structure of the book hotel flow referenced in the previous diagram:spring-doc.cn

hotels site bookhotel flow