Ash.Flow.Executor behaviour (ash v1.52.0-rc.1) View Source
A flow executor runs a given flow module
Link to this section Summary
Link to this section Types
Specs
built_flow() :: any()
Link to this section Callbacks
Specs
build(Ash.Flow.t(), input :: map(), opts :: Keyword.t()) :: {:ok, built_flow()} | {:error, term()}
Specs
execute(built_flow(), input :: map(), opts :: Keyword.t()) :: {:ok, term()} | {:error, term()}