Course 1: Getting started with API AutoFlow
2 min read · 10 min video
Lesson 11: Scheduling Flow Execution Using Timers
Timers are used to schedule triggered events at a set interval.
Lesson Outline
- Create Timer
- Apply action(s) to the Timer
- Apply action(s) to the Timer
- Control Timer
1. Create Timer
Create a new timer by selecting Timer from the drop-down.
2. Set Timer
Set the timer to the desired interval. The time is in milliseconds
.
3. Apply action(s) to the Timer
Apply actions to the timer’s flow. A common use case is to trigger a flow using a timer.
4. Control Timer
There are use cases where timers need to be stopped and started based on a condition. Use the config/timer actions to automate the timer.
Download Scheduling Flow Execution Using Timers configuration
Learn how to use configurationNEXT » Lesson 12: Debugging Using Logs