FlowVersionFlowNode

data class FlowVersionFlowNode(val configuration: Any? = null, val inputs: List<FlowVersionFlowNodeInput>? = null, val name: String, val outputs: List<FlowVersionFlowNodeOutput>? = null, val type: FlowVersionFlowNodeType)

Internal mixin for flow node

Constructors

Link copied to clipboard
constructor(configuration: Any? = null, inputs: List<FlowVersionFlowNodeInput>? = null, name: String, outputs: List<FlowVersionFlowNodeOutput>? = null, type: FlowVersionFlowNodeType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configuration: Any? = null

Contains configurations for the node.

Link copied to clipboard

List of node inputs in a flow

Link copied to clipboard

Name of a node in a flow

Link copied to clipboard

List of node outputs in a flow

Link copied to clipboard

The type of node. This value must match the name of the key that you provide in the configuration you provide in the FlowNodeConfiguration field.