Hi,
We are currently encountering an issue. We have a simple SharePoint 2013 Workflow which assigns a task to the user who initiated the workflow. The thing is that if we stop inheriting permissions on the associated Task List the internal status of the workflow ends up in Suspended with the below error:
RequestorId: 28089348-7a38-0146-0000-000000000000. Details: RequestorId: 28089348-7a38-0146-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
The weird thing is that when the permission inheritance is stopped we are not modifying the copied permissions and still the issue is occuring. It seems though the Break Inheritance itself is having an affect on the issue.
Thanks,
Chris