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.
Page 1 / 1
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
This was it. I had already created a workaround in the meantime, but I can use this for later down the road. Thank you.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.