Builder

class Builder

Properties

Link copied to clipboard
var edges: List<Edge>?

A list of all the directed connections between the nodes belonging to the workflow.

Link copied to clipboard
var nodes: List<Node>?

A list of the the Glue components belong to the workflow represented as nodes.