Workflow Tracking Profile Dialog Box

Use the Workflow Tracking Profile dialog box to add a tracking profile to the configuration for a service. This is used when configuring custom monitoring capabilities for a workflow service.

Dialog Fields

Field

Description

Tracking Profile

Specify the logical tracking profile file to be used for this service. When you click on the drop-down list box, Windows Server AppFabric will enumerate all the tracking profiles available to the service that are within its scope. This includes the standard tracking profiles corresponding to the different monitoring levels that ship with Windows Server AppFabric, as well as any other custom tracking profiles that are in scope for the service. If a tracking profile is not one of the default tracking profiles and is not in scope, it cannot be used for this service.

Description

Description of the tracking profile.

Add new…

Click this button to invoke the Add Tracking Profile Dialog Box. This allows you to select a tracking file (*.tp) from the file system to add as a new logical tracking profile.

The following sample configuration for the etwTracking element is created when the EndToEndMonitoring Tracking Profile in selected in the Workflow Tracking Profile dialog box. This monitoring level emits workflow activity tracking records in addition to the records emitted in the Health Monitoring Tracking Profile.

        
<behavior name="">
 ….
 <etwTracking profileName="EndToEndMonitoring Tracking Profile" />
 ….
</behavior>