.NET Workflow Engine Suggestions

Viewed 12754

I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0

It is easy to configure and use, I will probably use it soon.

But I was just wondering if

  • Anyone used stateless for real projects (If so what is your opinion?)
  • Are there any other good workflow engines for .NET? (other than WF)
5 Answers
Related