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 * signifies all process definitions. If ActivityClass is specified, this argument is optional.

Activity

Name of the activity for which you wish to configure tracing. Specifying * signifies all activities. If ActivityClass is specified, this argument is optional.

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 true if you wish to enable tracing, false if you wish to disable tracing.

Output:

None