A behaviour for implementing a custom step in a flow.
describe(opts :: Keyword.t()) :: String.t()
run(input :: map() | nil, opts :: Keyword.t(), context :: map()) :: {:ok, term()} | {:ok, term(), %{optional(:notifications) => [Ash.Notifier.Notification.t()]}} | {:error, term()}
short_name(opts :: Keyword.t()) :: String.t()