A cron trigger is a time-based scheduling mechanism that uses cron syntax—a standardized string format—to define recurring schedules (e.g., daily, hourly, on specific weekdays) for automatically launching workflow executions. In multi-agent system orchestration, it is a core component of a workflow scheduler that initiates agent-based processes without manual intervention. This provides a foundational method for event-driven orchestration, turning temporal patterns into executable events.
