ActivityTrackPoint Class
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
Whenever the execution status of an activity changes, the workflow instance emits an activity status event to the runtime tracking infrastructure. An ActivityTrackPoint defines a point of interest in the potential execution path of a workflow, qualified by such an activity status event. An ActivityTrackPoint contains locations that are included in matching, locations that are excluded from matching, and the data that should be extracted from the workflow instance when the track point is matched. You can add an ActivityTrackPoint to ActivityTrackPoints to instruct the runtime tracking infrastructure to send an ActivityTrackingRecord to the tracking service when the specified set of activity status events occur. A single ActivityTrackPoint may be matched at multiple points in the workflow instance.
An ActivityTrackingLocation contains match conditions for a location or locations in the potential execution path of a workflow instance. You can add ActivityTrackingLocation objects to MatchingLocations to define locations that should be included in matching by the track point. Similarly, you can add ActivityTrackingLocation objects to ExcludedLocations to define locations that should be excluded from matching by the track point.
You can add ActivityDataTrackingExtract objects and WorkflowDataTrackingExtract objects to Extracts to specify data that should be extracted from the workflow instance when the track point is matched. The extracted data will be included in the ActivityTrackingRecord.
You can add to Annotations to specify additional information associated with the track point. These annotations will be included in the ActivityTrackingRecord sent when the track point is matched.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.