Flexflow.Node behaviour (flexflow v0.1.4) View Source
Node
Link to this section Summary
Link to this section Types
Specs
state()
Node state
[:created, :initial, :ready, :completed]
Specs
t() :: %Flexflow.Node{ __attributes__: keyword(), context: Flexflow.Context.t(), module: module(), name: Flexflow.name(), opts: Flexflow.node_opts(), state: state() }
Link to this section Functions
Specs
new({Flexflow.key(), Flexflow.node_opts()}) :: t()
Specs
Link to this section Callbacks
Specs
init(t(), Flexflow.Process.t()) :: {:ok, t()}
Invoked when process is started
Specs
name() :: Flexflow.name()
Module name