Example: I’ve a workflow which imports a csv file and exports a csv file.
In this case i must change the directory of the import file and export file.
It’s also possible to change the configuration of the workflow through workflow variables. If a variable is defined for a workflow, you can use it in batch mode by referring to it using a comma separated triplet to specify the name, value and type like this:
well really good; everytime i want to do that, i can only switch GLOBAL WORKFLOW VARIABLES.
Is there no possibility to change variables in the knime.workspace workflow ?
sry for bad english.
I mean, if i add these arguments for example “-workflow.variable=OUTFILE,“C:\Users\test\file.xlsx”,String’” i 'll create the Global Variable “OUTFILE” to the workflow.
It’s also possible to create variables within the knime.workflow. Is it possible to overwrite these variables within the knimeworkflow?
I think there’s no possibility. Just the way with the global Workflow variables.