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

Link to this section Types

Link to this section Functions

Link to this function

default_extension_kinds()

View Source
Link to this function

do_fetch_in(value, arg2)

View Source

See Ash.Flow.Template.element_refs/1.

Link to this function

handle_modifiers(action_input)

View Source

Callback implementation for Spark.Dsl.handle_opts/1.

Callback implementation for Spark.Dsl.init/1.

Link to this function

run!(flow, input, opts \\ [])

View Source
@spec run!(any(), any(), Keyword.t()) :: Ash.Flow.Result.t() | no_return()
Link to this function

run(flow, input, opts \\ [])

View Source
@spec run(any(), any(), Keyword.t()) :: Ash.Flow.Result.t()
Link to this function

single_extension_kinds()

View Source