Timer
Usage
- The
TimerBuilding Block is used to execute actions with a delay. - Use it to trigger steps after a specified amount of time.
- This Building Block is virtual and is not assigned to an object.
Add this Building Block by right-clicking in the Workflow background and selecting Timer.
Settings
The Timer consists of the following component:
- Behaviour
Behaviour
Defines how the timer behaves.
| Property | Description |
|---|---|
| Loop Timer | Restarts the timer after it completes |
Actions
The following actions are available:
- Start Timer
Start Timer
Starts a timer with a specified duration.
| Property | Description |
|---|---|
| Duration (ms) | Duration of the timer in milliseconds |
When Loop Timer is enabled, the timer will automatically restart after completion.
Reactions
The following reactions are available:
- When Timer Completes
When Timer Completes
This reaction is triggered when the timer has finished.
Use this to activate follow-up steps in your Workflow after a delay.
Last updated on