JavaScript framework for drawing workflow diagrams

Viewed 15662

Does anyone know about any JavaScript frameworks used for developing workflow-like diagrams? I'm looking for ways to show relationships between objects and to be able to drag the objects around within the browser. I'm looking for something similar to the functionality of Microsoft Visio.

Has anyone done anything similar with the Ext JS framework? This is all I've seen out there so far.
http://kforner.github.com/extjs-dag-drawer/example.html

And I'd like to be able to drag components around like this.
http://raphaeljs.com/graffle.html

3 Answers
Related