Talking about SqlWorkflowPersistenceService leads to talking about SqlTrackingService. SqlWorkflowPersistenceService helps you to store and retrieve the state of a workflow runtime into/from SQL database but SqlTrackingService helps you to store and retrieve all information about a workflow instance and its events
Similar Posts
If you're a big fan of sleeping like me, probably have faced with many cases that your transactions were aborted when you were asleep! For long running
Introduction In the past, I've been writing about WF quite a bit. If you haven't read these articles already, you might find it interesting to check these
Is it possible to pass a DataSet to SQL and process the data in a SQLCLR stored procedure This is the question I set out to answer. The .NET Framework
Introduction In the previous post I've covered the use of persistence services with Windows Workflow Foundation to enable long-running workflows in a reliable