Magidoc

RecurringTask
Object

A recurring task that is scheduled to run at regular intervals.

Fields

#

id

ID !
Non-null

The ID of the recurring task.

installId

The ID of the installed integration.

install

The installed integration that the task is associated with, if part of an integration.

name

Non-null

The name of the task.

module

Non-null

The module to execute when performing the task.

scheduleText

A human readable version of the CRON schedule, if available.

schedule

Non-null

The schedule for the task.

enabled

Non-null

The enabled state of the task.

config

Non-null

The configuration for the task, normally this is synced from the installed integration.

edited

Non-null

Was this recurring task edited from this original version. If true, no automatic updates will be applied to it

logs

Non-null

The activity logs created by this task's actions

createdAt

Non-null

The date and time when the task was created.

updatedAt

Non-null

The date and time when the task was last updated.

Usages

#

References

#

  • Field recurringTask from Query