Is there a graph Depth-First-Traversal method?

Having a Flowchart Diagram is there a method in GoJS that would return all the different paths from start to finish node? Clap

There isn’t, but if I have time later today I can look into implementing this.

By the way, I assume you are already familiar with the methods that the Node class offers. That includes methods such as findLinksBetween and findLinksTo.

OK, here’s a preliminary version of a new sample:
Graph Distances and Paths
The code should work in version 1.4, but we’ll actually add it to the version 1.5 kit.

Thank you very much man. I am looking into it right now. Will post again as soon as I implement it…