A couple of other items, for troubleshooting:
(1) On your workflow screenshot, try clicking the Workflows link in the navigation. Here, you should see a listing of all the times that this workflow has started. If there is nothing in there, then the workflow isn't even starting. If there are some items in there, open one to see what it looks like - you may see an error message or you may see that it is not passing your Check Condition for some reason. Let me know what you see.
(2) If you don't see anything in #1,above, then in the Settings area, navigate over to System Jobs. See if you see any recent workflows that have ended with a status of Succeeded or not. If not, then there is likely something wrong with the workflow engine that you'll need to look at.





by: crm_infoPosted on 2009-02-25 at 12:01:14ID: 23737761
Here are some thoughts on why your workflow isn't running that I hope will help.
(1) Have you published your workflow?
(2) Workflows can take 1-5 minutes to complete running. Have you given it enough time?
(3) Your Scope is set to User - that means it will only run for the user that has published it. Are you trying to run it as a user different than the user that published it? If you want it to run for all users, try switching the Scope to Organization.
Or, it could be a problem with CRM
(4) Check to make sure that the CRM Workflow Service is running on the CRM server. You'll need someone with administrative access to the machine that CRM Server is running on in order to do this check. It appears in the list of services for the machine. Let me know if you need more help in checking this out.
(5) If none of the above works, then try installing the latest update rollup of CRM (currently version 2). You should install it on the server and user machines. NOTE that there is a problem with version 2 that will not allow you to publish your workflows - be careful to read through the entire install document to make sure you correct this error (requires updating web.config). NOTE(2) you will probably need to install the rollup on each user computer too - consult the documentation for the rollup for the correct install procedure. The latest rollup can be found here: http://www.microsoft.com/D OWNLOADS/d etails.asp x?familyid =AA671769- 61E9-45C4- 919F-C8819 9AA4241&di splaylang= en
There are several other things (technical problems with MS CRM) that can occasionally cause workflows to stop working. But the problem usually lies in how your workflow has been developed. If you exhaust the options above, then post again and I'll make some additional suggestions.