ImplementationVisibility Enum

Definition

Describes the visibility modes within a tracking profile.

public enum class ImplementationVisibility
public enum ImplementationVisibility
type ImplementationVisibility = 
Public Enum ImplementationVisibility
Inheritance
ImplementationVisibility

Fields

All 1

All tracking records are emitted.

RootScope 0

Only the root activity and its implementation for the workflow is emitted.

Remarks

Tracking records from activities that are contained within another activity can be filtered using the visibility modes described by ImplementationVisibility. The filter is applied to subscribe for tracking records for all activities or only the root activity and its implementation for a workflow. For more information, see ImplementationVisibility.

Applies to