| Name | Description | Type | Package | Framework |
| AbstractEngineRunnerBase | An abstract base class providing helper functionality to persist WorkflowInstances, to get WorkflowLifecycles from underlying | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| AsynchronousLocalEngineRunner | Runs a local version of a TaskProcessor asynchronously. | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| AsynchronousLocalEngineRunnerFactory | A EngineRunnerFactory which creates AsynchronousLocalEngineRunners. | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| ChangeType | Class | org.apache.oodt.cas.workflow.engine | Apache OODT | |
| ConditionProcessor | WorkflowProcessor which handles Workflow Pre/Post Conditions. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| EngineRunner | Obfuscates the underlying substrate on which a WorkflowTask should run. | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| EngineRunnerFactory | Factory which creates EngineRunners. | Interface | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| IterativeWorkflowProcessorThread | An instance of the WorkflowProcessorThread that processes through an iterative WorkflowInstance. | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| ParallelProcessor | WorkflowProcessor which handles running sub-workflow processors in parallel. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| PrioritizedQueueBasedWorkflowEngine | Describe your class here. | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| PrioritizedQueueBasedWorkflowEngineFactory | Constructs an instance of the PrioritizedQueueBasedWorkflowEngine, based on its constituent instance repository, workflow task prioritizer, | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| ResourceRunner | Submits a WorkflowTask to the Resource Manager. | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| ResourceRunnerFactory | Factory which creates ResourceRunners. | Class | org.apache.oodt.cas.workflow.engine.runner | Apache OODT |
| SequentialProcessor | WorkflowProcessor which handles running sub-processors in sequence. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| TaskProcessor | WorkflowProcessor which handles running task workflows. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| TaskQuerier | The purpose of this class is to constantly pop off tasks that are run to run and made available by the WorkflowProcessorQueue, and then to set | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| TaskRunner | TaskQuerier to take the next sorted (aka ones that have been sorted with the Workflow PrioritySorter) task and then leverage the Engine's Runner to | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| ThreadPoolWorkflowEngine | The ThreadPooling portion of the WorkflowEngine. | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| ThreadPoolWorkflowEngineFactory | A Factory class for creating ThreadPoolWorkflowEngines. | Class | org.apache.oodt.cas.workflow.engine | Apache OODT |
| WorkflowEngine | The engine that executes and monitors WorkflowInstances, which are the physical executing representation of the abtract Workflows | Interface | org.apache.oodt.cas.workflow.engine | Apache OODT |
| WorkflowEngineFactory | A factory interface for creating WorkflowEngine objects. | Interface | org.apache.oodt.cas.workflow.engine | Apache OODT |
| WorkflowProcessor | The new Apache OODT workflow style of processor. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| WorkflowProcessorBuilder | Builds WorkflowProcessors. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| WorkflowProcessorHelper | Utilities for working with WorkflowProcessors and WorkflowModels. | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |
| WorkflowProcessorListener | Interface | org.apache.oodt.cas.workflow.engine.processor | Apache OODT | |
| WorkflowProcessorQueue | The queue of available WorkflowTasks, that will be fed into theVersion:$Revision$Author:mattmann | Class | org.apache.oodt.cas.workflow.engine.processor | Apache OODT |