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