Recurring workflows

This section covers recurring client-side workflows

If you need to run a workflow multiple times with a set interval in-between, you an use a Do every 5 seconds event.

The 5 is flexible, so you can set it to any number of seconds that you want, including decimals, and the workflow will keep running until you stop or the page is closed.

The interval is customizable – in the example above, we've set it to 3.5 seconds.

If you want to run a workflow continuously even if the page is closed, you may consider using instead. Note that they can only run server-side actions.

Last updated

Was this helpful?

Revision created

GITBOOK-1046: Minor typos