| Interface | Description | 
|---|---|
| PrioritySorter | Interface specifying a method to sort and prioritize
  WorkflowProcessors. | 
| WorkflowConditionInstance | |
| WorkflowStatus | |
| WorkflowTaskInstance | 
| Class | Description | 
|---|---|
| ConditionTaskInstance | This is a  WorkflowTaskInstancethat is able to run aWorkflowConditionInstance, identified by the provided task config
 property name "ConditionClassName". | 
| FILOPrioritySorter | Sorts the  ListofWorkflowProcessorcandidates according to
 the time in which theWorkflowInstancethat they are processing was
 created. | 
| Graph | A representation of data flow and control flow relationship associated with a
  Workflow. | 
| HighestFIFOPrioritySorter | Sorts based on highest  Priorityfor aWorkflowProcessorusing
 a particularHighestFIFOPrioritySorter.boostAmountprovided by a calling party. | 
| HighestPrioritySorter | Sorts strictly based on associated  in
 reverse natural order. | 
| ParentChildWorkflow | |
| Priority | Priority of a WorkflowProcessor. | 
| RollbackableWorkflowTaskInstance | |
| TaskJob | |
| TaskJobInput | |
| Workflow | A Workflow is an abstract representation of a set of interconnected
 processes. | 
| WorkflowCondition | A WorkflowCondition is some pre-condition that must evaluate to true in order
 for a particular  WorkflowTaskto be permitted to execute . | 
| WorkflowConditionConfiguration | Configuration for a  WorkflowCondition. | 
| WorkflowInstance | A WorkflowInstance is an instantiation of the abstract description of a
 Workflow provided by the  Workflowclass. | 
| WorkflowInstancePage | |
| WorkflowTask | A Workflow task, or job, or process. | 
| WorkflowTaskConfiguration | 
Copyright © 1999–2017 Apache OODT. All rights reserved.