Hi did a workflow in knime. My workflow is splitted in 3 main part. I implemented the first and the third part, while as regard the second one I did a script in bash that makes the work.
Basically the first part of the knime work flow prepare the input for the bash script. The from linux shell I run the script with the following cmd bash run-script.sh
. In the end, the third part in knime uses the output of the bash script to do some operations.
Can I run the bash script directly in knime? Which is the right node? I saw others similar topics but I didn’t find an answer to my problem.
Thanks!!