The Flow Scope is a manually defined scope which spans multiple views.
The term "Flow Scope" is used in among others the JSF and Spring frameworks. This is particularly useful if you want to share an object across multiple predefined views. The flow scope is usually identified by an unique request parameter.
Related tags:
There exist also "request scope" and "application scope", but there are no tags for that.