Learn when to use event, time, and manual triggers to start a workflow.
| Type | Best for | Example |
|---|---|---|
| Event trigger | Reacting to record changes | When an order status is confirmed, allocate inventory |
| Time trigger | Running on a schedule | Every morning at 9:00, notify about overdue tasks |
| Manual trigger | Running only when needed | Run a month-end batch once |