Getting a list of deprecated nodes in a workflow

Hi KNIMErs!

Is there any easy way to:

  • find all deprecated nodes in a workflow?
  • replace them with their non-deprecated equivalent?
  • automatically configure the non-deprecated node to ensure the same output as the deprecated one?

My guess is that all of this is not possible, but is at least the first one?

Märsi,
mM

Hello @mmedzihradszky

I think in the same way you do about 2 and 3 bullets…

About the first one; I haven’t tested but, connecting the latest node in your workflow (with a variable output port) to a ‘Timer Info’ node will provide you with a list of nodes in the workflow.

BR

With some string manipulation you can exclude the ones not containing ‘Deprecated’

2 Likes

Workflows are still folders with xml node files. So you could get “messy” and see whether this can be adjusted there (potentially with scripting then)
br

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.