📄️ Overview
Triggers are components that initiate workflow execution based on specific events or conditions. They are the starting points of workflows and can be configured to respond to various types of events.
📄️ Timer Trigger
The Timer Trigger allows you to schedule workflow executions using cron expressions. This component can automatically initiate a workflow based on a specified schedule.