Distinguish between deprecated and current data types

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:

  1. Add console warnings upon loading a workflow listing the corresponding column names
  2. Add console and maybe even interface warnings upon node configuration
  3. Mark / highlight columns with deprecated data types in the preview
  4. 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:

  1. Help identifying & updating deprecated data
  2. Possibly make workflow execution more robust

Best
Mike