Click here to Skip to main content
15,891,871 members
Articles / Desktop Programming / Win32

An Idea of F# Workflow Engine based on Concurrency and Coordination Runtime

Rate me:
Please Sign up or sign in to vote.
4.82/5 (8 votes)
20 Feb 2009CPOL3 min read 32.9K   20  
This article describes the basic ideas of how to build workflow engine a-la WF based on F# workflows and CCR

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead bwin Interactive Entertainment AG
Austria Austria
The views expressed in my articles are mine and do not necessarily reflect the views of my employer.

if(youWantToContactMe)
{
SendMessage(string.Format("{0}@{1}.com", "liptchinski_vit", "yahoo"));
}

More info in my LinkedIn profile:
http://www.linkedin.com/in/vitaliyliptchinsky

Comments and Discussions