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?
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.