BaseAutomation

interface BaseAutomation

Known direct subclasses
Automation

The main representation an automation, composed of various types of Automation nodes, including Starter instances, Condition instances, Action instances, and more.

Known indirect subclasses
MutableAutomation

Mutable attributes for an Automation.


Interface that is common between Automation and DraftAutomation.

Summary

Public properties

SequentialFlow?

List of Node instances.

String

Description of this automation instance.

Boolean

Whether the automation can execute.

String

User given name for the automation.

Public properties

automationGraph

val automationGraphSequentialFlow?

List of Node instances. Nodes in the automation graph execute sequentially by default.

description

val descriptionString

Description of this automation instance.

isActive

val isActiveBoolean

Whether the automation can execute.

name

val nameString

User given name for the automation.