FlowStatusQuery

data class FlowStatusQuery(val flowClass: String? = null, val flowState: FlowState? = null, val progressStep: String? = null, val cordapp: String? = null, val compatibleWithCurrentCordaRuntime: Boolean? = null, val suspensionDuration: Duration? = null, val flowStart: FlowTimeWindow? = null)

Defines filters to lists flows with a checkpoint in the node that have not completed

Constructors

Link copied to clipboard
constructor(flowClass: String? = null, flowState: FlowState? = null, progressStep: String? = null, cordapp: String? = null, compatibleWithCurrentCordaRuntime: Boolean? = null, suspensionDuration: Duration? = null, flowStart: FlowTimeWindow? = null)

Properties

Link copied to clipboard
val cordapp: String? = null
Link copied to clipboard
val flowClass: String? = null
Link copied to clipboard
Link copied to clipboard
val flowState: FlowState? = null
Link copied to clipboard
val progressStep: String? = null
Link copied to clipboard