vote up 3 vote down star
4

Any recommendations for software to allow users to edit a workflow representing a business process? Ideally .NET, but any technology (winform / asp.net / wpf / etc) would do.

I would need to be able to initialize / investigate the layout through code to map it to my system - either via an object model or a file in a known format.

I've considered:

  • Microsoft Automatic Graph Layout - a bit scrappy, to be honest
  • ILOG Diagram for .NET - very impressive looking, but a bit pricey for my needs
  • Workflow Foundation (editor hosting) - too WF specific (rather than BPM)

To clarify - this is the sort of thing I'm trying to do (this is the ILOG tool in action) - although it doesn't have to be quite as feature-rich...

(edit - I think I'm going to plough forward with Netron)

flag

I was wondering about this too. – Joan Venge May 6 at 17:29

4 Answers

vote up 1 vote down check

There are a couple of XPDL tools with graphical editors such as Bonita ProEd:

Bonita ProEd

or Enhydra Shark:

Enhydra Shark

Don't know how user friendly they might be.

There is also YAWL, which has some pretty friendly looking tools.

link|flag
I haven't picked a solution yet, but this answer got me looking in the right places. – Marc Gravell May 9 at 20:12
vote up 1 vote down

Skelta is an interesting piece of software. Though we ended up not purchasing because of their odd licensing and pricing model.

I'm very interested to see what you finally settle on to implement this, as we are facing this same challenge, and so far we have settled on rehosting the WF designer.

link|flag
vote up 1 vote down

Mark,

I've seen WinGraphViz used in a corporate .NET application that used custom workflow- .NET assembly dependency analyser uses it. The application probably won't be suitable for your needs as I assume you want to let the users drag/drop items as opposed to merely viewing the workflow? Whilst this is possible, I'm not sure how smooth it would be!

Anyhow it might open up new doors/new avenues to explore in your quest to find a suitable library.

link|flag
vote up 0 vote down

I'm now thinking that Netron is my best option - a flexible and extensible interactive diagramming tool, with (among many other examples) things like below (again, this is the tip of the iceberg):

Netron flowchart example

link|flag

Your Answer

Get an OpenID
or

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