Hi
I have on-perm sharepoint with nintex workflow enterprise,in this server I have some Nintex workflow that must be start with anonymous,when these workflow have been started with anonymous workflow a lot of time stay in starting after that the workflow finished with error, but this workflow start and finished successfully with authenticated users, what should I do?
thanks
Naeemeh
Solved! Go to Solution.
What does your workflow do ?
Do you have any error message ?
This workflow add users in active directory and create an item in customize list, the error is starting problem.
hello,
We also have such NWF,but there is no problem.
Manage workflow constants and add your administrator account and password...
Hi,
Anonymous user can't run workflow. You can confirm this by enabling workflow link to display on item menu. With anonymous user, start workflow manually. If it's redirecting to login page or access denied that means anonymous user can't run workflow.
You can write event receiver to start workflow or schedule powershell script to run using scheduler
Hope this will help
It is true the workflows cannot be started by anonymous users, but I get around this in a couple of ways.