Windows Workflow Tracking and the TrackingExtract functionality
Posted by: Stephen Kaufman's WebLog,
on 22 Aug 2006 |
View original | Bookmarked: 0 time(s)
New Page 1
I was writing a
custom tracking service for the Windows Workflow engine for my client that will
be used to track the rules that fired. One of the things that I wanted to do
was to track the values of the properties that my rules would touch. I would
then create an xml document which would be stored in a row in my tracking
database.
The challenge
was to find a way to get the internal tracking functionality to grab these
property values. In...