Skip to main content
Microsoft Dynamics CRM

Dynamics 365: How to Troubleshoot Workflow Issues

By June 30, 2018No Comments

If you are a Dynamics Administrator, you’ll likely have received questions like this:
-Why didn’t X record get created automatically like it normally does after I did Y?
-When I updated X field, Y field on a different record never changed like it’s supposed to?
Essentially, these are all questions about workflows not working as expected.  In this post, I’ll show you how to troubleshoot these situations where a workflow did not successfully complete.

In this example, the workflow is meant to rename the Topic of an Opportunity. It didn’t work:

  1. To troubleshoot, open the record with the issue. Select the arrow to the right of the Opportunity name, then select Background Processes (if the workflow was a Real-Time workflow, you would select Process Sessions):
  2. Sure enough, we see our example workflow stuck in the “Waiting” status:
  3. Open the System Job. There is typically an informative error to point you in the right direction:
  4. To get even more information, open the Details pane. This typically tells you the specific field/record/source that is causing the issue:
  5. Fix the issue and “Resume” the System Job (if the Job was “Waiting”—if it “Failed”, fix the issue and run the workflow again):

Note: in this example, two options to fix this workflow would be to 1. Shorten the field that is used to enter the name or 2. Increase the maximum allowed length of the Name/Topic field.

Leave a Reply

Skip to content