Reactor.Step.Recurse (reactor v0.15.6)
View SourceA built-in step which can recursively execute a reactor.
This step executes a reactor repeatedly, using the output of each execution as the input for the next, until either:
- The exit condition is met
- The maximum number of iterations is reached
- An error occurs
Reactor will correctly share the concurrency availability between iterations.