Is it possible to create a workflow scheduler?

KAP workflows can be automated by writing a batch file and then executing the .bat file through Windows Task Scheduler. I’m not familiar with Apple or Linux batch files although I assume they have something similar to Windows and a similar scheduler. The KNIME server version has built in scheduling.

“C:\Program Files\KNIME\knime.exe” -nosave -consoleLog -noexit -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:\default_workflow_directory_here\forum_batch_test”

Give that a try, replacing your knime.exe location and your workflow directory location.

Take a look at this post:

2 Likes