An abstract factory for creating flow exections. A flow execution represents
a runtime, top-level instance of a flow definition.
This factory provides encapsulation of the flow execution implementation
type, as well as its construction and assembly process.
Flow execution factories are responsible for registering
FlowExecutionListener listeners with the constructed flow execution.
See Also: FlowExecution See Also: FlowDefinition See Also: FlowExecutionListener author: Keith Donald |