Iron Gorilla Developers

CronTriggerDefinition

Recurring trigger definition for scheduled agent runs.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface CronTriggerDefinition

Properties

  • id (string): Stable trigger identifier unique within the agent.
  • type (cron): Trigger discriminant.
  • schedule (string): Five-field cron expression evaluated by the worker scheduler.
  • timezone? (string): Optional IANA timezone name used for schedule evaluation.
  • enabled (boolean): Whether the trigger is currently enabled.

On this page