FAQ
Common questions regarding how the task service works can be found here.
Last updated
Was this helpful?
Common questions regarding how the task service works can be found here.
Last updated
Was this helpful?
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}
.
To automate the execution of multiple repeating actions, set up a (recurring) task that triggers the scheduling of a collection of tasks.