Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Time Trigger entry
How-to guide

How to set up Time Trigger in Salesforce

Time Triggers are the time-delayed actions inside Workflow Rules and Approval Processes — "Send a follow-up email 7 days after the Lead was created." They live in the Time-Based Workflow Queue until the trigger time fires, then their actions execute. Modern automation prefers Scheduled Flow over Time Triggers.

By Dipojjal Chakrabarti · Editor, Salesforce DictionaryLast updated Apr 20, 2026

Time Triggers are the time-delayed actions inside Workflow Rules and Approval Processes — "Send a follow-up email 7 days after the Lead was created." They live in the Time-Based Workflow Queue until the trigger time fires, then their actions execute. Modern automation prefers Scheduled Flow over Time Triggers.

  1. For Workflow: Setup → Workflow Rules → click into a Rule

    Time Triggers are configured per Workflow Rule, not standalone.

  2. Scroll to Time-Dependent Workflow Actions section

    Below the Immediate Workflow Actions list.

  3. Click Add Time Trigger

    Specify the time offset and direction (X days / hours after / before a date field).

  4. Set the Time Trigger formula

    Most use a date field reference like 'CreatedDate + 7 days.' Negative offsets fire before the date.

  5. Save → add Workflow Actions to this Time Trigger

    Field Update / Email Alert / Task. These are what fires when the trigger time arrives.

  6. Activate the Workflow Rule

    Inactive rules don't queue Time Triggers.

Key options
Time Trigger Offsetremember

X minutes / hours / days / months before or after a date field.

Time Trigger Typeremember

Days from CreatedDate / from a custom date field / from a formula evaluation.

Re-evaluate criteria when trigger firesremember

Whether to re-check rule criteria at trigger time. If false, the trigger fires regardless of current state.

Gotchas
  • Salesforce has retired new Time Triggers as part of Workflow Rules retirement. New automation should use Scheduled Flow with a Wait element instead.
  • Time-Based Workflow Queue accumulates pending Time Triggers. Editing the underlying record may move or remove queue entries — verify in Setup → Monitor Workflow Services.
  • Re-evaluate criteria when trigger fires defaults to false. Many Time Triggers should re-check (e.g., "Email if still Open after 7 days"); without re-eval, they fire even after the lead converts.

See the full Time Trigger entry

Time Trigger includes the definition, worked example, deep dive, related terms, and a quiz.