Types
WorkflowTriggerType
Controls how a workflow is triggered.
enum
WorkflowTriggerTypeValues
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.

