FlowSchemaStatus

data class FlowSchemaStatus(val conditions: List<FlowSchemaCondition>? = null)

FlowSchemaStatus represents the current state of a FlowSchema.

Constructors

Link copied to clipboard
constructor(conditions: List<FlowSchemaCondition>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

conditions is a list of the current states of FlowSchema.