| TimeTec has merged all of its solutions into www.timeteccloud.com, click to |
| 1. | Simple Tracking for All Employees, All Locations. |
| 2. | Roster, Policy & Setting |
| 3. | Reportings, Payroll Calculation & Backend Support |
Would you like a concrete example of replacing large XComs with an S3 + reference pattern?
What Are XComs? XComs (short for "cross-communications") are Airflow’s built-in mechanism for tasks to exchange small pieces of data. One task pushes a value (key + value + task_id + dag_id), and another task pulls it.
# Pushing (implicitly via return) def task_a(): return "user_id": 123 def task_b(**context): user_id = context["task_instance"].xcom_pull(task_ids="task_a", key="return_value") The Good: Where XComs Shine | Aspect | Rating | Notes | |--------|--------|-------| | Simplicity | ⭐⭐⭐⭐ | Zero extra setup – return values are automatically stored. | | DAG readability | ⭐⭐⭐⭐ | Data flow is explicit when using .xcom_pull() . | | Lightweight coordination | ⭐⭐⭐⭐⭐ | Perfect for passing IDs, flags, dates, small configs. | | Backend support | ⭐⭐⭐ | Works with any Airflow DB backend (Postgres, MySQL, SQLite, etc.). |
![]() |
Work Schedule & Roster Easy customisation of work schedules & rosters for all employees. |
![]() |
Overnight Shift Scheduling Manage overnight shift employees on the same day & shift. |
![]() |
OT Application & Approval Manage and review OT requests at your fingertip. |
![]() |
User-Friendly Dashboard & Performance Overview of your company’s performance, tardiness and OT request. |
![]() |
41 Advanced & Real-Time Reporting Generates what matters to you in real-time. |
![]() |
Eliminate Calculation Error Automated payroll calculation eliminates errors, eradicates miscalculation and ensures correct payments to staff all the time. |
![]() |
Payroll Integration Integrated with multiple payroll systems or exports in Excel xls. or csv. files. |
![]() |
24/7 Support We have your back, you could find us anytime around the clock for an assistant. |
![]() |
20 languages available We have hired humans to translate our system to the most common languages on earth. |
![]() |
Security & Privacy Your data remain yours. We are PDPA & GDPR compliances and certified with ISO 27001. |