Welcome to MSDN Blogs Sign in | Join | Help

January 2008 - Posts

In my previous blog post ( Creating an Asynchronous Workflow Activity ), I explained why your custom activities should either be really fast or run asynchronously. But, I didn't give you a real world example of how to do this. In this post I provide an Read More...
What a silly topic for a blog post! Workflow already runs my whole activity tree on a another thread, I don't have to worry about being Async, Do I? Yes, you do. While it is true that each Workflow gets its own thread (in the default setup), that thread Read More...
 
Page view tracker