ash
ash
v2.17.0

        View Source Ash.Flow (ash v2.17.0)

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

        See the guide for more.

        Summary

        Types

        t()

        Functions

        do_fetch_in(value, arg2)
        element_refs(input)

        See Ash.Flow.Template.element_refs/1.

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

        Types

        Link to this type

        t()

        View Source
        @type t() :: module()

        Functions

        Link to this function

        do_fetch_in(value, arg2)

        View Source
        Link to this function

        element_refs(input)

        View Source

        See Ash.Flow.Template.element_refs/1.

        Link to this function

        handle_modifiers(action_input)

        View Source
        Link to this function

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

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

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

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

        Hex Package Hex Preview (current file) Download ePub version

        Built using ExDoc (v0.30.6) for the Elixir programming language