Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Determine if busy Scheduler is delaying workflow timers | Finding a timer in the scheduled job queue - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Determine if busy Scheduler is delaying workflow timers | Finding a timer in the scheduled job queue
KB0538055

Determine if busy Scheduler is delaying workflow timers | Finding a timer in the scheduled job queue


10843 Views Last updated : Mar 5, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

Symptoms

  • Timer did not execute or failed
  • Timer stuck
  • Slow timers
  • Hung workflow
  • Workflow is not progressing
  • Stuck workflow with asynchronous wftimer <sysID>

 

Workflow timer

When a workflow timer is executed, it creates a scheduled job according to the parameters set in the timer workflow activity. The scheduled job is a simple script that fires a timer event into the workflow. The created job is identified as WFTimer + the sys_id of the executing activity.

Release

All

Resolution

Finding the executing activity for a timer


  1. Navigate to Workflow > Live Workflows > Active Contexts.
    A list of running workflows appears.
  2. Find the workflow context containing the timer being investigated.
  3. Open the context.
  4. Select the Workflow Executing Activities related list.
  5. Select the timer being investigated.
  6. Right-click the header bar and select Copy sys_id.
    A number similar to this appears: 9d9d0633d733110043ea6f14ce61038d. This is the sys_id of the executing record. It is the record of the Scheduled Job containing the Timer that the callback script will fire the timer event into. Follow any instructions to copy sys_id.
  7. Navigate to System Scheduler > Scheduled Jobs > Scheduled Jobs.
  8. In the Search field type: WFTimer + the sys_id you copied.
    Your search item should look something like this: WFTimer9d9d0633d733110043ea6f14ce61038d.
  9. Click the Search icon.
    If the timer is still in the scheduled job queue, the timer has not been fired. If the workflow appears to be stuck and waiting for this timer, the workflow is still in the queue. The workflow picks up once the timer is picked up by the scheduler. 

 

How to determine if scheduler is backed up


  1. Navigate to System Diagonostics.
  2. On the page, find System Overview.
  3. If the scheduler backed up, Events Pending displays in red.
 

What to do if scheduler is backed up


If a scheduler is backed up, it is important to identify the scheduled jobs that are running and see if they are operating as expected.

  1. In the Application Navigator, type sys_trigger.list. 
    A list of jobs displays.
  2. Filter out all jobs in the Ready state.
The remaining jobs are currently running and occupying the scheduler. Examine the running jobs. If one or more jobs are not operating as expected and are blocking the timer unnecessarily, cancel the offending transactions using the following steps:
  1. Navigate to User Adminstration > All Active Transactions.
  2. Identify the offending transaction.
  3. Select the checkbox next to the transaction.
  4. In the choice list actions, click Selected Rows.
  5. Then click Kill. 
    A series of messages explains that the transaction may not be terminated immediatey. 
    After the offending jobs are cancelled, the scheduler picks up the next set of queued jobs, which should include any due or overdue WFTimer jobs that have been queued as Ready.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.