genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

[FIX] Use SimpleFSCell instead of abstract and unregistered SerializableFSCell. #276

Closed jpfeuffer closed 3 years ago

jpfeuffer commented 3 years ago

We encountered errors when loading saved workflows from disk.

DataLoadError Port To FileCells
2020-11-30 13:39:14,787 : WARN  : ModalContext :  : FileNodePersistor : Port to File Cells : 6:61:0:11:12 : Unable to load port content for node "Port to File Cells": Data cell implementation 'com.genericworkflownodes.knime.base.data.port.SerializableFileStoreCell' not found.

I hope that fixes it. I could not reproduce it in my local SDK.