I copied businessRule from one process to another and after save I can't open this process anymore.
Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database.
Source=WebCon.WorkFlow.Data
StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id)
at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules.InlineBusinessRulesManager.Load(Int32 id)
at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttributesManager.LoadBusinessRules(SubelementAttribute subAttribute, IInlineBusinessRulesManager rulesLoader)
at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttributesManager.GetSubelementsAttributes(IEnumerable`1 repository, Attribute attribute, IInlineBusinessRulesManager inlineBusinessRulesManager, ICacheStore cache)
at WebCon.WorkFlow.Studio.Logic.Managers.AttributesManager.FillAttributeData(Attribute attribute, WFDetailConfig[] subelemRepo, Process process, ICacheStore cache, IBusinessRuleSlaveRulesRepository slaveRulesRepository)
process tree is not loaded.
the BusinessRule with id 432 exists in WFBusinessRuleDefinitions . But message is about cached table?
Do you know how how fix it?