Overview

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.

Configuration

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>

Usage

To use the workflow service, follow the included Example application.