4

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.

Andre Pena
  • 56,650
  • 48
  • 196
  • 243
Louis Rhys
  • 34,517
  • 56
  • 153
  • 221

5 Answers5

5

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

Aliostad
  • 80,612
  • 21
  • 160
  • 208
  • 1
    if the article in that link is too confusing, try reading this http://msdn.microsoft.com/en-us/library/dd489440.aspx – Louis Rhys Oct 21 '10 at 10:05
2

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)

Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758
2

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

Kristof Neirynck
  • 3,934
  • 1
  • 33
  • 47
-1

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

Andre Pena
  • 56,650
  • 48
  • 196
  • 243
-1

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

Andrew Barber
  • 39,603
  • 20
  • 94
  • 123