GraphNode interface

Specifies a node in the web service graph. The node can either be an input, output or asset node, so only one of the corresponding id properties is populated at any given time.

Properties

assetId

The id of the asset represented by this node.

inputId

The id of the input element represented by this node.

outputId

The id of the output element represented by this node.

parameters

If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.

Property Details

assetId

The id of the asset represented by this node.

assetId?: string

Property Value

string

inputId

The id of the input element represented by this node.

inputId?: string

Property Value

string

outputId

The id of the output element represented by this node.

outputId?: string

Property Value

string

parameters

If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.

parameters?: {[propertyName: string]: WebServiceParameter}

Property Value

{[propertyName: string]: WebServiceParameter}