Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Workflow editing software required - recommendation [closed]

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)

like image 439
Marc Gravell Avatar asked May 06 '09 15:05

Marc Gravell


3 Answers

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

Bonita ProEd
(source: theserverside.com)

or Enhydra Shark:

enter image description here

Don't know how user friendly they might be.

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

like image 153
Colin Pickard Avatar answered Oct 06 '22 06:10

Colin Pickard


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.

like image 37
Matthew Vines Avatar answered Oct 06 '22 06:10

Matthew Vines


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.

like image 38
RichardOD Avatar answered Oct 06 '22 05:10

RichardOD