corda / net.corda.core.flows / FlowLogic / trackStepsTree

trackStepsTree

fun trackStepsTree(): DataFeed<List<Pair<Int, String>>, List<Pair<Int, String>>>?

Returns a pair of the current steps tree of current progressTracker as pairs of zero-based depth and stringified step label and observable of upcoming changes to the structure.

Return
Returns null if this flow has no progress tracker.