Sharepoint Workflow does not trigger on e-mail created List Items

By | November 6, 2010

I was testing a while ago the workflow and list incoming e-mail combo and found out that by default it seems that workflows does not automatically start on e-mail-enabled lists.  To verify whether this happens in your sharepoint instance you need to go to Sharepoint Powershell which you can find here (make sure run it as administrator)

and execute the following

stsadm -o getproperty -pn declarativeworkflowautostartonemailenabled

If you see the following result:

<Property Exist="Yes" Value="no" />

Then it means it indeed does not start on e-mail enabled list and you should enable that setting.  To do that just type this again on Powershell

stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true

Then all should be fine

Recommended

4 thoughts on “Sharepoint Workflow does not trigger on e-mail created List Items

  1. john warner

    That’s one funny comment above. Also, thanks for this info. It really did help me solve an issue with my workflows.

    Reply
  2. Pingback: Sharepoint Workflow does not trigger on e-mail created List Items « madhavan

  3. Raymund Messmer

    Thanks for this tiny but very important information. You saved me hours!

    Reply

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.