Hi, I have a problem with process migration between environments - what could the error be and where to look for a solution?
System.InvalidOperationException: No item type: WFApplications, id: 25
at WebCon.WorkFlow.BusinessLogic.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Export.ExportManager.RunExportContainingRootNode(MappingList mappingList, ExportParameter exportParameter, IExportLogger exportLogger, DescendantsRowsProvider descendantsRowsProvider)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Export.ExportManager.ExportMappingList(ExportParameter exportParameter, IExportLogger exportLogger)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Import.Operations.DestinationMappingListGenerator.GenerateDestinationMappingList()
at WebCon.WorkFlow.BusinessLogic.ImportExport.Import.Operations.ImportOperations.CreateDestinationMappingList()
at WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.DoImport(IImportQueueElement queueElement, List`1 importProgressStudioLog, IActivityEvents activityEvents, ImportExportData importExportData)
at WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.<ImportActionAsync>d__18.MoveNext()