I finally got my first workflow to fire which also happened to be runaway workflow which was emailing me at each loop. Exciting to say the least.
I finally got it stopped and am now working on the line to add to the starting rules to prevent this. I have seen where you add "User does not equal Workflow" and want to do this. My problem is that I am not sure exactly what user to put there. The workflow services are running under a windows account called SRV_Laserfiche. This is the same account that the main LF service uses, as well as the one that is used to access the sql server databases.
The workflow seems to be running under our LF admin account (actually called "admin") but I am not exactly sure where this value is set. I do not want to use this admin user account as we use it for other things so I created another account called WFUser2 which is basically a duplicate of the admin account. I changed to this new account in the "Monitored Repositories" section in Workflow Configuration Manager but now I get the following error : "Connection to the Workflow Server could not be created".
What do I need to do to the WFUser2 account to get it to monitor the repositories correctly?
Thanks,
Kent
P.S. I created the WFUser2 because I was worried about conflicting with WFUser$ if I called it WFUser. I am not exactly sure how that works and would like to just use WFUser$ if I could but don't see that account anywhere nor know the password.