ENUM

ENUM_SLATETYPE

A slate type definition.

link GraphQL Schema definition

  • enum ENUM_SLATETYPE {
  • # The slate is invoked on a schedule.
  • SCHEDULE
  • # The slate is invoked when there is no incoming signal.
  • LOSSOFSIGNAL
  • }