views:

664

answers:

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)

+1  A: 

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.

Matthew Vines
+3  A: 
Colin Pickard
I haven't picked a solution yet, but this answer got me looking in the right places.
Marc Gravell
+1  A: 

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.

RichardOD
A: 
Marc Gravell