object AWAITING_PROPOSAL : Step
open val changes: Observable<Change> |
|
open val extraAuditData: Map<String, String>
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 label: String |
open fun childProgressTracker(): ProgressTracker? |