vote up 3 vote down star
2

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?)
  • There are other good workflow engines for .NET (except WF)
flag
3  
Other workflow engines - you mean, except of Workflow Foundation, right? – Vitaliy Liptchinsky Oct 27 at 14:56
1  
Yes, other than WF. – Leyu Oct 27 at 14:59

2 Answers

vote up 3 vote down

If you haven't looked at the Windows Workflow Foundation it's probably at least worth doing a bit of reading about it.

link|flag
I want a more light weight solution – Leyu Nov 2 at 9:06
vote up 0 vote down

For Workflow Foundation, only use it for green project so you can use WF4. Check this out http://realworldsa.dotnetdevelopersjournal.com/goodbyewindowsworkflowfoundationseeyouin2011.htm

WF 1.0 and 1.5 are not compatible with WF4. So it's not a forward solution.

I personally use http://simplestatemachine.codeplex.com as an alternative to WF. I have used it in one full production system (asp.net based) to handle a pretty complex business license issuance system (handling 350+ different government business licenses).

I haven't tried stateless yet but it looks promising.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.