.net - What workflow framework to use in C# -
i have create workflow in c# capable of moving object (persisted database record) through approval workflow people required perform sort of action or validation.
we looked @ windows workflow foundation shied away because seemed infrastructure-heavy (and besides don't microsoft products). looked @ objectflow because it's lightweight, i'm having trouble figuring out how persist & resume workflow states. seems it's lightweight.
does have particular favorite framework doing workflow? i'm open ideas (even wwf, if can explain why it's favorite).
as question @gsharp linked says, wf 4 isn't entirely easy use. however, objectflow has easy fluent interface light , built solid design principles. given apparent lack of decent workflow frameworks, decided pitch in , extend objectflow istatefulworkflow contains .yield()
method capable of yielding workflow processing calling method it's state can persisted.
the end result of work new release @ codeplex in couple weeks. until then, can follow progress @ github.
Comments
Post a Comment