Skip to main content
Nintex Community Menu Bar
Solved

Start Workflow at creation does not start with Workflow Cloud downloading into Sharepoint On Prem

  • February 9, 2022
  • 2 replies
  • 113 views

Forum|alt.badge.img+9

I have a workflow setup in NWC that performs a "create an item" task in my on prem Sharepoint environment.  I have a workflow setup within my list library to file at creation.  When items are created via the Workflow Cloud, the workflow will not fire.  However if I manually create the item in the list library, the workflow will fire.  Any ideas on why this is occurring?  I can confirm, the "Start when items are created" is set to "Yes".  If there is a place I can look, I would greatly appreciate it.  

Best answer by Dan_Stoll

Is NWC creating items as a system account? If so, Workflows on Prem will not start if the items are created by a System account. To fix this, you should run this PowerShell to allow.

stsadm.exe –o setproperty –propertyname declarativeworkflowautostartonemailenabled –propertyvalue yes

2 replies

Dan_Stoll
Nintex Employee
Forum|alt.badge.img+12
  • Nintex Employee
  • Answer
  • May 4, 2022

Is NWC creating items as a system account? If so, Workflows on Prem will not start if the items are created by a System account. To fix this, you should run this PowerShell to allow.

stsadm.exe –o setproperty –propertyname declarativeworkflowautostartonemailenabled –propertyvalue yes

Forum|alt.badge.img+9
  • Author
  • Scholar
  • May 13, 2022

This was it. I had already created a workaround in the meantime, but I can use this for later down the road.  Thank you.