Ash.Flow.Step.run

You're seeing just the callback run, go back to Ash.Flow.Step module for more information.
Link to this callback

run(input, opts, context)

View Source

Specs

run(input :: map() | nil, opts :: Keyword.t(), context :: map()) ::
  {:ok, term()}
  | {:ok, term(),
     %{optional(:notifications) => [Ash.Notifier.Notification.t()]}}
  | {:error, term()}