Good evening,
Supposing I have a .knwf file created by someone, and supposing I'm not interested in knowing how the model has been built, since I just need to run it from batch, is there some way to know the names of workflow variables that are available to be set from batch, so without opening the model with Knime?
For example, I have a test.knwf and I would like a list of all workflow variables' names that I can change to set these parameters from batch. So, supposing there are two variables like these:
-workflow.variable=country, "USA", String
-worflow.variable=age,23,int
I would need to know their names, so in this case I should have a list or something with "country" and "age".
Thanks a lot!