NodeInputResponse

data class NodeInputResponse(val nodeName: String)

Describes an input signal to be used on a pipeline node.

Constructors

Link copied to clipboard
constructor(nodeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the upstream node in the pipeline which output is used as input of the current node.