-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
As a developer collecting information about a bunch of FlowNodes in a Chunk (or in sequence), it would be helpful to have a single API I could call to get information for a group.
It would be nice if this worked by a callback, passing back the Node, timing, and status for each, rather than materializing a bunch of objects to return. These callbacks can use single objects that are mutated with each call.