The overall system for executing flow definitions.

The central concept defined by this package is the {@link org.springframework.webflow.execution.FlowExecution}, representing a single instance of an executing flow (also known as a "dialog" or "web conversation").

The following classes and interfaces are of particular interest to the user of the web flow system:

This package depends on the webflow root package.