-
Improvement
-
Resolution: Fixed
-
Major
-
None
When using the ForkScanner to walk through a flow graph, most things are returned in logical reverse order (end --> start, right), but parallels are done in the opposite (first branch, then second).
The API doesn't guarantee parallel ordering but it is helpful for consumers to have the same guarantee in place for parallels too, since it turns out to be practical.
- relates to
-
JENKINS-38457 FlowGraphTable shows parallel branches out of order
- Resolved