Trigger: Item Overdue
The go-to escalation trigger: fire a workflow when a task's deadline has already passed.
The Item Overdue trigger fires a workflow when a Board item's deadline has already passed and the task is still open. It's the go-to escalation trigger — use it to ping the assignee, bump the priority, or alert a supervisor.
When it fires
It's fed by the automatic boards:detect-overdue sweep, which periodically checks for Board items whose deadline has already passed.
Trigger configuration
- Board: restrict to a specific board. Empty = any board.
Available variables
$record.object_type,$record.object_id,$record.workspace_id$trigger.deadline(the due date that already passed)$trigger.board_id
Example workflow
"Escalate overdue tasks": Item Overdue trigger (Board = "Tech Support") → "Update column" action to bump Priority to "Urgent" → "Send internal message" action to the team supervisor: "Task #{{$record.object_id}} was due on {{$trigger.deadline}} and is still open."
Tips
- Pair it with "Item Due Soon (≤24h)" to get both the preventive warning and the escalation on the same deadline.
- If the same item is still overdue on the next sweep, the trigger can fire again — add a condition or a tag so you don't resend the same alert every day unless that's what you want.
Troubleshooting
If it never fires, confirm the task is genuinely still open (not completed) and has a due date set — the sweep only evaluates pending items with a passed deadline.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.