Workflow Tracking When Workflow is hosted as a Web Service
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hey out there, I have a Sequential workflow I have written and published as a web service. I need to implement tracking for the workflow. However, every example I have found shows hosting the workflow inside another ASPNet application. I have tried multiple iterations and variations on this theme and nothing seems to work correctly. I don't get any faults running the WF, however, Microsofts "WorkflowMonitor" sample app crashes with a "GetWorkflow" error every time I fire up the workflow. I then have to MANUALLY clean up the tracking database before it will run properly again. Does anyone out ther have a SIMPLE VB.Net based example of doing this? Thanks, Don Trainer