Perfect Windows Workflow tutorial

Check out the Windows Workflow tutorial at

http://bartdesmet.net/blogs/bart/archive/2006/12/07/WF-_2D00_-Hello-World-via-the-Command-Line.aspx


No need to use Visual Studio , just command line and the .Net framework ( 3.0 or above) .you dont even need the SDK , just the runtime will do.

Follow this tutorial to get the basics of coding Windows Workflow in 10 minutes.
Its perfect .

However designing 'real 'workflows is another matter, and if you do not have VS 2005
then here is the free solution.

Download the VSWorkflow designer rehosting code sample from this link
http://msdn2.microsoft.com/en-us/library/aa480213.aspx

Compile the code and run the application , this will provide a workflow designer which can read and save to XOML.

You can design the entire workflow using this app and then compile it as described in the first link.

Njoy Work...flow !!!

No comments:

Post a Comment