Skip to content

Scheduling

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.


ParameterTypeDescription
Start TimeTimeWhen the working window begins (e.g., 06:00)
End TimeTimeWhen the working window ends (e.g., 22:00)
IntervalDurationOptional delay between each pass through the module

  1. The workflow reaches the Scheduling module
  2. The module checks the current time against the configured window
  3. If within the window → workflow continues to the next module
  4. If outside the window → workflow pauses and waits until the start time

  • 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

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.