Class StandardWorkflowEngine

java.lang.Object
org.kuali.rice.kew.engine.StandardWorkflowEngine
All Implemented Interfaces:
WorkflowEngine
Direct Known Subclasses:
BlanketApproveEngine, SimulationEngine

public class StandardWorkflowEngine extends Object implements WorkflowEngine
The standard and supported implementation of the WorkflowEngine. Runs a processing loop against a given Document, processing nodes on the document until the document is completed or a node halts the processing.
Author:
Kuali Rice Team (rice.collab@kuali.org)