Business Process flow containing Data field : Status Reason cannot be added to Workflow.
Issue is reproducible globally.
Getting below error when adding Bpf to Workflow :
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: System.Xml.XmlException: 'bpf_incident_blu_aafspraakmaken_verzetten' is an undeclared prefix. Line 1, position 32.
at System.Xml.XmlTextReaderImpl.Throw(Exception e) +0x27
at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) +0x34
at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup() +0x29
at System.Xml.XmlTextReaderImpl.ParseAttributes() +0x485
at System.Xml.XmlTextReaderImpl.ParseElement() +0x2d9
at System.Xml.XmlTextReaderImpl.ParseElementContent() +0x16f
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +0x25b
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +0x1b
at System.Xml.XmlDocument.Load(XmlReader reader) +0x2f
at Microsoft.Crm.SharedUtil.CreateXmlDocument(XmlReader reader) +0x13
at Microsoft.Crm.SharedUtil.CreateXmlDocument(String xml) +0x0
at Microsoft.Crm.Application.WebServices.WorkflowWebService.UpdateCreateEntityStep(String activityId, String entityId, String createXml, String descriptionXml, String paren... (Fault Detail is equal to Exception details:
ErrorCode: 0x80040216
Message: System.Xml.XmlException: 'bpf_incident_blu_aafspraakmaken_verzetten' is an undeclared prefix. Line 1, position 32.
at System.Xml.XmlTextReaderImpl.Throw(Exception e) +0x27
at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) +0x34
at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup() +0x29
at System.Xml.XmlTextReaderImpl.ParseAttributes() +0x485
at System.Xml.XmlTextReaderImpl.ParseElement() +0x2d9
at System.Xml.XmlTextReaderImpl.ParseElementContent() +0x16f
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +0x25b
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +0x1b
at System.Xml.XmlDocument.Load(XmlReader reader) +0x2f
at Microsoft.Crm.SharedUtil.CreateXmlDocument(XmlReader reader) +0x13
at Microsoft.Crm.SharedUtil.CreateXmlDocument(String xml) +0x0
at Microsoft.Crm.Application.WebServices.WorkflowWebService.UpdateCreateEntityStep(String activityId, String entityId, ...).
Workaround is to remove the field Status Reason from BPF which will resolve the issue.
Looking for Permanent Mitigation.