Scheduling
What It Does
Section titled “What It Does”The Scheduling module acts as a time-based workflow controller. Each time the workflow passes through this module, it checks whether the current time falls within the configured working window. If the time is within the window, the workflow continues. If not, the workflow pauses until the next allowed time.
This lets you define working hours for your automation — for example, only running between 6:00 AM and 10:00 PM.
Configuration Options
Section titled “Configuration Options”| Parameter | Type | Description |
|---|---|---|
| Start Time | Time | When the working window begins (e.g., 06:00) |
| End Time | Time | When the working window ends (e.g., 22:00) |
| Interval | Duration | Optional delay between each pass through the module |
How It Works
Section titled “How It Works”- The workflow reaches the Scheduling module
- The module checks the current time against the configured window
- If within the window → workflow continues to the next module
- If outside the window → workflow pauses and waits until the start time
When to Use
Section titled “When to Use”- Limiting automation to specific hours of the day
- Preventing the workflow from running overnight
- Simulating natural human activity hours
- Spacing out automation sessions with intervals
Example
Section titled “Example”Set the Scheduling module to work from 8:00 AM to 9:00 PM so your automation only runs during typical active hours, making the activity pattern look more natural.