I have a workflow that includes a very simple SDK script (a few lines in C#).
// Write your code here. The BoundEntryInfo property will access the entry, RASession will get the Repository Access session FolderInfo FI = (FolderInfo)this.BoundEntryInfo; FI.AutoVersionChildren = true; FI.Save();
When I attempt to publish this workflow, I get the following error:
Failed to publish workflow 'worflow_name': Access denied. "Laserfiche.Workflow.Activities, Version=8.3.0.0, Culture=neutral, PublicKeyToken=null" is not authorized to be run as part of a script. [0232-WF1] [0411-WF0]
If I disable this small script, the workflow publishes correctly. Also, I can publish it on the dev WF server but not the live server.
Any thoughts?
Thank you,
Ken