Hi,
well it’s not really “elegant” but maybe you could unzip the workflow and edit the xml of the workflow itself and change the order there.
(have not done that so far just and idea)
br
I dug into it and can follow the xml from workflow.knime to the settings.xml for my XPath node to the list of xml blocks for each of the XPath entries. It looks like I could move the block for that XPath up into the right place in the order, but they are numerically ordered xpath0 to xpathN (and the identifying digit is used in the key for all 12 lines). That makes me wonder if it would honor inserting xpathN between xpath0 and xpath1, or if I’d have to renumber them sequentially? (And what would I break.)
I have not been under the covers like this yet - don’t know whether it’s common or forbidden. I may save off a copy and see what happens with the settings.xml surgery.