JBONDATA

n8n Workflow Demos (Interactive Simulator)

This page simulates the workflow logic (triggers, conditions, notifications, idempotency, logs) entirely in-browser. It demonstrates the same behavior patterns you would implement in n8n.

Lead Qualified Notification

Idempotency key format: {leadId}:qualified:{yyyy-mm-dd}

Overdue Task Digest

Only overdue tasks with status != Done are included.

Workflow Graph (Conceptual)

Cron Trigger
Scheduled trigger
Read Data
Sheets or app source
Condition / Filter
Qualified or Overdue
Send Notification
Email / Slack / Digest
Write Log
Audit row / status flags
Idempotency Check
Prevent duplicates

Execution Log