Class

Automation

Automation(data)

Automation Model
Constructor

# new Automation(data)

Model constructor
Parameters:
Name Type Description
data AutomationLike

View Source model/Automation.js, line 7

Classes

Automation

Members

# actions

The actions related to this automation.

View Source model/Automation.js, line 125

String

# createdBy

The id of the user who created the automation.

View Source model/Automation.js, line 33

Boolean

# createdByProjectTemplate

Whether the automation was created from an automation template of a project template.

View Source model/Automation.js, line 101

String

# createdOn

The date the automation was created

View Source model/Automation.js, line 41

Boolean

# enabled

Whether the automation is enabled.

View Source model/Automation.js, line 93

Failed

# failed

Failure information.

View Source model/Automation.js, line 145

String

# id

The id of the automation.

View Source model/Automation.js, line 25

String

# projectId

The id of the project which is related to the automation.

View Source model/Automation.js, line 109

String

# projectTemplateId

The id of the project template which is related to the automation.

View Source model/Automation.js, line 117

Trigger

# trigger

List of all triggers.

View Source model/Automation.js, line 85

String

# triggerId

The id of the trigger which is related to this automation.

View Source model/Automation.js, line 65

String

# updatedBy

The is of the user who updated the automation.

View Source model/Automation.js, line 49

String

# updatedOn

The date the automation was updated.

View Source model/Automation.js, line 57