Programmatically creating a workflow

Hi KNIME developers,

is there an API for creating KNIME workflows? If that sounds a bit unorthodox, my problem is as follows: I have a description in a domain specific file format, which I would like to transform into workflow of configured KNIME nodes. Is there any way to achieve that?

Kind regards,
Philipp

The startoing point is the WorkflowManager class. It has methods to add nodes and connections.  Have a look at the WorkflowEditor class which calls the methods in the WorkflowManager when a workflow is created.
 

1 Like

Thank you, that's helpful!

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