FlowVersionFlowDataConnectionConfiguration

data class FlowVersionFlowDataConnectionConfiguration(val sourceOutput: String, val targetInput: String)

Data connection configuration

Constructors

constructor(sourceOutput: String, targetInput: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a node output in a flow

Link copied to clipboard

Name of a node input in a flow