Flow execution repositories are responsible for managing the storage, restoration and removal of flow executions launched by clients of the Spring Web Flow system.
When placed in a repository a {@link FlowExecution} object representing the state of a flow at a point in time isindexed under a unique {@link FlowExecutionKey}. @see FlowExecution @see FlowExecutionKey @author Erwin Vervaet @author Keith Donald
|
|