You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a specific flow, graph nodes should be shown in order of in which participate in a give flow. So graph layout algorithm should take first appearance (time based) of the node as the input, i.e. chronological order should be preserved.
For example wen flow was 1->2, 2->3, 2->4, 4->5
Order of nodes (either left to right, or top down, or whatever arbitrary direction) should be 1, 2, 3 and 4, 5, e.g.
1 -> 2 -> 3
\-> 4 -> 5
The text was updated successfully, but these errors were encountered:
For a specific flow, graph nodes should be shown in order of in which participate in a give flow. So graph layout algorithm should take first appearance (time based) of the node as the input, i.e. chronological order should be preserved.
For example wen flow was 1->2, 2->3, 2->4, 4->5
Order of nodes (either left to right, or top down, or whatever arbitrary direction) should be 1, 2, 3 and 4, 5, e.g.
The text was updated successfully, but these errors were encountered: