The OSWorkflow component allows access to a workflow process based on the OpenSymphony OSWorkflow libary.
It is written for use in any container compatible with Avalon's ECM container.
First, here is the role configuration.
<role
name="org.apache.fulcrum.osworkflow.WorkflowService"
shorthand="workflow"
default-class="org.apache.fulcrum.osworkflow.DefaultWorkflowService"/>
Configuration is currently not required as we use OSWorkflows defaults for finding everything right now.
<workflow>
</workflow>