Skip to content

Instantly share code, notes, and snippets.

@semeltheone
Last active December 26, 2023 05:13
Show Gist options
  • Save semeltheone/52b0a3d9c1b3f21dff26 to your computer and use it in GitHub Desktop.
Save semeltheone/52b0a3d9c1b3f21dff26 to your computer and use it in GitHub Desktop.
Knime Execute Workflows from the Commandline
knime.exe -consoleLog -noexit -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile="PathToYourWorkflow.zip" -destFile="OutputPathToYourWorkflow.zip"
@semeltheone
Copy link
Author

Executes the given Knime Workflow and saves the Result (execution state,data) in the provided output file.

@athirakr01
Copy link

Hey there,
Can we get the exact workflow by just running the above code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment