Skip to main content

class Automation

Description

A local instance of a saved W&B automation that supports editing.

Args

  • id:
  • createdAt: The date and time when this automation was created.
  • updatedAt: The date and time when this automation was last updated, if applicable.
  • name: The name of this automation.
  • description: An optional description of this automation.
  • enabled: Whether this automation is enabled. Only enabled automations will trigger.
  • scope: The scope in which the triggering event must occur.
  • event: The event that will trigger this automation.
  • action: The action that will execute when this automation is triggered.