Contains classes and an interface related to tracking services.
Tracking services are used to define tracking information that you want a workflow instance to emit during its execution and to provide a tracking channel on which the workflow instance can send this specified information back to the host application. Tracking services can be optionally added to the workflow runtime engine; unlike some of the other core services, a tracking service is not required by the workflow runtime engine. You can use the classes and interface defined in the System.Workflow.Runtime.Tracking namespace to either implement a custom tracking service, or to use the out-of-box SQL tracking service.