Louis Rhys
Louis Rhys

Reputation: 35637

Is there any free usable component for workflow editor/designer?

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.

Upvotes: 4

Views: 8403

Answers (5)

Nick Samson
Nick Samson

Reputation: 1

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

Upvotes: -1

Kristof Neirynck
Kristof Neirynck

Reputation: 4162

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

Upvotes: 2

Andre Pena
Andre Pena

Reputation: 59386

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

Upvotes: -1

Aliostad
Aliostad

Reputation: 81680

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

Upvotes: 5

Thomas Levesque
Thomas Levesque

Reputation: 292555

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)

Upvotes: 2

Related Questions