FAQ

Common questions regarding how the task service works can be found here.

How to schedule a task at regular intervals?

To repeat the same Task at regular intervals, create a recurring Task that triggers the scheduling of an identical Task with startTimestamp = {previous startTimestamp + N}.

How to schedule multiple tasks at once?

To automate the execution of multiple repeating actions, set up a (recurring) task that triggers the scheduling of a collection of tasks.

Last updated