AshFlow

Ash.Flow is a "soft deprecated" tool for composing workflows with your Ash Framework resources. Ash.Flow will be supported for the foreseeable future, but we are working to replace it with Reactor, and an accompanying extension, Ash.Reactor.

Installation

Add ash_flow to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_flow, "~> 0.1.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_flow.