Skip to main content Skip to docs navigation

Addon · Recheck

Try the Addon condition multiple times with a delay between attempts; choose what to do if it never matches.

On this page

Recheck

Number of times to retry the Addon condition when it doesn’t match initially.

Examples:

  • Positive integer 1 to 999.

Recheck Interval

Delay between retries (in seconds). Supports decimals and the aeb range syntax for random delays.

Examples (seconds)

  • 0.5 — half a second
  • 1 — one second
  • 1.5 — one and a half seconds
  • 2 — two seconds
  • 1e4 — random value between 1 and 4 (custom range syntax)
  • 2e5 — random value between 2 and 5 (custom range syntax)
  • 0.5e1.5 — random value between 0.5 and 1.5 (custom range syntax)
  • Leave blank to use the default value (or start immediately, depending on the field)

Note: The aeb format above is not scientific notation. It indicates a random number in the inclusive range [a, b] and supports decimals.

Recheck Options

NameDefaultDescription
StopselectedStop the workflow; no further actions run.
Skip Actionnot selectedSkip this action and continue with the next one.
Refreshnot selectedReload the current page before continuing.
Goto Actionnot selectedJump to a specific action in the list.