Skip to main content

Repeat Flow

Repeat Flow triggers a repeat path on a schedule until a stop condition is reached.

Use it for bounded recurring work inside one execution, such as follow-up checks, scheduled polling, recurring review tasks, or retry-like business processes that must eventually finish.

Settings

Repeat Builder configures the repeat interval, stop rule, and simulation.

Interval uses the shared Schedule Builder. Each repeat run becomes the anchor for the next repeat run.

Stop rules include:

  • End Date
  • Relative Time
  • Max Runs

Repeat Flow does not expose an indefinite stop rule. Use it for bounded repeats, not unbounded workflow cycles.

Simulation previews the next repeat runs.

Outputs

Repeat Flow exposes two routes:

  • Repeat Action: Runs on each repeat cycle.
  • Repeat Completed: Runs after the repeat is finished.