Portal Community
What This Node Does The Scheduled Trigger node starts a workflow at defined time intervals using a cron expression. There is no external event or human action required — BizFirstAI's internal scheduler fires the workflow on time, every time, according to your configured schedule and timezone. When triggered, it provides the downstream nodes with timing metadata including the scheduled fire time, actual execution time, and execution ID. It is the foundation for all time-driven batch processing, reporting, reconciliation, and data synchronization workflows.

Key Capabilities

Business Benefits

Fully Automated Operations

Critical business processes — payroll, invoicing, reporting, reconciliation — run on time without manual initiation. Reduce operational overhead and eliminate missed runs caused by human oversight.

Timezone-Precise Scheduling

Schedule workflows to run at the right local business time for each region. End-of-day payroll in New York, daily data sync for Sydney, and nightly reports for London all run at their correct local times without timezone conversion errors.

Guaranteed Execution

The catch-up mechanism ensures no scheduled run is permanently missed due to downtime. Audit logs record both the scheduled time and actual execution time, providing a verifiable compliance trail.

Resilient with Automatic Retry

Transient failures — network timeouts, database locks, API rate limits — are automatically retried with configurable limits. Business processes recover without requiring manual intervention.

Use Cases

Daily Payroll Processing Run

A payroll workflow runs every weekday at 5:00 AM in the company's home timezone. It collects attendance data from the HRMS, calculates gross-to-net pay for each employee, generates payslips, posts salary transfer instructions to the bank, and records the run in the audit log — all before employees arrive at the office.

Monthly Invoice Generation

On the first business day of every month, BizFirstAI automatically generates invoices for all active subscription clients. The workflow queries the billing system, calculates usage-based charges, generates PDF invoices, emails them to client contacts, and creates accounts receivable entries in the ERP.

Weekly Performance Report Emails

Every Monday morning at 7:00 AM, a reporting workflow queries the analytics database for the prior week's KPIs, renders a formatted HTML email with charts and trend indicators, and sends personalized performance summaries to each department head and the executive team.

Nightly Data Synchronization

At 2:00 AM each night, a data sync workflow queries all connected source systems (Salesforce, SAP, Shopify), extracts changed records from the last 24 hours, transforms and validates the data, and loads it into the central data warehouse — ensuring the morning dashboards reflect up-to-date figures.

End-of-Day Financial Reconciliation

At 11:00 PM each business day, BizFirstAI runs the financial reconciliation workflow. It compares transaction records between the payment gateway, the banking API, and the accounting system, identifies discrepancies, creates exception reports, and emails the finance team with any items requiring review before the next business day.

In This Guide

Configuration

Full cron syntax reference, timezone configuration, catch-up behavior, retry settings, and all properties with defaults.

Input & Output

The timing metadata available to downstream nodes: scheduled time, actual time, execution ID, timezone, and iteration count.

Examples

Payroll runs, monthly invoicing, nightly data sync, and reconciliation — with full cron configurations and expected outcomes.