javascript flowchart library for workflow 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/02 9:03 UTC
Read the original article Hit count: 1484

Filed under:
|

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 items connections and send changes back to database. Any recommendations?

UPDATE

By flowchart I mean something like this: foo

UPDATE

Found open-source project which that allows create/edit basic flowcharts here

Tt seems abanddoned since 2007.

© Stack Overflow or respective owner

Related posts about flowchart

Related posts about JavaScript