I am trying to find a .NET component that allows GUI (drag-and-drop) workflow design, and I need it as a part of a bigger software so I prefer it to be a usable component. What I imagine is it is similar to the GUI used to design workflows in Visual Studio 2008 and 2010. Is there any such component? I tried searching for a while and didn't have any luck. The best I could find are these

but I don't think any of the items in those list are compatible with my requirements. has anyone been looking for this and found a good component? I am looking for a free one, and open source is even better if possible.

link|improve this question

78% accept rate
feedback

5 Answers

up vote 4 down vote accepted

Workflow designer from Windows workflow foundation can be used as a control (re-hosted) and comes with all the funcatuionality:

http://msdn.microsoft.com/en-us/library/cc835242.aspx

link|improve this answer
1  
if the article in that link is too confusing, try reading this msdn.microsoft.com/en-us/library/dd489440.aspx – Louis Rhys Oct 21 '10 at 10:05
feedback

You can host the Visual Studio workflow designer in you own application. This article explains how to do it (it's originally in French but Google Translate usually gives a decent translation)

link|improve this answer
feedback

It's not free, but the best you will find is Crainiate ERM Diagram

link|improve this answer
"Bad Request (Invalid Hostname)" on that URL – CAD bloke Feb 11 '11 at 5:49
1  
"The best you will fin"? I sincerely hope not. The wordt about Crainiate is that there is absolutely no community behind this. You just cannot find any information about it. – Bart Gijssens Sep 22 '11 at 8:02
feedback

Crainiate ERM Diagram is now Open Diagram. It's open sourced under the rather undesirable GPLv2 license.

link|improve this answer
Why is this downvoted? – Bart Gijssens Sep 22 '11 at 8:01
feedback

check out http://wwww.cDevWorkflow.com next generation workflow engine with graphical designer for .net applications and developers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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