Ash.Flow.Step behaviour (ash v1.52.0-rc.0) View Source

A behaviour for implementing a custom step in a flow.

Link to this section Summary

Link to this section Callbacks

Link to this callback

run(input, opts, context)

View Source

Specs

run(input :: map() | nil, opts :: Keyword.t(), context :: map()) ::
  {:ok, term()} | {:error, term()}