FlowStatusQueryV2

data class FlowStatusQueryV2(val flowClass: String? = null, val flowStates: List<FlowState>? = null, val progressStep: String? = null, val cordapp: String? = null, val compatibleWithCurrentCordaRuntime: Boolean? = null, val suspensionDuration: Duration? = null, val flowStart: FlowTimeWindow? = null, val invocationSources: List<InvocationSource>? = null, val startedBy: String? = null, val suspensionSources: List<SuspensionSource>? = null, val counterParties: List<<Error class: unknown class>>? = 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, flowStates: List<FlowState>? = null, progressStep: String? = null, cordapp: String? = null, compatibleWithCurrentCordaRuntime: Boolean? = null, suspensionDuration: Duration? = null, flowStart: FlowTimeWindow? = null, invocationSources: List<InvocationSource>? = null, startedBy: String? = null, suspensionSources: List<SuspensionSource>? = null, counterParties: List<<Error class: unknown class>>? = null)

Properties

Link copied to clipboard
val cordapp: String? = null
Link copied to clipboard
val counterParties: List<<Error class: unknown class>>? = null
Link copied to clipboard
val flowClass: String? = null
Link copied to clipboard
Link copied to clipboard
val flowStates: List<FlowState>? = null
Link copied to clipboard
Link copied to clipboard
val progressStep: String? = null
Link copied to clipboard
val startedBy: String? = null
Link copied to clipboard
Link copied to clipboard