flowchart library for visualizing business process
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
8:13 UTC
Read the original article
Hit count: 362
flowchart
|JavaScript
I need to geenrate flowchart from business process specification (inputs, outputs, tasks, users... ) stored in a database.
What I need is javacript library generating shiny grpaphs with swimlines. Ideally I should be able to edit graph and send changes back to database. Any recommendations?
© Stack Overflow or respective owner