Module repeat_until

Module repeat_until 

Source
Expand description

combinator for repeating a workflow step until a condition is met.

Structsยง

RepeatUntil
A layer that represents a repeat_until step in the workflow.
RepeatUntilService
The service that handles the repeat_until logic
RepeatUntilStep
The step implementation for the repeat_until layer.
RepeaterState
The state of the fold operation