Magidoc

AutomationJob
Object

Type for one automation definition.

Fields

#

id

ID !
Non-null

The job's ID

createdBy

Non-null

The user that created this job

customer

Non-null

The customer to which this job belongs to.

definition

Non-null

The definition

description

The description

email

If an email is sent by this job this field contains the details otherwhise it is not set (null).

executions

Non-null

The job's executions if you want all the executions not only the active ones set the 'onlyActive' argument to true.

modifiedBy

Non-null

The user that made the last change to this job.

name

Non-null

This job's name.

scheduleId

Schedule of this job

timestamp

The timestamp of the last change to this job.

Usages

#

References

#

  • Field automationJob from Query
  • Field automationJobs from Query