View Source Ash.Flow (ash v2.15.0)
A flow is a static definition of a set of steps to be run.
See the guide for more.
Summary
Types
@type t() :: module()
Functions
@spec run(any(), any(), Keyword.t()) :: Ash.Flow.Result.t()
@spec run!(any(), any(), Keyword.t()) :: Ash.Flow.Result.t() | no_return()