Skip to main content
enumWorkflowTriggerType

Values

MANUAL

The workflow runs only when explicitly triggered via the triggerWorkflow mutation or a UI button.

EVENTS

The workflow runs automatically in response to domain events (e.g. thread created, label added).

SCHEDULE

The workflow runs on a recurring cron schedule (evaluated in UTC), with no thread.