I am quite new to KNIME but I am enjoying a lot learning and developing workflows.
I have created an image processing workflow to be run from the command line. I specify some node variables through the worflow variable administration such that I can run the workflow from a python script like this:
The workflow variable named "output_path" replaces the selection of output directory in the "image writer" node.
This may be a trivial question, but the path I indicate through the command line is ignored and replaced by the default path in the workflow variable administration.
Do I need to add anything else ass workflow variable or am I just indicating the wrong path?
I happy you are enjoying KNIME so far. I just tried to set the output directory of the Image Writer node, using the following bash script and that worked well, maybe something is wrong with the python script?
Hi Gabriel, sorry for the delayed answer back, multitasking...
My main concern is that I do not know how should I introduce the workflow variable information into the node. Right now I am creating a workflow variable called output_path. Then I go to the Image Writer node configuration and in the flow variables menu I indicate that the directory key should use the workflow variable output_path (as shown in image of link).
http://imgur.com/a/uQAmY
I am introducing other paths and variables through this method in other nodes so I think that the flow variable slot I am using is not the correct or either I should specify the name in other manner.