View Source Ash.Flow (ash v2.0.0-rc.13)

A flow is a static definition of a set of steps to be run.

See the {{link:ash:guide:Flows}} guide for more.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

handle_input_template(action_input, input)

View Source
Link to this function

handle_modifiers(action_input)

View Source
Link to this function

remap_result_references(action_input, prefix)

View Source
Link to this function

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

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

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

View Source
@spec run(any(), any(), Keyword.t()) ::
  {:ok, any()} | {:ok, any(), any()} | {:error, Ash.Error.t()}
Link to this function

set_dependent_values(action_input, input)

View Source