Issues in SQLTrackingService

i am working on SQLTrackingService given in WWF Labs-03. It is good.

i observed all tables but the following tables are never populated with data.

dbo.Workflowchange ,

dbo.Artifact,

dbo.ArtifactAnnotation,

dbo.EventAnnotation

dbo.AddedActivity

dbo.RemoveActivity.

Under what condition these tables will be populated.



Answer this question

Issues in SQLTrackingService

  • Jamie MacLennan

    Hi Ravi,

    The tables WorkflowChange,AddedActivity and RemoveActivity are updated when there is a dynamic update applied to the workflow. The other tables are more for use with applications built for viewing Tracked data.

    Thanks,

    Srikanth.


  • Issues in SQLTrackingService