Skip to content

Infinite Mode for Flow Execution

Relying on delaySet(), pbottleRPA can stably and efficiently execute flow tasks continuously.

Task A is a flow with variable duration. If you want Task A to run continuously, you cannot use a timer to start it accurately. Instead, set a chained task to Task A itself at the beginning of Task A. This way, Task A can run at full capacity 24/7.

Advantages Over Timers

  • A timer cannot know the exact end time of a flow, leaving gaps before the next start, resulting in poor timeliness.
  • A timer can only set one task flow. Infinite mode allows multiple task flows to execute alternately in relay.

Demo Example

[Enterprise Edition] Relay Execution Script.js

⭐⭐⭐⭐⭐