Page tree
Skip to end of metadata
Go to start of metadata

Available in version v7+

An enumerated type that represents the current status of automation.

Enumeration Values

Value

Description

ACTIVE_RUNNING

The automation is active and has been executed at least once by the system. Only automation with a scheduled repetition can have this status.

ACTIVE_SCHEDULED

The automation is active and the start date is in the future. The automation will run according to the schedule defined in the system.

INACTIVE

The automation is inactive. The automation is not executed by the system.

INACTIVE_DEACTIVATED

The automation was manually deactivated before all executions were finished. The automation is not executed by the system. Only automation with a scheduled repetition can have this status.

INACTIVE_DONE

All scheduled executions are finished. The automation has been completed by the system for the last time.

  • No labels