Skip Headers
 
Oracle Workflow Developer's Guide 
 Release 2.6.3 
 Part Number B10284-02 | 
 
 | 
  | 
  | 
      | 
  | 
  | 
  | 
|         | 
 Previous | 
 Next | 
        | 
 Contents | 
 Index | 
 Glossary | 
 
Compare Execution Time Activity
The Compare Execution Time activity provides a standard way to compare the elapsed execution time of a process with a constant test time.
The Compare Execution Time activity calls a PL/SQL procedure named WF_STANDARD.COMPAREEXECUTIONTIME.
Activity Attributes
The Compare Execution Time activity has two activity attributes:
- Test Execution Time--the time, in seconds with which to compare the elapsed execution time.
 
 
- Parent Type--takes as its value, the lookup codes, "Root" or "Parent". A value of "Root" compares the test time with the elapsed execution time of the current root process. A value of "Parent" compares the test time with the elapsed execution time of just the immediate parent process, which can be a subprocess.
 
 
The activity uses the Comparison lookup type for a result code. Possible values are "Greater Than," "Less Than," "Equal," or "Null," if the test time is null. See: To Define Activity Attribute Values.

 Copyright © 2003 Oracle Corporation.
All rights reserved.