Graphs
Graphs describe the interactions with the different operators.
Graph states:
StartingRunningStoppedPaused
Data Model
Graph
name
A unique identifier for the particular Graph.
stringrequirednodes
An array of nodes.
Node[]requirededges
An array of edges.
Edge[]requiredvisuals
A stringified JSON structure with attributes (such as node x/y coordinates) for rendering in the UI.
StringoptionalNode
id
Unique node id for the particular graph.
stringrequiredaction (rename to operator)
Name of the Operator.
stringrequiredconfig (rename to settings)
Operator specific settings.
objectrequiredEdge
from
The node id of the source node in the relationship.
stringrequiredto
The node id of the target node in the relationship.
stringrequired