I've created a workflow that sends Contacts a satisfaction survey 3 days after a Case has been resolved. A lot of my workflows are failing, but I can't decipher the failure reasons. Here is an example:
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlReader.MoveToContent() at System.Xml.XmlReader.ReadStartElement() at Microsoft.Crm.Surveys.Plugins.InvitationPlugin.GetSlug(Guid activityId) at Microsoft.Crm.Surveys.Plugins.InvitationPlugin.ExecutePluginLogic() at Microsoft.Crm.Surveys.Plugins.BasePlugin.Execute(IServiceProvider serviceProvider) (Fault Detail is equal to Microsoft.Xrm.Sdk.OrganizationServiceFault).
Any insights into why this might be happening?
Thanks,
Emily