Hi,
the fact that legacy / deprecated data types are still present can create annoying scenarios resulting in unexplained execution failures such as:
I’d like to propose, in case deprecated data types are present, to:
- Add console warnings upon loading a workflow listing the corresponding column names
- Add console and maybe even interface warnings upon node configuration
- Mark / highlight columns with deprecated data types in the preview
- Add an option to distinguish between current and legacy data types in column filter / splitter nodes
About #4, if there would be a dedicated type filter for deprecated data types by default, it might break workflows. Therefore an option voluntarily to en-/disable the differentiation, which results in another filter of the same data type but with the suffix “(deprecated)” to appear, would:
- Help identifying & updating deprecated data
- Possibly make workflow execution more robust
Best
Mike