flowchart library for business process visualization
Posted
by jonny
on Stack Overflow
See other posts from Stack Overflow
or by jonny
Published on 2010-04-01T08:05:12Z
Indexed on
2010/04/01
10:33 UTC
Read the original article
Hit count: 489
flowchart
|JavaScript
I need to generate flowchart from business process specification (tasks, their input, output points, roles applicable for each task... ) stored in a database.
What I need is javacript (preferably, open-sourced) library which can generate a shiny flowchart with swimlines. Ideally I should be able to edit workflow connections and send changes back to database. Any recommendations?
UPDATE
By flowchart I mean something like this:
© Stack Overflow or respective owner