ConfigureActivityTracing
Description:
Enables or disables tracing for specified activity. Activities can be specified by process definition and activity name or by class name. The class name is the Java implementation class' name.
Method Arguments:
The following table describes the arguments of this microagent method:
Argument Name |
Description |
ProcessDefinition |
Name of the process definition for which you wish to configure tracing. Specifying |
Activity |
Name of the activity for which you wish to configure tracing. Specifying |
ActivityClass |
Java implementation class name of the activity for which you wish to configure tracing. This argument is optional if you specify the ProcessDefinition and Activity arguments. |
Enable |
Specify |
Output:
None