Is there a way to find all the nodes involved in a workflow with their unique identifier, like a meta data, without opening the file, which is imported and not created?
Thanks
Workflow archives (KNAR files) are really just zip files under the hood. So you can use a decompression program to open them up and look inside.
When you do, you’ll notice the directory structure is such that each node exists as a subfolder, like this:
Does that help?
You could also try to parse the “workflow.knime” file with the xml reader / xpath node or export the workflow summary (File\Export\Workflow Summary) as an xml and use the Analyze workflow summary component (Analyze Workflow Summary – KNIME Hub)
Regards
Lars
Thanks for helping.
In my situation, I have the file with just the Knime logo (.knwf). Will this work on that?
Thanks. I will try this.
Yes, it will. KNWF and KNAR files have the same structure under the hood - the difference is that a KNWF includes one workflow, while a KNAR contains a group of them.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.