corda / net.corda.core.flows / FlowLogic / trackStepsTreeIndex

trackStepsTreeIndex

fun trackStepsTreeIndex(): DataFeed<Int, Int>?

Returns a pair of the current progress step index (as integer) in steps tree of current progressTracker, and an observable of its upcoming changes.

Return
Returns null if this flow has no progress tracker.