Supports Spring-style configuration of OSWorkflow resources.
Workflow descriptor resources are configured through the
workflowLocations property. This property accepts a
Properties instance and treats the key of each entry as the workflow name and the value as the resource path. All standard Spring resource paths are supported including
classpath: style resources.
By default
MemoryWorkflowStore is used as the persistence class. However it is possible to use an already configured
WorkflowStore by calling #setWorkflowStore.
@author Rob Harrop