Package oracle.apps.fnd.wf.engine

Interface Summary
Callable This is a marker interface that should be implemented by all activity functions with a fixed Java interface.
Executor This interface must be implemented by all executors to be used by workflow engines.
Notification This interface should be implemented by entities which will be used for managing notification with Oracle Workflow.
 

Class Summary
ActivityResult This class is used by engines to navigate and locate the next activity to execute.
EngineBaseComponent  
Fault  
RuntimeStore  
WorkItem This is the container component that holds all runtime components for a given itemtype and itemkey.
WorkItemFactory Factory class for WorkItem.
WorkItemProcess This public class represents an instance of a group of activities that forms a logical process unit.
WorkItemProcessActivity This is the runtime instance of ProcessActivity.
 

Exception Summary
ExecutionException This exception must be thrown by an executor when it fails to execute a function assigned to an activity.
UnhandledFaultException  
UserFaultException Exception raised by user through throw activity
WorkflowEngineException