Interface | Description |
---|---|
PrioritySorter |
Interface specifying a method to sort and prioritize
WorkflowProcessor s. |
WorkflowConditionInstance | |
WorkflowStatus | |
WorkflowTaskInstance |
Class | Description |
---|---|
ConditionTaskInstance |
This is a
WorkflowTaskInstance that is able to run a
WorkflowConditionInstance , identified by the provided task config
property name "ConditionClassName". |
FILOPrioritySorter |
Sorts the
List of WorkflowProcessor candidates according to
the time in which the WorkflowInstance that they are processing was
created. |
Graph |
A representation of data flow and control flow relationship associated with a
Workflow . |
HighestFIFOPrioritySorter |
Sorts based on highest
Priority for a WorkflowProcessor using
a particular HighestFIFOPrioritySorter.boostAmount provided 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
WorkflowTask to 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
Workflow class. |
WorkflowInstancePage | |
WorkflowTask |
A Workflow task, or job, or process.
|
WorkflowTaskConfiguration |
Copyright © 1999–2017 Apache OODT. All rights reserved.