corda / net.corda.core.flows / FlowLogic / track

track

fun track(): DataFeed<String, String>?

Returns a pair of the current progress step, as a string, and an observable of stringified changes to the progressTracker.

Return
Returns null if this flow has no progress tracker.