Oracle Waveset 8.1.1 System Administrator's Guide

To Enable Tracing for a Designated Workflow

Use one of the following methods to enable tracing for a designated workflow:

The following example shows how to trace a workflow variable.


Example 5–6 Tracing a Workflow Variable


<Variable name=’trace’>
   <cond><eq><ref>accountId</ref><s>jfaux</s></eq>
     <s>workflowTrace.txt</s>
   </cond>
 </Variable>

The trace variable turns tracing on only if the workflow is operating on a user named jfaux. You could also specify trace in a form field to control tracing interactively.

In this example, the trace output is written to the workflowTrace.txt file.