Pass value to my stream with batch mode

How can I pass the value to my stream so that it runs with this value inside the process? value=“123”

“D:\knime.exe” -reset -nosave -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile=“D:\KNIME_RBO\knime-workspace\DATAMART.zip”

How I see it:

“D:\knime.exe”
value=“123”
-reset -nosave -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile=“D:\KNIME_RBO\knime-workspace\DATAMART.zip”

I have pass:

jdbc:h2:tcp://localhost:9092/file:${user.dir}/src/main/webapp/knime_runtime_catalog.db;DATABASE_TO_LOWER=TRUE

@Nuke_Attokurov I think the syntax for variables in batch was something like this:

-workflow.variable=name,value,type

define or overwrite workflow variable’name’ with value ‘value’ (possibly enclosed by quotes). The’type’ must be one of “String”, “int” or “double”.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.