In org.springmodules.workflow.osworkflow.configuratio n.ConfigurationBean.
The workflowstore can obtain from spring.Code:private WorkflowStore store; public void setWorkflowStore(WorkflowStore store) { this.store = store; } public WorkflowStore getWorkflowStore() throws StoreException { return store; }
[/code]


