Tuesday, June 12, 2007

Runtime Services in Windows WorkFLow Foundations

Runtime Services in Windows WorkFLow Foundations

Persistence - Saves and restores the state of the workflow at certain points to-from a durable medium.

Tracking - Monitors workflow execution through the exchange of data that can then be persisted to a storage medium or output on a specified stream. For example, the System.Console .

Timer - Manages time-outs such as those required by the Delay activity

Transactions - Provides the transaction support needed for data integrity

Threading - Dispenses physical threads used to execute workflow instances

No comments:

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...