The Flow Execution Repository subsystem, for for storing and loading managed flow executions from a repository.
The central concept defined by this package is the {@link org.springframework.webflow.execution.repository.FlowExecutionRepository}, representing a persistent store for one or more FlowExecution objects that capture the state of user conversations in a form that can be restored on subsequent requests.
This package depends on the webflow.execution package.