Is There a Way to Execute Knime Workflows with Python?

Hi @howellyu,
take a look at https://www.knime.com/faq#q12 on how to start a KNIME workflow in batch mode, you can use these commands via Python system like @ipazin suggested: https://stackoverflow.com/questions/89228/calling-an-external-command-in-python
best,
Gabriel

2 Likes