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