We have a SharePoint 2013 workflow that calls a SharePoint 2010 workflow. Everything works as expected so long as the user has at least contribute permissions at the site level. We want to restrict access to the site, so the user is granted
only read access to the site, but is given contribute access to the list where the workflows are running by breaking inheritance. When the user's site access is limited to read, the SharePoint 2013 workflow fires, but the workflow suspends when trying
to call the SharePoint 2010 workflow and displays an error with the interop bridge. Is it possible to call a 2010 workflow from a 2013 workflow with only read permissions at the site level?
↧