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.

circle-exclamation

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

Last updated

Was this helpful?