virta v0.1.1 Virta.Node

Link to this section Summary

Types

t()

Represents the node in a graph used to generate the workflow

Link to this section Types

Link to this type t()
t() :: %Virta.Node{id: any(), module: atom(), ref: String.t()}

Represents the node in a graph used to generate the workflow.

  • :id: It should be unique to the node in a graph. Usually a string or an integer.
  • :module: The reference to the module. An atom.
  • :ref: In case of a workflow component, the name of the registered workflow. A string.