# `Reactor.Dsl.Recurse`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/dsl/recurse.ex/#L6)

The `recurse` DSL entity struct.

See the `d:Reactor.recurse`.

# `t`

```elixir
@type t() :: %Reactor.Dsl.Recurse{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  arguments: [Reactor.Dsl.Argument.t() | Reactor.Dsl.WaitFor.t()],
  async?: nil | boolean(),
  description: nil | String.t(),
  exit_condition: nil | (any() -&gt; boolean()),
  guards: [Reactor.Dsl.Where.t() | Reactor.Dsl.Guard.t()],
  max_iterations: nil | pos_integer(),
  name: any(),
  reactor: module() | Reactor.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
