Workflow

  • Thread starter Thread starter Mr.Bean
  • Start date Start date
M

Mr.Bean

I'm trying to make a small workflow engine for the .net framework 1.1,
not 2.0. I'm well aware of the winfx and the windows workflow
foundation but I need something for the previous version(1.1).

I want to make a simple workflow which enable the user to define stages
and triggers.. does anybody know about any opensource project,
tutorials or samples that I could use to get started.. Thanks
 
Hello,

In a previous job i used the information and some of the code contained in
the following source forget project.

Although its not perfect, its a very good starting point and contains most
of the principals required to create an effective workflow system.

http://sourceforge.net/projects/wftk

Regards
Scott Blood
C# Developer
 
Back
Top