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.
How to retrigger a workflow activity or resume a canceled workflow - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How to retrigger a workflow activity or resume a canceled workflow
KB0713154

How to retrigger a workflow activity or resume a canceled workflow


31940 Views Last updated : Jun 26, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

There are situations where a workflow may be stuck on a specific workflow activity. Whether there was an error on the activity, a canceled workflow, or for some reason the workflow will not move to the next activity, one of the ways to resolve the issue is to re-run the activity on the workflow. Below, you'll find an example of how to restart the 'Timer' activity after it's been stuck. 

Resolution

  1. Navigate to "Workflow Context" (wf_context.list) and find the canceled workflow you want to restart:

  2. Navigate to the "Workflow Transition History" tab. You'll want to find the Activity you want to restart. In this case, we want to locate the "1-minute Timer" activity and copy its "sys_id".
  3. To quickly copy the "sys_id", click on "Activity" (1-minute Timer) activity. Right-click the header and "Copy sys_id". Save the "sys_id" on a notepad. Click the "Back" button of the browser to return to the workflow context.

  4. Now, we'll need to copy the sys_id of the Workflow Version. To do so, Right-Click the header on the Workflow Context Record and select "Show XML". Now search for "workflow_version" and copy the sys_id in a notepad.

  5. Go to "Workflow Executing Activities" Tab. "Right-Click" on one of the column headers (Ex. "Started") and navigate to "Configure -> List Control". From the List Control window "uncheck" the "Omit New Button" and then click "Update".

  6. There should be a "New" button on the "Workflow Executing Activities" Tab.

  7. Click on the "New" Button. This will open a new "Workflow Executing Activity" form record. However, all the fields are read-only. You'll need to disable a UI policy called "default read-only" (/nav_to.do?uri=sys_ui_policy.do?sys_id=404aa228d77a31008d7dc23c5e610388). You can do this by right-clicking the header and navigating to "Configure" -> "UI Policies". Set the UI policy, "default read-only" to "false".
  8. Add the "Workflow Version" field by right-clicking the header and navigating to "Configure" -> "Form Layout". Find "Workflow Version" and move it to the right slush bucket.
  9. Save.
  10. In the "Activity" field, you'll need to look for the activity from Step 3. Search for the "1-minute Timer" activity by using the filter for sys_id and pasting the sys_id.

  11. You'll need to do the same thing for "Workflow Version" field by searching the sys_id copied from Step 6.

  12. Submit the form. You should now have a new Workflow Executing Activity.
    *If the workflow context is in "Canceled" state, you'll need to set the following: state=executing, active=true. You can do so by exporting the XML of the workflow context and modify the "State" and "Active" fields in a text editor. Save the xml and import the xml.
  13. Return to the Record where the workflow is running against (in this case, the RITM record), and update the record. This will restart the workflow activity. 

Related Links

Workflow Resources Page


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.