Interface WorkflowEngine

All Known Subinterfaces:
SimulationWorkflowEngine
All Known Implementing Classes:
BlanketApproveEngine, SimulationEngine, StandardWorkflowEngine

public interface WorkflowEngine
Defines the contract to the core workflow engine. The standard unit of work of the engine is the process method. Document must also be initialized by the WorkflowEngine when they are initially created.
Author:
Kuali Rice Team (rice.collab@kuali.org)