PipelineFlow (PipelineFlow v0.2.0)
Module to formalize flow
Examples
defmodule OrderFlow do
use PipelineFlow
attributes reference: nil,
items: []
end
Summary
Types
Link to this type
pipeline()
Link to this type
pipeline_mod()
@type pipeline_mod() :: atom()
Link to this type
step()
@type step() :: atom()
Functions
Defines struct for PipelineFlow module
Defines a step