corda / net.corda.core.utilities / ProgressTracker / Step

Step

class Step

The superclass of all step objects.

Constructors

<init>

The superclass of all step objects.

Step(label: String)

Properties

changes

open val changes: Observable<Change>

extraAuditData

A flow may populate this property with flow specific context data. The extra data will be recorded to the audit logs when the flow progresses. Even if empty the basic details (i.e. label) of the step will be recorded for audit purposes.

open val extraAuditData: Map<String, String>

label

open val label: String

Functions

childProgressTracker

open fun childProgressTracker(): ProgressTracker?

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int